andimik and GitHub
2ab1730472
Fixed version during start up (v2rc1)
2023-11-19 13:58:25 +01:00
andimik and GitHub
32bcc506d9
Update German 13th Nov
2023-11-13 23:19:16 +01:00
andimik and GitHub
1ed8061ba8
KHz fixed
2023-11-12 12:53:17 +01:00
andimik and GitHub
72a1191114
Shorter German texts
...
and removed German asterisks
2023-11-02 00:32:11 +01:00
andimik and GitHub
43aeec73fd
Mark identical (untranslated) texts with asterisks
...
The three asterisks in the `language.h` file mean that the text is the same as in English (as per 1st November 2023). This will help to identify texts which have not been translated so far.
Of course, some texts are the same in many languages, like `TV` or `SMS`, so feel free to remove them when updating your language.
2023-11-01 21:35:57 +01:00
andimik and GitHub
b05cfcded7
Update German 30th Oct
...
- some German word wraps added, but not tested
- Italian expression for Wi-Fi unified
- Italian texts with `%` without space
2023-10-30 20:13:11 +01:00
andimik and GitHub
b416026503
Update German 20th Oct
2023-10-20 14:13:51 +02:00
andimik and GitHub
288b5c5e78
Update language.h German 15th Oct
2023-10-15 09:23:47 +02:00
andimik and GitHub
58f69df951
Update German 20th Sep
...
- Still to translate some terms due to unclear English text
- fixed some comment numbers (added spaces)
2023-09-20 08:38:01 +02:00
andimik and GitHub
6e533be108
Missing sender for AF and ECC udp packets for Stationlist
2023-08-26 16:15:34 +02:00
andimik and GitHub
9556fe7c38
fixed typos and last entry, German updated
...
- there were some typos in the country section
- last entry had a comma
- German updated
2023-08-08 00:14:33 +02:00
andimik and GitHub
64efc8137e
Update German 4th Aug
...
- added new German translations for battery and others
- fixed typo in word *computer*
2023-08-04 11:56:26 +02:00
andimik and GitHub
155a5a2a52
Shorter German texts 25th July
2023-07-25 17:14:06 +02:00
andimik and GitHub
32a5d22633
German translation 11th July
2023-07-11 18:01:20 +02:00
andimik and GitHub
a6242065e5
fixed hardcoded ON/OFF
2023-07-06 01:02:08 +02:00
andimik and GitHub
aa821f125b
Translation index added
...
and updated German (hint: "Deep Sleep" translated as "Completely off")
2023-07-05 23:59:57 +02:00
andimik and GitHub
c16c79a789
Replaced hardcoded ON and OFF
2023-07-05 23:30:17 +02:00
andimik and GitHub
2c949e91bd
Update German
...
some improvements (removed `setzen`)
better translation
contributors and main code translated
2023-07-01 08:33:46 +02:00
andimik and GitHub
fb2edabe71
Fixed OIRT band ends
...
lowest used frequency in Russia: 65,75 MHz, then 30 kHz steps,
highes used frequency in Russia: 73,97 MHz, but we need to set it to 74 MHz
Remark: lines 50 and 51 need to be set **not** in kHz, but 1/10 x kHz value.
Source: https://www.fmlist.org
2023-06-26 23:31:36 +02:00
andimik and GitHub
59434f6101
Update language.h OIRT, German
...
changed to kHz instead of K
2023-06-26 23:04:49 +02:00
andimik and GitHub
392767e62c
Unhide dots on German Umlaut O
...
`Ö` is now displayed as `Ö` and no more as `O` due to cropping.
2023-06-21 21:34:57 +02:00
andimik and GitHub
b08dff08b9
Update German and compilation fix
...
- updated German texts
- fixed compilation error `initializer-string for array of chars is too long [-fpermissive]` by checking the end strings:
```
$ more language.h | grep -v ,
// [number of languages][number of texts][max. length of text]
static const char myLanguage[9][68][78] = {
"Audio output"
"Audio uitgang"
"Audio output"
"Audio izlaz"
"Απαλοιφή θορύβου FM"
"Έξοδος ήχου"
"Audio output"
"Audioausgabe"
"Audio output"
"Audio output"
};
```
2023-06-21 18:59:18 +02:00
andimik and GitHub
9f5fcfe8d8
shorter German texts
2023-06-16 22:52:49 +02:00
andimik and GitHub
2d0efd2434
Update German with WiFi texts
2023-06-16 18:16:59 +02:00
andimik and GitHub
bfa9a96d54
Added German translation
...
first attempt
2023-06-10 01:24:15 +02:00