diff options
author | simo <simo> | 2005-06-10 21:30:49 +0200 |
---|---|---|
committer | simo <simo> | 2005-06-10 21:30:49 +0200 |
commit | 7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (patch) | |
tree | 666a7c8c77a274b0c9cb0ba6b7fd20a535d418cf /web/lang/test_po.inc | |
parent | f1889a9e3d968f194e4b6955915f0e0c3c43622c (diff) | |
download | aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.gz aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.xz |
New Translation Structure
Diffstat (limited to 'web/lang/test_po.inc')
-rw-r--r-- | web/lang/test_po.inc | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/web/lang/test_po.inc b/web/lang/test_po.inc index 390dc6bc..1e3aa9c8 100644 --- a/web/lang/test_po.inc +++ b/web/lang/test_po.inc @@ -11,28 +11,8 @@ include_once("translator.inc"); global $_t; -$_t["en"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; -$_t["es"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Seleccione su lengua aquí: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; -$_t["fr"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Choisissez votre langue ici: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; -$_t["de"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Wählen Sie Ihre Sprache hier vor: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; -$_t["pl"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Wybierz swój język: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; +include_once("en/test_po.inc"); -$_t["en"]["Hello, world!"] = "Hello, world!"; -$_t["es"]["Hello, world!"] = "ĄHola, mundo!"; -$_t["fr"]["Hello, world!"] = "Bonjour, monde!"; -$_t["de"]["Hello, world!"] = "Hallo, Welt!"; -$_t["pl"]["Hello, world!"] = "Witaj, świecie!"; - -$_t["en"]["Hello, again!"] = "Hello, again!"; -$_t["es"]["Hello, again!"] = "ĄHola, otra vez!"; -$_t["fr"]["Hello, again!"] = "Bonjour, encore!"; -$_t["de"]["Hello, again!"] = "Hallo, wieder!"; -$_t["pl"]["Hello, again!"] = "Witaj, ponownie!"; - -$_t["en"]["My current language tag is: '%s'."] = "My current language tag is: '%s'."; -$_t["es"]["My current language tag is: '%s'."] = "Mi etiqueta de lengua actual es: '%s'."; -$_t["fr"]["My current language tag is: '%s'."] = "Ma étiquette de langue courante est: '%s'."; -$_t["de"]["My current language tag is: '%s'."] = "Meine gegenwärtige Sprachflagge ist: '%s'."; -$_t["pl"]["My current language tag is: '%s'."] = "Etykieta mojego obecnego języka to: '%s'."; +include_once("pl/test_po.inc"); ?>
\ No newline at end of file |