diff options
author | simo <simo> | 2005-10-16 16:59:22 +0000 |
---|---|---|
committer | simo <simo> | 2005-10-16 16:59:22 +0000 |
commit | 07c54d7bccc6b54d0b03e583e7a706e85281b5ae (patch) | |
tree | 7d873bd38f6006d967de4e81255302af9decdb00 /web/lang/ca/test_po.inc | |
parent | 397db0ca1865f333478a902f14369d707183401c (diff) | |
download | aurweb-07c54d7bccc6b54d0b03e583e7a706e85281b5ae.tar.xz |
Added Catalan translation
Diffstat (limited to 'web/lang/ca/test_po.inc')
-rw-r--r-- | web/lang/ca/test_po.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/lang/ca/test_po.inc b/web/lang/ca/test_po.inc new file mode 100644 index 0000000..9d1105d --- /dev/null +++ b/web/lang/ca/test_po.inc @@ -0,0 +1,16 @@ +<? +# Catalan (Català) translation +# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com> + +include_once("translator.inc"); +global $_t; + +$_t["ca"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Seleccioneu el vostre idioma ací: %h%s%h, %h%s%h, %h%s%h, %h%s%h"; + +$_t["ca"]["Hello, world!"] = "Hola, món!"; + +$_t["ca"]["Hello, again!"] = "Hola, altre cop!"; + +$_t["ca"]["My current language tag is: '%s'."] = "La meua etiqueta actual d'idioma és: '%s'."; + +?>
\ No newline at end of file |