Merge pull request #65 from tuscanhobbit/master

More updates on Italian translation from transifex
This commit is contained in:
Wave 2015-10-01 17:31:00 +02:00
commit d9f962ee6f
2 changed files with 17 additions and 17 deletions

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: Redmatrix\n" "Project-Id-Version: Redmatrix\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-26 22:48-0700\n" "POT-Creation-Date: 2015-09-26 22:48-0700\n"
"PO-Revision-Date: 2015-10-01 15:08+0000\n" "PO-Revision-Date: 2015-10-01 15:20+0000\n"
"Last-Translator: tuscanhobbit <pynolo@tarine.net>\n" "Last-Translator: tuscanhobbit <pynolo@tarine.net>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/red-matrix/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/Friendica/red-matrix/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -283,19 +283,19 @@ msgstr "Personalizzazione per esperti"
#: ../../include/chat.php:23 #: ../../include/chat.php:23
msgid "Missing room name" msgid "Missing room name"
msgstr "Area chat senza nome" msgstr "Chat senza nome"
#: ../../include/chat.php:32 #: ../../include/chat.php:32
msgid "Duplicate room name" msgid "Duplicate room name"
msgstr "Il nome dell'area chat è duplicato" msgstr "Il nome della chat è duplicato"
#: ../../include/chat.php:82 ../../include/chat.php:90 #: ../../include/chat.php:82 ../../include/chat.php:90
msgid "Invalid room specifier." msgid "Invalid room specifier."
msgstr "Il nome dell'area chat non è valido." msgstr "Il nome della chat non è valido."
#: ../../include/chat.php:122 #: ../../include/chat.php:122
msgid "Room not found." msgid "Room not found."
msgstr "Area chat non trovata." msgstr "Chat non trovata."
#: ../../include/chat.php:133 ../../include/photos.php:26 #: ../../include/chat.php:133 ../../include/photos.php:26
#: ../../include/attach.php:137 ../../include/attach.php:185 #: ../../include/attach.php:137 ../../include/attach.php:185
@ -343,7 +343,7 @@ msgstr "Permesso negato."
#: ../../include/chat.php:143 #: ../../include/chat.php:143
msgid "Room is full" msgid "Room is full"
msgstr "L'area chat è al completo" msgstr "La chat è al completo"
#: ../../include/datetime.php:48 #: ../../include/datetime.php:48
msgid "Miscellaneous" msgid "Miscellaneous"
@ -5149,11 +5149,11 @@ msgstr "Devi aver effettuato l'accesso per vedere questa pagina."
#: ../../mod/chat.php:171 #: ../../mod/chat.php:171
msgid "Room not found" msgid "Room not found"
msgstr "Area chat non trovata" msgstr "Chat non trovata"
#: ../../mod/chat.php:182 #: ../../mod/chat.php:182
msgid "Leave Room" msgid "Leave Room"
msgstr "Lascia l'area chat" msgstr "Lascia la chat"
#: ../../mod/chat.php:183 #: ../../mod/chat.php:183
msgid "Delete This Room" msgid "Delete This Room"
@ -5169,7 +5169,7 @@ msgstr "Sono online"
#: ../../mod/chat.php:187 #: ../../mod/chat.php:187
msgid "Bookmark this room" msgid "Bookmark this room"
msgstr "Aggiungi l'area chat ai segnalibri" msgstr "Aggiungi questa chat ai segnalibri"
#: ../../mod/chat.php:205 ../../mod/chat.php:227 #: ../../mod/chat.php:205 ../../mod/chat.php:227
msgid "New Chatroom" msgid "New Chatroom"

View File

@ -62,12 +62,12 @@ $a->strings["Celebrity/Soapbox"] = "Pagina per fan";
$a->strings["Group Repository"] = "Repository di gruppo"; $a->strings["Group Repository"] = "Repository di gruppo";
$a->strings["Other"] = "Altro"; $a->strings["Other"] = "Altro";
$a->strings["Custom/Expert Mode"] = "Personalizzazione per esperti"; $a->strings["Custom/Expert Mode"] = "Personalizzazione per esperti";
$a->strings["Missing room name"] = "Area chat senza nome"; $a->strings["Missing room name"] = "Chat senza nome";
$a->strings["Duplicate room name"] = "Il nome dell'area chat è duplicato"; $a->strings["Duplicate room name"] = "Il nome della chat è duplicato";
$a->strings["Invalid room specifier."] = "Il nome dell'area chat non è valido."; $a->strings["Invalid room specifier."] = "Il nome della chat non è valido.";
$a->strings["Room not found."] = "Area chat non trovata."; $a->strings["Room not found."] = "Chat non trovata.";
$a->strings["Permission denied."] = "Permesso negato."; $a->strings["Permission denied."] = "Permesso negato.";
$a->strings["Room is full"] = "L'area chat è al completo"; $a->strings["Room is full"] = "La chat è al completo";
$a->strings["Miscellaneous"] = "Altro"; $a->strings["Miscellaneous"] = "Altro";
$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG"; $a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG oppure MM-GG";
$a->strings["Required"] = "Obbligatorio"; $a->strings["Required"] = "Obbligatorio";
@ -1214,12 +1214,12 @@ $a->strings["Collection is empty"] = "L'insieme di canali è vuoto";
$a->strings["Collection: "] = "Insieme:"; $a->strings["Collection: "] = "Insieme:";
$a->strings["Invalid connection."] = "Contatto non valido."; $a->strings["Invalid connection."] = "Contatto non valido.";
$a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina."; $a->strings["You must be logged in to see this page."] = "Devi aver effettuato l'accesso per vedere questa pagina.";
$a->strings["Room not found"] = "Area chat non trovata"; $a->strings["Room not found"] = "Chat non trovata";
$a->strings["Leave Room"] = "Lascia l'area chat"; $a->strings["Leave Room"] = "Lascia la chat";
$a->strings["Delete This Room"] = "Elimina questa chat"; $a->strings["Delete This Room"] = "Elimina questa chat";
$a->strings["I am away right now"] = "Non sono presente"; $a->strings["I am away right now"] = "Non sono presente";
$a->strings["I am online"] = "Sono online"; $a->strings["I am online"] = "Sono online";
$a->strings["Bookmark this room"] = "Aggiungi l'area chat ai segnalibri"; $a->strings["Bookmark this room"] = "Aggiungi questa chat ai segnalibri";
$a->strings["New Chatroom"] = "Nuova chat"; $a->strings["New Chatroom"] = "Nuova chat";
$a->strings["Chatroom Name"] = "Nome della chat"; $a->strings["Chatroom Name"] = "Nome della chat";
$a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s"; $a->strings["%1\$s's Chatrooms"] = "Le chat di %1\$s";