mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Added Catalan translation
This commit is contained in:
parent
397db0ca18
commit
07c54d7bcc
29 changed files with 634 additions and 4 deletions
30
web/lang/ca/common_po.inc
Normal file
30
web/lang/ca/common_po.inc
Normal file
|
@ -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";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue