X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=l10n%2Fde.sh;h=8842a904f9ef1ac6f1a412231cd59daf0d2a326c;hb=3be0846ae20cbd5bcfb52d2b17306e621bd5170e;hp=9cd715b37e6a0e2ed32e1e9c497c4fd452cbd309;hpb=b28e964ff968431ed498c5a66a231db4d94799f3;p=shellwiki diff --git a/l10n/de.sh b/l10n/de.sh index 9cd715b..8842a90 100644 --- a/l10n/de.sh +++ b/l10n/de.sh @@ -1,5 +1,19 @@ #!/bin/sh +# Copyright 2023 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 +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +# IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + _l10n_de(){ case $* in 'Page names containing newline character are not allowed') printf 'Seitennamen mit Zeilenumbruch sind nicht erlaubt';; @@ -38,6 +52,13 @@ case $* in "OK") printf "OK";; "Some files could not be renamed") printf "Einige Dateien konnten nicht umbenannt werden";; "Successfully renamed:") printf "Erfolgreich umbenannt:";; + "A location of that name already exists.") printf "Ein Ort mit diesem Namen existiert bereits.";; +"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 } @@ -206,7 +227,7 @@ l10n_movepage(){ # TRANSLATION cat <<-EOF

Seite verschieben

$(HTML "${page}")

- +