Commit Graph

652 Commits

Author SHA1 Message Date
3d-gussner
86235259a3 Add syntax checks 2022-02-02 17:23:31 +01:00
AttilaSVK
0b8e65bd6c Updated Hungarian translation files
updated lang/lang_en_hu.txt and lang/po/Firmware_hu.po with files generated by lang-import.sh and lang-export.sh
2022-01-18 13:56:43 +01:00
AttilaSVK
bbf23d4473 Update hu.po
Corrected a string based on where it appears on the display (Main, corrected to Főmenü, meaning Main Menu)
2022-01-18 10:38:56 +01:00
AttilaSVK
3936da7529 Update hu.po
Revised some translations based on the output from lang-check.py
2022-01-18 10:38:56 +01:00
AttilaSVK
311aa2a4c6 Update hu.po
Reduced long strings
2022-01-18 10:38:56 +01:00
AttilaSVK
9308593f5e Update hu.po
Corrected two ...(one character) to ...(three characters) and removed an accidental accent to maintain ASCII compatibility
2022-01-18 10:38:56 +01:00
AttilaSVK
a28631638f New translation
Added Hungarian language
2022-01-18 10:38:56 +01:00
Alex Voinea
f59fe20393 Fix resized translation limits 2022-01-17 16:23:31 +01:00
Alex Voinea
365bd003f9 Update ro PO files 2022-01-17 16:21:59 +01:00
Alex Voinea
4f8be42555 Use um instead of the special character until it is implemented upstream 2022-01-17 16:21:59 +01:00
Hauzman
1a6b668ede Fix typos 2022-01-17 16:21:59 +01:00
Hauzman
f9a591052c Fix typos
I have tested on my MK3S+ because the MK404 stops working when I select the language.
Posible to be future improvemen

Co-Authored-By: Alex Voinea <voinea.dragos.alexandru@gmail.com>
2022-01-17 16:21:59 +01:00
Alex Voinea
625fa3ea50 Fix layout for a few translations 2022-01-17 16:21:59 +01:00
Alex Voinea
a49ef30477 Change Reglare->Optiuni 2022-01-17 16:21:59 +01:00
Alex Voinea
e3712a72e6 Fix typos 2022-01-17 16:21:59 +01:00
Alex Voinea
f50eaf4762 More language optimization 2022-01-17 16:21:59 +01:00
Alex Voinea
e1e0dac635 Quick fixes 2022-01-17 16:21:59 +01:00
crackerOil
5096073507 Romanian language translation 2022-01-17 16:21:59 +01:00
Alex Voinea
4d348fa953 Initial Romanian translation 2022-01-17 16:21:59 +01:00
Alex Voinea
669f15a269 Make "Filament sensor" translations shorter for ES and FR 2022-01-17 16:11:52 +01:00
Alex Voinea
93b1a6b736 "Unload filament" c adjustment 2022-01-16 11:19:24 +01:00
Alex Voinea
7442057aba "Filament sensor" c adjustment 2022-01-16 11:13:52 +01:00
3d-gussner
1544a79b4e Add Lithuanian 2022-01-03 15:00:45 +01:00
3d-gussner
6dd7681f6b Cleanup outdated code 2022-01-03 12:19:58 +01:00
3d-gussner
54d7e9331b Add Croatian 2022-01-03 11:25:15 +01:00
3d-gussner
75dc5bd410 Add Luxembourgish 2022-01-03 11:25:15 +01:00
3d-gussner
8911161f6b Add Hungarian
Fix typo
2022-01-03 11:25:15 +01:00
3d-gussner
7083529990 Add Slovanian 2022-01-03 11:25:15 +01:00
3d-gussner
f8a0d3ad7b Add Danish 2022-01-03 11:25:15 +01:00
3d-gussner
5bce397fab Add Swedish 2022-01-03 11:25:15 +01:00
3d-gussner
ba54dc3d35 Update po files after fixing lang-export and lang-import 2022-01-03 11:25:15 +01:00
3d-gussner
20494f7260 Update lang scripts using for loop for languages 2022-01-03 11:25:15 +01:00
3d-gussner
fda665f9de Fix some minor issues 2022-01-03 11:25:15 +01:00
3d-gussner
b57fd94f05 Add counter
replace two double quotes to `\x00`
remove CR
2022-01-03 11:25:15 +01:00
3d-gussner
7b0872be64 Add missing MSG 2022-01-03 11:25:15 +01:00
3d-gussner
8708b1d413 Fix missing last translation
In FW3.10.1 there are 351 translations in the `lang_en.txt` but only 350 have been exported the `po` files missing the last one.
2022-01-03 11:25:15 +01:00
3d-gussner
d59c08192b Prepare to use one config file for all languages 2022-01-03 11:25:15 +01:00
3d-gussner
ecc8898b58 Change default Arduino path to by PF-build.sh created one 2022-01-03 11:25:15 +01:00
3d-gussner
add4872292 Update po files before release 2021-12-16 11:52:35 +01:00
DRracer
6188870c2e
Merge pull request #3157 from wavexx/improve_d2
Add extra debugging functions & crash analysis
2021-06-22 07:37:30 +02:00
jfestrada
72be8f7be5
Fix spanish translation for MSG_UNLOAD_SUCCESSFUL (#3185)
Fix spanish transtalation for MSG_UNLOAD_SUCCESSFUL by: jfestrada <jfestrada@cloudhd.eu>
2021-06-21 12:42:56 +02:00
Yuri D'Elia
0e75bc9d8e lang/fw-build.sh: fix padding calculation 2021-06-08 17:24:10 +02:00
Yuri D'Elia
8417083b13 lang/fw-build.sh: check for language data size during build
Ensure the language data always fits the reserved space in the XFLASH.

The script *should* use the LANG_SIZE definition from "xflash_layout",
which can be obtained by preprocessing the source code.

At the moment though this step has been omitted since running
arduino-builder to preprocess the source requires extra flags passed by
build.sh. The size has been hard-coded (and it's unlikely to change
given the content size is constant for the architecture).
2021-06-08 15:30:05 +02:00
DRracer
80e248662c
Merge pull request #3079 from 3d-gussner/PFW-1189
PFW-1189 Pre-release tasks
2021-04-29 16:33:18 +02:00
3d-gussner
fa134ee9f1 Update all po files 2021-04-29 15:41:47 +02:00
D.R.racer
8e35ab0699 Looks like the last CZ message 2021-04-29 14:40:35 +02:00
D.R.racer
6563a691ce ES missing translations 2021-04-29 13:57:56 +02:00
Yuri D'Elia
a5e40079e5 lang-check: optionally check for missing translations 2021-04-29 12:52:17 +02:00
Yuri D'Elia
a98bc1616a lang-check: add missing rulers 2021-04-29 12:51:57 +02:00
Yuri D'Elia
8edecc911b lang-check: Fix comment indentation 2021-04-29 12:43:26 +02:00