commit
b141c2cff1
56
altpager/lang/it/messages.po
Normal file
56
altpager/lang/it/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON altpager
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica altpager addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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-09-10 10:12+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: altpager.php:46
|
||||
msgid "Altpager settings updated."
|
||||
msgstr "Impostazioni Altpager aggiornate."
|
||||
|
||||
#: altpager.php:83
|
||||
msgid "Alternate Pagination Setting"
|
||||
msgstr "Impostazioni Paginatore Alternativo"
|
||||
|
||||
#: altpager.php:85
|
||||
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||
msgstr "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?"
|
||||
|
||||
#: altpager.php:91 altpager.php:98
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Global"
|
||||
msgstr "Globale"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Force global use of the alternate pager"
|
||||
msgstr "Forza l'uso del paginatore alternativo globalmente"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Individual"
|
||||
msgstr "Individuale"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Each user chooses whether to use the alternate pager"
|
||||
msgstr "Ogni utente può decidere se usare il paginatore alternativo"
|
||||
|
||||
#: altpager.php:107
|
||||
msgid "Settings updated."
|
||||
msgstr "Impostazioni aggiornate."
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Global"] = "";
|
||||
$a->strings["Force global use of the alternate pager"] = "";
|
||||
$a->strings["Individual"] = "";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Global"] = "Globale";
|
||||
$a->strings["Force global use of the alternate pager"] = "Forza l'uso del paginatore alternativo globalmente";
|
||||
$a->strings["Individual"] = "Individuale";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Ogni utente può decidere se usare il paginatore alternativo";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
|
|
118
appnet/lang/it/messages.po
Normal file
118
appnet/lang/it/messages.po
Normal file
|
@ -0,0 +1,118 @@
|
|||
# ADDON appnet
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnet addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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: 2014-09-10 10:18+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: appnet.php:39
|
||||
msgid "Permission denied."
|
||||
msgstr "Permesso negato."
|
||||
|
||||
#: appnet.php:73
|
||||
msgid "You are now authenticated to app.net. "
|
||||
msgstr "Sei autenticato su app.net"
|
||||
|
||||
#: appnet.php:77
|
||||
msgid "<p>Error fetching token. Please try again.</p>"
|
||||
msgstr "<p>Errore recuperando il token. Prova di nuovo</p>"
|
||||
|
||||
#: appnet.php:80
|
||||
msgid "return to the connector page"
|
||||
msgstr "ritorna alla pagina del connettore"
|
||||
|
||||
#: appnet.php:94
|
||||
msgid "Post to app.net"
|
||||
msgstr "Invia ad app.net"
|
||||
|
||||
#: appnet.php:125 appnet.php:129
|
||||
msgid "App.net Export"
|
||||
msgstr "Esporta App.net"
|
||||
|
||||
#: appnet.php:142
|
||||
msgid "Currently connected to: "
|
||||
msgstr "Al momento connesso con:"
|
||||
|
||||
#: appnet.php:144
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr "Abilita il plugin di invio ad App.net"
|
||||
|
||||
#: appnet.php:149
|
||||
msgid "Post to App.net by default"
|
||||
msgstr "Invia sempre ad App.net"
|
||||
|
||||
#: appnet.php:153
|
||||
msgid "Import the remote timeline"
|
||||
msgstr "Importa la timeline remota"
|
||||
|
||||
#: appnet.php:159
|
||||
msgid ""
|
||||
"<p>Error fetching user profile. Please clear the configuration and try "
|
||||
"again.</p>"
|
||||
msgstr "<p>Errore recuperando il profilo utente. Svuota la configurazione e prova di nuovo.</p>"
|
||||
|
||||
#: appnet.php:164
|
||||
msgid "<p>You have two ways to connect to App.net.</p>"
|
||||
msgstr "<p>Puoi collegarti ad App.net in due modi.</p>"
|
||||
|
||||
#: appnet.php:166
|
||||
msgid ""
|
||||
"<p>First way: Register an application at <a "
|
||||
"href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a>"
|
||||
" and enter Client ID and Client Secret. "
|
||||
msgstr "<p>Registrare un'applicazione su <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> e inserire Client ID e Client Secret."
|
||||
|
||||
#: appnet.php:167
|
||||
#, php-format
|
||||
msgid "Use '%s' as Redirect URI<p>"
|
||||
msgstr "Usa '%s' come Redirect URI</p>"
|
||||
|
||||
#: appnet.php:169
|
||||
msgid "Client ID"
|
||||
msgstr "Client ID"
|
||||
|
||||
#: appnet.php:173
|
||||
msgid "Client Secret"
|
||||
msgstr "Client Secret"
|
||||
|
||||
#: appnet.php:177
|
||||
msgid ""
|
||||
"<p>Second way: fetch a token at <a href=\"http://dev-"
|
||||
"lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "
|
||||
msgstr "<p>Oppure puoi recuperare un token su <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>."
|
||||
|
||||
#: appnet.php:178
|
||||
msgid ""
|
||||
"Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', "
|
||||
"'Messages'.</p>"
|
||||
msgstr "Imposta gli ambiti 'Basic', 'Stream', 'Scrivi Post', 'Messaggi Pubblici', 'Messaggi'.</p>"
|
||||
|
||||
#: appnet.php:180
|
||||
msgid "Token"
|
||||
msgstr "Token"
|
||||
|
||||
#: appnet.php:192
|
||||
msgid "Sign in using App.net"
|
||||
msgstr "Autenticati con App.net"
|
||||
|
||||
#: appnet.php:197
|
||||
msgid "Clear OAuth configuration"
|
||||
msgstr "Pulisci configurazione OAuth"
|
||||
|
||||
#: appnet.php:204
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
29
appnet/lang/it/strings.php
Normal file
29
appnet/lang/it/strings.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["You are now authenticated to app.net. "] = "Sei autenticato su app.net";
|
||||
$a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Errore recuperando il token. Prova di nuovo</p>";
|
||||
$a->strings["return to the connector page"] = "ritorna alla pagina del connettore";
|
||||
$a->strings["Post to app.net"] = "Invia ad app.net";
|
||||
$a->strings["App.net Export"] = "Esporta App.net";
|
||||
$a->strings["Currently connected to: "] = "Al momento connesso con:";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Abilita il plugin di invio ad App.net";
|
||||
$a->strings["Post to App.net by default"] = "Invia sempre ad App.net";
|
||||
$a->strings["Import the remote timeline"] = "Importa la timeline remota";
|
||||
$a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Errore recuperando il profilo utente. Svuota la configurazione e prova di nuovo.</p>";
|
||||
$a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Puoi collegarti ad App.net in due modi.</p>";
|
||||
$a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Registrare un'applicazione su <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> e inserire Client ID e Client Secret.";
|
||||
$a->strings["Use '%s' as Redirect URI<p>"] = "Usa '%s' come Redirect URI</p>";
|
||||
$a->strings["Client ID"] = "Client ID";
|
||||
$a->strings["Client Secret"] = "Client Secret";
|
||||
$a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Oppure puoi recuperare un token su <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>.";
|
||||
$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Imposta gli ambiti 'Basic', 'Stream', 'Scrivi Post', 'Messaggi Pubblici', 'Messaggi'.</p>";
|
||||
$a->strings["Token"] = "Token";
|
||||
$a->strings["Sign in using App.net"] = "Autenticati con App.net";
|
||||
$a->strings["Clear OAuth configuration"] = "Pulisci configurazione OAuth";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
40
appnetpost/lang/it/messages.po
Normal file
40
appnetpost/lang/it/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON appnetpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnetpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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: 2014-09-10 10:18+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: appnetpost.php:37
|
||||
msgid "Post to app.net"
|
||||
msgstr "Invia ad app.net"
|
||||
|
||||
#: appnetpost.php:59 appnetpost.php:63
|
||||
msgid "App.net Export"
|
||||
msgstr "Esporta App.net"
|
||||
|
||||
#: appnetpost.php:67
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr "Abilita il plugin di invio ad App.net"
|
||||
|
||||
#: appnetpost.php:72
|
||||
msgid "Post to App.net by default"
|
||||
msgstr "Invia sempre ad App.net"
|
||||
|
||||
#: appnetpost.php:78
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
12
appnetpost/lang/it/strings.php
Normal file
12
appnetpost/lang/it/strings.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to app.net"] = "Invia ad app.net";
|
||||
$a->strings["App.net Export"] = "Esporta App.net";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Abilita il plugin di invio ad App.net";
|
||||
$a->strings["Post to App.net by default"] = "Invia sempre ad App.net";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
52
blackout/lang/it/messages.po
Normal file
52
blackout/lang/it/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON blackout
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blackout addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:22+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: blackout.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: blackout.php:100
|
||||
msgid "Redirect URL"
|
||||
msgstr "URL di reindirizzamento"
|
||||
|
||||
#: blackout.php:100
|
||||
msgid "all your visitors from the web will be redirected to this URL"
|
||||
msgstr "tutti i visitatori dal web verranno reindirizzati a questo URL"
|
||||
|
||||
#: blackout.php:101
|
||||
msgid "Begin of the Blackout"
|
||||
msgstr "Inzio del blackout"
|
||||
|
||||
#: blackout.php:101
|
||||
msgid ""
|
||||
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
|
||||
"<em>hh</em> hour and <em>mm</em> minute"
|
||||
msgstr "il formato è <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto"
|
||||
|
||||
#: blackout.php:102
|
||||
msgid "End of the Blackout"
|
||||
msgstr "Fine del blackout"
|
||||
|
||||
#: blackout.php:108
|
||||
msgid ""
|
||||
"The end-date is prior to the start-date of the blackout, you should fix "
|
||||
"this."
|
||||
msgstr "La data di fine è precedente alla data di inizio. Dovresti sistemarla."
|
|
@ -1,3 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Redirect URL"] = "URL di reindirizzamento";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "tutti i visitatori dal web verranno reindirizzati a questo URL";
|
||||
$a->strings["Begin of the Blackout"] = "Inzio del blackout";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "il formato è <em>YYYY</em> anno, <em>MM</em> mese, <em>DD</em> giorno, <em>hh</em> ora e <em>mm</em> minuto";
|
||||
$a->strings["End of the Blackout"] = "Fine del blackout";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "La data di fine è precedente alla data di inizio. Dovresti sistemarla.";
|
||||
|
|
53
blockem/lang/it/messages.po
Normal file
53
blockem/lang/it/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON blockem
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blockem addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:23+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: blockem.php:53 blockem.php:57
|
||||
msgid "\"Blockem\""
|
||||
msgstr "\"Blockem\""
|
||||
|
||||
#: blockem.php:61
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr "Lista, separata da virgola, di indirizzi da bloccare"
|
||||
|
||||
#: blockem.php:65
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: blockem.php:78
|
||||
msgid "BLOCKEM Settings saved."
|
||||
msgstr "Impostazioni BLOCKEM salvate."
|
||||
|
||||
#: blockem.php:142
|
||||
#, php-format
|
||||
msgid "Blocked %s - Click to open/close"
|
||||
msgstr "%s bloccato - Clicca per aprire/chiudere"
|
||||
|
||||
#: blockem.php:197
|
||||
msgid "Unblock Author"
|
||||
msgstr "Sblocca autore"
|
||||
|
||||
#: blockem.php:199
|
||||
msgid "Block Author"
|
||||
msgstr "Blocca autore"
|
||||
|
||||
#: blockem.php:231
|
||||
msgid "blockem settings updated"
|
||||
msgstr "Impostazioni 'blockem' aggiornate."
|
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"Blockem\" Settings"] = "Impostazioni \"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi da bloccare";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Impostazioni 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.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\""] = "\"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Lista, separata da virgola, di indirizzi da bloccare";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$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.";
|
||||
|
|
56
blogger/lang/it/messages.po
Normal file
56
blogger/lang/it/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON blogger
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blogger addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:24+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: blogger.php:42
|
||||
msgid "Post to blogger"
|
||||
msgstr "Invia a Blogger"
|
||||
|
||||
#: blogger.php:74 blogger.php:78
|
||||
msgid "Blogger Export"
|
||||
msgstr "Esporta Blogger"
|
||||
|
||||
#: blogger.php:82
|
||||
msgid "Enable Blogger Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Blogger"
|
||||
|
||||
#: blogger.php:87
|
||||
msgid "Blogger username"
|
||||
msgstr "Nome utente Blogger"
|
||||
|
||||
#: blogger.php:92
|
||||
msgid "Blogger password"
|
||||
msgstr "Password Blogger"
|
||||
|
||||
#: blogger.php:97
|
||||
msgid "Blogger API URL"
|
||||
msgstr "Indirizzo API Blogger"
|
||||
|
||||
#: blogger.php:102
|
||||
msgid "Post to Blogger by default"
|
||||
msgstr "Invia sempre a Blogger"
|
||||
|
||||
#: blogger.php:108
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: blogger.php:178
|
||||
msgid "Post from Friendica"
|
||||
msgstr "Messaggio da Friendica"
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to blogger"] = "Posta su blogger";
|
||||
$a->strings["Blogger Post Settings"] = "Impostazioni post per blogger";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Abilita il plugin Blogger";
|
||||
$a->strings["Blogger username"] = "Blogger username";
|
||||
$a->strings["Blogger password"] = "Blogger password";
|
||||
$a->strings["Blogger API URL"] = "Blogger API URL";
|
||||
$a->strings["Post to Blogger by default"] = "Invia sempre a Blogger";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to blogger"] = "Invia a Blogger";
|
||||
$a->strings["Blogger Export"] = "Esporta Blogger";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Abilita il plugin di invio a Blogger";
|
||||
$a->strings["Blogger username"] = "Nome utente Blogger";
|
||||
$a->strings["Blogger password"] = "Password Blogger";
|
||||
$a->strings["Blogger API URL"] = "Indirizzo API Blogger";
|
||||
$a->strings["Post to Blogger by default"] = "Invia sempre a Blogger";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
|
||||
|
|
76
buffer/lang/it/messages.po
Normal file
76
buffer/lang/it/messages.po
Normal file
|
@ -0,0 +1,76 @@
|
|||
# ADDON buffer
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buffer addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:27+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: buffer.php:31
|
||||
msgid "Permission denied."
|
||||
msgstr "Permesso negato."
|
||||
|
||||
#: buffer.php:57 buffer.php:185
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: buffer.php:59
|
||||
msgid "Client ID"
|
||||
msgstr "Client ID"
|
||||
|
||||
#: buffer.php:60
|
||||
msgid "Client Secret"
|
||||
msgstr "Client Secret"
|
||||
|
||||
#: buffer.php:67
|
||||
msgid "Error when registering buffer connection:"
|
||||
msgstr "Errore registrando la connessione a buffer:"
|
||||
|
||||
#: buffer.php:86
|
||||
msgid "You are now authenticated to buffer. "
|
||||
msgstr "Sei autenticato su buffer."
|
||||
|
||||
#: buffer.php:87
|
||||
msgid "return to the connector page"
|
||||
msgstr "ritorna alla pagina del connettore"
|
||||
|
||||
#: buffer.php:103
|
||||
msgid "Post to Buffer"
|
||||
msgstr "Invia a Buffer"
|
||||
|
||||
#: buffer.php:128 buffer.php:132
|
||||
msgid "Buffer Export"
|
||||
msgstr "Esporta Buffer"
|
||||
|
||||
#: buffer.php:142
|
||||
msgid "Authenticate your Buffer connection"
|
||||
msgstr "Autentica la tua connessione a Buffer"
|
||||
|
||||
#: buffer.php:146
|
||||
msgid "Enable Buffer Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Buffer"
|
||||
|
||||
#: buffer.php:151
|
||||
msgid "Post to Buffer by default"
|
||||
msgstr "Invia sempre a Buffer"
|
||||
|
||||
#: buffer.php:156
|
||||
msgid "Check to delete this preset"
|
||||
msgstr "Seleziona per elimiare queto preset"
|
||||
|
||||
#: buffer.php:165
|
||||
msgid "Posts are going to all accounts that are enabled by default:"
|
||||
msgstr "I messaggi andranno a tutti gli account che sono abilitati:"
|
21
buffer/lang/it/strings.php
Normal file
21
buffer/lang/it/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Client ID"] = "Client ID";
|
||||
$a->strings["Client Secret"] = "Client Secret";
|
||||
$a->strings["Error when registering buffer connection:"] = "Errore registrando la connessione a buffer:";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Sei autenticato su buffer.";
|
||||
$a->strings["return to the connector page"] = "ritorna alla pagina del connettore";
|
||||
$a->strings["Post to Buffer"] = "Invia a Buffer";
|
||||
$a->strings["Buffer Export"] = "Esporta Buffer";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Autentica la tua connessione a Buffer";
|
||||
$a->strings["Enable Buffer Post Plugin"] = "Abilita il plugin di invio a Buffer";
|
||||
$a->strings["Post to Buffer by default"] = "Invia sempre a Buffer";
|
||||
$a->strings["Check to delete this preset"] = "Seleziona per elimiare queto preset";
|
||||
$a->strings["Posts are going to all accounts that are enabled by default:"] = "I messaggi andranno a tutti gli account che sono abilitati:";
|
24
buglink/lang/it/messages.po
Normal file
24
buglink/lang/it/messages.po
Normal file
|
@ -0,0 +1,24 @@
|
|||
# ADDON buglink
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buglink addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:27+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: buglink.php:15
|
||||
msgid "Report Bug"
|
||||
msgstr "Segnala un Bug"
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Segnala un Bug";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Report Bug"] = "Segnala un Bug";
|
||||
|
|
56
cal/lang/it/messages.po
Normal file
56
cal/lang/it/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON cal
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica cal addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:30+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: cal.php:33
|
||||
msgid "Event Export"
|
||||
msgstr "Esporta Evento"
|
||||
|
||||
#: cal.php:33
|
||||
msgid "You can download public events from: "
|
||||
msgstr "Puoi scaricare gli eventi publici da:"
|
||||
|
||||
#: cal.php:53
|
||||
msgid "The user does not export the calendar."
|
||||
msgstr "L'utente non esporta il calendario."
|
||||
|
||||
#: cal.php:83
|
||||
msgid "This calendar format is not supported"
|
||||
msgstr "Il formato del calendario non è supportato"
|
||||
|
||||
#: cal.php:181 cal.php:185
|
||||
msgid "Export Events"
|
||||
msgstr "Esporta Eventi"
|
||||
|
||||
#: cal.php:189
|
||||
msgid "If this is enabled, your public events will be available at"
|
||||
msgstr "Se abilitato, i tuoi eventi pubblici saranno disponibili a"
|
||||
|
||||
#: cal.php:190
|
||||
msgid "Currently supported formats are ical and csv."
|
||||
msgstr "I formati supportati sono ical e csv."
|
||||
|
||||
#: cal.php:191
|
||||
msgid "Enable calendar export"
|
||||
msgstr "Abilita esporazione calendario"
|
||||
|
||||
#: cal.php:193
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
16
cal/lang/it/strings.php
Normal file
16
cal/lang/it/strings.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Event Export"] = "Esporta Evento";
|
||||
$a->strings["You can download public events from: "] = "Puoi scaricare gli eventi publici da:";
|
||||
$a->strings["The user does not export the calendar."] = "L'utente non esporta il calendario.";
|
||||
$a->strings["This calendar format is not supported"] = "Il formato del calendario non è supportato";
|
||||
$a->strings["Export Events"] = "Esporta Eventi";
|
||||
$a->strings["If this is enabled, your public events will be available at"] = "Se abilitato, i tuoi eventi pubblici saranno disponibili a";
|
||||
$a->strings["Currently supported formats are ical and csv."] = "I formati supportati sono ical e csv.";
|
||||
$a->strings["Enable calendar export"] = "Abilita esporazione calendario";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
74
communityhome/lang/it/messages.po
Normal file
74
communityhome/lang/it/messages.po
Normal file
|
@ -0,0 +1,74 @@
|
|||
# ADDON communityhome
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica communityhome addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:30+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: communityhome.php:29 communityhome.php:35
|
||||
msgid "Login"
|
||||
msgstr "Accedi"
|
||||
|
||||
#: communityhome.php:30
|
||||
msgid "OpenID"
|
||||
msgstr "OpenID"
|
||||
|
||||
#: communityhome.php:46
|
||||
msgid "Latest users"
|
||||
msgstr "Ultimi utenti"
|
||||
|
||||
#: communityhome.php:91
|
||||
msgid "Most active users"
|
||||
msgstr "Utenti più attivi"
|
||||
|
||||
#: communityhome.php:109
|
||||
msgid "Latest photos"
|
||||
msgstr "Ultime foto"
|
||||
|
||||
#: communityhome.php:122
|
||||
msgid "Contact Photos"
|
||||
msgstr "Foto dei contatti"
|
||||
|
||||
#: communityhome.php:123
|
||||
msgid "Profile Photos"
|
||||
msgstr "Foto del profilo"
|
||||
|
||||
#: communityhome.php:148
|
||||
msgid "Latest likes"
|
||||
msgstr "Ultimi \"mi piace\""
|
||||
|
||||
#: communityhome.php:170
|
||||
msgid "event"
|
||||
msgstr "l'evento"
|
||||
|
||||
#: communityhome.php:173 communityhome.php:182
|
||||
msgid "status"
|
||||
msgstr "lo stato"
|
||||
|
||||
#: communityhome.php:178
|
||||
msgid "photo"
|
||||
msgstr "la foto"
|
||||
|
||||
#: communityhome.php:187
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr "a %1$s piace %2$s di %3$s"
|
||||
|
||||
#: communityhome.php:196
|
||||
#, php-format
|
||||
msgid "Welcome to %s"
|
||||
msgstr "Benvenuto su %s"
|
|
@ -1,14 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Login"] = "Accedi";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Ultimi utenti";
|
||||
$a->strings["Most active users"] = "Utenti più attivi";
|
||||
$a->strings["Latest photos"] = "Ultime foto";
|
||||
$a->strings["Contact Photos"] = "Foto dei contatti";
|
||||
$a->strings["Profile Photos"] = "Foto del profilo";
|
||||
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
|
||||
$a->strings["event"] = "l'evento";
|
||||
$a->strings["status"] = "stato";
|
||||
$a->strings["photo"] = "foto";
|
||||
$a->strings["Welcome to %s"] = "Benvenuto su %s";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Login"] = "Accedi";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Ultimi utenti";
|
||||
$a->strings["Most active users"] = "Utenti più attivi";
|
||||
$a->strings["Latest photos"] = "Ultime foto";
|
||||
$a->strings["Contact Photos"] = "Foto dei contatti";
|
||||
$a->strings["Profile Photos"] = "Foto del profilo";
|
||||
$a->strings["Latest likes"] = "Ultimi \"mi piace\"";
|
||||
$a->strings["event"] = "l'evento";
|
||||
$a->strings["status"] = "lo stato";
|
||||
$a->strings["photo"] = "la foto";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "a %1\$s piace %2\$s di %3\$s";
|
||||
$a->strings["Welcome to %s"] = "Benvenuto su %s";
|
||||
|
|
40
curweather/lang/it/messages.po
Normal file
40
curweather/lang/it/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON curweather
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica curweather addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 10:31+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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:90
|
||||
msgid "Current Weather"
|
||||
msgstr "Meteo"
|
||||
|
||||
#: curweather.php:67
|
||||
msgid "Current Weather settings updated."
|
||||
msgstr "Impostazioni Meteo aggiornate."
|
||||
|
||||
#: curweather.php:93
|
||||
msgid "Weather Location: "
|
||||
msgstr "Posizione del meteo:"
|
||||
|
||||
#: curweather.php:96
|
||||
msgid "Enable Current Weather"
|
||||
msgstr "Abilita Meteo"
|
||||
|
||||
#: curweather.php:104
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
|
@ -1,3 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Current Weather"] = "Meteo";
|
||||
$a->strings["Current Weather settings updated."] = "Impostazioni Meteo aggiornate.";
|
||||
$a->strings["Weather Location: "] = "Posizione del meteo:";
|
||||
$a->strings["Enable Current Weather"] = "Abilita Meteo";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
578
dav/lang/it/messages.po
Normal file
578
dav/lang/it/messages.po
Normal file
|
@ -0,0 +1,578 @@
|
|||
# ADDON dav
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica dav addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 11:55+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:206
|
||||
msgid "Private Calendar"
|
||||
msgstr "Calendario Privato"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:207
|
||||
msgid "Friendica Events: Mine"
|
||||
msgstr "Eventi Friendica: Miei"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:208
|
||||
msgid "Friendica Events: Contacts"
|
||||
msgstr "Eventi Friendica: Contatti"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:248
|
||||
msgid "Private Addresses"
|
||||
msgstr "Indirizzi Privati"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:249
|
||||
msgid "Friendica Contacts"
|
||||
msgstr "Contatti Friendica"
|
||||
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||
msgid "Friendica-Contacts"
|
||||
msgstr "Friendica - Contatti"
|
||||
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
|
||||
msgid "Your Friendica-Contacts"
|
||||
msgstr "Il tuo Friendica - Contatti"
|
||||
|
||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||
msgid "Friendica-Native events"
|
||||
msgstr "Friendica - Eventi nativi"
|
||||
|
||||
#: friendica/main.php:202
|
||||
msgid ""
|
||||
"The current version of this plugin has not been set up correctly. Please "
|
||||
"contact the system administrator of your installation of friendica to fix "
|
||||
"this."
|
||||
msgstr "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore."
|
||||
|
||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||
msgid "Calendar"
|
||||
msgstr "Calendario"
|
||||
|
||||
#: friendica/main.php:242
|
||||
msgid "Extended calendar with CalDAV-support"
|
||||
msgstr "Calendario esteso con supporto CalDAV"
|
||||
|
||||
#: friendica/main.php:279 friendica/main.php:280
|
||||
msgid "noreply"
|
||||
msgstr "nonrispondere"
|
||||
|
||||
#: friendica/main.php:282
|
||||
msgid "Notification: "
|
||||
msgstr "Notifica:"
|
||||
|
||||
#: friendica/main.php:309
|
||||
msgid "The database tables have been installed."
|
||||
msgstr "Le tabelle del database sono state installate."
|
||||
|
||||
#: friendica/main.php:310
|
||||
msgid "An error occurred during the installation."
|
||||
msgstr "Errore durante l'installazione."
|
||||
|
||||
#: friendica/main.php:316
|
||||
msgid "The database tables have been updated."
|
||||
msgstr "Le tabelle del database sono state aggiornate."
|
||||
|
||||
#: friendica/main.php:317
|
||||
msgid "An error occurred during the update."
|
||||
msgstr "Errore durante l'aggiornamento."
|
||||
|
||||
#: friendica/main.php:333
|
||||
msgid "No system-wide settings yet."
|
||||
msgstr "Nessun settaggio di sistema al momento."
|
||||
|
||||
#: friendica/main.php:336
|
||||
msgid "Database status"
|
||||
msgstr "Stato database"
|
||||
|
||||
#: friendica/main.php:339
|
||||
msgid "Installed"
|
||||
msgstr "Installato"
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid "Upgrade needed"
|
||||
msgstr "Aggiornamento richiesto"
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid ""
|
||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||
" look at the database-queries that will be made when pressing the "
|
||||
"'update'-button."
|
||||
msgstr "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'."
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid "Upgrade"
|
||||
msgstr "Aggiorna"
|
||||
|
||||
#: friendica/main.php:346
|
||||
msgid "Not installed"
|
||||
msgstr "Non installato"
|
||||
|
||||
#: friendica/main.php:346
|
||||
msgid "Install"
|
||||
msgstr "Installa"
|
||||
|
||||
#: friendica/main.php:350
|
||||
msgid "Unknown"
|
||||
msgstr "Sconosciuto"
|
||||
|
||||
#: friendica/main.php:350
|
||||
msgid ""
|
||||
"Something really went wrong. I cannot recover from this state automatically,"
|
||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||
" should be able to reinitialize the tables automatically."
|
||||
msgstr "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente."
|
||||
|
||||
#: friendica/main.php:355
|
||||
msgid "Troubleshooting"
|
||||
msgstr "Risoluzione dei problemi"
|
||||
|
||||
#: friendica/main.php:356
|
||||
msgid "Manual creation of the database tables:"
|
||||
msgstr "Creazione manuale delle tabelle nel database:"
|
||||
|
||||
#: friendica/main.php:357
|
||||
msgid "Show SQL-statements"
|
||||
msgstr "Mostra i comandi SQL"
|
||||
|
||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||
msgid ""
|
||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||
"events were imported anyway."
|
||||
msgstr "Qualcosa è andato storto cercando di importare il file. Mi spiace. Forse qualche evento è stato comunque importato."
|
||||
|
||||
#: friendica/layout.fnk.php:131
|
||||
msgid "Something went wrong when trying to import the file. Sorry."
|
||||
msgstr "Qualcosa è andato storto cercando di importare il file. Mi spiace."
|
||||
|
||||
#: friendica/layout.fnk.php:134
|
||||
msgid "The ICS-File has been imported."
|
||||
msgstr "Il file ICS è stato importato."
|
||||
|
||||
#: friendica/layout.fnk.php:138
|
||||
msgid "No file was uploaded."
|
||||
msgstr "Nessun file è stato caricato."
|
||||
|
||||
#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
|
||||
#: common/wdcal_edit.inc.php:140
|
||||
msgid "Go back to the calendar"
|
||||
msgstr "Torna al calendario"
|
||||
|
||||
#: friendica/layout.fnk.php:147
|
||||
msgid "Import a ICS-file"
|
||||
msgstr "Importa un file ICS"
|
||||
|
||||
#: friendica/layout.fnk.php:150
|
||||
msgid "ICS-File"
|
||||
msgstr "File ICS"
|
||||
|
||||
#: friendica/layout.fnk.php:151
|
||||
msgid "Overwrite all #num# existing events"
|
||||
msgstr "Sovrascrivi tutti i #num# eventi esistenti"
|
||||
|
||||
#: friendica/layout.fnk.php:152
|
||||
msgid "Upload"
|
||||
msgstr "Carica"
|
||||
|
||||
#: friendica/layout.fnk.php:225
|
||||
msgid "Settings"
|
||||
msgstr "Impostazioni"
|
||||
|
||||
#: friendica/layout.fnk.php:225
|
||||
msgid "Help"
|
||||
msgstr "Guida"
|
||||
|
||||
#: friendica/layout.fnk.php:228
|
||||
msgid "New event"
|
||||
msgstr "Nuovo evento"
|
||||
|
||||
#: friendica/layout.fnk.php:232
|
||||
msgid "Today"
|
||||
msgstr "Oggi"
|
||||
|
||||
#: friendica/layout.fnk.php:241
|
||||
msgid "Day"
|
||||
msgstr "Giorno"
|
||||
|
||||
#: friendica/layout.fnk.php:248
|
||||
msgid "Week"
|
||||
msgstr "Settimana"
|
||||
|
||||
#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
|
||||
msgid "Month"
|
||||
msgstr "Mese"
|
||||
|
||||
#: friendica/layout.fnk.php:260
|
||||
msgid "Reload"
|
||||
msgstr "Ricarica"
|
||||
|
||||
#: friendica/layout.fnk.php:263
|
||||
msgid "Previous"
|
||||
msgstr "Precendente"
|
||||
|
||||
#: friendica/layout.fnk.php:266
|
||||
msgid "Next"
|
||||
msgstr "Successivo"
|
||||
|
||||
#: friendica/layout.fnk.php:271
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: friendica/layout.fnk.php:313
|
||||
msgid "Error"
|
||||
msgstr "Errore"
|
||||
|
||||
#: friendica/layout.fnk.php:354
|
||||
msgid "Permission denied."
|
||||
msgstr "Permesso negato."
|
||||
|
||||
#: friendica/layout.fnk.php:361
|
||||
msgid "The new values have been saved."
|
||||
msgstr "I nuovi valori sono stati salvati."
|
||||
|
||||
#: friendica/layout.fnk.php:380
|
||||
msgid "The calendar has been updated."
|
||||
msgstr "Il calendario è stato aggiornato."
|
||||
|
||||
#: friendica/layout.fnk.php:393
|
||||
msgid "The new calendar has been created."
|
||||
msgstr "Il nuovo calendario è stato creato."
|
||||
|
||||
#: friendica/layout.fnk.php:417
|
||||
msgid "The calendar has been deleted."
|
||||
msgstr "Il calendario è stato cancellato."
|
||||
|
||||
#: friendica/layout.fnk.php:424
|
||||
msgid "Calendar Settings"
|
||||
msgstr "Impostazioni Calendario"
|
||||
|
||||
#: friendica/layout.fnk.php:430
|
||||
msgid "Date format"
|
||||
msgstr "Formato data"
|
||||
|
||||
#: friendica/layout.fnk.php:439
|
||||
msgid "Time zone"
|
||||
msgstr "Fuso orario"
|
||||
|
||||
#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
|
||||
msgid "Save"
|
||||
msgstr "Salva"
|
||||
|
||||
#: friendica/layout.fnk.php:445
|
||||
msgid "Calendars"
|
||||
msgstr "Calendari"
|
||||
|
||||
#: friendica/layout.fnk.php:487
|
||||
msgid "Create a new calendar"
|
||||
msgstr "Crea un nuovo calendario"
|
||||
|
||||
#: friendica/layout.fnk.php:496
|
||||
msgid "Limitations"
|
||||
msgstr "Limitazioni"
|
||||
|
||||
#: friendica/layout.fnk.php:500
|
||||
msgid "Warning"
|
||||
msgstr "Attenzione"
|
||||
|
||||
#: friendica/layout.fnk.php:504
|
||||
msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
|
||||
msgstr "Sincronizzazione (iPhone, Thunderbird Lightning, Android, ...)"
|
||||
|
||||
#: friendica/layout.fnk.php:511
|
||||
msgid "Synchronizing this calendar with the iPhone"
|
||||
msgstr "Sincronizzare questo calendario con l'iPhone"
|
||||
|
||||
#: friendica/layout.fnk.php:522
|
||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||
msgstr "Sincronizzare i tuoi contatti di Friendica con l'iPhone"
|
||||
|
||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||
msgid "Could not open component for editing"
|
||||
msgstr "Non posso aprire il componente per la modifica"
|
||||
|
||||
#: common/wdcal_edit.inc.php:144
|
||||
msgid "Event data"
|
||||
msgstr "Dettagli dell'evento"
|
||||
|
||||
#: common/wdcal_edit.inc.php:163
|
||||
msgid "Special color"
|
||||
msgstr "Colore speciale"
|
||||
|
||||
#: common/wdcal_edit.inc.php:169
|
||||
msgid "Subject"
|
||||
msgstr "Oggetto"
|
||||
|
||||
#: common/wdcal_edit.inc.php:173
|
||||
msgid "Starts"
|
||||
msgstr "Inizia"
|
||||
|
||||
#: common/wdcal_edit.inc.php:178
|
||||
msgid "Ends"
|
||||
msgstr "Finisce"
|
||||
|
||||
#: common/wdcal_edit.inc.php:183
|
||||
msgid "Location"
|
||||
msgstr "Posizione"
|
||||
|
||||
#: common/wdcal_edit.inc.php:185
|
||||
msgid "Description"
|
||||
msgstr "Descrizione"
|
||||
|
||||
#: common/wdcal_edit.inc.php:188
|
||||
msgid "Recurrence"
|
||||
msgstr "Ricorrenza"
|
||||
|
||||
#: common/wdcal_edit.inc.php:190
|
||||
msgid "Frequency"
|
||||
msgstr "Frequenza"
|
||||
|
||||
#: common/wdcal_edit.inc.php:191
|
||||
msgid "None"
|
||||
msgstr "Nessuna"
|
||||
|
||||
#: common/wdcal_edit.inc.php:194
|
||||
msgid "Daily"
|
||||
msgstr "Giornalmente"
|
||||
|
||||
#: common/wdcal_edit.inc.php:197
|
||||
msgid "Weekly"
|
||||
msgstr "Settimanalmente"
|
||||
|
||||
#: common/wdcal_edit.inc.php:200
|
||||
msgid "Monthly"
|
||||
msgstr "Mensilmente"
|
||||
|
||||
#: common/wdcal_edit.inc.php:203
|
||||
msgid "Yearly"
|
||||
msgstr "Annualmente"
|
||||
|
||||
#: common/wdcal_edit.inc.php:214
|
||||
msgid "days"
|
||||
msgstr "giorni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:215
|
||||
msgid "weeks"
|
||||
msgstr "settimane"
|
||||
|
||||
#: common/wdcal_edit.inc.php:216
|
||||
msgid "months"
|
||||
msgstr "mesi"
|
||||
|
||||
#: common/wdcal_edit.inc.php:217
|
||||
msgid "years"
|
||||
msgstr "anni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:218
|
||||
msgid "Interval"
|
||||
msgstr "Intervallo"
|
||||
|
||||
#: common/wdcal_edit.inc.php:218
|
||||
msgid "All %select% %time%"
|
||||
msgstr "Tutti %select% %time%"
|
||||
|
||||
#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
|
||||
#: common/wdcal_edit.inc.php:481
|
||||
msgid "Days"
|
||||
msgstr "Giorni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
|
||||
#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
|
||||
#: common/wdcal_edit.inc.php:305
|
||||
msgid "Sunday"
|
||||
msgstr "Domenica"
|
||||
|
||||
#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
|
||||
#: common/wdcal_edit.inc.php:308
|
||||
msgid "Monday"
|
||||
msgstr "Lunedì"
|
||||
|
||||
#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
|
||||
msgid "Tuesday"
|
||||
msgstr "Martedì"
|
||||
|
||||
#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
|
||||
msgid "Wednesday"
|
||||
msgstr "Mercoledì"
|
||||
|
||||
#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
|
||||
msgid "Thursday"
|
||||
msgstr "Giovedì"
|
||||
|
||||
#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
|
||||
msgid "Friday"
|
||||
msgstr "Venerdì"
|
||||
|
||||
#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
|
||||
msgid "Saturday"
|
||||
msgstr "Sabato"
|
||||
|
||||
#: common/wdcal_edit.inc.php:297
|
||||
msgid "First day of week:"
|
||||
msgstr "Primo giorno della settimanta:"
|
||||
|
||||
#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
|
||||
msgid "Day of month"
|
||||
msgstr "Giorno del mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:354
|
||||
msgid "#num#th of each month"
|
||||
msgstr "#num#° di ogni mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:357
|
||||
msgid "#num#th-last of each month"
|
||||
msgstr "#num#* dalla fine di ogni mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:360
|
||||
msgid "#num#th #wkday# of each month"
|
||||
msgstr "#num#* #wkday# di ogni mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:363
|
||||
msgid "#num#th-last #wkday# of each month"
|
||||
msgstr "Ultimo #num#* #wkday# di ogni mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:377
|
||||
msgid "#num#th of the given month"
|
||||
msgstr "#num#* del mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:380
|
||||
msgid "#num#th-last of the given month"
|
||||
msgstr "#num#* dalla fine del mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:383
|
||||
msgid "#num#th #wkday# of the given month"
|
||||
msgstr "#num#* #wkday# del mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:386
|
||||
msgid "#num#th-last #wkday# of the given month"
|
||||
msgstr "Ultimo #num#* #wkday# del mese"
|
||||
|
||||
#: common/wdcal_edit.inc.php:413
|
||||
msgid "Repeat until"
|
||||
msgstr "Ripeti finchè"
|
||||
|
||||
#: common/wdcal_edit.inc.php:417
|
||||
msgid "Infinite"
|
||||
msgstr "Infinito"
|
||||
|
||||
#: common/wdcal_edit.inc.php:420
|
||||
msgid "Until the following date"
|
||||
msgstr "Fino alla seguente data"
|
||||
|
||||
#: common/wdcal_edit.inc.php:423
|
||||
msgid "Number of times"
|
||||
msgstr "Numero di volte"
|
||||
|
||||
#: common/wdcal_edit.inc.php:429
|
||||
msgid "Exceptions"
|
||||
msgstr "Eccezzioni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:432
|
||||
msgid "none"
|
||||
msgstr "niente"
|
||||
|
||||
#: common/wdcal_edit.inc.php:449
|
||||
msgid "Notification"
|
||||
msgstr "Notifica"
|
||||
|
||||
#: common/wdcal_edit.inc.php:466
|
||||
msgid "Notify by"
|
||||
msgstr "Notificato da"
|
||||
|
||||
#: common/wdcal_edit.inc.php:468
|
||||
msgid "Remove"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#: common/wdcal_edit.inc.php:469
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: common/wdcal_edit.inc.php:470
|
||||
msgid "On Friendica / Display"
|
||||
msgstr "Su Friendica / Mostra"
|
||||
|
||||
#: common/wdcal_edit.inc.php:474
|
||||
msgid "Time"
|
||||
msgstr "Tempo"
|
||||
|
||||
#: common/wdcal_edit.inc.php:478
|
||||
msgid "Hours"
|
||||
msgstr "Ore"
|
||||
|
||||
#: common/wdcal_edit.inc.php:479
|
||||
msgid "Minutes"
|
||||
msgstr "Minuti"
|
||||
|
||||
#: common/wdcal_edit.inc.php:480
|
||||
msgid "Seconds"
|
||||
msgstr "Secondi"
|
||||
|
||||
#: common/wdcal_edit.inc.php:482
|
||||
msgid "Weeks"
|
||||
msgstr "Settimane"
|
||||
|
||||
#: common/wdcal_edit.inc.php:485
|
||||
msgid "before the"
|
||||
msgstr "prima di"
|
||||
|
||||
#: common/wdcal_edit.inc.php:486
|
||||
msgid "start of the event"
|
||||
msgstr "inizio dell'evento"
|
||||
|
||||
#: common/wdcal_edit.inc.php:487
|
||||
msgid "end of the event"
|
||||
msgstr "fine dell'evento"
|
||||
|
||||
#: common/wdcal_edit.inc.php:492
|
||||
msgid "Add a notification"
|
||||
msgstr "Aggiungi notifica"
|
||||
|
||||
#: common/wdcal_edit.inc.php:687
|
||||
msgid "The event #name# will start at #date"
|
||||
msgstr "L'evento #name# inizierà il #date"
|
||||
|
||||
#: common/wdcal_edit.inc.php:696
|
||||
msgid "#name# is about to begin."
|
||||
msgstr "#name# sta per iniziare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:769
|
||||
msgid "Saved"
|
||||
msgstr "Salvato"
|
||||
|
||||
#: common/dav_carddav_backend_private.inc.php:46
|
||||
msgid "Private Addressbooks"
|
||||
msgstr "Rubrica Privata"
|
||||
|
||||
#: common/dav_caldav_backend_private.inc.php:39
|
||||
msgid "Private Events"
|
||||
msgstr "Eventi Privati"
|
||||
|
||||
#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
|
||||
#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
|
||||
#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
|
||||
msgid "No access"
|
||||
msgstr "Nessun accesso"
|
||||
|
||||
#: common/wdcal_configuration.php:148
|
||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||
msgstr "Formato data americano (mm/gg/AAAA)"
|
||||
|
||||
#: common/wdcal_configuration.php:243
|
||||
msgid "German Time Format (dd.mm.YYYY)"
|
||||
msgstr "Formato data europeo (gg.mm.AAAA)"
|
|
@ -1,136 +1,141 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Friendica-Native events"] = "";
|
||||
$a->strings["Friendica-Contacts"] = "Contatti Friendica";
|
||||
$a->strings["Your Friendica-Contacts"] = "I tuoi contatti Friendica";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "";
|
||||
$a->strings["The ICS-File has been imported."] = "";
|
||||
$a->strings["No file was uploaded."] = "";
|
||||
$a->strings["Go back to the calendar"] = "Torna al calendario";
|
||||
$a->strings["Import a ICS-file"] = "";
|
||||
$a->strings["ICS-File"] = "";
|
||||
$a->strings["Overwrite all #num# existing events"] = "";
|
||||
$a->strings["Upload"] = "Carica";
|
||||
$a->strings["Settings"] = "Impostazioni";
|
||||
$a->strings["Help"] = "Guida";
|
||||
$a->strings["New event"] = "";
|
||||
$a->strings["Today"] = "Oggi";
|
||||
$a->strings["Day"] = "";
|
||||
$a->strings["Week"] = "Settimana";
|
||||
$a->strings["Month"] = "Mese";
|
||||
$a->strings["Reload"] = "Ricarica";
|
||||
$a->strings["Previous"] = "Precendente";
|
||||
$a->strings["Next"] = "Successivo";
|
||||
$a->strings["Date"] = "Data";
|
||||
$a->strings["Error"] = "Errore";
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["The new values have been saved."] = "I nuovi valori sono stati salvati.";
|
||||
$a->strings["The calendar has been updated."] = "";
|
||||
$a->strings["The new calendar has been created."] = "";
|
||||
$a->strings["The calendar has been deleted."] = "";
|
||||
$a->strings["Calendar Settings"] = "Impostazioni Calendario";
|
||||
$a->strings["Date format"] = "Formato data";
|
||||
$a->strings["Time zone"] = "Fuso orario";
|
||||
$a->strings["Save"] = "Salva";
|
||||
$a->strings["Calendars"] = "";
|
||||
$a->strings["Create a new calendar"] = "";
|
||||
$a->strings["Limitations"] = "Limitazioni";
|
||||
$a->strings["Warning"] = "Attenzione";
|
||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizzazione (iPhone, Thunderbird Lightning, Android, ...)";
|
||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizzare questo calendario con l'iPhone";
|
||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizzare i tuoi contatti di Friendica con l'iPhone";
|
||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "";
|
||||
$a->strings["Calendar"] = "Calendario";
|
||||
$a->strings["Extended calendar with CalDAV-support"] = "Calendario esteso con supporto CalDAV";
|
||||
$a->strings["noreply"] = "nessuna risposta";
|
||||
$a->strings["Notification: "] = "";
|
||||
$a->strings["The database tables have been installed."] = "Le tabelle del database sono state installate.";
|
||||
$a->strings["An error occurred during the installation."] = "Errore durante l'installazione.";
|
||||
$a->strings["The database tables have been updated."] = "";
|
||||
$a->strings["An error occurred during the update."] = "";
|
||||
$a->strings["No system-wide settings yet."] = "Nessun settaggio di sistema ancora.";
|
||||
$a->strings["Database status"] = "Stato database";
|
||||
$a->strings["Installed"] = "Installato";
|
||||
$a->strings["Upgrade needed"] = "Aggiornamento richiesto";
|
||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "";
|
||||
$a->strings["Upgrade"] = "";
|
||||
$a->strings["Not installed"] = "";
|
||||
$a->strings["Install"] = "";
|
||||
$a->strings["Unknown"] = "";
|
||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "";
|
||||
$a->strings["Troubleshooting"] = "";
|
||||
$a->strings["Manual creation of the database tables:"] = "";
|
||||
$a->strings["Show SQL-statements"] = "";
|
||||
$a->strings["Private Calendar"] = "";
|
||||
$a->strings["Friendica Events: Mine"] = "";
|
||||
$a->strings["Friendica Events: Contacts"] = "";
|
||||
$a->strings["Private Addresses"] = "";
|
||||
$a->strings["Friendica Contacts"] = "";
|
||||
$a->strings["Could not open component for editing"] = "";
|
||||
$a->strings["Event data"] = "";
|
||||
$a->strings["Special color"] = "";
|
||||
$a->strings["Subject"] = "";
|
||||
$a->strings["Starts"] = "";
|
||||
$a->strings["Ends"] = "";
|
||||
$a->strings["Location"] = "Posizione";
|
||||
$a->strings["Description"] = "Descrizione";
|
||||
$a->strings["Recurrence"] = "";
|
||||
$a->strings["Frequency"] = "";
|
||||
$a->strings["None"] = "Nessuna";
|
||||
$a->strings["Daily"] = "Giornalmente";
|
||||
$a->strings["Weekly"] = "Settimanalmente";
|
||||
$a->strings["Monthly"] = "Mensilmente";
|
||||
$a->strings["Yearly"] = "";
|
||||
$a->strings["days"] = "giorni";
|
||||
$a->strings["weeks"] = "settimane";
|
||||
$a->strings["months"] = "mesi";
|
||||
$a->strings["years"] = "anni";
|
||||
$a->strings["Interval"] = "";
|
||||
$a->strings["All %select% %time%"] = "";
|
||||
$a->strings["Days"] = "Giorni";
|
||||
$a->strings["Sunday"] = "Domenica";
|
||||
$a->strings["Monday"] = "Lunedì";
|
||||
$a->strings["Tuesday"] = "Martedì";
|
||||
$a->strings["Wednesday"] = "Mercoledì";
|
||||
$a->strings["Thursday"] = "Giovedì";
|
||||
$a->strings["Friday"] = "Venerdì";
|
||||
$a->strings["Saturday"] = "Sabato";
|
||||
$a->strings["First day of week:"] = "";
|
||||
$a->strings["Day of month"] = "";
|
||||
$a->strings["#num#th of each month"] = "";
|
||||
$a->strings["#num#th-last of each month"] = "";
|
||||
$a->strings["#num#th #wkday# of each month"] = "";
|
||||
$a->strings["#num#th-last #wkday# of each month"] = "";
|
||||
$a->strings["#num#th of the given month"] = "";
|
||||
$a->strings["#num#th-last of the given month"] = "";
|
||||
$a->strings["#num#th #wkday# of the given month"] = "";
|
||||
$a->strings["#num#th-last #wkday# of the given month"] = "";
|
||||
$a->strings["Repeat until"] = "";
|
||||
$a->strings["Infinite"] = "";
|
||||
$a->strings["Until the following date"] = "";
|
||||
$a->strings["Number of times"] = "";
|
||||
$a->strings["Exceptions"] = "";
|
||||
$a->strings["none"] = "";
|
||||
$a->strings["Notification"] = "Notifica";
|
||||
$a->strings["Notify by"] = "";
|
||||
$a->strings["Remove"] = "Rimuovi";
|
||||
$a->strings["E-Mail"] = "";
|
||||
$a->strings["On Friendica / Display"] = "";
|
||||
$a->strings["Time"] = "";
|
||||
$a->strings["Hours"] = "Ore";
|
||||
$a->strings["Minutes"] = "Minuti";
|
||||
$a->strings["Seconds"] = "";
|
||||
$a->strings["Weeks"] = "";
|
||||
$a->strings["before the"] = "";
|
||||
$a->strings["start of the event"] = "";
|
||||
$a->strings["end of the event"] = "";
|
||||
$a->strings["Add a notification"] = "";
|
||||
$a->strings["The event #name# will start at #date"] = "";
|
||||
$a->strings["#name# is about to begin."] = "";
|
||||
$a->strings["Saved"] = "";
|
||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Formato data americano (mm/gg/AAAA)";
|
||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato data europeo (gg.mm.AAAA)";
|
||||
$a->strings["Private Events"] = "";
|
||||
$a->strings["No access"] = "Nessun accesso";
|
||||
$a->strings["Private Addressbooks"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Private Calendar"] = "Calendario Privato";
|
||||
$a->strings["Friendica Events: Mine"] = "Eventi Friendica: Miei";
|
||||
$a->strings["Friendica Events: Contacts"] = "Eventi Friendica: Contatti";
|
||||
$a->strings["Private Addresses"] = "Indirizzi Privati";
|
||||
$a->strings["Friendica Contacts"] = "Contatti Friendica";
|
||||
$a->strings["Friendica-Contacts"] = "Friendica - Contatti";
|
||||
$a->strings["Your Friendica-Contacts"] = "Il tuo Friendica - Contatti";
|
||||
$a->strings["Friendica-Native events"] = "Friendica - Eventi nativi";
|
||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "La versione corrente di questo plugin non è stata configurata correttamente. Contatta l'amministratore.";
|
||||
$a->strings["Calendar"] = "Calendario";
|
||||
$a->strings["Extended calendar with CalDAV-support"] = "Calendario esteso con supporto CalDAV";
|
||||
$a->strings["noreply"] = "nonrispondere";
|
||||
$a->strings["Notification: "] = "Notifica:";
|
||||
$a->strings["The database tables have been installed."] = "Le tabelle del database sono state installate.";
|
||||
$a->strings["An error occurred during the installation."] = "Errore durante l'installazione.";
|
||||
$a->strings["The database tables have been updated."] = "Le tabelle del database sono state aggiornate.";
|
||||
$a->strings["An error occurred during the update."] = "Errore durante l'aggiornamento.";
|
||||
$a->strings["No system-wide settings yet."] = "Nessun settaggio di sistema al momento.";
|
||||
$a->strings["Database status"] = "Stato database";
|
||||
$a->strings["Installed"] = "Installato";
|
||||
$a->strings["Upgrade needed"] = "Aggiornamento richiesto";
|
||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Fai un backup di tutti i dati del calendario (le tabelle che iniziano con dav_ ) prima di procedere. Anche se tutti gli eventi <i>dovrebbero</i> venire convertiti alla nuova struttura del database, è sempre meglio fare un backup. Qui sotto puoi guardare le query che saranno eseguite premendo il bottone 'aggiorna'.";
|
||||
$a->strings["Upgrade"] = "Aggiorna";
|
||||
$a->strings["Not installed"] = "Non installato";
|
||||
$a->strings["Install"] = "Installa";
|
||||
$a->strings["Unknown"] = "Sconosciuto";
|
||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Qualcosa è andato storto. Non posso salvare la situazione automaticamente, mi spiace. Fai un backup dei dati e cancella tutte le tabelle che iniziano con 'dav_' manualmente dal database. Dopo di ciò, questa routine di installazione dovrebbe essere in grado di reinizializzare le tabelle automaticamente.";
|
||||
$a->strings["Troubleshooting"] = "Risoluzione dei problemi";
|
||||
$a->strings["Manual creation of the database tables:"] = "Creazione manuale delle tabelle nel database:";
|
||||
$a->strings["Show SQL-statements"] = "Mostra i comandi SQL";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace. Forse qualche evento è stato comunque importato.";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Qualcosa è andato storto cercando di importare il file. Mi spiace.";
|
||||
$a->strings["The ICS-File has been imported."] = "Il file ICS è stato importato.";
|
||||
$a->strings["No file was uploaded."] = "Nessun file è stato caricato.";
|
||||
$a->strings["Go back to the calendar"] = "Torna al calendario";
|
||||
$a->strings["Import a ICS-file"] = "Importa un file ICS";
|
||||
$a->strings["ICS-File"] = "File ICS";
|
||||
$a->strings["Overwrite all #num# existing events"] = "Sovrascrivi tutti i #num# eventi esistenti";
|
||||
$a->strings["Upload"] = "Carica";
|
||||
$a->strings["Settings"] = "Impostazioni";
|
||||
$a->strings["Help"] = "Guida";
|
||||
$a->strings["New event"] = "Nuovo evento";
|
||||
$a->strings["Today"] = "Oggi";
|
||||
$a->strings["Day"] = "Giorno";
|
||||
$a->strings["Week"] = "Settimana";
|
||||
$a->strings["Month"] = "Mese";
|
||||
$a->strings["Reload"] = "Ricarica";
|
||||
$a->strings["Previous"] = "Precendente";
|
||||
$a->strings["Next"] = "Successivo";
|
||||
$a->strings["Date"] = "Data";
|
||||
$a->strings["Error"] = "Errore";
|
||||
$a->strings["Permission denied."] = "Permesso negato.";
|
||||
$a->strings["The new values have been saved."] = "I nuovi valori sono stati salvati.";
|
||||
$a->strings["The calendar has been updated."] = "Il calendario è stato aggiornato.";
|
||||
$a->strings["The new calendar has been created."] = "Il nuovo calendario è stato creato.";
|
||||
$a->strings["The calendar has been deleted."] = "Il calendario è stato cancellato.";
|
||||
$a->strings["Calendar Settings"] = "Impostazioni Calendario";
|
||||
$a->strings["Date format"] = "Formato data";
|
||||
$a->strings["Time zone"] = "Fuso orario";
|
||||
$a->strings["Save"] = "Salva";
|
||||
$a->strings["Calendars"] = "Calendari";
|
||||
$a->strings["Create a new calendar"] = "Crea un nuovo calendario";
|
||||
$a->strings["Limitations"] = "Limitazioni";
|
||||
$a->strings["Warning"] = "Attenzione";
|
||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizzazione (iPhone, Thunderbird Lightning, Android, ...)";
|
||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizzare questo calendario con l'iPhone";
|
||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizzare i tuoi contatti di Friendica con l'iPhone";
|
||||
$a->strings["Could not open component for editing"] = "Non posso aprire il componente per la modifica";
|
||||
$a->strings["Event data"] = "Dettagli dell'evento";
|
||||
$a->strings["Special color"] = "Colore speciale";
|
||||
$a->strings["Subject"] = "Oggetto";
|
||||
$a->strings["Starts"] = "Inizia";
|
||||
$a->strings["Ends"] = "Finisce";
|
||||
$a->strings["Location"] = "Posizione";
|
||||
$a->strings["Description"] = "Descrizione";
|
||||
$a->strings["Recurrence"] = "Ricorrenza";
|
||||
$a->strings["Frequency"] = "Frequenza";
|
||||
$a->strings["None"] = "Nessuna";
|
||||
$a->strings["Daily"] = "Giornalmente";
|
||||
$a->strings["Weekly"] = "Settimanalmente";
|
||||
$a->strings["Monthly"] = "Mensilmente";
|
||||
$a->strings["Yearly"] = "Annualmente";
|
||||
$a->strings["days"] = "giorni";
|
||||
$a->strings["weeks"] = "settimane";
|
||||
$a->strings["months"] = "mesi";
|
||||
$a->strings["years"] = "anni";
|
||||
$a->strings["Interval"] = "Intervallo";
|
||||
$a->strings["All %select% %time%"] = "Tutti %select% %time%";
|
||||
$a->strings["Days"] = "Giorni";
|
||||
$a->strings["Sunday"] = "Domenica";
|
||||
$a->strings["Monday"] = "Lunedì";
|
||||
$a->strings["Tuesday"] = "Martedì";
|
||||
$a->strings["Wednesday"] = "Mercoledì";
|
||||
$a->strings["Thursday"] = "Giovedì";
|
||||
$a->strings["Friday"] = "Venerdì";
|
||||
$a->strings["Saturday"] = "Sabato";
|
||||
$a->strings["First day of week:"] = "Primo giorno della settimanta:";
|
||||
$a->strings["Day of month"] = "Giorno del mese";
|
||||
$a->strings["#num#th of each month"] = "#num#° di ogni mese";
|
||||
$a->strings["#num#th-last of each month"] = "#num#* dalla fine di ogni mese";
|
||||
$a->strings["#num#th #wkday# of each month"] = "#num#* #wkday# di ogni mese";
|
||||
$a->strings["#num#th-last #wkday# of each month"] = "Ultimo #num#* #wkday# di ogni mese";
|
||||
$a->strings["#num#th of the given month"] = "#num#* del mese";
|
||||
$a->strings["#num#th-last of the given month"] = "#num#* dalla fine del mese";
|
||||
$a->strings["#num#th #wkday# of the given month"] = "#num#* #wkday# del mese";
|
||||
$a->strings["#num#th-last #wkday# of the given month"] = "Ultimo #num#* #wkday# del mese";
|
||||
$a->strings["Repeat until"] = "Ripeti finchè";
|
||||
$a->strings["Infinite"] = "Infinito";
|
||||
$a->strings["Until the following date"] = "Fino alla seguente data";
|
||||
$a->strings["Number of times"] = "Numero di volte";
|
||||
$a->strings["Exceptions"] = "Eccezzioni";
|
||||
$a->strings["none"] = "niente";
|
||||
$a->strings["Notification"] = "Notifica";
|
||||
$a->strings["Notify by"] = "Notificato da";
|
||||
$a->strings["Remove"] = "Rimuovi";
|
||||
$a->strings["E-Mail"] = "E-Mail";
|
||||
$a->strings["On Friendica / Display"] = "Su Friendica / Mostra";
|
||||
$a->strings["Time"] = "Tempo";
|
||||
$a->strings["Hours"] = "Ore";
|
||||
$a->strings["Minutes"] = "Minuti";
|
||||
$a->strings["Seconds"] = "Secondi";
|
||||
$a->strings["Weeks"] = "Settimane";
|
||||
$a->strings["before the"] = "prima di";
|
||||
$a->strings["start of the event"] = "inizio dell'evento";
|
||||
$a->strings["end of the event"] = "fine dell'evento";
|
||||
$a->strings["Add a notification"] = "Aggiungi notifica";
|
||||
$a->strings["The event #name# will start at #date"] = "L'evento #name# inizierà il #date";
|
||||
$a->strings["#name# is about to begin."] = "#name# sta per iniziare";
|
||||
$a->strings["Saved"] = "Salvato";
|
||||
$a->strings["Private Addressbooks"] = "Rubrica Privata";
|
||||
$a->strings["Private Events"] = "Eventi Privati";
|
||||
$a->strings["No access"] = "Nessun accesso";
|
||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Formato data americano (mm/gg/AAAA)";
|
||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato data europeo (gg.mm.AAAA)";
|
||||
|
|
62
diaspora/lang/it/messages.po
Normal file
62
diaspora/lang/it/messages.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# ADDON diaspora
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica diaspora addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 11:57+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: diaspora.php:37
|
||||
msgid "Post to Diaspora"
|
||||
msgstr "Invia a Diaspora"
|
||||
|
||||
#: diaspora.php:142
|
||||
msgid ""
|
||||
"Can't login to your Diaspora account. Please check username and password and"
|
||||
" ensure you used the complete address (including http...)"
|
||||
msgstr "Non riesco ad autenticarmi con il tuo account Diaspora. Controlla il nome utente e la password e assicurati di aver usato l'indirizzo completo (compreso \"http\" o \"https\")"
|
||||
|
||||
#: diaspora.php:149 diaspora.php:153
|
||||
msgid "Diaspora Export"
|
||||
msgstr "Esporta Diaspora"
|
||||
|
||||
#: diaspora.php:163
|
||||
msgid "Enable Diaspora Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Diaspora"
|
||||
|
||||
#: diaspora.php:168
|
||||
msgid "Diaspora username"
|
||||
msgstr "Nome utente Diaspora"
|
||||
|
||||
#: diaspora.php:173
|
||||
msgid "Diaspora password"
|
||||
msgstr "Password Diaspora"
|
||||
|
||||
#: diaspora.php:178
|
||||
msgid "Diaspora site URL"
|
||||
msgstr "Indirizzo sito Diaspora"
|
||||
|
||||
#: diaspora.php:183
|
||||
msgid "Post to Diaspora by default"
|
||||
msgstr "Invia sempre a Diaspora"
|
||||
|
||||
#: diaspora.php:189
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: diaspora.php:324
|
||||
msgid "Diaspora post failed. Queued for retry."
|
||||
msgstr "Invio a Diaspora fallito. In attesa di riprovare."
|
17
diaspora/lang/it/strings.php
Normal file
17
diaspora/lang/it/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "Invia a Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Non riesco ad autenticarmi con il tuo account Diaspora. Controlla il nome utente e la password e assicurati di aver usato l'indirizzo completo (compreso \"http\" o \"https\")";
|
||||
$a->strings["Diaspora Export"] = "Esporta Diaspora";
|
||||
$a->strings["Enable Diaspora Post Plugin"] = "Abilita il plugin di invio a Diaspora";
|
||||
$a->strings["Diaspora username"] = "Nome utente Diaspora";
|
||||
$a->strings["Diaspora password"] = "Password Diaspora";
|
||||
$a->strings["Diaspora site URL"] = "Indirizzo sito Diaspora";
|
||||
$a->strings["Post to Diaspora by default"] = "Invia sempre a Diaspora";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Invio a Diaspora fallito. In attesa di riprovare.";
|
48
dwpost/lang/it/messages.po
Normal file
48
dwpost/lang/it/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON dwpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica dwpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 11:57+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: dwpost.php:39
|
||||
msgid "Post to Dreamwidth"
|
||||
msgstr "Posta su Dreamwidth"
|
||||
|
||||
#: dwpost.php:70 dwpost.php:74
|
||||
msgid "Dreamwidth Export"
|
||||
msgstr "Esporta Dreamwidth"
|
||||
|
||||
#: dwpost.php:78
|
||||
msgid "Enable dreamwidth Post Plugin"
|
||||
msgstr "Abilita il plugin di invio a Dreamwidth"
|
||||
|
||||
#: dwpost.php:83
|
||||
msgid "dreamwidth username"
|
||||
msgstr "Nome utente Dreamwidth"
|
||||
|
||||
#: dwpost.php:88
|
||||
msgid "dreamwidth password"
|
||||
msgstr "password Dreamwidth"
|
||||
|
||||
#: dwpost.php:93
|
||||
msgid "Post to dreamwidth by default"
|
||||
msgstr "Invia sempre a Dreamwidth"
|
||||
|
||||
#: dwpost.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
|
||||
$a->strings["Dreamwidth Post Settings"] = "Impostazioni post Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin dreamwidth";
|
||||
$a->strings["dreamwidth username"] = "dreamwidth username";
|
||||
$a->strings["dreamwidth password"] = "Password dreamwidth";
|
||||
$a->strings["Post to dreamwidth by default"] = "Invia a dreamwidth per impostazione predefinita";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Dreamwidth"] = "Posta su Dreamwidth";
|
||||
$a->strings["Dreamwidth Export"] = "Esporta Dreamwidth";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Abilita il plugin di invio a Dreamwidth";
|
||||
$a->strings["dreamwidth username"] = "Nome utente Dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "password Dreamwidth";
|
||||
$a->strings["Post to dreamwidth by default"] = "Invia sempre a Dreamwidth";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
36
editplain/lang/it/messages.po
Normal file
36
editplain/lang/it/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON editplain
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica editplain addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 12:02+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: editplain.php:46
|
||||
msgid "Editplain settings updated."
|
||||
msgstr "Impostazioni 'Editplain' aggiornate."
|
||||
|
||||
#: editplain.php:76
|
||||
msgid "Editplain Settings"
|
||||
msgstr "Impostazioni Editplain"
|
||||
|
||||
#: editplain.php:78
|
||||
msgid "Disable richtext status editor"
|
||||
msgstr "Disabilita l'editor di testo visuale"
|
||||
|
||||
#: editplain.php:84
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Editplain settings updated."] = "Impostazioni 'Editplain' aggiornate.";
|
||||
$a->strings["Editplain Settings"] = "Impostazioni Editplain";
|
||||
$a->strings["Disable richtext status editor"] = "Disabilita l'editor di testo visuale";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Editplain settings updated."] = "Impostazioni 'Editplain' aggiornate.";
|
||||
$a->strings["Editplain Settings"] = "Impostazioni Editplain";
|
||||
$a->strings["Disable richtext status editor"] = "Disabilita l'editor di testo visuale";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
80
forumdirectory/lang/it/messages.po
Normal file
80
forumdirectory/lang/it/messages.po
Normal file
|
@ -0,0 +1,80 @@
|
|||
# ADDON forumdirectory
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumdirectory addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 12:04+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: forumdirectory.php:22
|
||||
msgid "Forum Directory"
|
||||
msgstr "Elenco Forum"
|
||||
|
||||
#: forumdirectory.php:53
|
||||
msgid "Public access denied."
|
||||
msgstr "Accesso negato."
|
||||
|
||||
#: forumdirectory.php:71
|
||||
msgid "Global Directory"
|
||||
msgstr "Elenco globale"
|
||||
|
||||
#: forumdirectory.php:79
|
||||
msgid "Find on this site"
|
||||
msgstr "Cerca nel sito"
|
||||
|
||||
#: forumdirectory.php:81
|
||||
msgid "Finding: "
|
||||
msgstr "Ricerca: "
|
||||
|
||||
#: forumdirectory.php:82
|
||||
msgid "Site Directory"
|
||||
msgstr "Elenco del sito"
|
||||
|
||||
#: forumdirectory.php:83
|
||||
msgid "Find"
|
||||
msgstr "Trova"
|
||||
|
||||
#: forumdirectory.php:133
|
||||
msgid "Age: "
|
||||
msgstr "Età : "
|
||||
|
||||
#: forumdirectory.php:136
|
||||
msgid "Gender: "
|
||||
msgstr "Genere:"
|
||||
|
||||
#: forumdirectory.php:156
|
||||
msgid "Location:"
|
||||
msgstr "Posizione:"
|
||||
|
||||
#: forumdirectory.php:158
|
||||
msgid "Gender:"
|
||||
msgstr "Genere:"
|
||||
|
||||
#: forumdirectory.php:160
|
||||
msgid "Status:"
|
||||
msgstr "Stato:"
|
||||
|
||||
#: forumdirectory.php:162
|
||||
msgid "Homepage:"
|
||||
msgstr "Homepage:"
|
||||
|
||||
#: forumdirectory.php:164
|
||||
msgid "About:"
|
||||
msgstr "Informazioni:"
|
||||
|
||||
#: forumdirectory.php:201
|
||||
msgid "No entries (some entries may be hidden)."
|
||||
msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)."
|
|
@ -1,17 +1,22 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forum Directory"] = "";
|
||||
$a->strings["Public access denied."] = "Accesso negato.";
|
||||
$a->strings["Global Directory"] = "Elenco globale";
|
||||
$a->strings["Find on this site"] = "Cerca nel sito";
|
||||
$a->strings["Finding: "] = "Ricerca: ";
|
||||
$a->strings["Site Directory"] = "Elenco del sito";
|
||||
$a->strings["Find"] = "Trova";
|
||||
$a->strings["Age: "] = "Età : ";
|
||||
$a->strings["Gender: "] = "Genere:";
|
||||
$a->strings["Location:"] = "Posizione:";
|
||||
$a->strings["Gender:"] = "Genere:";
|
||||
$a->strings["Status:"] = "Stato:";
|
||||
$a->strings["Homepage:"] = "Homepage:";
|
||||
$a->strings["About:"] = "Informazioni:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forum Directory"] = "Elenco Forum";
|
||||
$a->strings["Public access denied."] = "Accesso negato.";
|
||||
$a->strings["Global Directory"] = "Elenco globale";
|
||||
$a->strings["Find on this site"] = "Cerca nel sito";
|
||||
$a->strings["Finding: "] = "Ricerca: ";
|
||||
$a->strings["Site Directory"] = "Elenco del sito";
|
||||
$a->strings["Find"] = "Trova";
|
||||
$a->strings["Age: "] = "Età : ";
|
||||
$a->strings["Gender: "] = "Genere:";
|
||||
$a->strings["Location:"] = "Posizione:";
|
||||
$a->strings["Gender:"] = "Genere:";
|
||||
$a->strings["Status:"] = "Stato:";
|
||||
$a->strings["Homepage:"] = "Homepage:";
|
||||
$a->strings["About:"] = "Informazioni:";
|
||||
$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta).";
|
||||
|
|
60
forumlist/lang/it/messages.po
Normal file
60
forumlist/lang/it/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON forumlist
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumlist addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 12:07+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: forumlist.php:64
|
||||
msgid "Forums"
|
||||
msgstr "Forum"
|
||||
|
||||
#: forumlist.php:67
|
||||
msgid "show/hide"
|
||||
msgstr "mostra/nascondi"
|
||||
|
||||
#: forumlist.php:81
|
||||
msgid "No forum subscriptions"
|
||||
msgstr "Nessun forum collegato"
|
||||
|
||||
#: forumlist.php:98
|
||||
msgid "Forums:"
|
||||
msgstr "Forum:"
|
||||
|
||||
#: forumlist.php:134
|
||||
msgid "Forumlist settings updated."
|
||||
msgstr "Impostazioni Elenco Forum aggiornate."
|
||||
|
||||
#: forumlist.php:161 forumlist.php:165
|
||||
msgid "Forumlist"
|
||||
msgstr "Elenco Forum"
|
||||
|
||||
#: forumlist.php:169
|
||||
msgid "Randomise forum list"
|
||||
msgstr "Ordina casualmente l'elenco"
|
||||
|
||||
#: forumlist.php:172
|
||||
msgid "Show forums on profile page"
|
||||
msgstr "Mostra i forum sulla pagina profilo"
|
||||
|
||||
#: forumlist.php:175
|
||||
msgid "Show forums on network page"
|
||||
msgstr "Mostra i forum sulla pagina Rete"
|
||||
|
||||
#: forumlist.php:183
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
|
@ -1,12 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forums"] = "Forum";
|
||||
$a->strings["show/hide"] = "";
|
||||
$a->strings["No forum subscriptions"] = "";
|
||||
$a->strings["Forums:"] = "Forum:";
|
||||
$a->strings["Forumlist settings updated."] = "";
|
||||
$a->strings["Forumlist Settings"] = "";
|
||||
$a->strings["Randomise forum list"] = "";
|
||||
$a->strings["Show forums on profile page"] = "";
|
||||
$a->strings["Show forums on network page"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Forum";
|
||||
$a->strings["show/hide"] = "mostra/nascondi";
|
||||
$a->strings["No forum subscriptions"] = "Nessun forum collegato";
|
||||
$a->strings["Forums:"] = "Forum:";
|
||||
$a->strings["Forumlist settings updated."] = "Impostazioni Elenco Forum aggiornate.";
|
||||
$a->strings["Forumlist"] = "Elenco Forum";
|
||||
$a->strings["Randomise forum list"] = "Ordina casualmente l'elenco";
|
||||
$a->strings["Show forums on profile page"] = "Mostra i forum sulla pagina profilo";
|
||||
$a->strings["Show forums on network page"] = "Mostra i forum sulla pagina Rete";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
41
fromapp/lang/it/messages.po
Normal file
41
fromapp/lang/it/messages.po
Normal file
|
@ -0,0 +1,41 @@
|
|||
# ADDON fromapp
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromapp addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 12:08+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: fromapp.php:38
|
||||
msgid "Fromapp settings updated."
|
||||
msgstr "Impostazioni \"FromApp\" aggiornato."
|
||||
|
||||
#: fromapp.php:64 fromapp.php:68
|
||||
msgid "FromApp Settings"
|
||||
msgstr "Imnpostazioni \"FromApp\""
|
||||
|
||||
#: fromapp.php:71
|
||||
msgid ""
|
||||
"The application name you would like to show your posts originating from."
|
||||
msgstr "Il nome dell'applicazione che vuoi mostrare come sorgente dei tuoi messaggi."
|
||||
|
||||
#: fromapp.php:75
|
||||
msgid "Use this application name even if another application was used."
|
||||
msgstr "Usa questo nome anche se un'altra applicazione è stata effettivamente usata."
|
||||
|
||||
#: fromapp.php:82
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Fromapp settings updated."] = "";
|
||||
$a->strings["FromApp Settings"] = "";
|
||||
$a->strings["The application name you would like to show your posts originating from."] = "";
|
||||
$a->strings["Use this application name even if another application was used."] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$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["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
40
fromgplus/lang/it/messages.po
Normal file
40
fromgplus/lang/it/messages.po
Normal file
|
@ -0,0 +1,40 @@
|
|||
# ADDON fromgplus
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica fromgplus addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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 12:10+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: fromgplus.php:42 fromgplus.php:46
|
||||
msgid "Google+ Mirror"
|
||||
msgstr "Mirror Goggle+"
|
||||
|
||||
#: fromgplus.php:51
|
||||
msgid "Enable Google+ Import"
|
||||
msgstr "Abilita Importa da Google+"
|
||||
|
||||
#: fromgplus.php:54
|
||||
msgid "Google Account ID"
|
||||
msgstr "ID Google Account"
|
||||
|
||||
#: fromgplus.php:59
|
||||
msgid "Save Settings"
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: fromgplus.php:78
|
||||
msgid "Google+ Import Settings saved."
|
||||
msgstr "Impostazioni Importa Google+ salvate"
|
|
@ -1,7 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Google+ Import Settings"] = "";
|
||||
$a->strings["Enable Google+ Import"] = "";
|
||||
$a->strings["Google Account ID"] = "ID Google Account";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Google+ Mirror"] = "Mirror Goggle+";
|
||||
$a->strings["Enable Google+ Import"] = "Abilita Importa da Google+";
|
||||
$a->strings["Google Account ID"] = "ID Google Account";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Google+ Import Settings saved."] = "Impostazioni Importa Google+ salvate";
|
||||
|
|
35
geonames/lang/it/messages.po
Normal file
35
geonames/lang/it/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON geonames
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica geonames addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:27+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: geonames.php:143
|
||||
msgid "Geonames settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: geonames.php:179
|
||||
msgid "Geonames Settings"
|
||||
msgstr ""
|
||||
|
||||
#: geonames.php:181
|
||||
msgid "Enable Geonames Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: geonames.php:187
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$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"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "";
|
||||
$a->strings["Geonames Settings"] = "";
|
||||
$a->strings["Enable Geonames Plugin"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
46
gnot/lang/it/messages.po
Normal file
46
gnot/lang/it/messages.po
Normal file
|
@ -0,0 +1,46 @@
|
|||
# ADDON gnot
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gnot addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:30+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: gnot.php:48
|
||||
msgid "Gnot settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:79
|
||||
msgid "Gnot Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:81
|
||||
msgid ""
|
||||
"Allows threading of email comment notifications on Gmail and anonymising the"
|
||||
" subject line."
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:82
|
||||
msgid "Enable this plugin/addon?"
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:88
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:97
|
||||
#, php-format
|
||||
msgid "[Friendica:Notify] Comment to conversation #%d"
|
||||
msgstr ""
|
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
|
||||
$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"] = "Invia";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione #%d";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "";
|
||||
$a->strings["Gnot Settings"] = "";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
||||
$a->strings["Enable this plugin/addon?"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
|
||||
|
|
67
gpluspost/lang/it/messages.po
Normal file
67
gpluspost/lang/it/messages.po
Normal file
|
@ -0,0 +1,67 @@
|
|||
# ADDON gpluspost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gpluspost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:32+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: gpluspost.php:38
|
||||
msgid "Post to Google+"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:93
|
||||
msgid "Enable Google+ Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:108
|
||||
msgid "Google+ username"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:113
|
||||
msgid "Google+ password"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:118
|
||||
msgid "Google+ page number"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:124
|
||||
msgid "Post to Google+ by default"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:129
|
||||
msgid "Do not prevent posting loops"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:135
|
||||
msgid "Skip messages without links"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:142
|
||||
msgid "Mirror all public posts"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:146
|
||||
msgid "Mirror Google Account ID"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:153
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gpluspost.php:308
|
||||
msgid "Google+ post failed. Queued for retry."
|
||||
msgstr ""
|
19
gpluspost/lang/it/strings.php
Normal file
19
gpluspost/lang/it/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Google+"] = "";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "";
|
||||
$a->strings["Google+ username"] = "";
|
||||
$a->strings["Google+ password"] = "";
|
||||
$a->strings["Google+ page number"] = "";
|
||||
$a->strings["Post to Google+ by default"] = "";
|
||||
$a->strings["Do not prevent posting loops"] = "";
|
||||
$a->strings["Skip messages without links"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Mirror Google Account ID"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "";
|
74
gravatar/lang/it/messages.po
Normal file
74
gravatar/lang/it/messages.po
Normal file
|
@ -0,0 +1,74 @@
|
|||
# ADDON gravatar
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica gravatar addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:33+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: gravatar.php:71
|
||||
msgid "generic profile image"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:72
|
||||
msgid "random geometric pattern"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:73
|
||||
msgid "monster face"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:74
|
||||
msgid "computer generated face"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:75
|
||||
msgid "retro arcade style face"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:89
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:89
|
||||
msgid ""
|
||||
"Libravatar addon is installed, too. Please disable Libravatar addon or this "
|
||||
"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
|
||||
"nothing was found at Libravatar."
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:95
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:96
|
||||
msgid "Default avatar image"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:96
|
||||
msgid "Select default avatar image if none was found at Gravatar. See README"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:97
|
||||
msgid "Rating of images"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:97
|
||||
msgid "Select the appropriate avatar rating for your site. See README"
|
||||
msgstr ""
|
||||
|
||||
#: gravatar.php:111
|
||||
msgid "Gravatar settings updated."
|
||||
msgstr ""
|
|
@ -1,15 +1,20 @@
|
|||
<?php
|
||||
|
||||
$a->strings["generic profile image"] = "immagine generica del profilo";
|
||||
$a->strings["random geometric pattern"] = "schema geometrico casuale";
|
||||
$a->strings["monster face"] = "faccia di mostro";
|
||||
$a->strings["computer generated face"] = "";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
$a->strings["Information"] = "Informazione";
|
||||
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>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<br>L'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Default avatar image"] = "";
|
||||
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
|
||||
$a->strings["Rating of images"] = "";
|
||||
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
|
||||
$a->strings["Gravatar settings updated."] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["generic profile image"] = "";
|
||||
$a->strings["random geometric pattern"] = "";
|
||||
$a->strings["monster face"] = "";
|
||||
$a->strings["computer generated face"] = "";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
$a->strings["Information"] = "";
|
||||
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Default avatar image"] = "";
|
||||
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
|
||||
$a->strings["Rating of images"] = "";
|
||||
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
|
||||
$a->strings["Gravatar settings updated."] = "";
|
||||
|
|
35
group_text/lang/it/messages.po
Normal file
35
group_text/lang/it/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON group_text
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica group_text addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:35+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: group_text.php:46
|
||||
msgid "Group Text settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: group_text.php:76
|
||||
msgid "Group Text"
|
||||
msgstr ""
|
||||
|
||||
#: group_text.php:78
|
||||
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
|
||||
msgstr ""
|
||||
|
||||
#: group_text.php:84
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Group Text settings updated."] = "";
|
||||
$a->strings["Group Text"] = "";
|
||||
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Group Text settings updated."] = "";
|
||||
$a->strings["Group Text"] = "";
|
||||
$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
47
ijpost/lang/it/messages.po
Normal file
47
ijpost/lang/it/messages.po
Normal file
|
@ -0,0 +1,47 @@
|
|||
# ADDON ijpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ijpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:37+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: ijpost.php:39
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:69 ijpost.php:73
|
||||
msgid "InsaneJournal Export"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:77
|
||||
msgid "Enable InsaneJournal Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:82
|
||||
msgid "InsaneJournal username"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:87
|
||||
msgid "InsaneJournal password"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:92
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr ""
|
||||
|
||||
#: ijpost.php:98
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to Insanejournal"] = "Invia a Insanejournal";
|
||||
$a->strings["InsaneJournal Post Settings"] = "Impostazioni Invio a InsaneJournal ";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "Abilita il plugin Invio a InsaneJournal";
|
||||
$a->strings["InsaneJournal username"] = "Nome utente InsaneJournal";
|
||||
$a->strings["InsaneJournal password"] = "Password InsaneJournal";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Invia sempre a InsaneJournal";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Insanejournal"] = "";
|
||||
$a->strings["InsaneJournal Export"] = "";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "";
|
||||
$a->strings["InsaneJournal username"] = "";
|
||||
$a->strings["InsaneJournal password"] = "";
|
||||
$a->strings["Post to InsaneJournal by default"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
88
impressum/lang/it/messages.po
Normal file
88
impressum/lang/it/messages.po
Normal file
|
@ -0,0 +1,88 @@
|
|||
# ADDON impressum
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica impressum addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:39+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: impressum.php:45
|
||||
msgid "Impressum"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:58 impressum.php:60 impressum.php:92
|
||||
msgid "Site Owner"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:58 impressum.php:96
|
||||
msgid "Email Address"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:63 impressum.php:94
|
||||
msgid "Postal Address"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:69
|
||||
msgid ""
|
||||
"The impressum addon needs to be configured!<br />Please add at least the "
|
||||
"<tt>owner</tt> variable to your config file. For other variables please "
|
||||
"refer to the README file of the addon."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:86
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:91
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:92
|
||||
msgid "The page operators name."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:93
|
||||
msgid "Site Owners Profile"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:93
|
||||
msgid "Profile address of the operator."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:94
|
||||
msgid "How to contact the operator via snail mail. You can use BBCode here."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:95
|
||||
msgid "Notes"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:95
|
||||
msgid ""
|
||||
"Additional notes that are displayed beneath the contact information. You can"
|
||||
" use BBCode here."
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:96
|
||||
msgid "How to contact the operator via email. (will be displayed obfuscated)"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:97
|
||||
msgid "Footer note"
|
||||
msgstr ""
|
||||
|
||||
#: impressum.php:97
|
||||
msgid "Text for the footer. You can use BBCode here."
|
||||
msgstr ""
|
|
@ -1,18 +1,23 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Proprietario del sito";
|
||||
$a->strings["Email Address"] = "Indirizzo email";
|
||||
$a->strings["Postal Address"] = "Indirizzo";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Il plugin Impressum deve essere configurato!<br>Aggiungi almeno il Proprietario del sito.";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
$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";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Note";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Come contattare l'operatore via email. (verrà mostrato offuscato)";
|
||||
$a->strings["Footer note"] = "Footer delle note";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Impressum"] = "";
|
||||
$a->strings["Site Owner"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Postal Address"] = "";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["The page operators name."] = "";
|
||||
$a->strings["Site Owners Profile"] = "";
|
||||
$a->strings["Profile address of the operator."] = "";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
|
||||
$a->strings["Footer note"] = "";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
||||
|
|
23
infiniteimprobabilitydrive/lang/it/messages.po
Normal file
23
infiniteimprobabilitydrive/lang/it/messages.po
Normal file
|
@ -0,0 +1,23 @@
|
|||
# ADDON infiniteimprobabilitydrive
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:41+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: infiniteimprobabilitydrive.php:19
|
||||
msgid "Infinite Improbability Drive"
|
||||
msgstr ""
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Infinite Improbability Drive"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Infinite Improbability Drive"] = "";
|
||||
|
|
47
irc/lang/it/messages.po
Normal file
47
irc/lang/it/messages.po
Normal file
|
@ -0,0 +1,47 @@
|
|||
# ADDON irc
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica irc addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:41+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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
|
||||
msgid "IRC Settings"
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:46
|
||||
msgid "Channel(s) to auto connect (comma separated)"
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:51
|
||||
msgid "Popular Channels (comma separated)"
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:55
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:69
|
||||
msgid "IRC settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:74
|
||||
msgid "IRC Chatroom"
|
||||
msgstr ""
|
||||
|
||||
#: irc.php:96
|
||||
msgid "Popular Channels"
|
||||
msgstr ""
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["IRC Settings"] = "Impostazioni IRC";
|
||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "Canali a cui autocollegarsi (separati da virgola)";
|
||||
$a->strings["Popular Channels (comma separated)"] = "Canali popolari (separati da virgola)";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["IRC settings saved."] = "Impostazioni IRC salvate.";
|
||||
$a->strings["IRC Chatroom"] = "Stanza IRC";
|
||||
$a->strings["Popular Channels"] = "Canali Popolari";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["IRC Settings"] = "";
|
||||
$a->strings["Channel(s) to auto connect (comma separated)"] = "";
|
||||
$a->strings["Popular Channels (comma separated)"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["IRC settings saved."] = "";
|
||||
$a->strings["IRC Chatroom"] = "";
|
||||
$a->strings["Popular Channels"] = "";
|
||||
|
|
76
jappixmini/lang/it/messages.po
Normal file
76
jappixmini/lang/it/messages.po
Normal file
|
@ -0,0 +1,76 @@
|
|||
# ADDON jappixmini
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica jappixmini addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: jappixmini.php:298 jappixmini.php:302
|
||||
msgid "Jappix Mini"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:305
|
||||
msgid "Activate addon"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:308
|
||||
msgid ""
|
||||
"Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:311
|
||||
msgid "Jabber username"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:314
|
||||
msgid "Jabber server"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:319
|
||||
msgid "Jabber BOSH host"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:325
|
||||
msgid "Jabber password"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:330
|
||||
msgid "Encrypt Jabber password with Friendica password (recommended)"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:333
|
||||
msgid "Friendica password"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:336
|
||||
msgid "Approve subscription requests from Friendica contacts automatically"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:339
|
||||
msgid "Subscribe to Friendica contacts automatically"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:342
|
||||
msgid "Purge internal list of jabber addresses of contacts"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:347
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: jappixmini.php:348
|
||||
msgid "Add contact"
|
||||
msgstr ""
|
|
@ -1,16 +1,21 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Jappix Mini addon settings"] = "";
|
||||
$a->strings["Activate addon"] = "";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
|
||||
$a->strings["Jabber username"] = "";
|
||||
$a->strings["Jabber server"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Jabber password"] = "";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
|
||||
$a->strings["Friendica password"] = "";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Add contact"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Jappix Mini"] = "";
|
||||
$a->strings["Activate addon"] = "";
|
||||
$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
|
||||
$a->strings["Jabber username"] = "";
|
||||
$a->strings["Jabber server"] = "";
|
||||
$a->strings["Jabber BOSH host"] = "";
|
||||
$a->strings["Jabber password"] = "";
|
||||
$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
|
||||
$a->strings["Friendica password"] = "";
|
||||
$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
|
||||
$a->strings["Subscribe to Friendica contacts automatically"] = "";
|
||||
$a->strings["Purge internal list of jabber addresses of contacts"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Add contact"] = "";
|
||||
|
|
55
js_upload/lang/it/messages.po
Normal file
55
js_upload/lang/it/messages.po
Normal file
|
@ -0,0 +1,55 @@
|
|||
# ADDON js_upload
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica js_upload addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 08:46+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: js_upload.php:43
|
||||
msgid "Upload a file"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:44
|
||||
msgid "Drop files here to upload"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:45
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:46
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:303
|
||||
msgid "No files were uploaded."
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:309
|
||||
msgid "Uploaded file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:321
|
||||
msgid "Image exceeds size limit of "
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:332
|
||||
msgid "File has an invalid extension, it should be one of "
|
||||
msgstr ""
|
||||
|
||||
#: js_upload.php:343
|
||||
msgid "Upload was cancelled, or server error encountered"
|
||||
msgstr ""
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Upload a file"] = "Carica un file";
|
||||
$a->strings["Drop files here to upload"] = "Trascina un file qui per caricarlo";
|
||||
$a->strings["Cancel"] = "Annulla";
|
||||
$a->strings["Failed"] = "Caricamento fallito";
|
||||
$a->strings["No files were uploaded."] = "Nessun file è stato caricato.";
|
||||
$a->strings["Uploaded file is empty"] = "Il file caricato è vuoto";
|
||||
$a->strings["Image exceeds size limit of "] = "L'immagine supera il limite di";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "Il file ha un'estensione non valida, dovrebbe essere una tra ";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "Il caricamento è stato cancellato, o si è verificato un errore sul server";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Upload a file"] = "";
|
||||
$a->strings["Drop files here to upload"] = "";
|
||||
$a->strings["Cancel"] = "";
|
||||
$a->strings["Failed"] = "";
|
||||
$a->strings["No files were uploaded."] = "";
|
||||
$a->strings["Uploaded file is empty"] = "";
|
||||
$a->strings["Image exceeds size limit of "] = "";
|
||||
$a->strings["File has an invalid extension, it should be one of "] = "";
|
||||
$a->strings["Upload was cancelled, or server error encountered"] = "";
|
||||
|
|
47
libertree/lang/it/messages.po
Normal file
47
libertree/lang/it/messages.po
Normal file
|
@ -0,0 +1,47 @@
|
|||
# ADDON libertree
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica libertree addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 09:44+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: libertree.php:36
|
||||
msgid "Post to libertree"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:67 libertree.php:71
|
||||
msgid "libertree Export"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:75
|
||||
msgid "Enable Libertree Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:80
|
||||
msgid "Libertree API token"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:85
|
||||
msgid "Libertree site URL"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:90
|
||||
msgid "Post to Libertree by default"
|
||||
msgstr ""
|
||||
|
||||
#: libertree.php:96
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to libertree"] = "";
|
||||
$a->strings["libertree Post Settings"] = "";
|
||||
$a->strings["Enable Libertree Post Plugin"] = "";
|
||||
$a->strings["Libertree API token"] = "";
|
||||
$a->strings["Libertree site URL"] = "";
|
||||
$a->strings["Post to Libertree by default"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to libertree"] = "";
|
||||
$a->strings["libertree Export"] = "";
|
||||
$a->strings["Enable Libertree Post Plugin"] = "";
|
||||
$a->strings["Libertree API token"] = "";
|
||||
$a->strings["Libertree site URL"] = "";
|
||||
$a->strings["Post to Libertree by default"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
83
libravatar/lang/it/messages.po
Normal file
83
libravatar/lang/it/messages.po
Normal file
|
@ -0,0 +1,83 @@
|
|||
# ADDON libravatar
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica libravatar addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 09:49+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: libravatar.php:14
|
||||
msgid "Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:73
|
||||
msgid "generic profile image"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:74
|
||||
msgid "random geometric pattern"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:75
|
||||
msgid "monster face"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:76
|
||||
msgid "computer generated face"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:77
|
||||
msgid "retro arcade style face"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:82
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:83
|
||||
#, php-format
|
||||
msgid "Your PHP version %s is lower than the required PHP >= 5.3."
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:84
|
||||
msgid "This addon is not functional on your server."
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:93
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:93
|
||||
msgid ""
|
||||
"Gravatar addon is installed. Please disable the Gravatar addon.<br>The "
|
||||
"Libravatar addon will fall back to Gravatar if nothing was found at "
|
||||
"Libravatar."
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:100
|
||||
msgid "Default avatar image"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:100
|
||||
msgid "Select default avatar image if none was found. See README"
|
||||
msgstr ""
|
||||
|
||||
#: libravatar.php:112
|
||||
msgid "Libravatar settings updated."
|
||||
msgstr ""
|
|
@ -1,18 +1,22 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "Non è possibile installare Libravatar.<br>Richiede PHP >= 5.3";
|
||||
$a->strings["generic profile image"] = "immagine generica del profilo";
|
||||
$a->strings["random geometric pattern"] = "schema geometrico casuale";
|
||||
$a->strings["monster face"] = "faccia di mostro";
|
||||
$a->strings["computer generated face"] = "";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
$a->strings["Warning"] = "Attenzione";
|
||||
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "La tua versione %s è minore della richiesta PHP >= 5.3.";
|
||||
$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.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "L'addon Gravatar è installato. Disabilita l'addon Gravatar.<br>
|
||||
L'addon Libravatar si appoggerà a Gravatar se non trova nulla su Libravatar.";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Default avatar image"] = "";
|
||||
$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.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
|
||||
$a->strings["generic profile image"] = "";
|
||||
$a->strings["random geometric pattern"] = "";
|
||||
$a->strings["monster face"] = "";
|
||||
$a->strings["computer generated face"] = "";
|
||||
$a->strings["retro arcade style face"] = "";
|
||||
$a->strings["Warning"] = "";
|
||||
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
|
||||
$a->strings["This addon is not functional on your server."] = "";
|
||||
$a->strings["Information"] = "";
|
||||
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Default avatar image"] = "";
|
||||
$a->strings["Select default avatar image if none was found. See README"] = "";
|
||||
$a->strings["Libravatar settings updated."] = "";
|
||||
|
|
47
ljpost/lang/it/messages.po
Normal file
47
ljpost/lang/it/messages.po
Normal file
|
@ -0,0 +1,47 @@
|
|||
# ADDON ljpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ljpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 09:51+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: ljpost.php:39
|
||||
msgid "Post to LiveJournal"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:70
|
||||
msgid "LiveJournal Post Settings"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:72
|
||||
msgid "Enable LiveJournal Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:77
|
||||
msgid "LiveJournal username"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:82
|
||||
msgid "LiveJournal password"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:87
|
||||
msgid "Post to LiveJournal by default"
|
||||
msgstr ""
|
||||
|
||||
#: ljpost.php:93
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Post to LiveJournal"] = "Posta su LiveJournal";
|
||||
$a->strings["LiveJournal Post Settings"] = "Impostazioni post LiveJournal";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "Abilita il plugin LiveJournal";
|
||||
$a->strings["LiveJournal username"] = "LiveJournal username";
|
||||
$a->strings["LiveJournal password"] = "LiveJournal password";
|
||||
$a->strings["Post to LiveJournal by default"] = "Posta su LiveJournal di default";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to LiveJournal"] = "";
|
||||
$a->strings["LiveJournal Post Settings"] = "";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "";
|
||||
$a->strings["LiveJournal username"] = "";
|
||||
$a->strings["LiveJournal password"] = "";
|
||||
$a->strings["Post to LiveJournal by default"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
79
mailstream/lang/it/messages.po
Normal file
79
mailstream/lang/it/messages.po
Normal file
|
@ -0,0 +1,79 @@
|
|||
# ADDON mailstream
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica mailstream addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 09:54+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: mailstream.php:55
|
||||
msgid "From Address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:57
|
||||
msgid "Email address that stream items will appear to be from."
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:60 mailstream.php:282
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:165
|
||||
msgid "Re:"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:173
|
||||
msgid "Friendica post"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:176
|
||||
msgid "Diaspora post"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:183
|
||||
msgid "Feed item"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:186
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:188
|
||||
msgid "Friendica Item"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:229
|
||||
msgid "Upstream"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:230
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:274
|
||||
msgid "Email Address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:276
|
||||
msgid "Leave blank to use your account email address"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:279
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: mailstream.php:281
|
||||
msgid "Mail Stream Settings"
|
||||
msgstr ""
|
22
mailstream/lang/it/strings.php
Normal file
22
mailstream/lang/it/strings.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "";
|
||||
$a->strings["Diaspora post"] = "";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
52
mathjax/lang/it/messages.po
Normal file
52
mathjax/lang/it/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON mathjax
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica mathjax addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 09:55+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: mathjax.php:36 mathjax.php:40
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:42
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:43
|
||||
msgid "Use the MathJax renderer"
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:47 mathjax.php:80
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:71
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:81
|
||||
msgid "MathJax Base URL"
|
||||
msgstr ""
|
||||
|
||||
#: mathjax.php:81
|
||||
msgid ""
|
||||
"The URL for the javascript file that should be included to use MathJax. Can "
|
||||
"be either the MathJax CDN or another installation of MathJax."
|
||||
msgstr ""
|
|
@ -1,9 +1,14 @@
|
|||
<?php
|
||||
|
||||
$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."] = "";
|
||||
$a->strings["Use the MathJax renderer"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
$a->strings["MathJax Base URL"] = "";
|
||||
$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."] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Settings"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Use the MathJax renderer"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
$a->strings["MathJax Base URL"] = "";
|
||||
$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."] = "";
|
||||
|
|
166
morepokes/lang/it/messages.po
Normal file
166
morepokes/lang/it/messages.po
Normal file
|
@ -0,0 +1,166 @@
|
|||
# ADDON morepokes
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica morepokes addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 10:18+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: morepokes.php:19
|
||||
msgid "bitchslap"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:19
|
||||
msgid "bitchslapped"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:20
|
||||
msgid "shag"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:20
|
||||
msgid "shagged"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:21
|
||||
msgid "do something obscenely biological to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:21
|
||||
msgid "did something obscenely biological to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:22
|
||||
msgid "point out the poke feature to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:22
|
||||
msgid "pointed out the poke feature to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:23
|
||||
msgid "declare undying love for"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:23
|
||||
msgid "declared undying love for"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:24
|
||||
msgid "patent"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:24
|
||||
msgid "patented"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:25
|
||||
msgid "stroke beard"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:25
|
||||
msgid "stroked their beard at"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:26
|
||||
msgid ""
|
||||
"bemoan the declining standards of modern secondary and tertiary education to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:26
|
||||
msgid ""
|
||||
"bemoans the declining standards of modern secondary and tertiary education "
|
||||
"to"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:27
|
||||
msgid "hug"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:27
|
||||
msgid "hugged"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:28
|
||||
msgid "kiss"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:28
|
||||
msgid "kissed"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:29
|
||||
msgid "raise eyebrows at"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:29
|
||||
msgid "raised their eyebrows at"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:30
|
||||
msgid "insult"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:30
|
||||
msgid "insulted"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:31
|
||||
msgid "praise"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:31
|
||||
msgid "praised"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:32
|
||||
msgid "be dubious of"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:32
|
||||
msgid "was dubious of"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:33
|
||||
msgid "eat"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:33
|
||||
msgid "ate"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:34
|
||||
msgid "giggle and fawn at"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:34
|
||||
msgid "giggled and fawned at"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:35
|
||||
msgid "doubt"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:35
|
||||
msgid "doubted"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:36
|
||||
msgid "glare"
|
||||
msgstr ""
|
||||
|
||||
#: morepokes.php:36
|
||||
msgid "glared at"
|
||||
msgstr ""
|
|
@ -1,38 +1,43 @@
|
|||
<?php
|
||||
|
||||
$a->strings["bitchslap"] = "";
|
||||
$a->strings["bitchslapped"] = "";
|
||||
$a->strings["shag"] = "";
|
||||
$a->strings["shagged"] = "";
|
||||
$a->strings["do something obscenely biological to"] = "";
|
||||
$a->strings["did something obscenely biological to"] = "";
|
||||
$a->strings["point out the poke feature to"] = "";
|
||||
$a->strings["pointed out the poke feature to"] = "";
|
||||
$a->strings["declare undying love for"] = "";
|
||||
$a->strings["declared undying love for"] = "";
|
||||
$a->strings["patent"] = "";
|
||||
$a->strings["patented"] = "";
|
||||
$a->strings["stroke beard"] = "";
|
||||
$a->strings["stroked their beard at"] = "";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["hug"] = "abbraccia";
|
||||
$a->strings["hugged"] = "ha abbracciato";
|
||||
$a->strings["kiss"] = "bacia";
|
||||
$a->strings["kissed"] = "ha baciato";
|
||||
$a->strings["raise eyebrows at"] = "solleva un sopracciglio a";
|
||||
$a->strings["raised their eyebrows at"] = "ha sollevato un sopracciglio a";
|
||||
$a->strings["insult"] = "insulta";
|
||||
$a->strings["insulted"] = "ha insultato";
|
||||
$a->strings["praise"] = "prega";
|
||||
$a->strings["praised"] = "ha pregato";
|
||||
$a->strings["be dubious of"] = "è dubbioso di";
|
||||
$a->strings["was dubious of"] = "";
|
||||
$a->strings["eat"] = "mangia";
|
||||
$a->strings["ate"] = "ha mangiato";
|
||||
$a->strings["giggle and fawn at"] = "";
|
||||
$a->strings["giggled and fawned at"] = "";
|
||||
$a->strings["doubt"] = "";
|
||||
$a->strings["doubted"] = "";
|
||||
$a->strings["glare"] = "";
|
||||
$a->strings["glared at"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["bitchslap"] = "";
|
||||
$a->strings["bitchslapped"] = "";
|
||||
$a->strings["shag"] = "";
|
||||
$a->strings["shagged"] = "";
|
||||
$a->strings["do something obscenely biological to"] = "";
|
||||
$a->strings["did something obscenely biological to"] = "";
|
||||
$a->strings["point out the poke feature to"] = "";
|
||||
$a->strings["pointed out the poke feature to"] = "";
|
||||
$a->strings["declare undying love for"] = "";
|
||||
$a->strings["declared undying love for"] = "";
|
||||
$a->strings["patent"] = "";
|
||||
$a->strings["patented"] = "";
|
||||
$a->strings["stroke beard"] = "";
|
||||
$a->strings["stroked their beard at"] = "";
|
||||
$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
|
||||
$a->strings["hug"] = "";
|
||||
$a->strings["hugged"] = "";
|
||||
$a->strings["kiss"] = "";
|
||||
$a->strings["kissed"] = "";
|
||||
$a->strings["raise eyebrows at"] = "";
|
||||
$a->strings["raised their eyebrows at"] = "";
|
||||
$a->strings["insult"] = "";
|
||||
$a->strings["insulted"] = "";
|
||||
$a->strings["praise"] = "";
|
||||
$a->strings["praised"] = "";
|
||||
$a->strings["be dubious of"] = "";
|
||||
$a->strings["was dubious of"] = "";
|
||||
$a->strings["eat"] = "";
|
||||
$a->strings["ate"] = "";
|
||||
$a->strings["giggle and fawn at"] = "";
|
||||
$a->strings["giggled and fawned at"] = "";
|
||||
$a->strings["doubt"] = "";
|
||||
$a->strings["doubted"] = "";
|
||||
$a->strings["glare"] = "";
|
||||
$a->strings["glared at"] = "";
|
||||
|
|
75
newmemberwidget/lang/it/messages.po
Normal file
75
newmemberwidget/lang/it/messages.po
Normal file
|
@ -0,0 +1,75 @@
|
|||
# ADDON newmemberwidget
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica newmemberwidget addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 10:26+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: newmemberwidget.php:23
|
||||
msgid "New Member"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:24
|
||||
msgid "Tips for New Members"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:26
|
||||
msgid "Global Support Forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:28
|
||||
msgid "Local Support Forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:51
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:52
|
||||
msgid "Message"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:52
|
||||
msgid "Your message for new members. You can use bbcode here."
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:53
|
||||
msgid "Add a link to global support forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:53
|
||||
msgid "Should a link to the global support forum be displayed?"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:54
|
||||
msgid "Add a link to the local support forum"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:54
|
||||
msgid ""
|
||||
"If you have a local support forum and wand to have a link displayed in the "
|
||||
"widget, check this box."
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:55
|
||||
msgid "Name of the local support group"
|
||||
msgstr ""
|
||||
|
||||
#: newmemberwidget.php:55
|
||||
msgid ""
|
||||
"If you checked the above, specify the <em>nickname</em> of the local support"
|
||||
" group here (i.e. helpers)"
|
||||
msgstr ""
|
20
newmemberwidget/lang/it/strings.php
Normal file
20
newmemberwidget/lang/it/strings.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["New Member"] = "";
|
||||
$a->strings["Tips for New Members"] = "";
|
||||
$a->strings["Global Support Forum"] = "";
|
||||
$a->strings["Local Support Forum"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Message"] = "";
|
||||
$a->strings["Your message for new members. You can use bbcode here."] = "";
|
||||
$a->strings["Add a link to global support forum"] = "";
|
||||
$a->strings["Should a link to the global support forum be displayed?"] = "";
|
||||
$a->strings["Add a link to the local support forum"] = "";
|
||||
$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "";
|
||||
$a->strings["Name of the local support group"] = "";
|
||||
$a->strings["If you checked the above, specify the <em>nickname</em> of the local support group here (i.e. helpers)"] = "";
|
35
notimeline/lang/it/messages.po
Normal file
35
notimeline/lang/it/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON notimeline
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica notimeline addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 10:30+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: notimeline.php:32
|
||||
msgid "No Timeline settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: notimeline.php:56
|
||||
msgid "No Timeline Settings"
|
||||
msgstr ""
|
||||
|
||||
#: notimeline.php:58
|
||||
msgid "Disable Archive selector on profile wall"
|
||||
msgstr ""
|
||||
|
||||
#: notimeline.php:64
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["No Timeline settings updated."] = "";
|
||||
$a->strings["No Timeline Settings"] = "";
|
||||
$a->strings["Disable Archive selector on profile wall"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["No Timeline settings updated."] = "";
|
||||
$a->strings["No Timeline Settings"] = "";
|
||||
$a->strings["Disable Archive selector on profile wall"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
58
nsfw/lang/it/messages.po
Normal file
58
nsfw/lang/it/messages.po
Normal file
|
@ -0,0 +1,58 @@
|
|||
# ADDON nsfw
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica nsfw addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 10:34+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: nsfw.php:78 nsfw.php:82
|
||||
msgid "Not Safe For Work (General Purpose Content Filter)"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:86
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:87
|
||||
msgid "Enable Content filter"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:90
|
||||
msgid "Comma separated list of keywords to hide"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:94
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:95
|
||||
msgid "Use /expression/ to provide regular expressions"
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:111
|
||||
msgid "NSFW Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: nsfw.php:166
|
||||
#, php-format
|
||||
msgid "%s - Click to open/close"
|
||||
msgstr ""
|
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
$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 puo' 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 puo' cercare anche qualsiasi parola che inserisci, quindi puo' 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"] = "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";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Not Safe For Work (General Purpose Content Filter)"] = "";
|
||||
$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."] = "";
|
||||
$a->strings["Enable Content filter"] = "";
|
||||
$a->strings["Comma separated list of keywords to hide"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "";
|
||||
$a->strings["NSFW Settings saved."] = "";
|
||||
$a->strings["%s - Click to open/close"] = "";
|
||||
|
|
35
numfriends/lang/it/messages.po
Normal file
35
numfriends/lang/it/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON numfriends
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica numfriends addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 10:58+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: numfriends.php:46
|
||||
msgid "Numfriends settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: numfriends.php:77
|
||||
msgid "Numfriends Settings"
|
||||
msgstr ""
|
||||
|
||||
#: numfriends.php:79
|
||||
msgid "How many contacts to display on profile sidebar"
|
||||
msgstr ""
|
||||
|
||||
#: numfriends.php:85
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$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"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Numfriends settings updated."] = "";
|
||||
$a->strings["Numfriends Settings"] = "";
|
||||
$a->strings["How many contacts to display on profile sidebar"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
49
openstreetmap/lang/it/messages.po
Normal file
49
openstreetmap/lang/it/messages.po
Normal file
|
@ -0,0 +1,49 @@
|
|||
# ADDON openstreetmap
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica openstreetmap addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:01+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: openstreetmap.php:70
|
||||
msgid "Map"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:94
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:95
|
||||
msgid "Tile Server URL"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:95
|
||||
msgid ""
|
||||
"A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" "
|
||||
"target=\"_blank\">public tile servers</a>"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:96
|
||||
msgid "Default zoom"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:96
|
||||
msgid "The default zoom level. (1:world, 18:highest)"
|
||||
msgstr ""
|
||||
|
||||
#: openstreetmap.php:104
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
|
@ -1,8 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Tile Server URL"] = "";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "Default zoom";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Map"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Tile Server URL"] = "";
|
||||
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
|
||||
$a->strings["Default zoom"] = "";
|
||||
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
|
|
31
pageheader/lang/it/messages.po
Normal file
31
pageheader/lang/it/messages.po
Normal file
|
@ -0,0 +1,31 @@
|
|||
# ADDON pageheader
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica pageheader addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:17+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: pageheader.php:50
|
||||
msgid "\"pageheader\" Settings"
|
||||
msgstr ""
|
||||
|
||||
#: pageheader.php:55
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: pageheader.php:68
|
||||
msgid "pageheader Settings saved."
|
||||
msgstr ""
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["\"pageheader\" Settings"] = "Impostazioni \"pageheader\"";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["pageheader Settings saved."] = "Impostazioni salvate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"pageheader\" Settings"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["pageheader Settings saved."] = "";
|
||||
|
|
63
piwik/lang/it/messages.po
Normal file
63
piwik/lang/it/messages.po
Normal file
|
@ -0,0 +1,63 @@
|
|||
# ADDON piwik
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica piwik addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:18+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: piwik.php:77
|
||||
msgid ""
|
||||
"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> "
|
||||
"analytics tool."
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:80
|
||||
#, php-format
|
||||
msgid ""
|
||||
"If you do not want that your visits are logged this way you <a href='%s'>can"
|
||||
" set a cookie to prevent Piwik from tracking further visits of the site</a> "
|
||||
"(opt-out)."
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:87
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:88
|
||||
msgid "Piwik Base URL"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:88
|
||||
msgid ""
|
||||
"Absolute path to your Piwik installation. (without protocol (http/s), with "
|
||||
"trailing slash)"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:89
|
||||
msgid "Site ID"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:90
|
||||
msgid "Show opt-out cookie link?"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:91
|
||||
msgid "Asynchronous tracking"
|
||||
msgstr ""
|
||||
|
||||
#: piwik.php:103
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Questo sito è monitorato con lo strumento di analisi <a href='http://www.piwik.org'>Piwik</a>.";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Se non vuoi che le tue visite vengono registrate in questo modo è possibile <a href='%s'>impostare un cookie per evitare che Piwik rintracci ulteriori visite del sito</a> (opt-out).";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Piwik Base URL"] = "Piwik Base URL";
|
||||
$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/https), con la barra alla fine";
|
||||
$a->strings["Site ID"] = "Site ID";
|
||||
$a->strings["Show opt-out cookie link?"] = "Mostra il link per il cookie opt-out?";
|
||||
$a->strings["Asynchronous tracking"] = "Tracciamento asincrono";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "";
|
||||
$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Piwik Base URL"] = "";
|
||||
$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."] = "";
|
||||
|
|
31
planets/lang/it/messages.po
Normal file
31
planets/lang/it/messages.po
Normal file
|
@ -0,0 +1,31 @@
|
|||
# ADDON planets
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica planets addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:19+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: planets.php:150
|
||||
msgid "Planets Settings"
|
||||
msgstr ""
|
||||
|
||||
#: planets.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: planets.php:158
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Planets Settings"] = "Impostazioni Planet";
|
||||
$a->strings["Enable Planets Plugin"] = "Abilita plugin Planet";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "";
|
||||
$a->strings["Enable Planets Plugin"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
52
public_server/lang/it/messages.po
Normal file
52
public_server/lang/it/messages.po
Normal file
|
@ -0,0 +1,52 @@
|
|||
# ADDON public_server
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica public_server addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:24+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: public_server.php:64
|
||||
msgid "Administrator"
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:129
|
||||
#, php-format
|
||||
msgid "Your account on %s will expire in a few days."
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:130
|
||||
msgid "Your Friendica account is about to expire."
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:131
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Hi %1$s,\n"
|
||||
"\n"
|
||||
"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:159
|
||||
msgid "Settings saved"
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:165
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: public_server.php:167
|
||||
msgid "Set any of these options to 0 to deactivate it."
|
||||
msgstr ""
|
|
@ -1,5 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Amministratore";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica account is about to expire."] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica account is about to expire."] = "";
|
||||
$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
|
||||
$a->strings["Settings saved"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Set any of these options to 0 to deactivate it."] = "";
|
||||
|
|
101
pumpio/lang/it/messages.po
Normal file
101
pumpio/lang/it/messages.po
Normal file
|
@ -0,0 +1,101 @@
|
|||
# ADDON pumpio
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica pumpio addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 11:30+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: pumpio.php:38
|
||||
msgid "Permission denied."
|
||||
msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: pumpio.php:165
|
||||
msgid "return to the connector page"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:183
|
||||
msgid "Post to pumpio"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:221 pumpio.php:225
|
||||
msgid "Pump.io Import/Export/Mirror"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:229
|
||||
msgid "pump.io username (without the servername)"
|
||||
msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: pumpio.php:255
|
||||
msgid "Enable pump.io Post Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:260
|
||||
msgid "Post to pump.io by default"
|
||||
msgstr ""
|
||||
|
||||
#: pumpio.php:265
|
||||
msgid "Should posts be public?"
|
||||
msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: pumpio.php:879
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr ""
|
27
pumpio/lang/it/strings.php
Normal file
27
pumpio/lang/it/strings.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "";
|
||||
$a->strings["Unable to register the client at the pump.io server '%s'."] = "";
|
||||
$a->strings["You are now authenticated to pumpio."] = "";
|
||||
$a->strings["return to the connector page"] = "";
|
||||
$a->strings["Post to pumpio"] = "";
|
||||
$a->strings["Pump.io Import/Export/Mirror"] = "";
|
||||
$a->strings["pump.io username (without the servername)"] = "";
|
||||
$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "";
|
||||
$a->strings["Authenticate your pump.io connection"] = "";
|
||||
$a->strings["Import the remote timeline"] = "";
|
||||
$a->strings["Enable pump.io Post Plugin"] = "";
|
||||
$a->strings["Post to pump.io by default"] = "";
|
||||
$a->strings["Should posts be public?"] = "";
|
||||
$a->strings["Mirror all public posts"] = "";
|
||||
$a->strings["Check to delete this preset"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Pump.io post failed. Queued for retry."] = "";
|
||||
$a->strings["Pump.io like failed. Queued for retry."] = "";
|
||||
$a->strings["status"] = "";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "";
|
53
qcomment/lang/it/messages.po
Normal file
53
qcomment/lang/it/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON qcomment
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica qcomment addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 12:30+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: qcomment.php:51
|
||||
msgid ":-)"
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:51
|
||||
msgid ":-("
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:51
|
||||
msgid "lol"
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:54
|
||||
msgid "Quick Comment Settings"
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:56
|
||||
msgid ""
|
||||
"Quick comments are found near comment boxes, sometimes hidden. Click them to"
|
||||
" provide simple replies."
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:57
|
||||
msgid "Enter quick comments, one per line"
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:61
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: qcomment.php:75
|
||||
msgid "Quick Comment settings saved."
|
||||
msgstr ""
|
|
@ -1,10 +1,15 @@
|
|||
<?php
|
||||
|
||||
$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["Submit"] = "Invia";
|
||||
$a->strings["Quick Comment settings saved."] = "Impostazioni commento rapido salvate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings[":-)"] = "";
|
||||
$a->strings[":-("] = "";
|
||||
$a->strings["lol"] = "";
|
||||
$a->strings["Quick Comment Settings"] = "";
|
||||
$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
|
||||
$a->strings["Enter quick comments, one per line"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Quick Comment settings saved."] = "";
|
||||
|
|
31
randplace/lang/it/messages.po
Normal file
31
randplace/lang/it/messages.po
Normal file
|
@ -0,0 +1,31 @@
|
|||
# ADDON randplace
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica randplace addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 12:34+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: randplace.php:169
|
||||
msgid "Randplace Settings"
|
||||
msgstr ""
|
||||
|
||||
#: randplace.php:171
|
||||
msgid "Enable Randplace Plugin"
|
||||
msgstr ""
|
||||
|
||||
#: randplace.php:177
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Randplace Settings"] = "Impostazioni Randplace";
|
||||
$a->strings["Enable Randplace Plugin"] = "Abilita il plugin Randplace";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Randplace Settings"] = "";
|
||||
$a->strings["Enable Randplace Plugin"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
|
|
69
remote_permissions/lang/it/messages.po
Normal file
69
remote_permissions/lang/it/messages.po
Normal file
|
@ -0,0 +1,69 @@
|
|||
# ADDON remote_permissions
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica remote_permissions addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 12:35+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: remote_permissions.php:45
|
||||
msgid "Remote Permissions Settings"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:46
|
||||
msgid ""
|
||||
"Allow recipients of your private posts to see the other recipients of the "
|
||||
"posts"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:48 remote_permissions.php:196
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:58
|
||||
msgid "Remote Permissions settings updated."
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:124
|
||||
msgid "Visible to:"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:178
|
||||
msgid "Visible to"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:178
|
||||
msgid "may only be a partial list"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:197
|
||||
msgid "Global"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:197
|
||||
msgid "The posts of every user on this server show the post recipients"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:198
|
||||
msgid "Individual"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:198
|
||||
msgid "Each user chooses whether his/her posts show the post recipients"
|
||||
msgstr ""
|
||||
|
||||
#: remote_permissions.php:205
|
||||
msgid "Settings updated."
|
||||
msgstr ""
|
|
@ -1,14 +1,19 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Remote Permissions Settings"] = "";
|
||||
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Remote Permissions settings updated."] = "";
|
||||
$a->strings["Visible to:"] = "Visibile a:";
|
||||
$a->strings["Visible to"] = "";
|
||||
$a->strings["may only be a partial list"] = "";
|
||||
$a->strings["Global"] = "";
|
||||
$a->strings["The posts of every user on this server show the post recipients"] = "";
|
||||
$a->strings["Individual"] = "";
|
||||
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Remote Permissions Settings"] = "";
|
||||
$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Remote Permissions settings updated."] = "";
|
||||
$a->strings["Visible to:"] = "";
|
||||
$a->strings["Visible to"] = "";
|
||||
$a->strings["may only be a partial list"] = "";
|
||||
$a->strings["Global"] = "";
|
||||
$a->strings["The posts of every user on this server show the post recipients"] = "";
|
||||
$a->strings["Individual"] = "";
|
||||
$a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
|
||||
$a->strings["Settings updated."] = "";
|
||||
|
|
26
rendertime/lang/it/messages.po
Normal file
26
rendertime/lang/it/messages.po
Normal file
|
@ -0,0 +1,26 @@
|
|||
# ADDON rendertime
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica rendertime addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
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-06-23 12:36+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: rendertime.php:30
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, "
|
||||
"Other: %s, Total: %s"
|
||||
msgstr ""
|
|
@ -1,2 +1,8 @@
|
|||
<?php
|
||||
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "";
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue