diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-09 10:37:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-09 10:37:36 +0000 |
commit | c97952c91f46cca332f3ec5882e73c77f579e9df (patch) | |
tree | d3f4fd6b28dc261c08d3671bb56e83052939ee8d /wizards/source | |
parent | 222a5950f31a9e8353ae7ea06b00ef6a0dd8d7ea (diff) |
INTEGRATION: CWS pj69 (1.61.22); FILE MERGED
2006/12/19 19:07:32 pjanik 1.61.22.1: #i69247#: Add Slovenian Tolar to Euro convertor.
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/euro/euro.src | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/wizards/source/euro/euro.src b/wizards/source/euro/euro.src index 38f019e2b..931394e5b 100644 --- a/wizards/source/euro/euro.src +++ b/wizards/source/euro/euro.src @@ -4,9 +4,9 @@ * * $RCSfile: euro.src,v $ * - * $Revision: 1.61 $ + * $Revision: 1.62 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:06:54 $ + * last change: $Author: vg $ $Date: 2007-01-09 11:37:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -506,17 +506,22 @@ Text [ en-US ] = "Greek Drachma"; String CURRENCIES + 12 { +Text [ de ] = "Slovenischer Tolar"; +Text [ en-US ] = "Slovenian Tolar"; +}; + +String CURRENCIES + 13 +{ Text [ de ] = "Die für das Dokument eingestellte Währung ist keine Euro-Währung!"; Text [ en-US ] = "The currency set for the document is not a European currency!"; }; -String CURRENCIES + 13 +String CURRENCIES + 14 { Text [ de ] = "Die für Ihr Betriebssystem eingestellte Sprache ist keine Sprache der Europäischen Währungsunion!"; Text [ en-US ] = "The language set for your operating system is not a language of the European Monetary Union."; }; - String STEP_LASTPAGE { Text [ de ] = "Arbeitsfortschritt"; |