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