IT: update to the buffer translation

This commit is contained in:
Tobias Diekershoff 2015-11-02 15:41:27 +01:00
parent ffa9f9e95c
commit 76797e5ed1
2 changed files with 6 additions and 5 deletions

View file

@ -5,14 +5,15 @@
# #
# Translators: # Translators:
# fabrixxm <fabrix.xm@gmail.com>, 2014 # fabrixxm <fabrix.xm@gmail.com>, 2014
# Sandro Santilli <strk@keybit.net>, 2015
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n" "POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2014-09-10 10:27+0000\n" "PO-Revision-Date: 2015-11-01 11:05+0000\n"
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n" "Last-Translator: Sandro Santilli <strk@keybit.net>\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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -69,7 +70,7 @@ msgstr "Invia sempre a Buffer"
#: buffer.php:156 #: buffer.php:156
msgid "Check to delete this preset" msgid "Check to delete this preset"
msgstr "Seleziona per elimiare queto preset" msgstr "Seleziona per eliminare questo preset"
#: buffer.php:165 #: buffer.php:165
msgid "Posts are going to all accounts that are enabled by default:" msgid "Posts are going to all accounts that are enabled by default:"

View file

@ -17,5 +17,5 @@ $a->strings["Buffer Export"] = "Esporta Buffer";
$a->strings["Authenticate your Buffer connection"] = "Autentica la tua connessione a 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["Enable Buffer Post Plugin"] = "Abilita il plugin di invio a Buffer";
$a->strings["Post to Buffer by default"] = "Invia sempre 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["Check to delete this preset"] = "Seleziona per eliminare questo preset";
$a->strings["Posts are going to all accounts that are enabled by default:"] = "I messaggi andranno a tutti gli account che sono abilitati:"; $a->strings["Posts are going to all accounts that are enabled by default:"] = "I messaggi andranno a tutti gli account che sono abilitati:";