]> git.mxchange.org Git - friendica-addons.git/blob - impressum/lang/ca/strings.php
Merge pull request #1076 from tobiasd/20210201-lngCmessages
[friendica-addons.git] / impressum / lang / ca / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ca")) {
4 function string_plural_select_ca($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 ;
9 $a->strings["Impressum"] = "empremta";
10 $a->strings["Site Owner"] = "Propietari del lloc";
11 $a->strings["Email Address"] = "Correu electrònic";
12 $a->strings["Postal Address"] = "Adreça postal";
13 $a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Cal configurar l’addon impressum<br />Afegiu com a mínim la secció <tt>owner</tt> variable del fitxer de configuració. Per a altres variables, consulteu el fitxer README de l’adjunció.";
14 $a->strings["Settings updated."] = "La configuració s'ha actualitzat.";
15 $a->strings["Submit"] = "sotmetre's";
16 $a->strings["The page operators name."] = "El nom dels operadors de pàgina.";
17 $a->strings["Site Owners Profile"] = "Perfil dels propietaris del lloc";
18 $a->strings["Profile address of the operator."] = "Adreça del perfil de l'operador.";
19 $a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Com contactar amb l'operador mitjançant correu cargol. Podeu utilitzar BBCode aquí.";
20 $a->strings["Notes"] = "nota";
21 $a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notes addicionals que es mostren a sota de la informació de contacte. Podeu utilitzar BBCode aquí.";
22 $a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Com contactar amb l'operador per correu electrònic. (es mostrarà ofuscat)";
23 $a->strings["Footer note"] = "Nota de peu de pàgina";
24 $a->strings["Text for the footer. You can use BBCode here."] = "Text for the footer. You can use BBCode here.";