This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-patch-1 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit fc4d11c61889f2a6415949e7c9a171562e1c8d07 Author: Matthias Seidel <[email protected]> AuthorDate: Tue Feb 7 11:05:50 2023 +0100 Update Euro Converter --- main/wizards/source/euro/euro.src | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/main/wizards/source/euro/euro.src b/main/wizards/source/euro/euro.src index 136d63e9c0..a001594f3d 100644 --- a/main/wizards/source/euro/euro.src +++ b/main/wizards/source/euro/euro.src @@ -42,7 +42,7 @@ Text [ en-US ] = "~Help" ; String STEP_ZERO + 2 { -Text [ en-US ] = "<< ~Back" ; +Text [ en-US ] = "< ~Back" ; }; String STEP_ZERO + 3 @@ -67,7 +67,7 @@ Text [ en-US ] = "Currencies:" ; String STEP_ZERO + 7 { -Text [ en-US ] = "C~ontinue >>" ; +Text [ en-US ] = "C~ontinue >" ; }; String STEP_ZERO + 8 @@ -412,11 +412,31 @@ Text [ en-US ] = "Slovak Koruna" ; String CURRENCIES + 16 { -Text [ en-US ] = "The currency set for the document is not a European currency!" ; +Text [ en-US ] = "Estonian Kroon" ; }; String CURRENCIES + 17 { +Text [ en-US ] = "Latvian Lats" ; +}; + +String CURRENCIES + 18 +{ +Text [ en-US ] = "Lithuanian Litas" ; +}; + +String CURRENCIES + 19 +{ +Text [ en-US ] = "Croatian Kuna" ; +}; + +String CURRENCIES + 20 +{ +Text [ en-US ] = "The currency set for the document is not a European currency!" ; +}; + +String CURRENCIES + 21 +{ Text [ en-US ] = "The language set for your operating system is not a language of the European Monetary Union." ; };
