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/pkgedit_po.inc
Normal file
30
web/lang/ca/pkgedit_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"]["Missing package ID."] = "Manca l'identificador del paquet.";
|
||||
|
||||
$_t["ca"]["Invalid category ID."] = "L'identificador de la categoria no és vàlid.";
|
||||
|
||||
$_t["ca"]["Enter your comment below."] = "Introduïu el vostre comentari a continuació.";
|
||||
|
||||
$_t["ca"]["You are not allowed to delete this comment."] = "No esteu autoritzat per esborrar aquest comentari.";
|
||||
|
||||
$_t["ca"]["Missing comment ID."] = "Manca l'identificador del comentari.";
|
||||
|
||||
$_t["ca"]["Package category updated."] = "S'ha actualitzat la categoria del paquet.";
|
||||
|
||||
$_t["ca"]["You must be logged in before you can edit package information."] = "Heu d'identificar-vos abans d'editar qualsevol informació de paquet.";
|
||||
|
||||
$_t["ca"]["Comment has been deleted."] = "S'ha esborrat el comentari.";
|
||||
|
||||
$_t["ca"]["You've found a bug if you see this...."] = "Heu trobat un error si veieu açò.";
|
||||
|
||||
$_t["ca"]["Comment has been added."] = "S'ha afegit el comentari.";
|
||||
|
||||
$_t["ca"]["Select new category"] = "Seleccioneu nova categoria";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue