[Libreoffice-commits] core.git: 2 commits - wizards/com wizards/source

Andras Timar andras.timar at collabora.com
Mon Jan 5 13:16:44 PST 2015


 wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py       |    6 ++++--
 wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py |    2 +-
 wizards/source/formwizard/dbwizres.src                             |    5 +++++
 3 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 219b151ea72b942434167c862473203e5e68d568
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Jan 5 22:15:29 2015 +0100

    fdo#88068 make the string 'Red Line' localizable in Letter Wizard
    
    Change-Id: If6a69eb384b7b7e6c71e96f126a27bcd45709ad4

diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
index e61b6a7..2ef81e0 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py
@@ -229,7 +229,7 @@ class LetterWizardDialogResources(object):
                 LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 64),
         "Marine" : oWizardResource.getResText(
                 LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 65),
-        "RedLine" : oWizardResource.getResText(
+        "Red Line" : oWizardResource.getResText(
                 LetterWizardDialogResources.RID_LETTERWIZARDDIALOG_START + 66)}
 
         #Common Resources
commit 8bf129b621fd368df71f3861a98b9a4f33de816a
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Jan 5 22:11:59 2015 +0100

    fdo#88069 make the string 'Fax' localizable in Fax Wizard
    
    Change-Id: I5258b47cba25451b36645e9de3a6a43e3ea3af4c

diff --git a/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py b/wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py
index c9a176c..25c5171 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 a27cf7b..5fc33b3 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
 {


More information about the Libreoffice-commits mailing list