diff options
-rw-r--r-- | sc/source/core/src/compiler.src | 8 | ||||
-rw-r--r-- | sc/source/ui/dbgui/imoptdlg.src | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/core/src/compiler.src b/sc/source/core/src/compiler.src index b1a622a135b7..883a435349d6 100644 --- a/sc/source/core/src/compiler.src +++ b/sc/source/core/src/compiler.src @@ -2,9 +2,9 @@ * * $RCSfile: compiler.src,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2000-12-06 14:56:03 $ + * last change: $Author: kz $ $Date: 2000-12-08 18:04:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1143,7 +1143,7 @@ Resource RID_SC_FUNCTION_NAMES Text [ english_us ] = "ABS" ; Text[ chinese_simplified ] = "ABS"; Text[ russian ] = "ABS"; - Text[ polish ] = "ABS"; + Text[ polish ] = "MODU.LICZBY"; Text[ japanese ] = "ABS"; Text[ chinese_traditional ] = "ABS"; Text[ arabic ] = "ABS"; @@ -2585,7 +2585,7 @@ Resource RID_SC_FUNCTION_NAMES Text[ dutch ] = "DATUM"; Text[ chinese_simplified ] = "DATE"; Text[ greek ] = "DATE"; - Text[ korean ] = "DATE"; + Text[ korean ] = "¥"; Text[ turkish ] = "DATE"; Text[ language_user1 ] = " "; }; diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src index 8d69ff444c72..93c59a5eef31 100644 --- a/sc/source/ui/dbgui/imoptdlg.src +++ b/sc/source/ui/dbgui/imoptdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: imoptdlg.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2000-12-01 08:17:44 $ + * last change: $Author: kz $ $Date: 2000-12-08 18:04:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,7 +125,7 @@ ModalDialog RID_SCDLG_IMPORTOPT Text[ chinese_traditional ] = "j(~F)"; Text[ arabic ] = " "; Text[ greek ] = " "; - Text[ korean ] = "ʵ ȣ(~F)"; + Text[ korean ] = "ʵ и"; Text[ turkish ] = "~Ayrma iareti"; Text[ language_user1 ] = " "; }; |