summaryrefslogtreecommitdiffstats
path: root/web/lang/common_po.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-06-10 21:30:49 +0200
committersimo <simo>2005-06-10 21:30:49 +0200
commit7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (patch)
tree666a7c8c77a274b0c9cb0ba6b7fd20a535d418cf /web/lang/common_po.inc
parentf1889a9e3d968f194e4b6955915f0e0c3c43622c (diff)
downloadaur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.gz
aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.xz
New Translation Structure
Diffstat (limited to 'web/lang/common_po.inc')
-rw-r--r--web/lang/common_po.inc66
1 files changed, 2 insertions, 64 deletions
diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc
index 871d477b..e1e99880 100644
--- a/web/lang/common_po.inc
+++ b/web/lang/common_po.inc
@@ -11,70 +11,8 @@
include_once("translator.inc");
global $_t;
-$_t["en"]["Password"] = "Password";
-# $_t["es"]["Password"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Password"] = "--> Traduction française ici. <--";
-$_t["de"]["Password"] = "Passwort";
-$_t["pl"]["Password"] = "Hasło";
+include_once("en/common_po.inc");
-$_t["en"]["Clear"] = "Clear";
-# $_t["es"]["Clear"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Clear"] = "--> Traduction française ici. <--";
-$_t["de"]["Clear"] = "Löschen";
-$_t["pl"]["Clear"] = "Wyczyść";
-
-$_t["en"]["required"] = "required";
-# $_t["es"]["required"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["required"] = "--> Traduction française ici. <--";
-$_t["de"]["required"] = "erforderlich";
-$_t["pl"]["required"] = "wymagane";
-
-$_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"] = "Email-Addresse";
-$_t["pl"]["Email Address"] = "Adres e-mail";
-
-$_t["en"]["Submit"] = "Submit";
-# $_t["es"]["Submit"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Submit"] = "--> Traduction française ici. <--";
-$_t["de"]["Submit"] = "Senden";
-$_t["pl"]["Submit"] = "Wyślij";
-
-$_t["en"]["Reset"] = "Reset";
-# $_t["es"]["Reset"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Reset"] = "--> Traduction française ici. <--";
-$_t["de"]["Reset"] = "Zurücksetzen";
-$_t["pl"]["Reset"] = "Wyczyść";
-
-$_t["en"]["Create"] = "Create";
-# $_t["es"]["Create"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Create"] = "--> Traduction française ici. <--";
-$_t["de"]["Create"] = "Erstellen";
-$_t["pl"]["Create"] = "Utwórz";
-
-$_t["en"]["Update"] = "Update";
-# $_t["es"]["Update"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Update"] = "--> Traduction française ici. <--";
-$_t["de"]["Update"] = "Aktualisiseren";
-$_t["pl"]["Update"] = "Aktualizuj";
-
-$_t["en"]["Less"] = "Less";
-# $_t["es"]["Less"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Less"] = "--> Traduction française ici. <--";
-$_t["de"]["Less"] = "Weniger";
-$_t["pl"]["Less"] = "Poprzednie";
-
-$_t["en"]["More"] = "More";
-# $_t["es"]["More"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["More"] = "--> Traduction française ici. <--";
-$_t["de"]["More"] = "Mehr";
-$_t["pl"]["More"] = "Następne";
-
-$_t["en"]["Username"] = "Username";
-# $_t["es"]["Username"] = "--> Traducción espańola aquí. <--";
-# $_t["fr"]["Username"] = "--> Traduction française ici. <--";
-$_t["de"]["Username"] = "Benutzername";
-$_t["pl"]["Username"] = "Użytkownik";
+include_once("pl/common_po.inc");
?> \ No newline at end of file