From b6a72006542bd47f802ddf989176be701ad77595 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 31 Aug 2015 18:51:17 +0200 Subject: [PATCH 1/3] DE wppost update to the strings --- wppost/lang/de/messages.po | 62 ++++++++++++++++++-------------------- wppost/lang/de/strings.php | 23 +++++++------- 2 files changed, 40 insertions(+), 45 deletions(-) diff --git a/wppost/lang/de/messages.po b/wppost/lang/de/messages.po index d0971910..c6b7ee18 100644 --- a/wppost/lang/de/messages.po +++ b/wppost/lang/de/messages.po @@ -4,65 +4,61 @@ # # # Translators: -# bavatar , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-07-11 06:33+0000\n" -"Last-Translator: bavatar \n" -"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:30+0000\n" +"Last-Translator: fabrixxm \n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: wppost.php:42 msgid "Post to Wordpress" -msgstr "Bei WordPress veröffentlichen" +msgstr "Invia a Wordpress" -#: wppost.php:79 wppost.php:83 -msgid "Wordpress Export" -msgstr "WordPress-Passwort" +#: wppost.php:76 +msgid "WordPress Post Settings" +msgstr "Impostazioni invio a WordPress" -#: wppost.php:86 +#: wppost.php:78 msgid "Enable WordPress Post Plugin" -msgstr "WordPress Plugin aktivieren" +msgstr "Abilita il plugin di invio a Wordpress" -#: wppost.php:91 +#: wppost.php:83 msgid "WordPress username" -msgstr "WordPress-Benutzername" +msgstr "Nome utente Wordpress" -#: wppost.php:96 +#: wppost.php:88 msgid "WordPress password" -msgstr "WordPress-Passwort" +msgstr "Password Wordpress" -#: wppost.php:101 +#: wppost.php:93 msgid "WordPress API URL" -msgstr "WordPress-API-URL" +msgstr "Indirizzo API Wordpress" -#: wppost.php:106 +#: wppost.php:98 msgid "Post to WordPress by default" -msgstr "Standardmäßig auf WordPress veröffentlichen" +msgstr "Invia sempre a Wordpress" -#: wppost.php:111 +#: wppost.php:103 msgid "Provide a backlink to the Friendica post" -msgstr "Einen zurück zum Friendica-Beitrag hinzufügen" +msgstr "Inserisci un link al messaggio originale su Friendica" -#: wppost.php:116 -msgid "Don't post messages that are too short" -msgstr "Beiträge die zu kurz sind nicht veröffentlichen" +#: wppost.php:110 +msgid "Submit" +msgstr "Invia" -#: wppost.php:122 -msgid "Save Settings" -msgstr "Einstellungen speichern" - -#: wppost.php:243 +#: wppost.php:201 msgid "Post from Friendica" -msgstr "Post via Friendica" +msgstr "Messaggio da Friendica" -#: wppost.php:255 +#: wppost.php:207 msgid "Read the original post and comment stream on Friendica" -msgstr "Den Original-Beitrag samt Kommentaren bei Friendica lesen" +msgstr "Leggi il messaggio originale e i commenti su Friendica" diff --git a/wppost/lang/de/strings.php b/wppost/lang/de/strings.php index c74e1c5f..3c06c422 100644 --- a/wppost/lang/de/strings.php +++ b/wppost/lang/de/strings.php @@ -5,15 +5,14 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Post to Wordpress"] = "Bei WordPress veröffentlichen"; -$a->strings["Wordpress Export"] = "WordPress-Passwort"; -$a->strings["Enable WordPress Post Plugin"] = "WordPress Plugin aktivieren"; -$a->strings["WordPress username"] = "WordPress-Benutzername"; -$a->strings["WordPress password"] = "WordPress-Passwort"; -$a->strings["WordPress API URL"] = "WordPress-API-URL"; -$a->strings["Post to WordPress by default"] = "Standardmäßig auf WordPress veröffentlichen"; -$a->strings["Provide a backlink to the Friendica post"] = "Einen zurück zum Friendica-Beitrag hinzufügen"; -$a->strings["Don't post messages that are too short"] = "Beiträge die zu kurz sind nicht veröffentlichen"; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Post from Friendica"] = "Post via Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = "Den Original-Beitrag samt Kommentaren bei Friendica lesen"; +$a->strings["Post to Wordpress"] = "Invia a Wordpress"; +$a->strings["WordPress Post Settings"] = "Impostazioni invio a WordPress"; +$a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress"; +$a->strings["WordPress username"] = "Nome utente Wordpress"; +$a->strings["WordPress password"] = "Password Wordpress"; +$a->strings["WordPress API URL"] = "Indirizzo API Wordpress"; +$a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress"; +$a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica"; +$a->strings["Submit"] = "Invia"; +$a->strings["Post from Friendica"] = "Messaggio da Friendica"; +$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica"; From 797ee03eb830cccdf5211fa2d894b9cac833d451 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 31 Aug 2015 18:52:41 +0200 Subject: [PATCH 2/3] IT update to the addon translations --- curweather/lang/it/messages.po | 124 +++++++++++++++--- curweather/lang/it/strings.php | 29 ++++- fromapp/lang/it/messages.po | 8 +- fromapp/lang/it/strings.php | 2 +- fromgplus/lang/it/messages.po | 10 +- fromgplus/lang/it/strings.php | 4 +- geonames/lang/it/messages.po | 8 +- geonames/lang/it/strings.php | 2 +- gnot/lang/it/messages.po | 8 +- gnot/lang/it/strings.php | 2 +- gravatar/lang/it/messages.po | 8 +- gravatar/lang/it/strings.php | 2 +- group_text/lang/it/messages.po | 8 +- group_text/lang/it/strings.php | 2 +- impressum/lang/it/messages.po | 8 +- impressum/lang/it/strings.php | 2 +- irc/lang/it/messages.po | 45 +++++-- irc/lang/it/strings.php | 5 +- jappixmini/lang/it/messages.po | 10 +- jappixmini/lang/it/strings.php | 4 +- krynn/lang/it/messages.po | 12 +- krynn/lang/it/strings.php | 6 +- langfilter/lang/it/messages.po | 59 +++++++++ langfilter/lang/it/strings.php | 15 +++ libertree/lang/it/messages.po | 10 +- libertree/lang/it/strings.php | 4 +- libravatar/lang/it/messages.po | 8 +- libravatar/lang/it/strings.php | 2 +- ljpost/lang/it/messages.po | 8 +- ljpost/lang/it/strings.php | 2 +- mathjax/lang/it/messages.po | 8 +- mathjax/lang/it/strings.php | 2 +- morepokes/lang/it/messages.po | 8 +- morepokes/lang/it/strings.php | 4 +- notimeline/lang/it/messages.po | 8 +- notimeline/lang/it/strings.php | 2 +- nsfw/lang/it/messages.po | 10 +- nsfw/lang/it/strings.php | 4 +- numfriends/lang/it/messages.po | 8 +- numfriends/lang/it/strings.php | 2 +- openstreetmap/lang/it/messages.po | 8 +- openstreetmap/lang/it/strings.php | 2 +- pageheader/lang/it/messages.po | 8 +- pageheader/lang/it/strings.php | 2 +- piwik/lang/it/messages.po | 18 +-- piwik/lang/it/strings.php | 4 +- planets/lang/it/messages.po | 8 +- planets/lang/it/strings.php | 2 +- qcomment/lang/it/messages.po | 18 +-- qcomment/lang/it/strings.php | 8 +- randplace/lang/it/messages.po | 12 +- randplace/lang/it/strings.php | 2 +- remote_permissions/lang/it/messages.po | 12 +- remote_permissions/lang/it/strings.php | 2 +- showmore/lang/it/messages.po | 24 ++-- showmore/lang/it/strings.php | 2 +- snautofollow/lang/it/messages.po | 22 ++-- snautofollow/lang/it/strings.php | 4 +- startpage/lang/it/messages.po | 24 ++-- startpage/lang/it/strings.php | 4 +- statusnet/lang/it/messages.po | 174 +++++++++++++------------ statusnet/lang/it/strings.php | 39 +++--- superblock/lang/it/messages.po | 53 ++++---- superblock/lang/it/strings.php | 12 +- testdrive/lang/it/messages.po | 12 +- testdrive/lang/it/strings.php | 2 +- tumblr/lang/it/messages.po | 38 +++--- tumblr/lang/it/strings.php | 4 +- twitter/lang/it/messages.po | 76 +++++------ twitter/lang/it/strings.php | 11 +- uhremotestorage/lang/it/messages.po | 17 +-- uhremotestorage/lang/it/strings.php | 10 +- yourls/lang/it/messages.po | 30 ++--- yourls/lang/it/strings.php | 4 +- 74 files changed, 679 insertions(+), 462 deletions(-) create mode 100644 langfilter/lang/it/messages.po create mode 100644 langfilter/lang/it/strings.php mode change 100755 => 100644 morepokes/lang/it/messages.po diff --git a/curweather/lang/it/messages.po b/curweather/lang/it/messages.po index b8a08a6e..52510b10 100644 --- a/curweather/lang/it/messages.po +++ b/curweather/lang/it/messages.po @@ -4,41 +4,129 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:25+0000\n" +"POT-Creation-Date: 2015-07-13 18:46+0200\n" +"PO-Revision-Date: 2015-08-31 10:11+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: curweather.php:46 +#: curweather.php:30 +msgid "Error fetching weather data.\\nError was: " +msgstr "Errore recuperando i dati meteo: " + +#: curweather.php:103 curweather.php:163 msgid "Current Weather" msgstr "Meteo" -#: curweather.php:67 +#: curweather.php:109 +msgid "Relative Humidity" +msgstr "Umidità Relativa" + +#: curweather.php:110 +msgid "Pressure" +msgstr "Pressione" + +#: curweather.php:111 +msgid "Wind" +msgstr "Vento" + +#: curweather.php:112 +msgid "Last Updated" +msgstr "Ultimo Aggiornamento: " + +#: curweather.php:113 +msgid "Data by" +msgstr "Data da" + +#: curweather.php:114 +msgid "Show on map" +msgstr "Mostra sulla mappa" + +#: curweather.php:119 +msgid "There was a problem accessing the weather data. But have a look" +msgstr "C'è stato un problema accedendo ai dati meteo, ma dai un'occhiata" + +#: curweather.php:121 +msgid "at OpenWeatherMap" +msgstr "a OpenWeatherMap" + +#: curweather.php:137 msgid "Current Weather settings updated." msgstr "Impostazioni Meteo aggiornate." -#: curweather.php:90 -msgid "Current Weather Settings" -msgstr "" +#: curweather.php:152 +msgid "No APPID found, please contact your admin to optain one." +msgstr "APPID non trovata, contatta il tuo amministratore per averne una." -#: curweather.php:93 -msgid "Weather Location: " -msgstr "Posizione del meteo:" +#: curweather.php:162 curweather.php:191 +msgid "Save Settings" +msgstr "Salva Impostazioni" -#: curweather.php:96 -msgid "Enable Current Weather" -msgstr "Abilita Meteo" +#: curweather.php:163 +msgid "Settings" +msgstr "Impostazioni" -#: curweather.php:104 -msgid "Submit" -msgstr "" +#: curweather.php:165 +msgid "Enter either the name of your location or the zip code." +msgstr "Inserisci il nome della tua posizione o il CAP" + +#: curweather.php:166 +msgid "Your Location" +msgstr "La tua Posizione" + +#: curweather.php:166 +msgid "" +"Identifier of your location (name or zip code), e.g. Berlin,DE or " +"14476,DE." +msgstr "Identificatore della tua posizione (nome o CAP), p.e. Roma, IT or 00186,IT." + +#: curweather.php:167 +msgid "Units" +msgstr "Unità" + +#: curweather.php:167 +msgid "select if the temperatur should be displayed in °C or °F" +msgstr "scegli se la temperatura deve essere mostrata in °C o in °F" + +#: curweather.php:168 +msgid "Show weather data" +msgstr "Mostra dati meteo" + +#: curweather.php:181 +msgid "Curweather settings saved." +msgstr "Impostazioni Curweather salvati." + +#: curweather.php:192 +msgid "Caching Interval" +msgstr "Intervallo di cache" + +#: curweather.php:192 +msgid "" +"For how long should the weather data be cached? Choose according your " +"OpenWeatherMap account type." +msgstr "Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap." + +#: curweather.php:192 +msgid "no cache" +msgstr "nessuna cache" + +#: curweather.php:192 +msgid "minutes" +msgstr "minuti" + +#: curweather.php:193 +msgid "Your APPID" +msgstr "Il tuo APPID" + +#: curweather.php:193 +msgid "Your API key provided by OpenWeatherMap" +msgstr "La tua chiave API da OpenWeatherMap" diff --git a/curweather/lang/it/strings.php b/curweather/lang/it/strings.php index e0b8c916..05319ab4 100644 --- a/curweather/lang/it/strings.php +++ b/curweather/lang/it/strings.php @@ -5,9 +5,30 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; +$a->strings["Error fetching weather data.\\nError was: "] = "Errore recuperando i dati meteo: "; $a->strings["Current Weather"] = "Meteo"; +$a->strings["Relative Humidity"] = "Umidità Relativa"; +$a->strings["Pressure"] = "Pressione"; +$a->strings["Wind"] = "Vento"; +$a->strings["Last Updated"] = "Ultimo Aggiornamento: "; +$a->strings["Data by"] = "Data da"; +$a->strings["Show on map"] = "Mostra sulla mappa"; +$a->strings["There was a problem accessing the weather data. But have a look"] = "C'è stato un problema accedendo ai dati meteo, ma dai un'occhiata"; +$a->strings["at OpenWeatherMap"] = "a OpenWeatherMap"; $a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate."; -$a->strings["Current Weather Settings"] = ""; -$a->strings["Weather Location: "] = "Posizione del meteo:"; -$a->strings["Enable Current Weather"] = "Abilita Meteo"; -$a->strings["Submit"] = ""; +$a->strings["No APPID found, please contact your admin to optain one."] = "APPID non trovata, contatta il tuo amministratore per averne una."; +$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Settings"] = "Impostazioni"; +$a->strings["Enter either the name of your location or the zip code."] = "Inserisci il nome della tua posizione o il CAP"; +$a->strings["Your Location"] = "La tua Posizione"; +$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = "Identificatore della tua posizione (nome o CAP), p.e. Roma, IT or 00186,IT."; +$a->strings["Units"] = "Unità"; +$a->strings["select if the temperatur should be displayed in °C or °F"] = "scegli se la temperatura deve essere mostrata in °C o in °F"; +$a->strings["Show weather data"] = "Mostra dati meteo"; +$a->strings["Curweather settings saved."] = "Impostazioni Curweather salvati."; +$a->strings["Caching Interval"] = "Intervallo di cache"; +$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = "Per quanto tempo i dati meteo devono essere memorizzati? Scegli a seconda del tuo tipo di account su OpenWeatherMap."; +$a->strings["no cache"] = "nessuna cache"; +$a->strings["minutes"] = "minuti"; +$a->strings["Your APPID"] = "Il tuo APPID"; +$a->strings["Your API key provided by OpenWeatherMap"] = "La tua chiave API da OpenWeatherMap"; diff --git a/fromapp/lang/it/messages.po b/fromapp/lang/it/messages.po index baeffee6..4d491446 100644 --- a/fromapp/lang/it/messages.po +++ b/fromapp/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:33+0000\n" +"PO-Revision-Date: 2015-08-31 10:11+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,4 +38,4 @@ msgstr "Usa questo nome anche se un'altra applicazione è stata effettivamente u #: fromapp.php:77 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/fromapp/lang/it/strings.php b/fromapp/lang/it/strings.php index 800dc5a2..1f3624e4 100644 --- a/fromapp/lang/it/strings.php +++ b/fromapp/lang/it/strings.php @@ -9,4 +9,4 @@ $a->strings["Fromapp settings updated."] = "Impostazioni \"FromApp\" aggiornato. $a->strings["FromApp Settings"] = "Imnpostazioni \"FromApp\""; $a->strings["The application name you would like to show your posts originating from."] = "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi."; $a->strings["Use this application name even if another application was used."] = "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/fromgplus/lang/it/messages.po b/fromgplus/lang/it/messages.po index 5ce7ecb3..63384400 100644 --- a/fromgplus/lang/it/messages.po +++ b/fromgplus/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:33+0000\n" +"PO-Revision-Date: 2015-08-31 10:12+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,7 +21,7 @@ msgstr "" #: fromgplus.php:33 msgid "Google+ Import Settings" -msgstr "" +msgstr "Impostazioni Importa Google+" #: fromgplus.php:36 msgid "Enable Google+ Import" @@ -33,7 +33,7 @@ msgstr "ID Google Account" #: fromgplus.php:44 msgid "Submit" -msgstr "" +msgstr "Invia" #: fromgplus.php:59 msgid "Google+ Import Settings saved." diff --git a/fromgplus/lang/it/strings.php b/fromgplus/lang/it/strings.php index adebdafa..f3abc3a0 100644 --- a/fromgplus/lang/it/strings.php +++ b/fromgplus/lang/it/strings.php @@ -5,8 +5,8 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Google+ Import Settings"] = ""; +$a->strings["Google+ Import Settings"] = "Impostazioni Importa Google+"; $a->strings["Enable Google+ Import"] = "Abilita Importa da Google+"; $a->strings["Google Account ID"] = "ID Google Account"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate"; diff --git a/geonames/lang/it/messages.po b/geonames/lang/it/messages.po index 17670ea8..8164d7a2 100644 --- a/geonames/lang/it/messages.po +++ b/geonames/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:34+0000\n" +"PO-Revision-Date: 2015-08-31 10:12+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,4 +33,4 @@ msgstr "Abilita plugin Geonames" #: geonames.php:187 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/geonames/lang/it/strings.php b/geonames/lang/it/strings.php index ff1ea19e..8ecc98c2 100644 --- a/geonames/lang/it/strings.php +++ b/geonames/lang/it/strings.php @@ -8,4 +8,4 @@ function string_plural_select_it($n){ $a->strings["Geonames settings updated."] = "Impostazioni di Geonames aggiornate."; $a->strings["Geonames Settings"] = "Impostazioni Geonames"; $a->strings["Enable Geonames Plugin"] = "Abilita plugin Geonames"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/gnot/lang/it/messages.po b/gnot/lang/it/messages.po index 837c6d90..45649f78 100644 --- a/gnot/lang/it/messages.po +++ b/gnot/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:35+0000\n" +"PO-Revision-Date: 2015-08-31 10:12+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,7 +39,7 @@ msgstr "Abilita questo plugin?" #: gnot.php:88 msgid "Submit" -msgstr "" +msgstr "Invia" #: gnot.php:97 #, php-format diff --git a/gnot/lang/it/strings.php b/gnot/lang/it/strings.php index e845ac46..0c8ef482 100644 --- a/gnot/lang/it/strings.php +++ b/gnot/lang/it/strings.php @@ -9,5 +9,5 @@ $a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate."; $a->strings["Gnot Settings"] = "Impostazioni Gnot"; $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"; $a->strings["Enable this plugin/addon?"] = "Abilita questo plugin?"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d"; diff --git a/gravatar/lang/it/messages.po b/gravatar/lang/it/messages.po index 3d7c0201..589b0e4a 100644 --- a/gravatar/lang/it/messages.po +++ b/gravatar/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:36+0000\n" +"PO-Revision-Date: 2015-08-31 10:12+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -52,7 +52,7 @@ msgstr "I'addon Libravatar è installto. Disabilita l'addon Libravatar o questo #: gravatar.php:95 msgid "Submit" -msgstr "" +msgstr "Invia" #: gravatar.php:96 msgid "Default avatar image" diff --git a/gravatar/lang/it/strings.php b/gravatar/lang/it/strings.php index e2da9d35..5e55a761 100644 --- a/gravatar/lang/it/strings.php +++ b/gravatar/lang/it/strings.php @@ -12,7 +12,7 @@ $a->strings["computer generated face"] = "faccia generata dal computer"; $a->strings["retro arcade style face"] = "faccia stile retro arcade"; $a->strings["Information"] = "Informazione"; $a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "I'addon Libravatar è installto. Disabilita l'addon Libravatar o questo addon Gravatar
L'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar."; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Default avatar image"] = "Immagine avatar predefinita"; $a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Seleziona l'immagine di default se non viene trovato niente. Vedi README"; $a->strings["Rating of images"] = "Valutazione delle immagini"; diff --git a/group_text/lang/it/messages.po b/group_text/lang/it/messages.po index 89e152ae..9f42598f 100644 --- a/group_text/lang/it/messages.po +++ b/group_text/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:37+0000\n" +"PO-Revision-Date: 2015-08-31 10:12+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,4 +33,4 @@ msgstr "Usa un selettore testuale (senza immagini) nella pagina \"modifica grupp #: group_text.php:84 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/group_text/lang/it/strings.php b/group_text/lang/it/strings.php index 1dba8169..36eb872b 100644 --- a/group_text/lang/it/strings.php +++ b/group_text/lang/it/strings.php @@ -8,4 +8,4 @@ function string_plural_select_it($n){ $a->strings["Group Text settings updated."] = "Impostazioni di \"Editor Gruppi Testuale\" aggiornate."; $a->strings["Group Text"] = "Editor Gruppi Testuale"; $a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Usa un selettore testuale (senza immagini) nella pagina \"modifica gruppo\""; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/impressum/lang/it/messages.po b/impressum/lang/it/messages.po index ad5a2f28..ae430ef4 100644 --- a/impressum/lang/it/messages.po +++ b/impressum/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:39+0000\n" +"PO-Revision-Date: 2015-08-31 10:15+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -48,7 +48,7 @@ msgstr "Impostazioni aggiornate." #: impressum.php:83 msgid "Submit" -msgstr "" +msgstr "Invia" #: impressum.php:84 msgid "The page operators name." diff --git a/impressum/lang/it/strings.php b/impressum/lang/it/strings.php index 9ac53088..25f3b1be 100644 --- a/impressum/lang/it/strings.php +++ b/impressum/lang/it/strings.php @@ -11,7 +11,7 @@ $a->strings["Email Address"] = "Indirizzo email"; $a->strings["Postal Address"] = "Indirizzo"; $a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Il plugin Colophon deve essere configurato!
Aggiungi almeno il Proprietario del sito."; $a->strings["Settings updated."] = "Impostazioni aggiornate."; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["The page operators name."] = "Nome del gestore della pagina."; $a->strings["Site Owners Profile"] = "Profilo del proprietario del sito"; $a->strings["Profile address of the operator."] = "Indirizzo del profilo del gestore della pagina"; diff --git a/irc/lang/it/messages.po b/irc/lang/it/messages.po index 72fad16b..1967c3f8 100644 --- a/irc/lang/it/messages.po +++ b/irc/lang/it/messages.po @@ -4,45 +4,64 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:41+0000\n" +"POT-Creation-Date: 2015-07-08 13:17+0200\n" +"PO-Revision-Date: 2015-08-31 10:17+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: irc.php:44 +#: irc.php:37 msgid "IRC Settings" msgstr "Impostazioni IRC" -#: irc.php:46 +#: irc.php:38 +msgid "" +"Here you can change the system wide settings for the channels to " +"automatically join and access via the side bar. Note the changes you do " +"here, only effect the channel selection if you are logged in." +msgstr "Qui puoi modificare le impostazioni globali di sistema per i canali a cui accedere automaticamente attraverso la barra laterale. Nota che le modifiche che effetti qui hanno effetto sulla selezione di canali solo se sei loggato." + +#: irc.php:39 irc.php:136 +msgid "Save Settings" +msgstr "Salva Impostazioni" + +#: irc.php:40 irc.php:137 msgid "Channel(s) to auto connect (comma separated)" msgstr "Canale(i) a cui autocollegarsi (separati da virgola)" -#: irc.php:51 +#: irc.php:40 irc.php:137 +msgid "" +"List of channels that shall automatically connected to when the app is " +"launched." +msgstr "Lista di canali che a cui connettersi automaticamente quando l'app è avviata." + +#: irc.php:41 irc.php:138 msgid "Popular Channels (comma separated)" msgstr "Canali popolari (separati da virgola)" -#: irc.php:55 -msgid "Submit" -msgstr "" +#: irc.php:41 irc.php:138 +msgid "" +"List of popular channels, will be displayed at the side and hotlinked for " +"easy joining." +msgstr "Lista di canali popolari: sarà visualizzata a lato e provvista di link per facilitare l'adesione." -#: irc.php:69 +#: irc.php:57 irc.php:128 msgid "IRC settings saved." msgstr "Impostazioni IRC salvate." -#: irc.php:74 +#: irc.php:62 msgid "IRC Chatroom" msgstr "Stanza IRC" -#: irc.php:96 +#: irc.php:90 msgid "Popular Channels" msgstr "Canali Popolari" diff --git a/irc/lang/it/strings.php b/irc/lang/it/strings.php index 3cdaa159..19b55649 100644 --- a/irc/lang/it/strings.php +++ b/irc/lang/it/strings.php @@ -6,9 +6,12 @@ function string_plural_select_it($n){ }} ; $a->strings["IRC Settings"] = "Impostazioni IRC"; +$a->strings["Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in."] = "Qui puoi modificare le impostazioni globali di sistema per i canali a cui accedere automaticamente attraverso la barra laterale. Nota che le modifiche che effetti qui hanno effetto sulla selezione di canali solo se sei loggato."; +$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Channel(s) to auto connect (comma separated)"] = "Canale(i) a cui autocollegarsi (separati da virgola)"; +$a->strings["List of channels that shall automatically connected to when the app is launched."] = "Lista di canali che a cui connettersi automaticamente quando l'app è avviata."; $a->strings["Popular Channels (comma separated)"] = "Canali popolari (separati da virgola)"; -$a->strings["Submit"] = ""; +$a->strings["List of popular channels, will be displayed at the side and hotlinked for easy joining."] = "Lista di canali popolari: sarà visualizzata a lato e provvista di link per facilitare l'adesione."; $a->strings["IRC settings saved."] = "Impostazioni IRC salvate."; $a->strings["IRC Chatroom"] = "Stanza IRC"; $a->strings["Popular Channels"] = "Canali Popolari"; diff --git a/jappixmini/lang/it/messages.po b/jappixmini/lang/it/messages.po index 35ba3d1e..7e4eb1f6 100644 --- a/jappixmini/lang/it/messages.po +++ b/jappixmini/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:42+0000\n" +"PO-Revision-Date: 2015-08-31 10:18+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,7 +21,7 @@ msgstr "" #: jappixmini.php:266 msgid "Jappix Mini addon settings" -msgstr "" +msgstr "Impostazioni plugin Jappix Mini" #: jappixmini.php:268 msgid "Activate addon" @@ -70,7 +70,7 @@ msgstr "Pulisci la lista interna degli indirizzi Jabber dei contatti" #: jappixmini.php:307 msgid "Submit" -msgstr "" +msgstr "Invia" #: jappixmini.php:308 msgid "Add contact" diff --git a/jappixmini/lang/it/strings.php b/jappixmini/lang/it/strings.php index 78e79106..51f6b794 100644 --- a/jappixmini/lang/it/strings.php +++ b/jappixmini/lang/it/strings.php @@ -5,7 +5,7 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Jappix Mini addon settings"] = ""; +$a->strings["Jappix Mini addon settings"] = "Impostazioni plugin Jappix Mini"; $a->strings["Activate addon"] = "Abilita plugin"; $a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Non inserire Jappixmini nell'intrerfaccia web"; $a->strings["Jabber username"] = "Nome utente Jabber"; @@ -17,5 +17,5 @@ $a->strings["Friendica password"] = "Password Friendica"; $a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente"; $a->strings["Subscribe to Friendica contacts automatically"] = "Sottoscrivi automaticamente i contatti Friendica"; $a->strings["Purge internal list of jabber addresses of contacts"] = "Pulisci la lista interna degli indirizzi Jabber dei contatti"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Add contact"] = "Aggiungi contatto"; diff --git a/krynn/lang/it/messages.po b/krynn/lang/it/messages.po index 2dbfa3c7..507fac54 100644 --- a/krynn/lang/it/messages.po +++ b/krynn/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 09:01+0000\n" +"PO-Revision-Date: 2015-08-31 11:55+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,12 +21,12 @@ msgstr "" #: krynn.php:150 msgid "Krynn Settings" -msgstr "Impostazioni \"Pianeti\"" +msgstr "Impostazioni Krynn" #: krynn.php:152 msgid "Enable Krynn Plugin" -msgstr "Abilita il plugin \"Pianeti\"" +msgstr "Abilita plugin Krynn" #: krynn.php:158 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/krynn/lang/it/strings.php b/krynn/lang/it/strings.php index 9e4d7037..7c9f5f11 100644 --- a/krynn/lang/it/strings.php +++ b/krynn/lang/it/strings.php @@ -5,6 +5,6 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Krynn Settings"] = "Impostazioni \"Kryn"; -$a->strings["Enable Krynn Plugin"] = "Abilita il plugin \"Krynn\""; -$a->strings["Submit"] = ""; +$a->strings["Krynn Settings"] = "Impostazioni Krynn"; +$a->strings["Enable Krynn Plugin"] = "Abilita plugin Krynn"; +$a->strings["Submit"] = "Invia"; diff --git a/langfilter/lang/it/messages.po b/langfilter/lang/it/messages.po new file mode 100644 index 00000000..58e16e53 --- /dev/null +++ b/langfilter/lang/it/messages.po @@ -0,0 +1,59 @@ +# ADDON langfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica langfilter addon package. +# +# +# Translators: +# fabrixxm , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-24 19:11+0200\n" +"PO-Revision-Date: 2015-08-31 11:58+0000\n" +"Last-Translator: fabrixxm \n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" + +#: langfilter.php:43 +msgid "Language Filter" +msgstr "Filtro Lingua" + +#: langfilter.php:44 +msgid "" +"This addon tries to identify the language of a postings. If it does not " +"match any language spoken by you (see below) the posting will be collapsed. " +"Remember detecting the language is not perfect, especially with short " +"postings." +msgstr "Questo plugin prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue da te parlata (vedi sotto), il messaggio verrà nascosto. Ricorda che la rilevazione della lingua non è perfetta, specie con i messaggi corti." + +#: langfilter.php:45 +msgid "Use the language filter" +msgstr "Usa il filtro lingua" + +#: langfilter.php:46 +msgid "I speak" +msgstr "I parlo" + +#: langfilter.php:46 +msgid "" +"List of abbreviations for languages you speak, comma seperated. For excample" +" \"de,it\"." +msgstr "Lista di abbreviazioni per le lingue che parli, separate da virgola. Per esempio \"it,de\"" + +#: langfilter.php:47 +msgid "Save Settings" +msgstr "Salva Impostazioni" + +#: langfilter.php:66 +msgid "Language Filter Settings saved." +msgstr "Impostazioni Filtro Lingua salvate." + +#: langfilter.php:105 +#, php-format +msgid "unspoken language %s - Click to open/close" +msgstr "lingua non parlata %s - Clicca per aprire/chiudere" diff --git a/langfilter/lang/it/strings.php b/langfilter/lang/it/strings.php new file mode 100644 index 00000000..c9bee30a --- /dev/null +++ b/langfilter/lang/it/strings.php @@ -0,0 +1,15 @@ +strings["Language Filter"] = "Filtro Lingua"; +$a->strings["This addon tries to identify the language of a postings. If it does not match any language spoken by you (see below) the posting will be collapsed. Remember detecting the language is not perfect, especially with short postings."] = "Questo plugin prova ad identificare la lingua usata in un messaggio. Se questa non corrisponde a una delle lingue da te parlata (vedi sotto), il messaggio verrà nascosto. Ricorda che la rilevazione della lingua non è perfetta, specie con i messaggi corti."; +$a->strings["Use the language filter"] = "Usa il filtro lingua"; +$a->strings["I speak"] = "I parlo"; +$a->strings["List of abbreviations for languages you speak, comma seperated. For excample \"de,it\"."] = "Lista di abbreviazioni per le lingue che parli, separate da virgola. Per esempio \"it,de\""; +$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Language Filter Settings saved."] = "Impostazioni Filtro Lingua salvate."; +$a->strings["unspoken language %s - Click to open/close"] = "lingua non parlata %s - Clicca per aprire/chiudere"; diff --git a/libertree/lang/it/messages.po b/libertree/lang/it/messages.po index b6a53b2b..25bd37ff 100644 --- a/libertree/lang/it/messages.po +++ b/libertree/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:45+0000\n" +"PO-Revision-Date: 2015-08-31 10:18+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,7 +25,7 @@ msgstr "Invia a Libertree" #: libertree.php:67 msgid "libertree Post Settings" -msgstr "" +msgstr "Impostazioni di invio a Libertree" #: libertree.php:69 msgid "Enable Libertree Post Plugin" @@ -45,4 +45,4 @@ msgstr "Invia sempre a Libertree" #: libertree.php:90 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/libertree/lang/it/strings.php b/libertree/lang/it/strings.php index 8e2fb248..beef73da 100644 --- a/libertree/lang/it/strings.php +++ b/libertree/lang/it/strings.php @@ -6,9 +6,9 @@ function string_plural_select_it($n){ }} ; $a->strings["Post to libertree"] = "Invia a Libertree"; -$a->strings["libertree Post Settings"] = ""; +$a->strings["libertree Post Settings"] = "Impostazioni di invio a Libertree"; $a->strings["Enable Libertree Post Plugin"] = "Abilita il plugin di invio a Libertree"; $a->strings["Libertree API token"] = "Token API Libertree"; $a->strings["Libertree site URL"] = "Indirizzo sito Libertree"; $a->strings["Post to Libertree by default"] = "Invia sempre a Libertree"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/libravatar/lang/it/messages.po b/libravatar/lang/it/messages.po index 692a3646..645a500b 100644 --- a/libravatar/lang/it/messages.po +++ b/libravatar/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:47+0000\n" +"PO-Revision-Date: 2015-08-31 10:19+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -69,7 +69,7 @@ msgstr "L'addon Gravatar è installato. Disabilita l'addon Gravatar.
\nL'addo #: libravatar.php:99 msgid "Submit" -msgstr "" +msgstr "Invia" #: libravatar.php:100 msgid "Default avatar image" diff --git a/libravatar/lang/it/strings.php b/libravatar/lang/it/strings.php index 1758a72e..8b462f0a 100644 --- a/libravatar/lang/it/strings.php +++ b/libravatar/lang/it/strings.php @@ -16,7 +16,7 @@ $a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La $a->strings["This addon is not functional on your server."] = "Questo addon non è funzionante sul tuo server."; $a->strings["Information"] = "Informazione"; $a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'addon Gravatar è installato. Disabilita l'addon Gravatar.
\nL'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar."; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Default avatar image"] = "Immagine avatar predefinita"; $a->strings["Select default avatar image if none was found. See README"] = "Seleziona l'immagine di default se non viene trovato niente. Vedi README"; $a->strings["Libravatar settings updated."] = "Impostazioni Libravatar aggiornate."; diff --git a/ljpost/lang/it/messages.po b/ljpost/lang/it/messages.po index 680054bc..23b345bb 100644 --- a/ljpost/lang/it/messages.po +++ b/ljpost/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:49+0000\n" +"PO-Revision-Date: 2015-08-31 10:19+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -45,4 +45,4 @@ msgstr "Invia sempre a LiveJournal" #: ljpost.php:93 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/ljpost/lang/it/strings.php b/ljpost/lang/it/strings.php index f651772c..538b0ef8 100644 --- a/ljpost/lang/it/strings.php +++ b/ljpost/lang/it/strings.php @@ -11,4 +11,4 @@ $a->strings["Enable LiveJournal Post Plugin"] = "Abilita il plugin di invio a Li $a->strings["LiveJournal username"] = "Nome utente LiveJournal"; $a->strings["LiveJournal password"] = "Password LiveJournal"; $a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/mathjax/lang/it/messages.po b/mathjax/lang/it/messages.po index 2a4cf58d..82673733 100644 --- a/mathjax/lang/it/messages.po +++ b/mathjax/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:49+0000\n" +"PO-Revision-Date: 2015-08-31 10:19+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "Usa il render MathJax" #: mathjax.php:42 msgid "Submit" -msgstr "" +msgstr "Invia" #: mathjax.php:66 msgid "Settings updated." diff --git a/mathjax/lang/it/strings.php b/mathjax/lang/it/strings.php index 4d188ea7..1481d731 100644 --- a/mathjax/lang/it/strings.php +++ b/mathjax/lang/it/strings.php @@ -8,7 +8,7 @@ function string_plural_select_it($n){ $a->strings["Settings"] = "Impostazioni"; $a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Il plugin \"MatJax\" renderizza formule matematiche scritta usando la sintassi LaTeX circondate dalle usuali $$ o un blocco eqnarray nei messaggi della tua bacheca, pagina Rete e messaggi privati."; $a->strings["Use the MathJax renderer"] = "Usa il render MathJax"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Settings updated."] = "Impostazioni aggiornate."; $a->strings["MathJax Base URL"] = "Indirizzo di base di MathJax"; $a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "L'indirizzo per il file javascript che deve essere incluso per usare MathJax. Può essere sul CDN di MathJax o in un'altra installazione di MathJax."; diff --git a/morepokes/lang/it/messages.po b/morepokes/lang/it/messages.po old mode 100755 new mode 100644 index 6eda3a82..fb4f86c3 --- a/morepokes/lang/it/messages.po +++ b/morepokes/lang/it/messages.po @@ -10,9 +10,9 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2015-02-09 10:51+0000\n" +"PO-Revision-Date: 2015-08-31 10:20+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -152,11 +152,11 @@ msgstr "ha sorriso e adulato" #: morepokes.php:35 msgid "doubt" -msgstr "" +msgstr "dubita" #: morepokes.php:35 msgid "doubted" -msgstr "" +msgstr "dubitato" #: morepokes.php:36 msgid "glare" diff --git a/morepokes/lang/it/strings.php b/morepokes/lang/it/strings.php index 90d03c91..0ba63a0a 100644 --- a/morepokes/lang/it/strings.php +++ b/morepokes/lang/it/strings.php @@ -37,7 +37,7 @@ $a->strings["eat"] = "mangia"; $a->strings["ate"] = "ha mangiato"; $a->strings["giggle and fawn at"] = "sorridi e adula"; $a->strings["giggled and fawned at"] = "ha sorriso e adulato"; -$a->strings["doubt"] = ""; -$a->strings["doubted"] = ""; +$a->strings["doubt"] = "dubita"; +$a->strings["doubted"] = "dubitato"; $a->strings["glare"] = "guarda con aria feroce"; $a->strings["glared at"] = "ha guardato con aria feroce"; diff --git a/notimeline/lang/it/messages.po b/notimeline/lang/it/messages.po index 8219ae1b..5c50b5eb 100644 --- a/notimeline/lang/it/messages.po +++ b/notimeline/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:56+0000\n" +"PO-Revision-Date: 2015-08-31 10:21+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,4 +33,4 @@ msgstr "Disabilita il selettore dell'archivio sulla pagina del profilo" #: notimeline.php:64 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/notimeline/lang/it/strings.php b/notimeline/lang/it/strings.php index 8fa6a948..cb5be511 100644 --- a/notimeline/lang/it/strings.php +++ b/notimeline/lang/it/strings.php @@ -8,4 +8,4 @@ function string_plural_select_it($n){ $a->strings["No Timeline settings updated."] = "Impostazioni \"No Timeline\" aggiornate."; $a->strings["No Timeline Settings"] = "Impostazioni \"No Timeline\""; $a->strings["Disable Archive selector on profile wall"] = "Disabilita il selettore dell'archivio sulla pagina del profilo"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/nsfw/lang/it/messages.po b/nsfw/lang/it/messages.po index 4c230223..934a3cae 100644 --- a/nsfw/lang/it/messages.po +++ b/nsfw/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:56+0000\n" +"PO-Revision-Date: 2015-08-31 10:21+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,7 +21,7 @@ msgstr "" #: nsfw.php:78 msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "" +msgstr "Impostazioni per NSWF (Filtro Contenuti Generico)" #: nsfw.php:80 msgid "" @@ -43,7 +43,7 @@ msgstr "Elenco separato da virgole di parole da nascondere" #: nsfw.php:88 msgid "Submit" -msgstr "" +msgstr "Invia" #: nsfw.php:89 msgid "Use /expression/ to provide regular expressions" diff --git a/nsfw/lang/it/strings.php b/nsfw/lang/it/strings.php index 5f505180..36f7d972 100644 --- a/nsfw/lang/it/strings.php +++ b/nsfw/lang/it/strings.php @@ -5,11 +5,11 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = ""; +$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Impostazioni per NSWF (Filtro Contenuti Generico)"; $a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Questo plugin cerca nei messagi le parole/testo che inserisci qui sotto, e collassa i messaggi che li contengono, per non mostrare contenuto inappropriato nel momento sbagliato, come contenuto a sfondo sessuale che può essere inappropriato in un ambiente di lavoro. E' educato (e consigliato) taggare i messaggi che contengono nudità con #NSFW (Not Safe For Work: Non Sicuro Per il Lavoro). Questo filtro può cercare anche qualsiasi parola che inserisci, quindi può essere usato come filtro di contenuti generico."; $a->strings["Enable Content filter"] = "Abilita il Filtro Contenuti"; $a->strings["Comma separated list of keywords to hide"] = "Elenco separato da virgole di parole da nascondere"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari"; $a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate."; $a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere"; diff --git a/numfriends/lang/it/messages.po b/numfriends/lang/it/messages.po index 65f73fb4..70ac4f83 100644 --- a/numfriends/lang/it/messages.po +++ b/numfriends/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:59+0000\n" +"PO-Revision-Date: 2015-08-31 10:21+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,4 +33,4 @@ msgstr "Quanti contatti visualizzare nella barra laterale del profilo" #: numfriends.php:85 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/numfriends/lang/it/strings.php b/numfriends/lang/it/strings.php index d70da86c..c1ab0ada 100644 --- a/numfriends/lang/it/strings.php +++ b/numfriends/lang/it/strings.php @@ -8,4 +8,4 @@ function string_plural_select_it($n){ $a->strings["Numfriends settings updated."] = "Impostazioni \"Numfriends' aggiornate."; $a->strings["Numfriends Settings"] = "Impostazioni Numfriends"; $a->strings["How many contacts to display on profile sidebar"] = "Quanti contatti visualizzare nella barra laterale del profilo"; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/openstreetmap/lang/it/messages.po b/openstreetmap/lang/it/messages.po index 2261fd1d..d5b1cbfd 100644 --- a/openstreetmap/lang/it/messages.po +++ b/openstreetmap/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 08:59+0000\n" +"PO-Revision-Date: 2015-08-31 10:21+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,7 +21,7 @@ msgstr "" #: openstreetmap.php:94 msgid "Submit" -msgstr "" +msgstr "Invia" #: openstreetmap.php:95 msgid "Tile Server URL" diff --git a/openstreetmap/lang/it/strings.php b/openstreetmap/lang/it/strings.php index 01226089..f85b520b 100644 --- a/openstreetmap/lang/it/strings.php +++ b/openstreetmap/lang/it/strings.php @@ -5,7 +5,7 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["Tile Server URL"] = "Indirizzo del server dei tasselli"; $a->strings["A list of public tile servers"] = "Lista dei server dei tasselli pubblici"; $a->strings["Default zoom"] = "Zoom predefinito"; diff --git a/pageheader/lang/it/messages.po b/pageheader/lang/it/messages.po index 57a8ce6a..186cd470 100644 --- a/pageheader/lang/it/messages.po +++ b/pageheader/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 09:00+0000\n" +"PO-Revision-Date: 2015-08-31 10:21+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,7 +25,7 @@ msgstr "Impostazioni \"Intestazione pagina\"" #: pageheader.php:55 msgid "Submit" -msgstr "" +msgstr "Invia" #: pageheader.php:68 msgid "pageheader Settings saved." diff --git a/pageheader/lang/it/strings.php b/pageheader/lang/it/strings.php index c7088fa7..8cfd175e 100644 --- a/pageheader/lang/it/strings.php +++ b/pageheader/lang/it/strings.php @@ -6,5 +6,5 @@ function string_plural_select_it($n){ }} ; $a->strings["\"pageheader\" Settings"] = "Impostazioni \"Intestazione pagina\""; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; $a->strings["pageheader Settings saved."] = "Impostazioni \"Intestazione pagina\" salvate."; diff --git a/piwik/lang/it/messages.po b/piwik/lang/it/messages.po index 10f17642..45e776ab 100644 --- a/piwik/lang/it/messages.po +++ b/piwik/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 09:01+0000\n" +"POT-Creation-Date: 2015-07-26 12:49+0200\n" +"PO-Revision-Date: 2015-08-31 10:22+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,14 +28,14 @@ msgstr "Questo sito è monitorato con lo strumento di analisi can" -" set a cookie to prevent Piwik from tracking further visits of the site " -"(opt-out)." +"If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of " +"the site (opt-out)." msgstr "Se non vuoi che le tue visite vengano registrate in questo modo è possibile impostare un cookie per evitare che Piwik rintracci ulteriori visite del sito (opt-out)." #: piwik.php:89 -msgid "Submit" -msgstr "" +msgid "Save Settings" +msgstr "Salva Impostazioni" #: piwik.php:90 msgid "Piwik Base URL" diff --git a/piwik/lang/it/strings.php b/piwik/lang/it/strings.php index f93cdb3a..fa6f2d64 100644 --- a/piwik/lang/it/strings.php +++ b/piwik/lang/it/strings.php @@ -6,8 +6,8 @@ function string_plural_select_it($n){ }} ; $a->strings["This website is tracked using the Piwik analytics tool."] = "Questo sito è monitorato con lo strumento di analisi Piwik."; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Se non vuoi che le tue visite vengano registrate in questo modo è possibile impostare un cookie per evitare che Piwik rintracci ulteriori visite del sito (opt-out)."; -$a->strings["Submit"] = ""; +$a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Se non vuoi che le tue visite vengano registrate in questo modo è possibile impostare un cookie per evitare che Piwik rintracci ulteriori visite del sito (opt-out)."; +$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Piwik Base URL"] = "Indirizzo di base di Piwik"; $a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Percorso assoluto alla tua installazione di Piwik, senza il protocollo (http o https), con la barra alla fine"; $a->strings["Site ID"] = "ID del sito"; diff --git a/planets/lang/it/messages.po b/planets/lang/it/messages.po index 3740be8f..4cb0b694 100644 --- a/planets/lang/it/messages.po +++ b/planets/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2014-10-15 09:01+0000\n" +"PO-Revision-Date: 2015-08-31 10:22+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -29,4 +29,4 @@ msgstr "Abilita il plugin \"Pianeti\"" #: planets.php:158 msgid "Submit" -msgstr "" +msgstr "Invia" diff --git a/planets/lang/it/strings.php b/planets/lang/it/strings.php index 635183fa..1cfa66e6 100644 --- a/planets/lang/it/strings.php +++ b/planets/lang/it/strings.php @@ -7,4 +7,4 @@ function string_plural_select_it($n){ ; $a->strings["Planets Settings"] = "Impostazioni \"Pianeti\""; $a->strings["Enable Planets Plugin"] = "Abilita il plugin \"Pianeti\""; -$a->strings["Submit"] = ""; +$a->strings["Submit"] = "Invia"; diff --git a/qcomment/lang/it/messages.po b/qcomment/lang/it/messages.po index da9acc0f..decfe2af 100644 --- a/qcomment/lang/it/messages.po +++ b/qcomment/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2014-09-10 14:25+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:22+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,15 +21,15 @@ msgstr "" #: qcomment.php:51 msgid ":-)" -msgstr "" +msgstr ":-)" #: qcomment.php:51 msgid ":-(" -msgstr "" +msgstr ":-(" #: qcomment.php:51 msgid "lol" -msgstr "" +msgstr "lol" #: qcomment.php:54 msgid "Quick Comment Settings" @@ -46,8 +46,8 @@ msgid "Enter quick comments, one per line" msgstr "Inserire un commento rapido, uno per linea" #: qcomment.php:61 -msgid "Save Settings" -msgstr "Salva Impostazioni" +msgid "Submit" +msgstr "Invia" #: qcomment.php:75 msgid "Quick Comment settings saved." diff --git a/qcomment/lang/it/strings.php b/qcomment/lang/it/strings.php index 0d2b83dd..059cb098 100644 --- a/qcomment/lang/it/strings.php +++ b/qcomment/lang/it/strings.php @@ -5,11 +5,11 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings[":-)"] = ""; -$a->strings[":-("] = ""; -$a->strings["lol"] = ""; +$a->strings[":-)"] = ":-)"; +$a->strings[":-("] = ":-("; +$a->strings["lol"] = "lol"; $a->strings["Quick Comment Settings"] = "Impostazioni commento rapido"; $a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Trovi i commenti rapidi vicino al box dei commenti, a volte nascosti. Cliccali per inviare semplici risposte."; $a->strings["Enter quick comments, one per line"] = "Inserire un commento rapido, uno per linea"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; $a->strings["Quick Comment settings saved."] = "Impostazioni commento rapido salvate."; diff --git a/randplace/lang/it/messages.po b/randplace/lang/it/messages.po index d2ff3beb..d2fa8903 100644 --- a/randplace/lang/it/messages.po +++ b/randplace/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2014-09-10 14:26+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:22+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,5 +28,5 @@ msgid "Enable Randplace Plugin" msgstr "Abilita il plugin \"Posizione casuale\"" #: randplace.php:177 -msgid "Save Settings" -msgstr "Salva Impostazioni" +msgid "Submit" +msgstr "Invia" diff --git a/randplace/lang/it/strings.php b/randplace/lang/it/strings.php index 859d36ee..08e17fa7 100644 --- a/randplace/lang/it/strings.php +++ b/randplace/lang/it/strings.php @@ -7,4 +7,4 @@ function string_plural_select_it($n){ ; $a->strings["Randplace Settings"] = "Impostazioni \"Posizione casuale\""; $a->strings["Enable Randplace Plugin"] = "Abilita il plugin \"Posizione casuale\""; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; diff --git a/remote_permissions/lang/it/messages.po b/remote_permissions/lang/it/messages.po index bd31e213..3cf40067 100644 --- a/remote_permissions/lang/it/messages.po +++ b/remote_permissions/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2014-09-10 14:32+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:23+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -30,8 +30,8 @@ msgid "" msgstr "Permetti ai destinatari dei tuoi messaggi privati di vedere gli altri destinatari del messaggio" #: remote_permissions.php:48 remote_permissions.php:196 -msgid "Save Settings" -msgstr "Salva Impostazioni" +msgid "Submit" +msgstr "Invia" #: remote_permissions.php:58 msgid "Remote Permissions settings updated." diff --git a/remote_permissions/lang/it/strings.php b/remote_permissions/lang/it/strings.php index 59dfb295..a872e779 100644 --- a/remote_permissions/lang/it/strings.php +++ b/remote_permissions/lang/it/strings.php @@ -7,7 +7,7 @@ function string_plural_select_it($n){ ; $a->strings["Remote Permissions Settings"] = "Impostazioni Permissi Remoti"; $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permetti ai destinatari dei tuoi messaggi privati di vedere gli altri destinatari del messaggio"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; $a->strings["Remote Permissions settings updated."] = "Impostazioni Permessi Remoti aggiornate."; $a->strings["Visible to:"] = "Visibile a:"; $a->strings["Visible to"] = "Visibile a"; diff --git a/showmore/lang/it/messages.po b/showmore/lang/it/messages.po index a2e045ad..5d15f7bf 100644 --- a/showmore/lang/it/messages.po +++ b/showmore/lang/it/messages.po @@ -4,41 +4,41 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2014-09-10 14:33+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:23+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: showmore.php:38 showmore.php:42 +#: showmore.php:38 msgid "\"Show more\" Settings" msgstr "Impostazioni \"Mostra altro\"" -#: showmore.php:47 +#: showmore.php:41 msgid "Enable Show More" msgstr "Abilita \"Mostra altro\"" -#: showmore.php:50 +#: showmore.php:44 msgid "Cutting posts after how much characters" msgstr "Dopo quanti caratteri tagliare il messaggio" -#: showmore.php:54 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: showmore.php:48 +msgid "Submit" +msgstr "Invia" -#: showmore.php:71 +#: showmore.php:65 msgid "Show More Settings saved." msgstr "Impostazioni \"Mostra altro\" salvate." -#: showmore.php:125 +#: showmore.php:119 msgid "show more" msgstr "mostra di più" diff --git a/showmore/lang/it/strings.php b/showmore/lang/it/strings.php index 8ef0e69b..d15a41b5 100644 --- a/showmore/lang/it/strings.php +++ b/showmore/lang/it/strings.php @@ -8,6 +8,6 @@ function string_plural_select_it($n){ $a->strings["\"Show more\" Settings"] = "Impostazioni \"Mostra altro\""; $a->strings["Enable Show More"] = "Abilita \"Mostra altro\""; $a->strings["Cutting posts after how much characters"] = "Dopo quanti caratteri tagliare il messaggio"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; $a->strings["Show More Settings saved."] = "Impostazioni \"Mostra altro\" salvate."; $a->strings["show more"] = "mostra di più"; diff --git a/snautofollow/lang/it/messages.po b/snautofollow/lang/it/messages.po index cb1c00d9..b7b8d3f8 100644 --- a/snautofollow/lang/it/messages.po +++ b/snautofollow/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:34+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:23+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -23,14 +23,14 @@ msgstr "" msgid "StatusNet AutoFollow settings updated." msgstr "Impostazioni \"StatusNet AutoFollow\" aggiornate." -#: snautofollow.php:56 snautofollow.php:60 -msgid "StatusNet AutoFollow" -msgstr "StatusNet AutoFollow" +#: snautofollow.php:56 +msgid "StatusNet AutoFollow Settings" +msgstr "Impostazioni StatusNet AutoFollow" -#: snautofollow.php:64 +#: snautofollow.php:58 msgid "Automatically follow any StatusNet followers/mentioners" msgstr "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni" -#: snautofollow.php:70 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: snautofollow.php:64 +msgid "Submit" +msgstr "Invia" diff --git a/snautofollow/lang/it/strings.php b/snautofollow/lang/it/strings.php index e3e895a5..b6fab060 100644 --- a/snautofollow/lang/it/strings.php +++ b/snautofollow/lang/it/strings.php @@ -6,6 +6,6 @@ function string_plural_select_it($n){ }} ; $a->strings["StatusNet AutoFollow settings updated."] = "Impostazioni \"StatusNet AutoFollow\" aggiornate."; -$a->strings["StatusNet AutoFollow"] = "StatusNet AutoFollow"; +$a->strings["StatusNet AutoFollow Settings"] = "Impostazioni StatusNet AutoFollow"; $a->strings["Automatically follow any StatusNet followers/mentioners"] = "Segui automanticamente chiunque da StatusNet ti segua o ti menzioni"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; diff --git a/startpage/lang/it/messages.po b/startpage/lang/it/messages.po index 8cf252f0..4aafd114 100644 --- a/startpage/lang/it/messages.po +++ b/startpage/lang/it/messages.po @@ -4,33 +4,33 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:35+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:27+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: startpage.php:83 startpage.php:87 -msgid "Startpage" -msgstr "Startpage" +#: startpage.php:83 +msgid "Startpage Settings" +msgstr "Impostazioni Startpage" -#: startpage.php:90 +#: startpage.php:85 msgid "Home page to load after login - leave blank for profile wall" msgstr "Home page da caricare dopo il login - lasciare in bianco per la bacheca" -#: startpage.php:93 +#: startpage.php:88 msgid "Examples: "network" or "notifications/system"" msgstr "Esempi: "network" or "notifications/system"" -#: startpage.php:97 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: startpage.php:92 +msgid "Submit" +msgstr "Invia" diff --git a/startpage/lang/it/strings.php b/startpage/lang/it/strings.php index b7e89e93..0226f923 100644 --- a/startpage/lang/it/strings.php +++ b/startpage/lang/it/strings.php @@ -5,7 +5,7 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Startpage"] = "Startpage"; +$a->strings["Startpage Settings"] = "Impostazioni Startpage"; $a->strings["Home page to load after login - leave blank for profile wall"] = "Home page da caricare dopo il login - lasciare in bianco per la bacheca"; $a->strings["Examples: "network" or "notifications/system""] = "Esempi: "network" or "notifications/system""; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; diff --git a/statusnet/lang/it/messages.po b/statusnet/lang/it/messages.po index a44e52ea..c8c8cdc3 100644 --- a/statusnet/lang/it/messages.po +++ b/statusnet/lang/it/messages.po @@ -4,168 +4,172 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:39+0000\n" +"POT-Creation-Date: 2015-07-27 07:21+0200\n" +"PO-Revision-Date: 2015-08-31 10:27+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: statusnet.php:149 -msgid "Post to StatusNet" -msgstr "Invia a StatusNet" +#: statusnet.php:151 +msgid "Post to GNU Social" +msgstr "Invia a GNU Social" -#: statusnet.php:194 +#: statusnet.php:196 msgid "" "Please contact your site administrator.
The provided API URL is not " "valid." msgstr "Contatta l'amministratore del sito.
L'URL delle API fornito non è valido." -#: statusnet.php:223 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "Non possiamo conttattare le API di StatusNet con il percorso che hai inserito." +#: statusnet.php:225 +msgid "We could not contact the GNU Social API with the Path you entered." +msgstr "Non possiamo conttattare le API di GNU Social con il percorso che hai inserito." -#: statusnet.php:257 -msgid "StatusNet settings updated." -msgstr "Impostazioni StatusNet aggiornate." +#: statusnet.php:259 +msgid "GNU Social settings updated." +msgstr "Impostazioni di GNU Social aggiornate." -#: statusnet.php:289 statusnet.php:293 -msgid "StatusNet Import/Export/Mirror" -msgstr "Esporta/Importa/Clona StatusNet" +#: statusnet.php:294 statusnet.php:298 +msgid "GNU Social Import/Export/Mirror" +msgstr "Esporta/Importa/Clona GNU Social" -#: statusnet.php:308 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "OAuthKeys globali di StatusNet" +#: statusnet.php:313 +msgid "Globally Available GNU Social OAuthKeys" +msgstr "OAuthKeys globali di GNU Social" -#: statusnet.php:309 +#: statusnet.php:314 msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Esistono coppie di chiavi OAuth precofigurate per alcuni server StatusNet. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di StatusNet (vedi sotto)." +"There are preconfigured OAuth key pairs for some GNU Social servers " +"available. If you are using one of them, please use these credentials. If " +"not feel free to connect to any other GNU Social instance (see below)." +msgstr "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto)." -#: statusnet.php:315 statusnet.php:332 statusnet.php:359 statusnet.php:366 -#: statusnet.php:404 statusnet.php:673 +#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371 +#: statusnet.php:416 statusnet.php:699 msgid "Save Settings" msgstr "Salva Impostazioni" -#: statusnet.php:317 +#: statusnet.php:322 msgid "Provide your own OAuth Credentials" msgstr "Fornisci le tue credenziali OAuth" -#: statusnet.php:318 +#: statusnet.php:323 msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " +"No consumer key pair for GNU Social found. Register your Friendica Account " +"as an desktop client on your GNU Social account, copy the consumer key pair " "here and enter the API base root.
Before you register your own OAuth " "key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." -msgstr "Nessuna coppia di chiavi consumer trovate per StatusNet. Registra il tuo account Friendica come un client desktop nel tuo account StatusNet, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione StatusNet preferita." +"Friendica installation at your favorited GNU Social installation." +msgstr "Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita." -#: statusnet.php:320 +#: statusnet.php:325 msgid "OAuth Consumer Key" msgstr "OAuth Consumer Key" -#: statusnet.php:323 +#: statusnet.php:328 msgid "OAuth Consumer Secret" msgstr "OAuth Consumer Secret" -#: statusnet.php:326 statusnet.php:653 statusnet.php:665 +#: statusnet.php:331 statusnet.php:679 statusnet.php:691 msgid "Base API Path (remember the trailing /)" msgstr "Indirizzo di base per le API (ricorda la / alla fine)" -#: statusnet.php:329 -msgid "StatusNet application name" -msgstr "Nome applicazione StatusNet" - -#: statusnet.php:351 +#: statusnet.php:356 msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your public posts will be posted" -" to StatusNet." -msgstr "Per collegare il tuo account StatusNet, clicca sul bottone per ottenere un codice di sicurezza da StatusNet, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a StatusNet." +"To connect to your GNU Social account click the button below to get a " +"security code from GNU Social which you have to copy into the input box " +"below and submit the form. Only your public posts will be " +"posted to GNU Social." +msgstr "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a GNU Social." -#: statusnet.php:352 -msgid "Log in with StatusNet" -msgstr "Accedi con StatuNet" +#: statusnet.php:357 +msgid "Log in with GNU Social" +msgstr "Accedi con GNU Social" -#: statusnet.php:354 -msgid "Copy the security code from StatusNet here" -msgstr "Copia il codice di sicurezza da StatusNet qui" +#: statusnet.php:359 +msgid "Copy the security code from GNU Social here" +msgstr "Copia il codice di sicurezza da GNU Social qui" -#: statusnet.php:360 +#: statusnet.php:365 msgid "Cancel Connection Process" msgstr "Annulla il processo di connessione" -#: statusnet.php:362 -msgid "Current StatusNet API is" -msgstr "Le API StatusNet correnti sono" +#: statusnet.php:367 +msgid "Current GNU Social API is" +msgstr "Le API GNU Social correnti sono" -#: statusnet.php:363 -msgid "Cancel StatusNet Connection" -msgstr "Annulla la connessione a StatusNet" +#: statusnet.php:368 +msgid "Cancel GNU Social Connection" +msgstr "Annulla la connessione a GNU Social" -#: statusnet.php:374 +#: statusnet.php:379 msgid "Currently connected to: " msgstr "Al momento connesso con:" -#: statusnet.php:375 +#: statusnet.php:380 msgid "" "If enabled all your public postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " +"associated GNU Social account. You can choose to do so by default (here) or " "for every posting separately in the posting options when writing the entry." -msgstr "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account StatusNet associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio." +msgstr "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio." -#: statusnet.php:377 +#: statusnet.php:382 msgid "" "Note: Due your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " -"postings relayed to StatusNet will lead the visitor to a blank page " +"postings relayed to GNU Social will lead the visitor to a blank page " "informing the visitor that the access to your profile has been restricted." -msgstr "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluso nei messaggi pubblici inviati a StatusNet porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato." +msgstr "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluse nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato." -#: statusnet.php:380 -msgid "Allow posting to StatusNet" -msgstr "Permetti l'invio a StatusNet" +#: statusnet.php:385 +msgid "Allow posting to GNU Social" +msgstr "Permetti l'invio a GNU Social" -#: statusnet.php:383 -msgid "Send public postings to StatusNet by default" -msgstr "Invia sempre i messaggi pubblici a StatusNet" - -#: statusnet.php:387 -msgid "" -"Mirror all posts from statusnet that are no replies or repeated messages" -msgstr "Clona tutti i messaggi da StatusNet che non sono risposte o messaggi ripetuti" +#: statusnet.php:388 +msgid "Send public postings to GNU Social by default" +msgstr "Invia sempre i messaggi pubblici a GNU Social" #: statusnet.php:392 +msgid "" +"Mirror all posts from GNU Social that are no replies or repeated messages" +msgstr "Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti" + +#: statusnet.php:398 msgid "Import the remote timeline" msgstr "Importa la timeline remota" -#: statusnet.php:401 +#: statusnet.php:402 +msgid "Disabled" +msgstr "Disabilitato" + +#: statusnet.php:403 +msgid "Full Timeline" +msgstr "Timeline completa" + +#: statusnet.php:404 +msgid "Only Mentions" +msgstr "Solo menzioni" + +#: statusnet.php:413 msgid "Clear OAuth configuration" msgstr "Rimuovi la configurazione OAuth" -#: statusnet.php:664 +#: statusnet.php:690 msgid "Site name" msgstr "Nome del sito" -#: statusnet.php:666 +#: statusnet.php:692 msgid "Consumer Secret" msgstr "Consumer Secret" -#: statusnet.php:667 +#: statusnet.php:693 msgid "Consumer Key" msgstr "Consumer Key" - -#: statusnet.php:668 -msgid "Application name" -msgstr "Nome applicazione" diff --git a/statusnet/lang/it/strings.php b/statusnet/lang/it/strings.php index 7cc6a7a8..e9677684 100644 --- a/statusnet/lang/it/strings.php +++ b/statusnet/lang/it/strings.php @@ -5,35 +5,36 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Post to StatusNet"] = "Invia a StatusNet"; +$a->strings["Post to GNU Social"] = "Invia a GNU Social"; $a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Contatta l'amministratore del sito.
L'URL delle API fornito non è valido."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Non possiamo conttattare le API di StatusNet con il percorso che hai inserito."; -$a->strings["StatusNet settings updated."] = "Impostazioni StatusNet aggiornate."; -$a->strings["StatusNet Import/Export/Mirror"] = "Esporta/Importa/Clona StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "OAuthKeys globali di StatusNet"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Esistono coppie di chiavi OAuth precofigurate per alcuni server StatusNet. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di StatusNet (vedi sotto)."; +$a->strings["We could not contact the GNU Social API with the Path you entered."] = "Non possiamo conttattare le API di GNU Social con il percorso che hai inserito."; +$a->strings["GNU Social settings updated."] = "Impostazioni di GNU Social aggiornate."; +$a->strings["GNU Social Import/Export/Mirror"] = "Esporta/Importa/Clona GNU Social"; +$a->strings["Globally Available GNU Social OAuthKeys"] = "OAuthKeys globali di GNU Social"; +$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto)."; $a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Provide your own OAuth Credentials"] = "Fornisci le tue credenziali OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nessuna coppia di chiavi consumer trovate per StatusNet. Registra il tuo account Friendica come un client desktop nel tuo account StatusNet, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione StatusNet preferita."; +$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.
Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita."; $a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; $a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; $a->strings["Base API Path (remember the trailing /)"] = "Indirizzo di base per le API (ricorda la / alla fine)"; -$a->strings["StatusNet application name"] = "Nome applicazione StatusNet"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Per collegare il tuo account StatusNet, clicca sul bottone per ottenere un codice di sicurezza da StatusNet, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a StatusNet."; -$a->strings["Log in with StatusNet"] = "Accedi con StatuNet"; -$a->strings["Copy the security code from StatusNet here"] = "Copia il codice di sicurezza da StatusNet qui"; +$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi pubblici saranno inviati a GNU Social."; +$a->strings["Log in with GNU Social"] = "Accedi con GNU Social"; +$a->strings["Copy the security code from GNU Social here"] = "Copia il codice di sicurezza da GNU Social qui"; $a->strings["Cancel Connection Process"] = "Annulla il processo di connessione"; -$a->strings["Current StatusNet API is"] = "Le API StatusNet correnti sono"; -$a->strings["Cancel StatusNet Connection"] = "Annulla la connessione a StatusNet"; +$a->strings["Current GNU Social API is"] = "Le API GNU Social correnti sono"; +$a->strings["Cancel GNU Social Connection"] = "Annulla la connessione a GNU Social"; $a->strings["Currently connected to: "] = "Al momento connesso con:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account StatusNet associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluso nei messaggi pubblici inviati a StatusNet porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."; -$a->strings["Allow posting to StatusNet"] = "Permetti l'invio a StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Invia sempre i messaggi pubblici a StatusNet"; -$a->strings["Mirror all posts from statusnet that are no replies or repeated messages"] = "Clona tutti i messaggi da StatusNet che non sono risposte o messaggi ripetuti"; +$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluse nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."; +$a->strings["Allow posting to GNU Social"] = "Permetti l'invio a GNU Social"; +$a->strings["Send public postings to GNU Social by default"] = "Invia sempre i messaggi pubblici a GNU Social"; +$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti"; $a->strings["Import the remote timeline"] = "Importa la timeline remota"; +$a->strings["Disabled"] = "Disabilitato"; +$a->strings["Full Timeline"] = "Timeline completa"; +$a->strings["Only Mentions"] = "Solo menzioni"; $a->strings["Clear OAuth configuration"] = "Rimuovi la configurazione OAuth"; $a->strings["Site name"] = "Nome del sito"; $a->strings["Consumer Secret"] = "Consumer Secret"; $a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Application name"] = "Nome applicazione"; diff --git a/superblock/lang/it/messages.po b/superblock/lang/it/messages.po index acfdd922..19d2c53b 100644 --- a/superblock/lang/it/messages.po +++ b/superblock/lang/it/messages.po @@ -1,44 +1,53 @@ -# ADDON superblock +# ADDON blockem # Copyright (C) -# This file is distributed under the same license as the Friendica superblock addon package. +# This file is distributed under the same license as the Friendica blockem addon package. # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:40+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:28+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: superblock.php:52 -msgid "\"Superblock\" Settings" -msgstr "Impostazioni \"Superblock\"" +#: blockem.php:51 +msgid "\"Blockem\" Settings" +msgstr "Impostazioni \"Blockem\"" -#: superblock.php:54 +#: blockem.php:53 msgid "Comma separated profile URLS to block" msgstr "Lista, separata da virgola, di indirizzi di profili da bloccare" -#: superblock.php:58 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: blockem.php:57 +msgid "Submit" +msgstr "Invia" -#: superblock.php:71 -msgid "SUPERBLOCK Settings saved." -msgstr "Impostazioni \"Superblock\" salvate." +#: blockem.php:70 +msgid "BLOCKEM Settings saved." +msgstr "Impostazioni \"Blockem\" salvate." -#: superblock.php:143 -msgid "Block Completely" -msgstr "Blocca completamente" +#: blockem.php:105 +#, php-format +msgid "Blocked %s - Click to open/close" +msgstr "%s bloccato - Clicca per aprire/chiudere" -#: superblock.php:163 -msgid "superblock settings updated" -msgstr "Impostazioni \"Superblock\" aggiornate" +#: blockem.php:160 +msgid "Unblock Author" +msgstr "Sblocca autore" + +#: blockem.php:162 +msgid "Block Author" +msgstr "Blocca autore" + +#: blockem.php:194 +msgid "blockem settings updated" +msgstr "Impostazioni 'blockem' aggiornate." diff --git a/superblock/lang/it/strings.php b/superblock/lang/it/strings.php index 73a74047..74d55e16 100644 --- a/superblock/lang/it/strings.php +++ b/superblock/lang/it/strings.php @@ -5,9 +5,11 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["\"Superblock\" Settings"] = "Impostazioni \"Superblock\""; +$a->strings["\"Blockem\" Settings"] = "Impostazioni \"Blockem\""; $a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi di profili da bloccare"; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["SUPERBLOCK Settings saved."] = "Impostazioni \"Superblock\" salvate."; -$a->strings["Block Completely"] = "Blocca completamente"; -$a->strings["superblock settings updated"] = "Impostazioni \"Superblock\" aggiornate"; +$a->strings["Submit"] = "Invia"; +$a->strings["BLOCKEM Settings saved."] = "Impostazioni \"Blockem\" salvate."; +$a->strings["Blocked %s - Click to open/close"] = "%s bloccato - Clicca per aprire/chiudere"; +$a->strings["Unblock Author"] = "Sblocca autore"; +$a->strings["Block Author"] = "Blocca autore"; +$a->strings["blockem settings updated"] = "Impostazioni 'blockem' aggiornate."; diff --git a/testdrive/lang/it/messages.po b/testdrive/lang/it/messages.po index fa2b1fc8..d929c4fd 100644 --- a/testdrive/lang/it/messages.po +++ b/testdrive/lang/it/messages.po @@ -4,15 +4,15 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:43+0000\n" +"POT-Creation-Date: 2015-08-23 17:30+0200\n" +"PO-Revision-Date: 2015-08-31 10:28+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,5 +37,5 @@ msgstr "Il tuo account di prova su Friendica sta per scadere." msgid "" "Hi %1$s,\n" "\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." -msgstr "Ciao %1$s,\n\nIl tuo account di prova su %2$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso http://dir.friendica.com/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso http://friendica.com." +"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." +msgstr "Ciao %1$s,\n\nIl tuo account di prova su %2$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso %s/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso http://friendica.com." diff --git a/testdrive/lang/it/strings.php b/testdrive/lang/it/strings.php index 7556f20a..517702bf 100644 --- a/testdrive/lang/it/strings.php +++ b/testdrive/lang/it/strings.php @@ -8,4 +8,4 @@ function string_plural_select_it($n){ $a->strings["Administrator"] = "Amministratore"; $a->strings["Your account on %s will expire in a few days."] = "Il tuo account su %s scadrà tra pochi giorni."; $a->strings["Your Friendica test account is about to expire."] = "Il tuo account di prova su Friendica sta per scadere."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Ciao %1\$s,\n\nIl tuo account di prova su %2\$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso http://dir.friendica.com/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso http://friendica.com."; +$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Ciao %1\$s,\n\nIl tuo account di prova su %2\$s scadrà in meno di cinque giorni. Ci auguriamo che tu abbia gradito questo giro di prova e che tu possa trovare un sito su cui creare un account Friendica permanente. Una lista di siti pubblici è disponibile presso %s/siteinfo . Per maggiori informazioni su come installare un tuo server Friendica personale, vai sul sito del progetto Friendica presso http://friendica.com."; diff --git a/tumblr/lang/it/messages.po b/tumblr/lang/it/messages.po index deb4aae3..11d5752a 100644 --- a/tumblr/lang/it/messages.po +++ b/tumblr/lang/it/messages.po @@ -4,61 +4,61 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:45+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:28+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: tumblr.php:35 +#: tumblr.php:34 msgid "Permission denied." msgstr "Permesso negato." -#: tumblr.php:145 +#: tumblr.php:144 msgid "You are now authenticated to tumblr." msgstr "Sei autenticato su Tumblr." -#: tumblr.php:146 +#: tumblr.php:145 msgid "return to the connector page" msgstr "ritorna alla pagina del connettore" -#: tumblr.php:159 +#: tumblr.php:158 msgid "Post to Tumblr" msgstr "Invia a Tumblr" -#: tumblr.php:186 tumblr.php:190 -msgid "Tumblr Export" -msgstr "Esporta Tumblr" +#: tumblr.php:185 +msgid "Tumblr Post Settings" +msgstr "Impostazioni di invio a Tumblr" -#: tumblr.php:194 +#: tumblr.php:188 msgid "(Re-)Authenticate your tumblr page" msgstr "(Ri)Autenticati con la tua pagina Tumblr" -#: tumblr.php:198 +#: tumblr.php:192 msgid "Enable Tumblr Post Plugin" msgstr "Abilita Plugin Tumblr" -#: tumblr.php:203 +#: tumblr.php:197 msgid "Post to Tumblr by default" msgstr "Invia sempre a Tumblr" -#: tumblr.php:223 +#: tumblr.php:217 msgid "Post to page:" msgstr "Invia alla pagina:" -#: tumblr.php:235 +#: tumblr.php:228 msgid "You are not authenticated to tumblr" msgstr "Non sei autenticato su Tumblr" -#: tumblr.php:240 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: tumblr.php:233 +msgid "Submit" +msgstr "Invia" diff --git a/tumblr/lang/it/strings.php b/tumblr/lang/it/strings.php index ea654a66..2c49b0f1 100644 --- a/tumblr/lang/it/strings.php +++ b/tumblr/lang/it/strings.php @@ -9,10 +9,10 @@ $a->strings["Permission denied."] = "Permesso negato."; $a->strings["You are now authenticated to tumblr."] = "Sei autenticato su Tumblr."; $a->strings["return to the connector page"] = "ritorna alla pagina del connettore"; $a->strings["Post to Tumblr"] = "Invia a Tumblr"; -$a->strings["Tumblr Export"] = "Esporta Tumblr"; +$a->strings["Tumblr Post Settings"] = "Impostazioni di invio a Tumblr"; $a->strings["(Re-)Authenticate your tumblr page"] = "(Ri)Autenticati con la tua pagina Tumblr"; $a->strings["Enable Tumblr Post Plugin"] = "Abilita Plugin Tumblr"; $a->strings["Post to Tumblr by default"] = "Invia sempre a Tumblr"; $a->strings["Post to page:"] = "Invia alla pagina:"; $a->strings["You are not authenticated to tumblr"] = "Non sei autenticato su Tumblr"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; diff --git a/twitter/lang/it/messages.po b/twitter/lang/it/messages.po index 49548500..ef14b5bb 100644 --- a/twitter/lang/it/messages.po +++ b/twitter/lang/it/messages.po @@ -4,40 +4,40 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:47+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:29+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: twitter.php:146 +#: twitter.php:77 msgid "Post to Twitter" msgstr "Invia a Twitter" -#: twitter.php:203 +#: twitter.php:129 msgid "Twitter settings updated." msgstr "Impostazioni di Twitter aggiornate." -#: twitter.php:233 twitter.php:237 -msgid "Twitter Import/Export/Mirror" -msgstr "Importa/Esporta/Clona Twitter" +#: twitter.php:157 +msgid "Twitter Posting Settings" +msgstr "Impostazioni di invio a Twitter" -#: twitter.php:245 +#: twitter.php:164 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito." -#: twitter.php:264 +#: twitter.php:183 msgid "" "At this Friendica instance the Twitter plugin was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " @@ -46,30 +46,30 @@ msgid "" " be posted to Twitter." msgstr "Il plugin Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi post pubblici saranno inviati a Twitter." -#: twitter.php:265 +#: twitter.php:184 msgid "Log in with Twitter" msgstr "Accedi con Twitter" -#: twitter.php:267 +#: twitter.php:186 msgid "Copy the PIN from Twitter here" msgstr "Copia il PIN da Twitter qui" -#: twitter.php:272 twitter.php:311 twitter.php:569 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: twitter.php:191 twitter.php:229 twitter.php:556 +msgid "Submit" +msgstr "Invia" -#: twitter.php:281 +#: twitter.php:200 msgid "Currently connected to: " msgstr "Al momento connesso con:" -#: twitter.php:282 +#: twitter.php:201 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio." -#: twitter.php:284 +#: twitter.php:203 msgid "" "Note: Due your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -77,51 +77,47 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluse nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato." -#: twitter.php:287 +#: twitter.php:206 msgid "Allow posting to Twitter" msgstr "Permetti l'invio a Twitter" -#: twitter.php:290 +#: twitter.php:209 msgid "Send public postings to Twitter by default" msgstr "Invia sempre i messaggi pubblici a Twitter" -#: twitter.php:294 -msgid "Mirror all posts from twitter that are no replies" -msgstr "Clona tutti i messaggi da Twitter che non sono risposte" +#: twitter.php:213 +msgid "Mirror all posts from twitter that are no replies or retweets" +msgstr "Clona tutti i messaggi da Twitter che non sono risposte or retweet" -#: twitter.php:299 -msgid "Import the remote timeline" -msgstr "Importa la timeline remota" +#: twitter.php:217 +msgid "Shortening method that optimizes the tweet" +msgstr "Metodo di accorciatura che ottimizza i tweet" -#: twitter.php:303 -msgid "Automatically create contacts" -msgstr "Crea automaticamente i contatti" +#: twitter.php:221 +msgid "Send linked #-tags and @-names to Twitter" +msgstr "Invia i link dei #tag e dei @nomi a Twitter" -#: twitter.php:308 +#: twitter.php:226 msgid "Clear OAuth configuration" msgstr "Rimuovi la configurazione OAuth" -#: twitter.php:539 -msgid "Twitter post failed. Queued for retry." -msgstr "Invio a Twitter fallito. In attesa di riprovare." - -#: twitter.php:563 +#: twitter.php:550 msgid "Settings updated." msgstr "Impostazioni aggiornate." -#: twitter.php:571 +#: twitter.php:558 msgid "Consumer key" msgstr "Consumer key" -#: twitter.php:572 +#: twitter.php:559 msgid "Consumer secret" msgstr "Consumer secret" -#: twitter.php:573 +#: twitter.php:560 msgid "Name of the Twitter Application" msgstr "Nome dell'applicazione Twitter" -#: twitter.php:573 +#: twitter.php:560 msgid "" "set this to avoid mirroring postings from ~friendica back to ~friendica" msgstr "imposta questo per evitare di clonare i messaggi da Friendica nuovamente in Friendica" diff --git a/twitter/lang/it/strings.php b/twitter/lang/it/strings.php index 7a404685..446c7de2 100644 --- a/twitter/lang/it/strings.php +++ b/twitter/lang/it/strings.php @@ -7,22 +7,21 @@ function string_plural_select_it($n){ ; $a->strings["Post to Twitter"] = "Invia a Twitter"; $a->strings["Twitter settings updated."] = "Impostazioni di Twitter aggiornate."; -$a->strings["Twitter Import/Export/Mirror"] = "Importa/Esporta/Clona Twitter"; +$a->strings["Twitter Posting Settings"] = "Impostazioni di invio a Twitter"; $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito."; $a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Il plugin Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi post pubblici saranno inviati a Twitter."; $a->strings["Log in with Twitter"] = "Accedi con Twitter"; $a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; $a->strings["Currently connected to: "] = "Al momento connesso con:"; $a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi pubblici possono essere inviati all'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."; $a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Nota: A causa delle tue impostazioni di privacy(Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?) il link potenzialmente incluse nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."; $a->strings["Allow posting to Twitter"] = "Permetti l'invio a Twitter"; $a->strings["Send public postings to Twitter by default"] = "Invia sempre i messaggi pubblici a Twitter"; -$a->strings["Mirror all posts from twitter that are no replies"] = "Clona tutti i messaggi da Twitter che non sono risposte"; -$a->strings["Import the remote timeline"] = "Importa la timeline remota"; -$a->strings["Automatically create contacts"] = "Crea automaticamente i contatti"; +$a->strings["Mirror all posts from twitter that are no replies or retweets"] = "Clona tutti i messaggi da Twitter che non sono risposte or retweet"; +$a->strings["Shortening method that optimizes the tweet"] = "Metodo di accorciatura che ottimizza i tweet"; +$a->strings["Send linked #-tags and @-names to Twitter"] = "Invia i link dei #tag e dei @nomi a Twitter"; $a->strings["Clear OAuth configuration"] = "Rimuovi la configurazione OAuth"; -$a->strings["Twitter post failed. Queued for retry."] = "Invio a Twitter fallito. In attesa di riprovare."; $a->strings["Settings updated."] = "Impostazioni aggiornate."; $a->strings["Consumer key"] = "Consumer key"; $a->strings["Consumer secret"] = "Consumer secret"; diff --git a/uhremotestorage/lang/it/messages.po b/uhremotestorage/lang/it/messages.po index cbe163c7..67fbc575 100644 --- a/uhremotestorage/lang/it/messages.po +++ b/uhremotestorage/lang/it/messages.po @@ -4,14 +4,15 @@ # # # Translators: +# fabrixxm , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-06-23 13:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"PO-Revision-Date: 2015-08-31 10:30+0000\n" +"Last-Translator: fabrixxm \n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -25,20 +26,20 @@ msgid "" " storage (like ownCloud). See RemoteStorage" " WebFinger" -msgstr "" +msgstr "Permette di usare il tuo id friendica (%s) per collegarsi a storage esterni che supportano unhosted (come ownCloud). Vedi RemoteStorage WebFinger" #: uhremotestorage.php:85 msgid "Template URL (with {category})" -msgstr "" +msgstr "Template URL (con {category})" #: uhremotestorage.php:86 msgid "OAuth end-point" -msgstr "" +msgstr "OAuth end-point" #: uhremotestorage.php:87 msgid "Api" -msgstr "" +msgstr "Api" #: uhremotestorage.php:89 msgid "Save Settings" -msgstr "" +msgstr "Salva Impostazioni" diff --git a/uhremotestorage/lang/it/strings.php b/uhremotestorage/lang/it/strings.php index 4eb2036d..9a344892 100644 --- a/uhremotestorage/lang/it/strings.php +++ b/uhremotestorage/lang/it/strings.php @@ -5,8 +5,8 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = ""; -$a->strings["Template URL (with {category})"] = ""; -$a->strings["OAuth end-point"] = ""; -$a->strings["Api"] = ""; -$a->strings["Save Settings"] = ""; +$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Permette di usare il tuo id friendica (%s) per collegarsi a storage esterni che supportano unhosted (come ownCloud). Vedi RemoteStorage WebFinger"; +$a->strings["Template URL (with {category})"] = "Template URL (con {category})"; +$a->strings["OAuth end-point"] = "OAuth end-point"; +$a->strings["Api"] = "Api"; +$a->strings["Save Settings"] = "Salva Impostazioni"; diff --git a/yourls/lang/it/messages.po b/yourls/lang/it/messages.po index 5a63c37c..d11f2797 100644 --- a/yourls/lang/it/messages.po +++ b/yourls/lang/it/messages.po @@ -4,45 +4,45 @@ # # # Translators: -# fabrixxm , 2014 +# fabrixxm , 2014-2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2014-09-10 14:52+0000\n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-31 10:30+0000\n" "Last-Translator: fabrixxm \n" -"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/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" -#: yourls.php:55 yourls.php:59 -msgid "YourLS" -msgstr "YourLS" +#: yourls.php:55 +msgid "YourLS Settings" +msgstr "Impostazioni YourLS" -#: yourls.php:63 +#: yourls.php:57 msgid "URL: http://" msgstr "Inidirizzo: http://" -#: yourls.php:68 +#: yourls.php:62 msgid "Username:" msgstr "Nome utente:" -#: yourls.php:73 +#: yourls.php:67 msgid "Password:" msgstr "Password:" -#: yourls.php:78 +#: yourls.php:72 msgid "Use SSL " msgstr "Usa SSL" -#: yourls.php:82 -msgid "Save Settings" -msgstr "Salva Impostazioni" +#: yourls.php:76 +msgid "Submit" +msgstr "Invia" -#: yourls.php:98 +#: yourls.php:92 msgid "yourls Settings saved." msgstr "Impostazioni \"YourLS\" salvate." diff --git a/yourls/lang/it/strings.php b/yourls/lang/it/strings.php index c9263c77..675d82d4 100644 --- a/yourls/lang/it/strings.php +++ b/yourls/lang/it/strings.php @@ -5,10 +5,10 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["YourLS"] = "YourLS"; +$a->strings["YourLS Settings"] = "Impostazioni YourLS"; $a->strings["URL: http://"] = "Inidirizzo: http://"; $a->strings["Username:"] = "Nome utente:"; $a->strings["Password:"] = "Password:"; $a->strings["Use SSL "] = "Usa SSL"; -$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Submit"] = "Invia"; $a->strings["yourls Settings saved."] = "Impostazioni \"YourLS\" salvate."; From 09ba1841988291ab458423a3185d7c11c02db7c5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 31 Aug 2015 18:56:09 +0200 Subject: [PATCH 3/3] FR update to the addon translations --- appnet/lang/fr/messages.po | 40 +++++++ appnet/lang/fr/strings.php | 12 ++ blogger/lang/fr/messages.po | 56 ++++++++++ blogger/lang/fr/strings.php | 27 +++-- curweather/lang/fr/messages.po | 133 +++++++++++++++++++++++ curweather/lang/fr/strings.php | 37 ++++++- diaspora/lang/fr/messages.po | 9 +- diaspora/lang/fr/strings.php | 2 +- dwpost/lang/fr/messages.po | 49 +++++++++ dwpost/lang/fr/strings.php | 23 ++-- gravatar/lang/fr/messages.po | 6 +- gravatar/lang/fr/strings.php | 2 +- jappixmini/lang/fr/messages.po | 6 +- jappixmini/lang/fr/strings.php | 2 +- libravatar/lang/fr/messages.po | 84 ++++++++++++++ libravatar/lang/fr/strings.php | 39 ++++--- openstreetmap/lang/fr/messages.po | 47 ++++++++ openstreetmap/lang/fr/strings.php | 21 ++-- piwik/lang/fr/messages.po | 19 ++-- piwik/lang/fr/strings.php | 12 +- pumpio/lang/fr/messages.po | 103 ++++++++++++++++++ pumpio/lang/fr/strings.php | 27 +++++ startpage/lang/fr/messages.po | 36 ++++++ startpage/lang/fr/strings.php | 17 ++- statusnet/lang/fr/messages.po | 175 ++++++++++++++++++++++++++++++ statusnet/lang/fr/strings.php | 72 ++++++------ twitter/lang/fr/messages.po | 6 +- twitter/lang/fr/strings.php | 2 +- 28 files changed, 946 insertions(+), 118 deletions(-) create mode 100644 appnet/lang/fr/messages.po create mode 100644 appnet/lang/fr/strings.php create mode 100644 blogger/lang/fr/messages.po create mode 100644 curweather/lang/fr/messages.po create mode 100644 dwpost/lang/fr/messages.po create mode 100644 libravatar/lang/fr/messages.po create mode 100644 openstreetmap/lang/fr/messages.po create mode 100644 pumpio/lang/fr/messages.po create mode 100644 pumpio/lang/fr/strings.php create mode 100644 startpage/lang/fr/messages.po create mode 100644 statusnet/lang/fr/messages.po diff --git a/appnet/lang/fr/messages.po b/appnet/lang/fr/messages.po new file mode 100644 index 00000000..73e0dc2f --- /dev/null +++ b/appnet/lang/fr/messages.po @@ -0,0 +1,40 @@ +# ADDON appnetpost +# Copyright (C) +# This file is distributed under the same license as the Friendica appnetpost addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 11:47+0200\n" +"PO-Revision-Date: 2015-08-30 17:06+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: appnetpost.php:37 +msgid "Post to app.net" +msgstr "" + +#: appnetpost.php:59 appnetpost.php:63 +msgid "App.net Export" +msgstr "" + +#: appnetpost.php:67 +msgid "Enable App.net Post Plugin" +msgstr "" + +#: appnetpost.php:72 +msgid "Post to App.net by default" +msgstr "" + +#: appnetpost.php:78 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" diff --git a/appnet/lang/fr/strings.php b/appnet/lang/fr/strings.php new file mode 100644 index 00000000..b714f03d --- /dev/null +++ b/appnet/lang/fr/strings.php @@ -0,0 +1,12 @@ + 1);; +}} +; +$a->strings["Post to app.net"] = ""; +$a->strings["App.net Export"] = ""; +$a->strings["Enable App.net Post Plugin"] = ""; +$a->strings["Post to App.net by default"] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; diff --git a/blogger/lang/fr/messages.po b/blogger/lang/fr/messages.po new file mode 100644 index 00000000..0438f3d8 --- /dev/null +++ b/blogger/lang/fr/messages.po @@ -0,0 +1,56 @@ +# ADDON blogger +# Copyright (C) +# This file is distributed under the same license as the Friendica blogger addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2015-08-30 17:07+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: blogger.php:42 +msgid "Post to blogger" +msgstr "Poster sur Blogger" + +#: blogger.php:74 blogger.php:78 +msgid "Blogger Export" +msgstr "" + +#: blogger.php:82 +msgid "Enable Blogger Post Plugin" +msgstr "Activer le connecteur Blogger" + +#: blogger.php:87 +msgid "Blogger username" +msgstr "Nom d'utilisateur Blogger" + +#: blogger.php:92 +msgid "Blogger password" +msgstr "Mot de passe Blogger" + +#: blogger.php:97 +msgid "Blogger API URL" +msgstr "URL de l'API de Blogger" + +#: blogger.php:102 +msgid "Post to Blogger by default" +msgstr "" + +#: blogger.php:108 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" + +#: blogger.php:178 +msgid "Post from Friendica" +msgstr "" diff --git a/blogger/lang/fr/strings.php b/blogger/lang/fr/strings.php index ec4116d9..2265182a 100644 --- a/blogger/lang/fr/strings.php +++ b/blogger/lang/fr/strings.php @@ -1,11 +1,16 @@ -strings["Post to blogger"] = "Poster vers Blogger"; -$a->strings["Blogger Post Settings"] = "Réglages Blogger"; -$a->strings["Enable Blogger Post Plugin"] = "Activer le connecteur Blogger"; -$a->strings["Blogger username"] = "Utilisateur Blogger"; -$a->strings["Blogger password"] = "Mot de passe Blogger"; -$a->strings["Blogger API URL"] = "URL de l'API Blogger"; -$a->strings["Post to Blogger by default"] = "Poster vers Blogger par défaut"; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Post from Friendica"] = "Publier depuis Friendica"; + 1);; +}} +; +$a->strings["Post to blogger"] = "Poster sur Blogger"; +$a->strings["Blogger Export"] = ""; +$a->strings["Enable Blogger Post Plugin"] = "Activer le connecteur Blogger"; +$a->strings["Blogger username"] = "Nom d'utilisateur Blogger"; +$a->strings["Blogger password"] = "Mot de passe Blogger"; +$a->strings["Blogger API URL"] = "URL de l'API de Blogger"; +$a->strings["Post to Blogger by default"] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["Post from Friendica"] = ""; diff --git a/curweather/lang/fr/messages.po b/curweather/lang/fr/messages.po new file mode 100644 index 00000000..9e0d0168 --- /dev/null +++ b/curweather/lang/fr/messages.po @@ -0,0 +1,133 @@ +# ADDON curweather +# Copyright (C) +# This file is distributed under the same license as the Friendica curweather addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-13 18:46+0200\n" +"PO-Revision-Date: 2015-08-30 17:11+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: curweather.php:30 +msgid "Error fetching weather data.\\nError was: " +msgstr "Erreur durant la récupération de la météo.\\nL'erreur était : " + +#: curweather.php:103 curweather.php:163 +msgid "Current Weather" +msgstr "Météo actuelle" + +#: curweather.php:109 +msgid "Relative Humidity" +msgstr "" + +#: curweather.php:110 +msgid "Pressure" +msgstr "" + +#: curweather.php:111 +msgid "Wind" +msgstr "Vent" + +#: curweather.php:112 +msgid "Last Updated" +msgstr "Dernière mise-à-jour" + +#: curweather.php:113 +msgid "Data by" +msgstr "Données de" + +#: curweather.php:114 +msgid "Show on map" +msgstr "Montrer sur la carte" + +#: curweather.php:119 +msgid "There was a problem accessing the weather data. But have a look" +msgstr "" + +#: curweather.php:121 +msgid "at OpenWeatherMap" +msgstr "" + +#: curweather.php:137 +msgid "Current Weather settings updated." +msgstr "" + +#: curweather.php:152 +msgid "No APPID found, please contact your admin to optain one." +msgstr "" + +#: curweather.php:162 curweather.php:191 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" + +#: curweather.php:163 +msgid "Settings" +msgstr "Paramètres" + +#: curweather.php:165 +msgid "Enter either the name of your location or the zip code." +msgstr "" + +#: curweather.php:166 +msgid "Your Location" +msgstr "Votre position" + +#: curweather.php:166 +msgid "" +"Identifier of your location (name or zip code), e.g. Berlin,DE or " +"14476,DE." +msgstr "" + +#: curweather.php:167 +msgid "Units" +msgstr "Unités" + +#: curweather.php:167 +msgid "select if the temperatur should be displayed in °C or °F" +msgstr "" + +#: curweather.php:168 +msgid "Show weather data" +msgstr "Montrer les données météos" + +#: curweather.php:181 +msgid "Curweather settings saved." +msgstr "" + +#: curweather.php:192 +msgid "Caching Interval" +msgstr "" + +#: curweather.php:192 +msgid "" +"For how long should the weather data be cached? Choose according your " +"OpenWeatherMap account type." +msgstr "" + +#: curweather.php:192 +msgid "no cache" +msgstr "pas de cache" + +#: curweather.php:192 +msgid "minutes" +msgstr "minutes" + +#: curweather.php:193 +msgid "Your APPID" +msgstr "Votre APPID" + +#: curweather.php:193 +msgid "Your API key provided by OpenWeatherMap" +msgstr "Votre clé pour l'API de OpenWeatherMap" diff --git a/curweather/lang/fr/strings.php b/curweather/lang/fr/strings.php index b41b6087..b735ef8c 100644 --- a/curweather/lang/fr/strings.php +++ b/curweather/lang/fr/strings.php @@ -1,3 +1,34 @@ -strings["Submit"] = "Envoyer"; + 1);; +}} +; +$a->strings["Error fetching weather data.\\nError was: "] = "Erreur durant la récupération de la météo.\\nL'erreur était : "; +$a->strings["Current Weather"] = "Météo actuelle"; +$a->strings["Relative Humidity"] = ""; +$a->strings["Pressure"] = ""; +$a->strings["Wind"] = "Vent"; +$a->strings["Last Updated"] = "Dernière mise-à-jour"; +$a->strings["Data by"] = "Données de"; +$a->strings["Show on map"] = "Montrer sur la carte"; +$a->strings["There was a problem accessing the weather data. But have a look"] = ""; +$a->strings["at OpenWeatherMap"] = ""; +$a->strings["Current Weather settings updated."] = ""; +$a->strings["No APPID found, please contact your admin to optain one."] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["Settings"] = "Paramètres"; +$a->strings["Enter either the name of your location or the zip code."] = ""; +$a->strings["Your Location"] = "Votre position"; +$a->strings["Identifier of your location (name or zip code), e.g. Berlin,DE or 14476,DE."] = ""; +$a->strings["Units"] = "Unités"; +$a->strings["select if the temperatur should be displayed in °C or °F"] = ""; +$a->strings["Show weather data"] = "Montrer les données météos"; +$a->strings["Curweather settings saved."] = ""; +$a->strings["Caching Interval"] = ""; +$a->strings["For how long should the weather data be cached? Choose according your OpenWeatherMap account type."] = ""; +$a->strings["no cache"] = "pas de cache"; +$a->strings["minutes"] = "minutes"; +$a->strings["Your APPID"] = "Votre APPID"; +$a->strings["Your API key provided by OpenWeatherMap"] = "Votre clé pour l'API de OpenWeatherMap"; diff --git a/diaspora/lang/fr/messages.po b/diaspora/lang/fr/messages.po index 0fd116b7..6f2fa876 100644 --- a/diaspora/lang/fr/messages.po +++ b/diaspora/lang/fr/messages.po @@ -5,14 +5,15 @@ # # Translators: # Damien Goutte-Gattat , 2015 +# Nicola Spanti , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2015-02-04 19:15+0000\n" -"Last-Translator: Damien Goutte-Gattat \n" -"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"PO-Revision-Date: 2015-08-30 17:12+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -31,7 +32,7 @@ msgstr "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier #: diaspora.php:149 diaspora.php:153 msgid "Diaspora Export" -msgstr "" +msgstr "Export Diaspora" #: diaspora.php:163 msgid "Enable Diaspora Post Plugin" diff --git a/diaspora/lang/fr/strings.php b/diaspora/lang/fr/strings.php index e69acff1..8ba2940c 100644 --- a/diaspora/lang/fr/strings.php +++ b/diaspora/lang/fr/strings.php @@ -7,7 +7,7 @@ function string_plural_select_fr($n){ ; $a->strings["Post to Diaspora"] = "Publier sur Diaspora"; $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Impossible de se connecter à votre compte Diaspora. Veuillez vérifier votre identifiant et votre mot de passe, et assurez-vous d’avoir indiqué l’adresse complète (y compris le « http:// » initial)."; -$a->strings["Diaspora Export"] = ""; +$a->strings["Diaspora Export"] = "Export Diaspora"; $a->strings["Enable Diaspora Post Plugin"] = "Activer l’extension « Publier sur Diaspora »"; $a->strings["Diaspora username"] = "Identifiant Diaspora"; $a->strings["Diaspora password"] = "Mot de passe Diaspora"; diff --git a/dwpost/lang/fr/messages.po b/dwpost/lang/fr/messages.po new file mode 100644 index 00000000..d0010280 --- /dev/null +++ b/dwpost/lang/fr/messages.po @@ -0,0 +1,49 @@ +# ADDON dwpost +# Copyright (C) +# This file is distributed under the same license as the Friendica dwpost addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-30 17:12+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: dwpost.php:39 +msgid "Post to Dreamwidth" +msgstr "Publier sur Dreamwidth" + +#: dwpost.php:70 +msgid "Dreamwidth Post Settings" +msgstr "Paramètres pour Dreamwidth" + +#: dwpost.php:72 +msgid "Enable dreamwidth Post Plugin" +msgstr "" + +#: dwpost.php:77 +msgid "dreamwidth username" +msgstr "Nom d'utilisateur Dreamwidth" + +#: dwpost.php:82 +msgid "dreamwidth password" +msgstr "Mot de passe dreamwidth" + +#: dwpost.php:87 +msgid "Post to dreamwidth by default" +msgstr "Poster sur Dreamwidth par défaut" + +#: dwpost.php:93 +msgid "Submit" +msgstr "Envoyer" diff --git a/dwpost/lang/fr/strings.php b/dwpost/lang/fr/strings.php index 729bb028..138d9d8a 100644 --- a/dwpost/lang/fr/strings.php +++ b/dwpost/lang/fr/strings.php @@ -1,9 +1,14 @@ -strings["Post to Dreamwidth"] = "Poster vers Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Réglages Dreamwidth"; -$a->strings["Enable dreamwidth Post Plugin"] = "Activer \"Poster vers Dreamwidth\""; -$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth"; -$a->strings["dreamwidth password"] = "Mot de passe"; -$a->strings["Post to dreamwidth by default"] = "Poster vers Dreamwidth par défaut"; -$a->strings["Submit"] = "Envoyer"; + 1);; +}} +; +$a->strings["Post to Dreamwidth"] = "Publier sur Dreamwidth"; +$a->strings["Dreamwidth Post Settings"] = "Paramètres pour Dreamwidth"; +$a->strings["Enable dreamwidth Post Plugin"] = ""; +$a->strings["dreamwidth username"] = "Nom d'utilisateur Dreamwidth"; +$a->strings["dreamwidth password"] = "Mot de passe dreamwidth"; +$a->strings["Post to dreamwidth by default"] = "Poster sur Dreamwidth par défaut"; +$a->strings["Submit"] = "Envoyer"; diff --git a/gravatar/lang/fr/messages.po b/gravatar/lang/fr/messages.po index 03747dfe..8bc2f977 100644 --- a/gravatar/lang/fr/messages.po +++ b/gravatar/lang/fr/messages.po @@ -10,9 +10,9 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2015-07-27 18:15+0000\n" +"PO-Revision-Date: 2015-08-30 17:12+0000\n" "Last-Translator: Nicola Spanti \n" -"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -21,7 +21,7 @@ msgstr "" #: gravatar.php:71 msgid "generic profile image" -msgstr "" +msgstr "image de profil générique" #: gravatar.php:72 msgid "random geometric pattern" diff --git a/gravatar/lang/fr/strings.php b/gravatar/lang/fr/strings.php index e9ef26e7..02d59c6a 100644 --- a/gravatar/lang/fr/strings.php +++ b/gravatar/lang/fr/strings.php @@ -5,7 +5,7 @@ function string_plural_select_fr($n){ return ($n > 1);; }} ; -$a->strings["generic profile image"] = ""; +$a->strings["generic profile image"] = "image de profil générique"; $a->strings["random geometric pattern"] = ""; $a->strings["monster face"] = ""; $a->strings["computer generated face"] = "visage généré par ordinateur"; diff --git a/jappixmini/lang/fr/messages.po b/jappixmini/lang/fr/messages.po index 314f2b02..98a6f5ce 100644 --- a/jappixmini/lang/fr/messages.po +++ b/jappixmini/lang/fr/messages.po @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2015-07-27 18:17+0000\n" +"PO-Revision-Date: 2015-08-30 17:13+0000\n" "Last-Translator: Nicola Spanti \n" -"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -59,7 +59,7 @@ msgstr "Mot de passe Friendica" #: jappixmini.php:296 msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "" +msgstr "Approuver les contacts Friendica automatiquement" #: jappixmini.php:299 msgid "Subscribe to Friendica contacts automatically" diff --git a/jappixmini/lang/fr/strings.php b/jappixmini/lang/fr/strings.php index 926fd61b..35ceca65 100644 --- a/jappixmini/lang/fr/strings.php +++ b/jappixmini/lang/fr/strings.php @@ -14,7 +14,7 @@ $a->strings["Jabber BOSH host"] = "Hôte BOSH (proxy) Jabber"; $a->strings["Jabber password"] = "Mot de passe Jabber"; $a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Chiffrer le mot de passe Jabber avec le mot de passe Friendica (recommandé)"; $a->strings["Friendica password"] = "Mot de passe Friendica"; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = ""; +$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approuver les contacts Friendica automatiquement"; $a->strings["Subscribe to Friendica contacts automatically"] = "S'inscrire aux contacts Friendica automatiquement"; $a->strings["Purge internal list of jabber addresses of contacts"] = "Purger la liste interne d'adresses Jabber"; $a->strings["Submit"] = "Envoyer"; diff --git a/libravatar/lang/fr/messages.po b/libravatar/lang/fr/messages.po new file mode 100644 index 00000000..84b77c83 --- /dev/null +++ b/libravatar/lang/fr/messages.po @@ -0,0 +1,84 @@ +# ADDON libravatar +# Copyright (C) +# This file is distributed under the same license as the Friendica libravatar addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-30 17:15+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: libravatar.php:14 +msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" +msgstr "" + +#: libravatar.php:73 +msgid "generic profile image" +msgstr "image de profil générique" + +#: libravatar.php:74 +msgid "random geometric pattern" +msgstr "" + +#: libravatar.php:75 +msgid "monster face" +msgstr "" + +#: libravatar.php:76 +msgid "computer generated face" +msgstr "visage généré par ordinateur" + +#: libravatar.php:77 +msgid "retro arcade style face" +msgstr "" + +#: libravatar.php:82 +msgid "Warning" +msgstr "Attention" + +#: libravatar.php:83 +#, php-format +msgid "Your PHP version %s is lower than the required PHP >= 5.3." +msgstr "Votre version de PHP %s est inférieure à la minimum requise (5.3)." + +#: libravatar.php:84 +msgid "This addon is not functional on your server." +msgstr "" + +#: libravatar.php:93 +msgid "Information" +msgstr "Information" + +#: libravatar.php:93 +msgid "" +"Gravatar addon is installed. Please disable the Gravatar addon.
The " +"Libravatar addon will fall back to Gravatar if nothing was found at " +"Libravatar." +msgstr "" + +#: libravatar.php:99 +msgid "Submit" +msgstr "Envoyer" + +#: libravatar.php:100 +msgid "Default avatar image" +msgstr "Avatar par défaut" + +#: libravatar.php:100 +msgid "Select default avatar image if none was found. See README" +msgstr "" + +#: libravatar.php:112 +msgid "Libravatar settings updated." +msgstr "Paramètres de Libravatar mis à jour." diff --git a/libravatar/lang/fr/strings.php b/libravatar/lang/fr/strings.php index db7c3389..48f8cf62 100644 --- a/libravatar/lang/fr/strings.php +++ b/libravatar/lang/fr/strings.php @@ -1,17 +1,22 @@ -strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar n'a PAS pu être installé.
Il nécessite PHP >= 5.3"; -$a->strings["generic profile image"] = "image de profil générique"; -$a->strings["random geometric pattern"] = "motif géométrique aléatoire"; -$a->strings["monster face"] = "monstre"; -$a->strings["computer generated face"] = "généré par ordinateur"; -$a->strings["retro arcade style face"] = "vieux jeu d'arcade"; -$a->strings["Warning"] = "Avertissement"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La version de PHP doit être >= 5.3 ; la votre, %s, est antérieure. "; -$a->strings["This addon is not functional on your server."] = "Cette extension ne fonctionne pas sur votre serveur."; -$a->strings["Information"] = "Information"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'extension Gravatar est installée ; veuillez la désactiver.
L'extension Libravatar sera remplacée par Gravatar si rien n'a été trouvé."; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Default avatar image"] = "Avatar par défaut"; -$a->strings["Select default avatar image if none was found. See README"] = "Sélectionner une image d'avatar par défaut si aucune n'a été trouvée. Voir le fichier README"; -$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour."; + 1);; +}} +; +$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = ""; +$a->strings["generic profile image"] = "image de profil générique"; +$a->strings["random geometric pattern"] = ""; +$a->strings["monster face"] = ""; +$a->strings["computer generated face"] = "visage généré par ordinateur"; +$a->strings["retro arcade style face"] = ""; +$a->strings["Warning"] = "Attention"; +$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Votre version de PHP %s est inférieure à la minimum requise (5.3)."; +$a->strings["This addon is not functional on your server."] = ""; +$a->strings["Information"] = "Information"; +$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; +$a->strings["Submit"] = "Envoyer"; +$a->strings["Default avatar image"] = "Avatar par défaut"; +$a->strings["Select default avatar image if none was found. See README"] = ""; +$a->strings["Libravatar settings updated."] = "Paramètres de Libravatar mis à jour."; diff --git a/openstreetmap/lang/fr/messages.po b/openstreetmap/lang/fr/messages.po new file mode 100644 index 00000000..bbad3039 --- /dev/null +++ b/openstreetmap/lang/fr/messages.po @@ -0,0 +1,47 @@ +# ADDON openstreetmap +# Copyright (C) +# This file is distributed under the same license as the Friendica openstreetmap addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-30 17:24+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: openstreetmap.php:94 +msgid "Submit" +msgstr "Envoyer" + +#: openstreetmap.php:95 +msgid "Tile Server URL" +msgstr "" + +#: openstreetmap.php:95 +msgid "" +"A list of public tile servers" +msgstr "" + +#: openstreetmap.php:96 +msgid "Default zoom" +msgstr "Zoom par défaut" + +#: openstreetmap.php:96 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "" + +#: openstreetmap.php:104 +msgid "Settings updated." +msgstr "Paramètres mis à jour." diff --git a/openstreetmap/lang/fr/strings.php b/openstreetmap/lang/fr/strings.php index a7b79e75..24902b3a 100644 --- a/openstreetmap/lang/fr/strings.php +++ b/openstreetmap/lang/fr/strings.php @@ -1,8 +1,13 @@ -strings["Submit"] = "Envoyer"; -$a->strings["Tile Server URL"] = "URL du serveur de tuiles"; -$a->strings["A list of public tile servers"] = "Une liste de serveurs de tuiles publics"; -$a->strings["Default zoom"] = "Zoom par défaut"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Le niveau de zoom affiché par défaut. (1: monde entier, 18: détail maximum)"; -$a->strings["Settings updated."] = "Réglages mis à jour."; + 1);; +}} +; +$a->strings["Submit"] = "Envoyer"; +$a->strings["Tile Server URL"] = ""; +$a->strings["A list of public tile servers"] = ""; +$a->strings["Default zoom"] = "Zoom par défaut"; +$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; +$a->strings["Settings updated."] = "Paramètres mis à jour."; diff --git a/piwik/lang/fr/messages.po b/piwik/lang/fr/messages.po index 1cb18e09..7a4bf703 100644 --- a/piwik/lang/fr/messages.po +++ b/piwik/lang/fr/messages.po @@ -4,15 +4,16 @@ # # # Translators: +# Nicola Spanti , 2015 # StefOfficiel , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-07-26 12:49+0200\n" -"PO-Revision-Date: 2015-07-27 08:54+0000\n" -"Last-Translator: fabrixxm \n" -"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"PO-Revision-Date: 2015-08-30 17:16+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,11 +36,11 @@ msgstr "" #: piwik.php:89 msgid "Save Settings" -msgstr "" +msgstr "Sauvegarder les paramètres" #: piwik.php:90 msgid "Piwik Base URL" -msgstr "" +msgstr "URL de base de Piwik" #: piwik.php:90 msgid "" @@ -49,16 +50,16 @@ msgstr "" #: piwik.php:91 msgid "Site ID" -msgstr "" +msgstr "ID du site" #: piwik.php:92 msgid "Show opt-out cookie link?" -msgstr "" +msgstr "Montrer le lien d'opt-out pour les cookies ?" #: piwik.php:93 msgid "Asynchronous tracking" -msgstr "" +msgstr "Suivi asynchrone" #: piwik.php:105 msgid "Settings updated." -msgstr "" +msgstr "Paramètres mis à jour." diff --git a/piwik/lang/fr/strings.php b/piwik/lang/fr/strings.php index 7714aaf8..a62c77ea 100644 --- a/piwik/lang/fr/strings.php +++ b/piwik/lang/fr/strings.php @@ -7,10 +7,10 @@ function string_plural_select_fr($n){ ; $a->strings["This website is tracked using the Piwik analytics tool."] = "Ce site web utilise Piwik en tant qu'outil d'analyses."; $a->strings["If you do not want that your visits are logged in this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = ""; -$a->strings["Save Settings"] = ""; -$a->strings["Piwik Base URL"] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["Piwik Base URL"] = "URL de base de Piwik"; $a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; -$a->strings["Site ID"] = ""; -$a->strings["Show opt-out cookie link?"] = ""; -$a->strings["Asynchronous tracking"] = ""; -$a->strings["Settings updated."] = ""; +$a->strings["Site ID"] = "ID du site"; +$a->strings["Show opt-out cookie link?"] = "Montrer le lien d'opt-out pour les cookies ?"; +$a->strings["Asynchronous tracking"] = "Suivi asynchrone"; +$a->strings["Settings updated."] = "Paramètres mis à jour."; diff --git a/pumpio/lang/fr/messages.po b/pumpio/lang/fr/messages.po new file mode 100644 index 00000000..9258d619 --- /dev/null +++ b/pumpio/lang/fr/messages.po @@ -0,0 +1,103 @@ +# ADDON pumpio +# Copyright (C) +# This file is distributed under the same license as the Friendica pumpio addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-23 14:45+0200\n" +"PO-Revision-Date: 2015-08-30 17:19+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: pumpio.php:38 +msgid "Permission denied." +msgstr "Permission refusée." + +#: pumpio.php:124 +#, php-format +msgid "Unable to register the client at the pump.io server '%s'." +msgstr "" + +#: pumpio.php:164 +msgid "You are now authenticated to pumpio." +msgstr "Vous êtes maintenant authentifié sur pump.io." + +#: pumpio.php:165 +msgid "return to the connector page" +msgstr "Retourner à la page du connecteur" + +#: pumpio.php:183 +msgid "Post to pumpio" +msgstr "Publier sur pump.io" + +#: pumpio.php:221 pumpio.php:225 +msgid "Pump.io Import/Export/Mirror" +msgstr "" + +#: pumpio.php:229 +msgid "pump.io username (without the servername)" +msgstr "Nom d'utilisateur pump.io (sans le nom du serveur)" + +#: pumpio.php:234 +msgid "pump.io servername (without \"http://\" or \"https://\" )" +msgstr "" + +#: pumpio.php:246 +msgid "Authenticate your pump.io connection" +msgstr "" + +#: pumpio.php:250 +msgid "Import the remote timeline" +msgstr "Importer la timeline distante" + +#: pumpio.php:255 +msgid "Enable pump.io Post Plugin" +msgstr "" + +#: pumpio.php:260 +msgid "Post to pump.io by default" +msgstr "Publier sur pump.io par défaut" + +#: pumpio.php:265 +msgid "Should posts be public?" +msgstr "Les messages devraient être publiques ?" + +#: pumpio.php:270 +msgid "Mirror all public posts" +msgstr "" + +#: pumpio.php:275 +msgid "Check to delete this preset" +msgstr "" + +#: pumpio.php:285 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" + +#: pumpio.php:515 +msgid "Pump.io post failed. Queued for retry." +msgstr "" + +#: pumpio.php:587 +msgid "Pump.io like failed. Queued for retry." +msgstr "" + +#: pumpio.php:875 +msgid "status" +msgstr "statut" + +#: pumpio.php:879 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" diff --git a/pumpio/lang/fr/strings.php b/pumpio/lang/fr/strings.php new file mode 100644 index 00000000..3f933173 --- /dev/null +++ b/pumpio/lang/fr/strings.php @@ -0,0 +1,27 @@ + 1);; +}} +; +$a->strings["Permission denied."] = "Permission refusée."; +$a->strings["Unable to register the client at the pump.io server '%s'."] = ""; +$a->strings["You are now authenticated to pumpio."] = "Vous êtes maintenant authentifié sur pump.io."; +$a->strings["return to the connector page"] = "Retourner à la page du connecteur"; +$a->strings["Post to pumpio"] = "Publier sur pump.io"; +$a->strings["Pump.io Import/Export/Mirror"] = ""; +$a->strings["pump.io username (without the servername)"] = "Nom d'utilisateur pump.io (sans le nom du serveur)"; +$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = ""; +$a->strings["Authenticate your pump.io connection"] = ""; +$a->strings["Import the remote timeline"] = "Importer la timeline distante"; +$a->strings["Enable pump.io Post Plugin"] = ""; +$a->strings["Post to pump.io by default"] = "Publier sur pump.io par défaut"; +$a->strings["Should posts be public?"] = "Les messages devraient être publiques ?"; +$a->strings["Mirror all public posts"] = ""; +$a->strings["Check to delete this preset"] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["Pump.io post failed. Queued for retry."] = ""; +$a->strings["Pump.io like failed. Queued for retry."] = ""; +$a->strings["status"] = "statut"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; diff --git a/startpage/lang/fr/messages.po b/startpage/lang/fr/messages.po new file mode 100644 index 00000000..b7c02a19 --- /dev/null +++ b/startpage/lang/fr/messages.po @@ -0,0 +1,36 @@ +# ADDON startpage +# Copyright (C) +# This file is distributed under the same license as the Friendica startpage addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2015-08-30 17:20+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: startpage.php:83 +msgid "Startpage Settings" +msgstr "Paramètres de Startpage" + +#: startpage.php:85 +msgid "Home page to load after login - leave blank for profile wall" +msgstr "" + +#: startpage.php:88 +msgid "Examples: "network" or "notifications/system"" +msgstr "" + +#: startpage.php:92 +msgid "Submit" +msgstr "Envoyer" diff --git a/startpage/lang/fr/strings.php b/startpage/lang/fr/strings.php index c2ecf5ec..d3d3f9b9 100644 --- a/startpage/lang/fr/strings.php +++ b/startpage/lang/fr/strings.php @@ -1,6 +1,11 @@ -strings["Startpage Settings"] = "Paramètres de la page d'accueil"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Page d'accueil à charger après authentification - laisser ce champ vide pour charger votre mur"; -$a->strings["Examples: "network" or "notifications/system""] = "Exemples : "network" ou "notifications/system""; -$a->strings["Submit"] = "Envoyer"; + 1);; +}} +; +$a->strings["Startpage Settings"] = "Paramètres de Startpage"; +$a->strings["Home page to load after login - leave blank for profile wall"] = ""; +$a->strings["Examples: "network" or "notifications/system""] = ""; +$a->strings["Submit"] = "Envoyer"; diff --git a/statusnet/lang/fr/messages.po b/statusnet/lang/fr/messages.po new file mode 100644 index 00000000..d06f814c --- /dev/null +++ b/statusnet/lang/fr/messages.po @@ -0,0 +1,175 @@ +# ADDON statusnet +# Copyright (C) +# This file is distributed under the same license as the Friendica statusnet addon package. +# +# +# Translators: +# Nicola Spanti , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-27 07:21+0200\n" +"PO-Revision-Date: 2015-08-30 17:23+0000\n" +"Last-Translator: Nicola Spanti \n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: statusnet.php:151 +msgid "Post to GNU Social" +msgstr "Publier sur GNU Social" + +#: statusnet.php:196 +msgid "" +"Please contact your site administrator.
The provided API URL is not " +"valid." +msgstr "" + +#: statusnet.php:225 +msgid "We could not contact the GNU Social API with the Path you entered." +msgstr "" + +#: statusnet.php:259 +msgid "GNU Social settings updated." +msgstr "Paramètres du GNU Social mis à jour." + +#: statusnet.php:294 statusnet.php:298 +msgid "GNU Social Import/Export/Mirror" +msgstr "" + +#: statusnet.php:313 +msgid "Globally Available GNU Social OAuthKeys" +msgstr "" + +#: statusnet.php:314 +msgid "" +"There are preconfigured OAuth key pairs for some GNU Social servers " +"available. If you are using one of them, please use these credentials. If " +"not feel free to connect to any other GNU Social instance (see below)." +msgstr "" + +#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371 +#: statusnet.php:416 statusnet.php:699 +msgid "Save Settings" +msgstr "Sauvegarder les paramètres" + +#: statusnet.php:322 +msgid "Provide your own OAuth Credentials" +msgstr "" + +#: statusnet.php:323 +msgid "" +"No consumer key pair for GNU Social found. Register your Friendica Account " +"as an desktop client on your GNU Social account, copy the consumer key pair " +"here and enter the API base root.
Before you register your own OAuth " +"key pair ask the administrator if there is already a key pair for this " +"Friendica installation at your favorited GNU Social installation." +msgstr "" + +#: statusnet.php:325 +msgid "OAuth Consumer Key" +msgstr "" + +#: statusnet.php:328 +msgid "OAuth Consumer Secret" +msgstr "" + +#: statusnet.php:331 statusnet.php:679 statusnet.php:691 +msgid "Base API Path (remember the trailing /)" +msgstr "" + +#: statusnet.php:356 +msgid "" +"To connect to your GNU Social account click the button below to get a " +"security code from GNU Social which you have to copy into the input box " +"below and submit the form. Only your public posts will be " +"posted to GNU Social." +msgstr "" + +#: statusnet.php:357 +msgid "Log in with GNU Social" +msgstr "Se connecter avec GNU Social" + +#: statusnet.php:359 +msgid "Copy the security code from GNU Social here" +msgstr "Coller le code de sécurité de GNU Social ici" + +#: statusnet.php:365 +msgid "Cancel Connection Process" +msgstr "" + +#: statusnet.php:367 +msgid "Current GNU Social API is" +msgstr "L'API actuelle de GNU Social est" + +#: statusnet.php:368 +msgid "Cancel GNU Social Connection" +msgstr "" + +#: statusnet.php:379 +msgid "Currently connected to: " +msgstr "Actuellement connecté à :" + +#: statusnet.php:380 +msgid "" +"If enabled all your public postings can be posted to the " +"associated GNU Social account. You can choose to do so by default (here) or " +"for every posting separately in the posting options when writing the entry." +msgstr "" + +#: statusnet.php:382 +msgid "" +"Note: Due your privacy settings (Hide your profile " +"details from unknown viewers?) the link potentially included in public " +"postings relayed to GNU Social will lead the visitor to a blank page " +"informing the visitor that the access to your profile has been restricted." +msgstr "" + +#: statusnet.php:385 +msgid "Allow posting to GNU Social" +msgstr "Autoriser la publication sur GNU Social" + +#: statusnet.php:388 +msgid "Send public postings to GNU Social by default" +msgstr "" + +#: statusnet.php:392 +msgid "" +"Mirror all posts from GNU Social that are no replies or repeated messages" +msgstr "" + +#: statusnet.php:398 +msgid "Import the remote timeline" +msgstr "" + +#: statusnet.php:402 +msgid "Disabled" +msgstr "Désactiver" + +#: statusnet.php:403 +msgid "Full Timeline" +msgstr "Timeline complète" + +#: statusnet.php:404 +msgid "Only Mentions" +msgstr "" + +#: statusnet.php:413 +msgid "Clear OAuth configuration" +msgstr "" + +#: statusnet.php:690 +msgid "Site name" +msgstr "Nom du site" + +#: statusnet.php:692 +msgid "Consumer Secret" +msgstr "" + +#: statusnet.php:693 +msgid "Consumer Key" +msgstr "" diff --git a/statusnet/lang/fr/strings.php b/statusnet/lang/fr/strings.php index 7118173e..19108cba 100644 --- a/statusnet/lang/fr/strings.php +++ b/statusnet/lang/fr/strings.php @@ -1,32 +1,40 @@ -strings["Post to StatusNet"] = "Poster sur StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Merci de contacter l'administrateur du site.
L'URL d'API fournie est invalide."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Nous n'avons pas pu contacter l'API StatusNet avec le chemin saisi."; -$a->strings["StatusNet settings updated."] = "Réglages StatusNet mis-à-jour."; -$a->strings["StatusNet Posting Settings"] = "Réglages du connecteur StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "Clés OAuth StatusNet universelles"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Ce sont des paires de clés OAuth préconfigurées pour certains serveurs StatusNet courants. Si vous utilisez l'un d'entre eux, merci de vous servir de ces clés. Autrement, vous pouvez vous connecter à n'importer quelle autre instance de StatusNet (voir ci-dessous)."; -$a->strings["Submit"] = "Envoyer"; -$a->strings["Provide your own OAuth Credentials"] = "Fournissez vos propres paramètres OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Pas de paire de clé trouvée pour StatusNet. Enregistrez votre compte Friendica comme un client \"desktop\" sur votre compte StatusNet, copiez la paire de clé ici et entrez la racine de l'API.
Avant d'enregistrer votre propre paire de clé, assurez-vous auprès de l'administrateur qu'il n'y a pas déjà une paire de clé pour cette instance de Friendica chez votre fournisseur StatusNet préféré."; -$a->strings["OAuth Consumer Key"] = "Clé de consommateur OAuth"; -$a->strings["OAuth Consumer Secret"] = "Secret d'utilisateur OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Chemin de base de l'API (n'oubliez pas le / final)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Pour vous connecter à votre compte StatusNet, cliquez sur le bouton ci-dessous pour obtenir un code de sécurité de StatusNet, que vous aurez à coller dans la boîte ci-dessous. Ensuite, validez le formulaire. Seuls vos articles <strong>publics</strong> seront postés sur StatusNet."; -$a->strings["Log in with StatusNet"] = "Se connecter à StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Coller le code de sécurité de StatusNet ici"; -$a->strings["Cancel Connection Process"] = "Annuler le processus de connexion"; -$a->strings["Current StatusNet API is"] = "L'API StatusNet courante est"; -$a->strings["Cancel StatusNet Connection"] = "Annuler la connexion à StatusNet"; -$a->strings["Currently connected to: "] = "Actuellement connecté à: "; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "En cas d'activation, toutes vos notices publiques seront transmises au compte StatusNet associé. Vous pourrez choisir de le faire par défaut (ici), ou bien pour chaque notice séparément lors de sa rédaction."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Note: Du fait de vos réglages de vie privée (Cacher les détails de votre profil des visiteurs inconnus?), le lien potentiellement inclus dans les messages publics relayés vers StatusNet conduira les visiteurs vers une page blanche les informant que leur accès à votre profil a été restreint."; -$a->strings["Allow posting to StatusNet"] = "Autoriser la publication sur StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Par défaut, envoyer les notices publiques à StatusNet"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = "Envoyer les liens vers les #-tags et les @-noms sur StatusNet"; -$a->strings["Clear OAuth configuration"] = "Effacer la configuration OAuth"; -$a->strings["Site name"] = "Nom du site"; -$a->strings["API URL"] = "URL de l'API"; -$a->strings["Consumer Secret"] = "Secret utilisateur"; -$a->strings["Consumer Key"] = "Clé utilisateur"; + 1);; +}} +; +$a->strings["Post to GNU Social"] = "Publier sur GNU Social"; +$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = ""; +$a->strings["We could not contact the GNU Social API with the Path you entered."] = ""; +$a->strings["GNU Social settings updated."] = "Paramètres du GNU Social mis à jour."; +$a->strings["GNU Social Import/Export/Mirror"] = ""; +$a->strings["Globally Available GNU Social OAuthKeys"] = ""; +$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = ""; +$a->strings["Save Settings"] = "Sauvegarder les paramètres"; +$a->strings["Provide your own OAuth Credentials"] = ""; +$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = ""; +$a->strings["OAuth Consumer Key"] = ""; +$a->strings["OAuth Consumer Secret"] = ""; +$a->strings["Base API Path (remember the trailing /)"] = ""; +$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social."] = ""; +$a->strings["Log in with GNU Social"] = "Se connecter avec GNU Social"; +$a->strings["Copy the security code from GNU Social here"] = "Coller le code de sécurité de GNU Social ici"; +$a->strings["Cancel Connection Process"] = ""; +$a->strings["Current GNU Social API is"] = "L'API actuelle de GNU Social est"; +$a->strings["Cancel GNU Social Connection"] = ""; +$a->strings["Currently connected to: "] = "Actuellement connecté à :"; +$a->strings["If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = ""; +$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; +$a->strings["Allow posting to GNU Social"] = "Autoriser la publication sur GNU Social"; +$a->strings["Send public postings to GNU Social by default"] = ""; +$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = ""; +$a->strings["Import the remote timeline"] = ""; +$a->strings["Disabled"] = "Désactiver"; +$a->strings["Full Timeline"] = "Timeline complète"; +$a->strings["Only Mentions"] = ""; +$a->strings["Clear OAuth configuration"] = ""; +$a->strings["Site name"] = "Nom du site"; +$a->strings["Consumer Secret"] = ""; +$a->strings["Consumer Key"] = ""; diff --git a/twitter/lang/fr/messages.po b/twitter/lang/fr/messages.po index 525af161..abddb85f 100644 --- a/twitter/lang/fr/messages.po +++ b/twitter/lang/fr/messages.po @@ -11,9 +11,9 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2015-07-27 14:24+0000\n" +"PO-Revision-Date: 2015-08-30 17:24+0000\n" "Last-Translator: Nicola Spanti \n" -"Language-Team: French (http://www.transifex.com/projects/p/friendica/language/fr/)\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -53,7 +53,7 @@ msgstr "Se connecter avec Twitter" #: twitter.php:186 msgid "Copy the PIN from Twitter here" -msgstr "" +msgstr "Copier le PIN de Twitter ici" #: twitter.php:191 twitter.php:229 twitter.php:556 msgid "Submit" diff --git a/twitter/lang/fr/strings.php b/twitter/lang/fr/strings.php index 3c95cdd3..de9e80a0 100644 --- a/twitter/lang/fr/strings.php +++ b/twitter/lang/fr/strings.php @@ -11,7 +11,7 @@ $a->strings["Twitter Posting Settings"] = "Paramètres Twitter de publication"; $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = ""; $a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = ""; $a->strings["Log in with Twitter"] = "Se connecter avec Twitter"; -$a->strings["Copy the PIN from Twitter here"] = ""; +$a->strings["Copy the PIN from Twitter here"] = "Copier le PIN de Twitter ici"; $a->strings["Submit"] = "Soumettre"; $a->strings["Currently connected to: "] = "Actuellement connecté à :"; $a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "";