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
16
web/lang/ca/test_po.inc
Normal file
16
web/lang/ca/test_po.inc
Normal file
|
@ -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'.";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue