diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:05:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:05:14 +0000 |
commit | 05afe8a611811093714971063b54e3e58f70eea9 (patch) | |
tree | 749550ddcc023fa412b16f2f966d8f3a6e7d7a8e /sc/source/ui/src/sc.src | |
parent | 80edc62f965e90fc173c7c40bbf88ca879fd4ee1 (diff) |
INTEGRATION: CWS geordi2q11 (1.20.66); FILE MERGED
2003/12/16 15:13:33 hr 1.20.66.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'sc/source/ui/src/sc.src')
-rw-r--r-- | sc/source/ui/src/sc.src | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/ui/src/sc.src b/sc/source/ui/src/sc.src index 6c5afb429c18..f4abdaedc570 100644 --- a/sc/source/ui/src/sc.src +++ b/sc/source/ui/src/sc.src @@ -2,9 +2,9 @@ * * $RCSfile: sc.src,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2003-10-20 15:37:50 $ + * last change: $Author: vg $ $Date: 2003-12-17 20:05:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,7 @@ * * ************************************************************************/ + #include "sc.hrc" // -> #include <sfx.hrc> @@ -101,6 +102,8 @@ String RID_APPTITLE Text[ hebrew ] = "%PRODUCTNAME Calc"; Text[ hindi ] = "%PRODUCTNAME गणना"; Text[ slovak ] = "%PRODUCTNAME Calc"; + Text[ hungarian ] = "%PRODUCTNAME Calc"; + Text[ slovenian ] = "%PRODUCTNAME Calc"; }; // About-Dialog -------------------------------------------------------------- @@ -148,5 +151,3 @@ Image RID_BMP_REFBTN2_H String 30001 { Text = "Dummy1" ; }; String 30002 { Text = "Dummy2" ; }; String 30006 { Text = "Dummy3" ; }; - - |