diff options
author | Andras Timar <atimar@suse.com> | 2012-08-16 22:09:48 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-16 22:14:57 +0200 |
commit | baf5c7fb1085acb09050bd9e361d8bda510d8dd9 (patch) | |
tree | 65c59afae3c9c502840e700159d74d8e6d8858f4 /sc/source/ui | |
parent | e3648d4ebc7378cc31b6ce73716328f48b8903e5 (diff) |
add x-comment for translators
Change-Id: I3b0db36991cc21928cce00d051ba3981ad39703d
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/src/scstring.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src index 05ea091a29ac..59c8a83a1fd7 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" ; }; |