]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/ca/strings.php
planets translation update THX SpcCw
[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 $a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Aquest lloc web utilitza cookies. Si continueu navegant per aquest lloc web, esteu d’acord amb l’ús de cookies.';
9 $a->strings['OK'] = 'D\'acord';
10 $a->strings['"cookienotice" Settings'] = 'Configuració \'cookienotice\'';
11 $a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Configureu l’avís d’ús de cookies.</b> Només hauria de ser un avís, dient que el lloc web utilitza cookies. Es mostra sempre que un usuari no confirmi el seu clic al botó D\'acord';
12 $a->strings['Cookie Usage Notice'] = 'Avís d’ús de cookies';
13 $a->strings['The cookie usage notice'] = 'L’avís d’ús de cookies';
14 $a->strings['OK Button Text'] = 'Text del botó d’acord';
15 $a->strings['The OK Button text'] = 'Text del botó D\'acord';
16 $a->strings['Save Settings'] = 'Desa la configuració';
17 $a->strings['cookienotice Settings saved.'] = 'Cookienotice S\'ha desat la configuració.';
18 $a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Aquest lloc web utilitza cookies per reconèixer la revisió i la sessió d’usuaris. Accepteu l’ús d’aquestes cookies continuant navegant per aquest lloc web.';