summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py31
1 files changed, 29 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
index a80c0fee317d..58bef59f34d2 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
@@ -33,7 +33,6 @@ class LetterWizardDialogResources(Resource):
self.RoadmapLabels = []
self.SalutationLabels = []
self.GreetingLabels = []
- self.LanguageLabels = []
self.resLetterWizardDialog_title = \
self.getResText(
@@ -210,6 +209,35 @@ class LetterWizardDialogResources(Resource):
self.getResText(
LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 58)
+ #Create a dictionary for localising the bussiness templates
+ self.dictBusinessTemplate = {
+ "Elegant" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 60),
+ "Modern" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 61),
+ "Office" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 62)}
+
+ #Create a dictionary for localising the official templates
+ self.dictOfficialTemplate = {
+ "Elegant" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 60),
+ "Modern" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 61),
+ "Office" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 62)}
+
+ #Create a dictionary for localising the private templates
+ self.dictPrivateTemplate = {
+ "Bottle" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 63),
+ "Mail" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 64),
+ "Marine" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 65),
+ "RedLine" : self.getResText(
+ LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 66)}
+
#Common Resources
self.resOverwriteWarning = \
self.getResText(
@@ -221,7 +249,6 @@ class LetterWizardDialogResources(Resource):
self.loadRoadmapResources()
self.loadSalutationResources()
self.loadGreetingResources()
- self.loadCommonResources()
def loadRoadmapResources(self):
for i in xrange(6):