Added Catalan translation

This commit is contained in:
simo 2005-10-16 16:59:22 +00:00
parent 397db0ca18
commit 07c54d7bcc
29 changed files with 634 additions and 4 deletions

22
web/lang/ca/aur_po.inc Normal file
View file

@ -0,0 +1,22 @@
<?
# Catalan (Català) translation
# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com>
include_once("translator.inc");
global $_t;
$_t["ca"]["%s: %sAn ArchLinux project%s"] = "%s: %sUn projecte d'Archlinux%s";
$_t["ca"]["Logout"] = "Surt";
$_t["ca"]["Discussion"] = "Discussió";
$_t["ca"]["Bugs"] = "Errors";
$_t["ca"]["Accounts"] = "Comptes";
$_t["ca"]["Home"] = "Inici";
$_t["ca"]["Packages"] = "Paquets";
?>