X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=l10n%2Fde.sh;h=0e15f492019d8de96ad271242d3cd7e253156e07;hb=391ca15c76ee74991dc8462ae76782497751a133;hp=ccee2ab4914dfae7283136895271057e8c815edb;hpb=4f6786c2be70200b3ff43db68d0f536fcaedad3f;p=shellwiki diff --git a/l10n/de.sh b/l10n/de.sh index ccee2ab..0e15f49 100644 --- a/l10n/de.sh +++ b/l10n/de.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Paul Hänsch +# Copyright 2023 - 2024 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -14,6 +14,8 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR # IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +export LC_TIME=de_DE.UTF-8 + _l10n_de(){ case $* in 'Page names containing newline character are not allowed') printf 'Seitennamen mit Zeilenumbruch sind nicht erlaubt';; @@ -56,6 +58,9 @@ case $* in "A page of that name already exists at the given location.") printf "Eine Seite mit diesem namen gibt es schon am angegebenen Ort.";; "The given location does not exist.") printf "Den angegebenen Ort gibt es nicht.";; "Missing parameters.") printf "Fehlende Parameter.";; + "Pages deleted:") printf "Seiten gelöscht:";; + "Search results") printf "Suchergebnisse";; + "Search") printf "Suche";; *) printf %s\\n "$*";; esac } @@ -198,7 +203,7 @@ w_user_invite_deny(){ # TRANSLATION w_user_login_logon(){ # TRANSLATION cat <<-EOF [form #user_login .login method=POST - [input name=uname placeholder="Benutzername oder Email-Adresse" autocomplete=off] + [input name=uname placeholder="Benutzername oder Email-Adresse"] [input type=password name=pw placeholder="Passwort"] [submit "action" "user_login" Anmelden] ] @@ -224,7 +229,7 @@ l10n_movepage(){ # TRANSLATION cat <<-EOF

Seite verschieben

$(HTML "${page}")

- +