]> git.mxchange.org Git - friendica-addons.git/blob - advancedcontentfilter/lang/ca/strings.php
Fix signature of hooks to work with modern friendica
[friendica-addons.git] / advancedcontentfilter / 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 $a->strings['Filtered by rule: %s'] = 'Filtrat per regla: %s';
9 $a->strings['Advanced Content Filter'] = 'Contingut avançat Filtre';
10 $a->strings['Back to Addon Settings'] = 'Torna Addon Configuració';
11 $a->strings['Add a Rule'] = 'Afegiu una regla';
12 $a->strings['Help'] = 'Ajuda';
13 $a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Afegiu i gestioneu les vostres regles de filtre de contingut personal en aquesta pantalla. Les regles tenen un nom i una expressió arbitrària que es combinen amb les dades de la publicació. Per obtenir una referència completa de les variables i operacions disponibles, comproveu el botó <a href="advancedcontentfilter/help">pàgina d’ajuda</a>.';
14 $a->strings['Your rules'] = 'Les seves normes';
15 $a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Encara no teniu normes. Comenceu a afegir-ne un fent clic al botó situat al costat del títol.';
16 $a->strings['Disabled'] = 'Desactivat';
17 $a->strings['Enabled'] = 'Permetre';
18 $a->strings['Disable this rule'] = 'Desactiva aquesta regla';
19 $a->strings['Enable this rule'] = 'Activa aquesta regla';
20 $a->strings['Edit this rule'] = 'Edita aquesta regla';
21 $a->strings['Edit the rule'] = 'Edita la regla';
22 $a->strings['Save this rule'] = 'Deseu aquesta regla';
23 $a->strings['Delete this rule'] = 'Suprimeix aquesta regla';
24 $a->strings['Rule'] = 'Regla';
25 $a->strings['Close'] = 'Tancar';
26 $a->strings['Add new rule'] = 'Add nova regla';
27 $a->strings['Rule Name'] = 'Nom de la regla';
28 $a->strings['Rule Expression'] = 'Expressió de regla';
29 $a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Exemples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>';
30 $a->strings['Cancel'] = 'cancel·lar';
31 $a->strings['You must be logged in to use this method'] = 'Per utilitzar aquest mètode, heu d’iniciar sessió';
32 $a->strings['Invalid form security token, please refresh the page.'] = 'El testimoni de seguretat del formulari no és vàlid. Actualitza la pàgina';
33 $a->strings['The rule name and expression are required.'] = 'El nom i l’expressió de la regla són obligatoris';
34 $a->strings['Rule successfully added'] = 'La regla s\'ha afegit correctament';
35 $a->strings['Rule doesn\'t exist or doesn\'t belong to you.'] = 'La regla no existeix o no us pertany.';
36 $a->strings['Rule successfully updated'] = 'La regla s\'ha actualitzat correctament';
37 $a->strings['Rule successfully deleted'] = 'S\'ha suprimit la regla correctament';
38 $a->strings['Missing argument: guid.'] = 'Falta un argument: guia';
39 $a->strings['Unknown post with guid: %s'] = 'Publicació desconeguda amb guia: %s';
40 $a->strings['Method not found'] = 'Mètode no trobat';