]> git.mxchange.org Git - friendica-addons.git/blob - cookienotice/lang/it/strings.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / cookienotice / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Questo sito web utilizza cookie. Proseguendo la navigazione su questo sito, accetti l'utilizzo dei cookie.";
10 $a->strings["OK"] = "OK";
11 $a->strings["\"cookienotice\" Settings"] = "Impostazioni \"cookienotice\"";
12 $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>Configura la tua notifica di utilizzo dei cookie</b> Dovrebbe essere semplicemente una nota che dice che il sito utilizza dei cookie. Viene mostrata fino a quanto l'utente conferma cliccando il bottone OK.";
13 $a->strings["Cookie Usage Notice"] = "Nota Utilizzo Cookie";
14 $a->strings["The cookie usage notice"] = "La nota di utilizzo dei cookie";
15 $a->strings["OK Button Text"] = "Testo Bottone OK";
16 $a->strings["The OK Button text"] = "Il testo del bottone OK";
17 $a->strings["Save Settings"] = "Salva Impostazioni";
18 $a->strings["cookienotice Settings saved."] = "Impostazioni \"cookienotice\" salvate.";
19 $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."] = "Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l'utilizzo di questi cookie. ";