diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:11:59 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-01-05 22:16:03 +0100 |
commit | 8bf129b621fd368df71f3861a98b9a4f33de816a (patch) | |
tree | 6fcbe1f0872d4e893ccafbe165ea077e30ba5a00 /wizards | |
parent | 88fe046c158d5a20f8f9fa14a7d734ea3aaa85be (diff) |
fdo#88069 make the string 'Fax' localizable in Fax Wizard
Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py | 6 | ||||
-rw-r--r-- | wizards/source/formwizard/dbwizres.src | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py index c9a176cc6bdf..25c5171c954f 100644 --- a/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py +++ b/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py @@ -105,7 +105,7 @@ class FaxWizardDialogResources(object): FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 39) self.resLabel2_value = oWizardResource.getResText( FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 40) - + #Create a Dictionary for the constants values. self.dictConstants = { "#to#" : oWizardResource.getResText( @@ -129,6 +129,8 @@ class FaxWizardDialogResources(object): self.dictPrivateTemplate = { "Bottle" : oWizardResource.getResText( FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 49), + "Fax" : oWizardResource.getResText( + FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 56), "Lines" : oWizardResource.getResText( FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 50), "Marine" : oWizardResource.getResText( @@ -144,7 +146,7 @@ class FaxWizardDialogResources(object): FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 54), "Modern Fax from Private" : oWizardResource.getResText( FaxWizardDialogResources.RID_FAXWIZARDDIALOG_START + 55)} - + #Common Resources self.resOverwriteWarning = oWizardResource.getResText( FaxWizardDialogResources.RID_RID_COMMON_START + 19) diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src index a27cf7b1ec8f..5fc33b3bf8a3 100644 --- a/wizards/source/formwizard/dbwizres.src +++ b/wizards/source/formwizard/dbwizres.src @@ -2396,6 +2396,11 @@ String RID_FAXWIZARDDIALOG_START + 55 Text [ en-US] = "Modern Fax from Private"; }; +String RID_FAXWIZARDDIALOG_START + 56 +{ + Text [ en-US] = "Fax"; +}; + // Fax Wizard Communication Start String RID_FAXWIZARDCOMMUNICATION_START + 1 { |