1
0

Translate language names to English, reorder alphabetically

This commit is contained in:
Andrei Shevchuk
2018-05-20 13:28:06 +03:00
parent 5793001fb8
commit 0f0e8d5962
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Poly dark GRUB theme
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian, español
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Spanish, Ukrainian
![](https://i.imgur.com/OHGyR2N.gif)
+1 -1
View File
@@ -15,8 +15,8 @@ declare -A LANGS=(
[Norwegian]=NO
[Portuguese]=PT
[Russian]=RU
[Spanish]=ES
[Ukrainian]=UA
[Español]=ES
)
LANG_NAMES=($(echo ${!LANGS[*]} | tr ' ' '\n' | sort -n))
+4 -4
View File
@@ -36,6 +36,8 @@ terminal-border: "0"
# text = "Start in %d Sekunden."
# EN
text = "Booting in %d seconds"
# ES
# text = "Arranque en% d segundos"
# FR
# text = "Démarrage automatique dans %d secondes"
# NO
@@ -48,8 +50,6 @@ terminal-border: "0"
# text = "Автоматичне завантаження розпочнеться через %d сек."
# zh_CN
# text = "在 %d 内启动"
# ES
# text = "Arranque en% d segundos"
color = "#777777"
font = "Unifont Regular 18"
}
@@ -64,6 +64,8 @@ terminal-border: "0"
# text = "System mit ↑ und ↓ auswählen und mit Enter bestätigen."
# EN
text = "Use ↑ and ↓ keys to change selection, Enter to confirm"
# ES
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
# FR
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
# NO
@@ -76,8 +78,6 @@ terminal-border: "0"
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
# zh_CN
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
# ES
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
color = "#777777"
font = "Unifont Regular 18"
}