diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 19:46:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 19:46:12 +0000 |
commit | f5f17ae38a2b353cb75a05734da82ce435924d12 (patch) | |
tree | 203e0f912cc051538c5b85ba677352d6a270077c /sc | |
parent | b364f809666020cff32f4dc4f97ef50a5a8245fb (diff) |
Merge SRC630: 05/04/01 - 22:46:12 (NoBranch)
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/namedlg.src | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src index 9b24e32859ad..78b30e52725b 100644 --- a/sc/source/ui/src/namedlg.src +++ b/sc/source/ui/src/namedlg.src @@ -2,9 +2,9 @@ * * $RCSfile: namedlg.src,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2001-04-26 20:13:15 $ + * last change: $Author: kz $ $Date: 2001-05-04 20:46:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ // // $Workfile: namedlg.src $ // $Author: kz $ - // $Date: 2001-04-26 20:13:15 $ - // $Revision: 1.6 $ + // $Date: 2001-05-04 20:46:12 $ + // $Revision: 1.7 $ // $Logfile: T:/sc/source/ui/src/namedlg.srv $ //--------------------------------------------------------------------------- @@ -135,6 +135,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "߰(~A)"; Text[ turkish ] = "~Ekle"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Aadir"; }; PushButton BTN_REMOVE { @@ -165,6 +166,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "(~D)"; Text[ turkish ] = "~Sil"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Eliminar"; }; HelpButton BTN_HELP { @@ -199,6 +201,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "̸"; Text[ turkish ] = "Ad"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Nombre"; }; ComboBox ED_NAME { @@ -235,6 +238,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = " Ҵ"; Text[ turkish ] = "Ait olduu aralk"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Asignado a"; }; Edit ED_ASSIGN { @@ -269,6 +273,7 @@ ModelessDialog RID_SCDLG_NAMES QuickHelpText[ korean ] = "!"; QuickHelpText[ language_user1 ] = " "; QuickHelpText[ turkish ] = "Verkleinern"; + QuickHelpText[ catalan ] = "Reducir"; }; MoreButton BTN_MORE { @@ -320,6 +325,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = " "; Text[ turkish ] = "Aralk tr"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Tipo de rea"; }; CheckBox BTN_PRINTAREA { @@ -349,6 +355,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "μ (~P)"; Text[ turkish ] = "Yazdrma a~ral"; Text[ language_user1 ] = "RB: zu finden in: Format - Druckbereich - Bearbeiten... - -"; + Text[ catalan ] = "rea de ~impresin"; }; CheckBox BTN_CRITERIA { @@ -378,6 +385,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "(~F)"; Text[ turkish ] = "Fil~tre"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Fi~ltro"; }; CheckBox BTN_ROWHEADER { @@ -407,6 +415,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "ݺ(~R)"; Text[ turkish ] = "Y~inelenen satr"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Fil~a a repetir"; }; CheckBox BTN_COLHEADER { @@ -436,6 +445,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "ݺ(~C)"; Text[ turkish ] = "~Yinelenen stun"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Columna a r~epetir"; }; String STR_ADD { @@ -463,6 +473,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "߰(~A)"; Text[ turkish ] = "~Ekle"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Aadir"; }; String STR_MODIFY { @@ -490,6 +501,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "(~M)"; Text[ turkish ] = "~Deitir"; Text[ language_user1 ] = " "; + Text[ catalan ] = "~Modificar"; }; String STR_INVALIDSYMBOL { @@ -517,6 +529,7 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "ȿ ǥ"; Text[ turkish ] = "Geersiz terim"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Expresin no vlida"; }; Text[ chinese_simplified ] = ""; Text[ russian ] = " "; @@ -528,4 +541,5 @@ ModelessDialog RID_SCDLG_NAMES Text[ korean ] = "̸ "; Text[ turkish ] = "Ad tanmla"; Text[ language_user1 ] = " "; + Text[ catalan ] = "Definir nombres"; }; |