mirror of
https://github.com/meskarune/i3lock-fancy.git
synced 2025-12-05 00:30:11 +00:00
Fix typo and BIDI in text
convert does handle bidi now Also remove duplicated English line.
This commit is contained in:
@@ -44,7 +44,6 @@ temp="$(getopt -o :hdnpglt:f: -l desktop,help,listfonts,nofork,pixelate,greyscal
|
||||
eval set -- "$temp"
|
||||
|
||||
# l10n support
|
||||
text="Type password to unlock"
|
||||
case "${LANG:-}" in
|
||||
af_* ) text="Tik wagwoord om te ontsluit" ;; # Afrikaans
|
||||
cs_* ) text="Pro odemčení zadajte heslo" ;; # Czech
|
||||
@@ -53,7 +52,7 @@ case "${LANG:-}" in
|
||||
en_* ) text="Type password to unlock" ;; # English
|
||||
es_* ) text="Ingrese su contraseña" ;; # Española
|
||||
fr_* ) text="Entrez votre mot de passe" ;; # Français
|
||||
he_* ) text="הליענה לטבל המסיס דלקה" ;; # Hebrew עברית (convert doesn't play bidi well)
|
||||
he_* ) text="הקלד סיסמה לביטול הנעילה" ;; # Hebrew עברית
|
||||
hi_* ) text="अनलॉक करने के लिए पासवर्ड टाईप करें" ;; #Hindi
|
||||
id_* ) text="Masukkan kata sandi Anda" ;; # Bahasa Indonesia
|
||||
it_* ) text="Inserisci la password" ;; # Italian
|
||||
|
||||
Reference in New Issue
Block a user