diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:11:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-04 18:11:35 +0000 |
commit | 1a6bee82648873a107e92d134aee08540709ee93 (patch) | |
tree | 1abb6e1c7bad0848c1b8d9bc522f2af148ffb0b8 /uui | |
parent | 29067fc9ad6176dc39a168bf8ba7be084728e847 (diff) |
Merge SRC630: 05/04/01 - 21:11:31 (NoBranch)
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.src | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/uui/source/ids.src b/uui/source/ids.src index beea22a829fd..30661518a058 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -2,9 +2,9 @@ * * $RCSfile: ids.src,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2001-03-28 12:00:21 $ + * last change: $Author: kz $ $Date: 2001-05-04 19:11:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ // // Miscellaneous Resources // -// $Author: kz $ $Date: 2001-03-28 12:00:21 $ $Revision: 1.7 $ +// $Author: kz $ $Date: 2001-05-04 19:11:33 $ $Revision: 1.8 $ //============================================================================ #ifndef UUI_IDS_HRC @@ -93,6 +93,7 @@ String RID_KEEP_PASSWORD Text[ spanish ] = "~Recordar contrasea hasta finalizar la aplicacin"; Text[ swedish ] = "Ko~m ihg lsenordet tills tillmpningen avslutas"; Text[ turkish ] = "~Remember password till end of session"; + Text[ catalan ] = "~Recordar contrasea hasta finalizar la aplicacin"; }; String RID_SAVE_PASSWORD @@ -119,6 +120,7 @@ String RID_SAVE_PASSWORD Text[ spanish ] = "~Guardar contrasea"; Text[ swedish ] = "~Spara lsenord permanent"; Text[ turkish ] = "~Save password"; + Text[ catalan ] = "~Guardar contrasea"; }; String STR_ERROR_FILEIO @@ -143,6 +145,7 @@ String STR_ERROR_FILEIO Text[ spanish ] = "Error de acceso al archivo ($URL1)"; Text[ swedish ] = "Fel vid tkomst till filen ($URL1)"; Text[ turkish ] = "Error accessing file ($URL1)"; + Text[ catalan ] = "Error de acceso al archivo ($URL1)"; }; String STR_ERROR_WRONGMEDIUM @@ -167,5 +170,6 @@ String STR_ERROR_WRONGMEDIUM Text[ spanish ] = "Inserte por favor el medio $$."; Text[ swedish ] = "Lgg in datamediet $$."; Text[ turkish ] = "Please insert disk $$."; + Text[ catalan ] = "Inserte por favor el medio $$."; }; |