[Libreoffice-commits] .: sc/source

Andras Timar timar at kemper.freedesktop.org
Thu Aug 16 13:13:07 PDT 2012


 sc/source/ui/src/scstring.src |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit baf5c7fb1085acb09050bd9e361d8bda510d8dd9
Author: Andras Timar <atimar at suse.com>
Date:   Thu Aug 16 22:09:48 2012 +0200

    add x-comment for translators
    
    Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d

diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index 05ea091..59c8a83 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -203,11 +203,13 @@ String SCSTR_NONAME
 
 String SCSTR_COLUMN
 {
+    Text [ x-comment ] = "%1 is replaced to column letter, such as 'Column A'" ;
     Text [ en-US ] = "Column %1" ;
 };
 
 String SCSTR_ROW
 {
+    Text [ x-comment ] = "%1 is replaced to row number, such as 'Row 1'" ;
     Text [ en-US ] = "Row %1" ;
 };
 


More information about the Libreoffice-commits mailing list