diff options
author | simo <simo> | 2005-10-16 18:59:22 +0200 |
---|---|---|
committer | simo <simo> | 2005-10-16 18:59:22 +0200 |
commit | 07c54d7bccc6b54d0b03e583e7a706e85281b5ae (patch) | |
tree | 7d873bd38f6006d967de4e81255302af9decdb00 /web/lang/ca/common_po.inc | |
parent | 397db0ca1865f333478a902f14369d707183401c (diff) | |
download | aur-07c54d7bccc6b54d0b03e583e7a706e85281b5ae.tar.gz aur-07c54d7bccc6b54d0b03e583e7a706e85281b5ae.tar.xz |
Added Catalan translation
Diffstat (limited to 'web/lang/ca/common_po.inc')
-rw-r--r-- | web/lang/ca/common_po.inc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/web/lang/ca/common_po.inc b/web/lang/ca/common_po.inc new file mode 100644 index 00000000..81a7b587 --- /dev/null +++ b/web/lang/ca/common_po.inc @@ -0,0 +1,30 @@ +<? +# Catalan (Català) translation +# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com> + +include_once("translator.inc"); +global $_t; + +$_t["ca"]["Reset"] = "Restaura"; + +$_t["ca"]["Username"] = "Nom d'usuari"; + +$_t["ca"]["Email Address"] = "Adreça de correu-e"; + +$_t["ca"]["Less"] = "Menys"; + +$_t["ca"]["Clear"] = "Neteja"; + +$_t["ca"]["required"] = "requerit"; + +$_t["ca"]["Update"] = "Actualitza"; + +$_t["ca"]["Submit"] = "Envia"; + +$_t["ca"]["Password"] = "Contrasenya"; + +$_t["ca"]["Create"] = "Crea"; + +$_t["ca"]["More"] = "Més"; + +?>
\ No newline at end of file |