mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
aur_po.inc,common_po.inc: german added: damir
This commit is contained in:
parent
3b3fcbc6d1
commit
f4f248387d
2 changed files with 24 additions and 24 deletions
|
@ -14,56 +14,56 @@ global $_t;
|
|||
$_t["en"]["Password"] = "Password";
|
||||
# $_t["es"]["Password"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Password"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Password"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Password"] = "Passwort";
|
||||
|
||||
$_t["en"]["Clear"] = "Clear";
|
||||
# $_t["es"]["Clear"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Clear"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Clear"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Clear"] = "Löschen";
|
||||
|
||||
$_t["en"]["required"] = "required";
|
||||
# $_t["es"]["required"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["required"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["required"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["required"] = "erforderlich";
|
||||
|
||||
$_t["en"]["Email Address"] = "Email Address";
|
||||
# $_t["es"]["Email Address"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Email Address"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Email Address"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Email Address"] = "Email-Addresse";
|
||||
|
||||
$_t["en"]["Submit"] = "Submit";
|
||||
# $_t["es"]["Submit"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Submit"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Submit"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Submit"] = "Senden";
|
||||
|
||||
$_t["en"]["Reset"] = "Reset";
|
||||
# $_t["es"]["Reset"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Reset"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Reset"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Reset"] = "Zurücksetzen";
|
||||
|
||||
$_t["en"]["Create"] = "Create";
|
||||
# $_t["es"]["Create"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Create"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Create"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Create"] = "Erstellen";
|
||||
|
||||
$_t["en"]["Update"] = "Update";
|
||||
# $_t["es"]["Update"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Update"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Update"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Update"] = "Aktualisiseren";
|
||||
|
||||
$_t["en"]["Less"] = "Less";
|
||||
# $_t["es"]["Less"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Less"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Less"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Less"] = "Weniger";
|
||||
|
||||
$_t["en"]["More"] = "More";
|
||||
# $_t["es"]["More"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["More"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["More"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["More"] = "Mehr";
|
||||
|
||||
$_t["en"]["Username"] = "Username";
|
||||
# $_t["es"]["Username"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Username"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Username"] = "--> Deutsche Übersetzung hier. <--";
|
||||
$_t["de"]["Username"] = "Benutzername";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue