diff options
author | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
commit | 499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch) | |
tree | 2bc63122155c6a540d53e0b3cd7850d5a85588db /web/lang/test_po.inc | |
parent | cac788476a1a62f16d80e7242e88b25665a1e993 (diff) | |
download | aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.gz aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz |
updated with latest polish language patch
Diffstat (limited to 'web/lang/test_po.inc')
-rw-r--r-- | web/lang/test_po.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/lang/test_po.inc b/web/lang/test_po.inc index 0982976f..f54f06bc 100644 --- a/web/lang/test_po.inc +++ b/web/lang/test_po.inc @@ -12,27 +12,27 @@ 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["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."; +$_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."; $_t["en"]["Hello, world!"] = "Hello, world!"; -$_t["es"]["Hello, world!"] = "¡Hola, mundo!"; +$_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["pl"]["Hello, world!"] = "Witaj, Å›wiecie!"; $_t["en"]["Hello, again!"] = "Hello, again!"; -$_t["es"]["Hello, again!"] = "¡Hola, otra vez!"; +$_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'."; +$_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'."; ?> |