]> git.plutz.net Git - shellwiki/blobdiff - l10n/de.sh
Merge commit '6bc502434737d7f08379e79b94fc6fda424ef779'
[shellwiki] / l10n / de.sh
index 8842a904f9ef1ac6f1a412231cd59daf0d2a326c..0e15f492019d8de96ad271242d3cd7e253156e07 100644 (file)
@@ -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';;
@@ -201,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]
        ]