From 335d142a16fb95ca52240ba308574c2fa9e719e0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 11 Mar 2019 18:20:29 +0100 Subject: [PATCH] added cookienotice IT translation THX fabrixxm --- cookienotice/lang/it/messages.po | 81 ++++++++++++++++++++++++++++++++ cookienotice/lang/it/strings.php | 19 ++++++++ 2 files changed, 100 insertions(+) create mode 100644 cookienotice/lang/it/messages.po create mode 100644 cookienotice/lang/it/strings.php diff --git a/cookienotice/lang/it/messages.po b/cookienotice/lang/it/messages.po new file mode 100644 index 00000000..e982f938 --- /dev/null +++ b/cookienotice/lang/it/messages.po @@ -0,0 +1,81 @@ +# ADDON cookienotice +# Copyright (C) +# This file is distributed under the same license as the Friendica cookienotice addon package. +# +# +# Translators: +# fabrixxm , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-30 10:48+0100\n" +"PO-Revision-Date: 2019-01-23 16:01+0000\n" +"Last-Translator: fabrixxm , 2019\n" +"Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cookienotice.php:63 +msgid "" +"This website uses cookies. If you continue browsing this website, you agree " +"to the usage of cookies." +msgstr "" +"Questo sito web utilizza cookie. Proseguendo la navigazione su questo sito, " +"accetti l'utilizzo dei cookie." + +#: cookienotice.php:64 cookienotice.php:133 +msgid "OK" +msgstr "OK" + +#: cookienotice.php:68 +msgid "\"cookienotice\" Settings" +msgstr "Impostazioni \"cookienotice\"" + +#: cookienotice.php:69 +msgid "" +"Configure your cookie usage notice. 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." +msgstr "" +"Configura la tua notifica di utilizzo dei cookie 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." + +#: cookienotice.php:70 +msgid "Cookie Usage Notice" +msgstr "Nota Utilizzo Cookie" + +#: cookienotice.php:70 +msgid "The cookie usage notice" +msgstr "La nota di utilizzo dei cookie" + +#: cookienotice.php:71 +msgid "OK Button Text" +msgstr "Testo Bottone OK" + +#: cookienotice.php:71 +msgid "The OK Button text" +msgstr "Il testo del bottone OK" + +#: cookienotice.php:72 +msgid "Save Settings" +msgstr "Salva Impostazioni" + +#: cookienotice.php:97 +msgid "cookienotice Settings saved." +msgstr "Impostazioni \"cookienotice\" salvate." + +#: cookienotice.php:132 +msgid "" +"This website uses cookies to recognize revisiting and logged in users. You " +"accept the usage of these cookies by continue browsing this website." +msgstr "" +"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. " diff --git a/cookienotice/lang/it/strings.php b/cookienotice/lang/it/strings.php new file mode 100644 index 00000000..b4d84be6 --- /dev/null +++ b/cookienotice/lang/it/strings.php @@ -0,0 +1,19 @@ +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."; +$a->strings["OK"] = "OK"; +$a->strings["\"cookienotice\" Settings"] = "Impostazioni \"cookienotice\""; +$a->strings["Configure your cookie usage notice. 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."] = "Configura la tua notifica di utilizzo dei cookie 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."; +$a->strings["Cookie Usage Notice"] = "Nota Utilizzo Cookie"; +$a->strings["The cookie usage notice"] = "La nota di utilizzo dei cookie"; +$a->strings["OK Button Text"] = "Testo Bottone OK"; +$a->strings["The OK Button text"] = "Il testo del bottone OK"; +$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["cookienotice Settings saved."] = "Impostazioni \"cookienotice\" salvate."; +$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. ";