Page 1 of 2

Updated localisation files 2024 04 12

Posted: Fri Apr 12, 2024 11:31 pm
by VK3KYY
Localisation files for the on-screen texts,voice prompts and CPS have been updated

downloads/localisation



I would like to thank the people who have updated the translations for their languages.

Re: Updated localisation files 2024 04 12

Posted: Mon Apr 15, 2024 1:07 pm
by HB9WCN
Hello

While translating I noticed that I couldn't find everything in the german.h and german.xml.

These are an entry in the CPS download callsign database "Use Voice Promt memory". This is missing for translating into German.xml.
For the device, the following entries in the channel detail menu are not in the German.h "Rx" "Tx" "Rx CTCSS" Tx CTCSS".

This is a detail, but perhaps it can be adjusted to complete the translation.

Greeting
Rene

Re: Updated localisation files 2024 04 12

Posted: Mon Apr 15, 2024 1:39 pm
by F1RMB
Hi,
HB9WCN wrote:
Mon Apr 15, 2024 1:07 pm
Hello

While translating I noticed that I couldn't find everything in the german.h and german.xml.

These are an entry in the CPS download callsign database "Use Voice Promt memory". This is missing for translating into German.xml.
For the device, the following entries in the channel detail menu are not in the German.h "Rx" "Tx" "Rx CTCSS" Tx CTCSS".

This is a detail, but perhaps it can be adjusted to complete the translation.

Greeting
Rene
Okay. I added the two missing entries (see the attached diff).

Code: Select all

diff --git a/Language/CPS/German.xml b/Language/CPS/German.xml
index 832524c17803..3f002c31a0c1 100644
--- a/Language/CPS/German.xml
+++ b/Language/CPS/German.xml
@@ -892,6 +892,8 @@
                        <Control Id="grpRecordLength" Text="Datensatzlänge" />
                        <Control Id="lblEnhancedLength" Text="Anzahl von Zeichen" />
                        <Control Id="dataGridView1" Text="DMR ID,Rufzeichen,Details,Zuletzt gehört (Tage)" />
+                       <Control Id="lblRadioType" Text="Radio" />
+                       <Control Id="chkUseVPMemory" Text="Use Voice Prompt memory" />
                </Controls>
        </DMRIDForm>
        <OpenGD77Form Text="OpenGD77 Support">
About Tx/Rx CTCSS and DCS and such usual acronyms, I don't think that needs to be translated.

Cheers.
---
Daniel

Re: Updated localisation files 2024 04 12

Posted: Mon Apr 15, 2024 1:55 pm
by HB9WCN
That's correct, but usually TX and RX are capitalized.

Gruss René

Re: Updated localisation files 2024 04 12

Posted: Mon Apr 15, 2024 1:59 pm
by HB9WCN
diff --git a/Language/CPS/German.xml b/Language/CPS/German.xml
index 832524c17803..3f002c31a0c1 100644
--- a/Language/CPS/German.xml
+++ b/Language/CPS/German.xml
@@ -892,6 +892,8 @@
<Control Id="grpRecordLength" Text="Datensatzlänge" />
<Control Id="lblEnhancedLength" Text="Anzahl von Zeichen" />
<Control Id="dataGridView1" Text="DMR ID,Rufzeichen,Details,Zuletzt gehört (Tage)" />
+ <Control Id="lblRadioType" Text="Radio" />
+ <Control Id="chkUseVPMemory" Text="Sprachausgabe Memory benutzen" />
</Controls>
</DMRIDForm>
<OpenGD77Form Text="OpenGD77 Support">

Re: Updated localisation files 2024 04 12

Posted: Mon Apr 15, 2024 2:19 pm
by F1RMB
HB9WCN wrote:
Mon Apr 15, 2024 1:59 pm
diff --git a/Language/CPS/German.xml b/Language/CPS/German.xml
index 832524c17803..3f002c31a0c1 100644
--- a/Language/CPS/German.xml
+++ b/Language/CPS/German.xml
@@ -892,6 +892,8 @@
<Control Id="grpRecordLength" Text="Datensatzlänge" />
<Control Id="lblEnhancedLength" Text="Anzahl von Zeichen" />
<Control Id="dataGridView1" Text="DMR ID,Rufzeichen,Details,Zuletzt gehört (Tage)" />
+ <Control Id="lblRadioType" Text="Radio" />
+ <Control Id="chkUseVPMemory" Text="Sprachausgabe Memory benutzen" />
</Controls>
</DMRIDForm>
<OpenGD77Form Text="OpenGD77 Support">
Thanks, here is the updated German.xml file.

Cheers.
---
Daniel

Re: Updated localisation files 2024 04 12

Posted: Thu Apr 18, 2024 9:30 pm
by IZ2EIB
Hi Daniel.
Here are the latest new updated and/or revised Italian.xml, italian.h and wordlist_italian.csv.
italian.h + wordlist_italian.csv + Italian.xml.zip
Latest new updated and/or revised Italian.xml, italian.h and wordlist_italian.csv.
(24.07 KiB) Downloaded 13 times
Thanks to you Daniel and all the people involved in the OpenGD77 project for the hard work that all of you are doing!

73 best regards de Fabio IZ2EIB

Re: Updated localisation files 2024 04 12

Posted: Fri Apr 19, 2024 6:34 am
by F1RMB
Hi Fabio,
IZ2EIB wrote:
Thu Apr 18, 2024 9:30 pm
Hi Daniel.
Here are the latest new updated and/or revised Italian.xml, italian.h and wordlist_italian.csv.
italian.h + wordlist_italian.csv + Italian.xml.zip
Thanks to you Daniel and all the people involved in the OpenGD77 project for the hard work that all of you are doing!

73 best regards de Fabio IZ2EIB
Thanks for the updates, everything is fine.

Cheers.
---
Daniel

Re: Updated localisation files 2024 04 12

Posted: Fri Apr 19, 2024 12:10 pm
by HB9WCN
Hello

Here is an update of the German language files

Greeting
Rene

Re: Updated localisation files 2024 04 12

Posted: Fri Apr 19, 2024 12:48 pm
by F1RMB
Hi,
HB9WCN wrote:
Fri Apr 19, 2024 12:10 pm
Hello

Here is an update of the German language files

Greeting
Rene
.dmr_beep is too long.

Cheers.
---
Daniel