You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/02/07 10:05:55 UTC

[openoffice] branch Pilot-Pirx-patch-1 created (now fc4d11c618)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a change to branch Pilot-Pirx-patch-1
in repository https://gitbox.apache.org/repos/asf/openoffice.git


      at fc4d11c618 Update Euro Converter

This branch includes the following new commits:

     new fc4d11c618 Update Euro Converter

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openoffice] 01/01: Update Euro Converter

Posted by ms...@apache.org.
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 <ms...@apache.org>
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." ;
 };