Merge pull request #450 from tuscanhobbit/master

IT: strings updated
This commit is contained in:
Paolo T 2014-05-09 10:14:25 +02:00
commit f518528ac2
2 changed files with 11 additions and 11 deletions

View File

@ -14,7 +14,7 @@ msgstr ""
"Project-Id-Version: Red Matrix\n" "Project-Id-Version: Red Matrix\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-05-02 00:03-0700\n" "POT-Creation-Date: 2014-05-02 00:03-0700\n"
"PO-Revision-Date: 2014-05-08 12:17+0000\n" "PO-Revision-Date: 2014-05-09 08:00+0000\n"
"Last-Translator: tuscanhobbit Pa <pynolo@tarine.net>\n" "Last-Translator: tuscanhobbit Pa <pynolo@tarine.net>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n" "Language-Team: Italian (http://www.transifex.com/projects/p/red-matrix/language/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -733,11 +733,11 @@ msgstr "vuole"
#: ../../include/taxonomy.php:254 #: ../../include/taxonomy.php:254
msgid "likes" msgid "likes"
msgstr "ama" msgstr "mi piace"
#: ../../include/taxonomy.php:255 #: ../../include/taxonomy.php:255
msgid "dislikes" msgid "dislikes"
msgstr "non ama" msgstr "non mi piace"
#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 #: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185
#: ../../view/theme/redbasic/php/config.php:84 #: ../../view/theme/redbasic/php/config.php:84
@ -2232,7 +2232,7 @@ msgstr "È stato ripristinato un insieme con lo stesso nome che era stato elimin
#: ../../include/group.php:223 #: ../../include/group.php:223
msgid "Default privacy group for new contacts" msgid "Default privacy group for new contacts"
msgstr "Insieme predefinito per i nuovi canali che aggiungi" msgstr "Insieme predefinito per i canali che inizi a seguire"
#: ../../include/group.php:242 ../../mod/admin.php:762 #: ../../include/group.php:242 ../../mod/admin.php:762
msgid "All Channels" msgid "All Channels"
@ -4251,11 +4251,11 @@ msgstr "Partner affettivo"
#: ../../mod/profiles.php:302 #: ../../mod/profiles.php:302
msgid "Likes" msgid "Likes"
msgstr "Cosa gli piace" msgstr "Mi piace"
#: ../../mod/profiles.php:306 #: ../../mod/profiles.php:306
msgid "Dislikes" msgid "Dislikes"
msgstr "Cosa non gli piace" msgstr "Non mi piace"
#: ../../mod/profiles.php:310 #: ../../mod/profiles.php:310
msgid "Work/Employment" msgid "Work/Employment"

View File

@ -155,8 +155,8 @@ $a->strings["have"] = "ho";
$a->strings["has"] = "ha"; $a->strings["has"] = "ha";
$a->strings["want"] = "voglio"; $a->strings["want"] = "voglio";
$a->strings["wants"] = "vuole"; $a->strings["wants"] = "vuole";
$a->strings["likes"] = "ama"; $a->strings["likes"] = "mi piace";
$a->strings["dislikes"] = "non ama"; $a->strings["dislikes"] = "non mi piace";
$a->strings["Default"] = "Predefinito"; $a->strings["Default"] = "Predefinito";
$a->strings["Unknown | Not categorised"] = "Sconosciuto | Senza categoria"; $a->strings["Unknown | Not categorised"] = "Sconosciuto | Senza categoria";
$a->strings["Block immediately"] = "Blocca subito"; $a->strings["Block immediately"] = "Blocca subito";
@ -517,7 +517,7 @@ $a->strings["Invalid data packet"] = "Dati non validi";
$a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale"; $a->strings["Unable to verify channel signature"] = "Impossibile verificare la firma elettronica del canale";
$a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s"; $a->strings["Unable to verify site signature for %s"] = "Impossibile verificare la firma elettronica del sito %s";
$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso."; $a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "È stato ripristinato un insieme con lo stesso nome che era stato eliminato in precedenza. I permessi già presenti <strong>potrebbero</strong> rimanere validi per i nuovi canali. Se non vuoi che ciò accada, devi creare un altro insieme con un nome diverso.";
$a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i nuovi canali che aggiungi"; $a->strings["Default privacy group for new contacts"] = "Insieme predefinito per i canali che inizi a seguire";
$a->strings["All Channels"] = "Tutti i canali"; $a->strings["All Channels"] = "Tutti i canali";
$a->strings["edit"] = "modifica"; $a->strings["edit"] = "modifica";
$a->strings["Collections"] = "Insiemi di canali"; $a->strings["Collections"] = "Insiemi di canali";
@ -1005,8 +1005,8 @@ $a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo
$a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio ."; $a->strings["Profile Name is required."] = "Il nome del profilo è obbligatorio .";
$a->strings["Marital Status"] = "Stato sentimentale"; $a->strings["Marital Status"] = "Stato sentimentale";
$a->strings["Romantic Partner"] = "Partner affettivo"; $a->strings["Romantic Partner"] = "Partner affettivo";
$a->strings["Likes"] = "Cosa gli piace"; $a->strings["Likes"] = "Mi piace";
$a->strings["Dislikes"] = "Cosa non gli piace"; $a->strings["Dislikes"] = "Non mi piace";
$a->strings["Work/Employment"] = "Lavoro/impiego"; $a->strings["Work/Employment"] = "Lavoro/impiego";
$a->strings["Religion"] = "Religione"; $a->strings["Religion"] = "Religione";
$a->strings["Political Views"] = "Orientamento politico"; $a->strings["Political Views"] = "Orientamento politico";