mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Update IT strings
This commit is contained in:
parent
dd7dc77a10
commit
b5701ac885
34 changed files with 153 additions and 85 deletions
|
@ -4,15 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014-2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-10-15 08:38+0000\n"
|
||||
"PO-Revision-Date: 2015-08-31 10:15+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -25,7 +25,7 @@ msgstr "Invia a InsaneJournal"
|
|||
|
||||
#: ijpost.php:70
|
||||
msgid "InsaneJournal Post Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni post InsaneJournal"
|
||||
|
||||
#: ijpost.php:72
|
||||
msgid "Enable InsaneJournal Post Plugin"
|
||||
|
@ -45,4 +45,4 @@ msgstr "Invia sempre a InsaneJournal"
|
|||
|
||||
#: ijpost.php:93
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
msgstr "Invia"
|
||||
|
|
|
@ -6,9 +6,9 @@ function string_plural_select_it($n){
|
|||
}}
|
||||
;
|
||||
$a->strings["Post to Insanejournal"] = "Invia a InsaneJournal";
|
||||
$a->strings["InsaneJournal Post Settings"] = "";
|
||||
$a->strings["InsaneJournal Post Settings"] = "Impostazioni post InsaneJournal";
|
||||
$a->strings["Enable InsaneJournal Post Plugin"] = "Abilita il plugin di 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"] = "";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue