fixed variable name
This commit is contained in:
@@ -39,22 +39,22 @@ while true ; do
|
||||
done
|
||||
|
||||
# l10n support
|
||||
text="Type password to unlock"
|
||||
TEXT="Type password to unlock"
|
||||
case "${LANG:-}" in
|
||||
de_* ) text="Bitte Passwort eingeben" ;; # Deutsch
|
||||
da_* ) text="Indtast adgangskode" ;; # Danish
|
||||
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)
|
||||
id_* ) text="Masukkan kata sandi Anda" ;; # Bahasa Indonesia
|
||||
it_* ) text="Inserisci la password" ;; # Italian
|
||||
ja_* ) text="パスワードを入力してください" ;; # Japanese
|
||||
lv_* ) text="Ievadi paroli" ;; # Latvian
|
||||
pl_* ) text="Podaj hasło" ;; # Polish
|
||||
pt_* ) text="Digite a senha para desbloquear" ;; # Português
|
||||
ru_* ) text="Введите пароль" ;; # Russian
|
||||
* ) text="Type password to unlock" ;; # Default to English
|
||||
de_* ) TEXT="Bitte Passwort eingeben" ;; # Deutsch
|
||||
da_* ) TEXT="Indtast adgangskode" ;; # Danish
|
||||
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)
|
||||
id_* ) TEXT="Masukkan kata sandi Anda" ;; # Bahasa Indonesia
|
||||
it_* ) TEXT="Inserisci la password" ;; # Italian
|
||||
ja_* ) TEXT="パスワードを入力してください" ;; # Japanese
|
||||
lv_* ) TEXT="Ievadi paroli" ;; # Latvian
|
||||
pl_* ) TEXT="Podaj hasło" ;; # Polish
|
||||
pt_* ) TEXT="Digite a senha para desbloquear" ;; # Português
|
||||
ru_* ) TEXT="Введите пароль" ;; # Russian
|
||||
* ) TEXT="Type password to unlock" ;; # Default to English
|
||||
esac
|
||||
|
||||
scrot -z "$IMAGE"
|
||||
|
||||
Reference in New Issue
Block a user