]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/ca/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / cookienotice / 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["OK"] = "D'acord";
10 $a->strings["\"cookienotice\" Settings"] = "Configuració 'cookienotice'";
11 $a->strings["Cookie Usage Notice"] = "Avís d’ús de cookies";
12 $a->strings["The cookie usage notice"] = "L’avís d’ús de cookies";
13 $a->strings["OK Button Text"] = "Text del botó d’acord";
14 $a->strings["The OK Button text"] = "Text del botó D'acord";
15 $a->strings["Save Settings"] = "Desa la configuració";
16 $a->strings["cookienotice Settings saved."] = "Cookienotice S'ha desat la configuració.";