mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"POT-Creation-Date: 2014-06-23 14:44+0200\n"
|
||||
"PO-Revision-Date: 2014-07-07 19:09+0000\n"
|
||||
"Last-Translator: Michal Šupler <msupler@gmail.com>\n"
|
||||
"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
#
|
||||
# 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-06-23 08:32+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2014-06-23 14:44+0200\n"
|
||||
"PO-Revision-Date: 2014-09-10 12:14+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"
|
||||
|
@ -20,48 +21,48 @@ msgstr ""
|
|||
|
||||
#: gpluspost.php:38
|
||||
msgid "Post to Google+"
|
||||
msgstr ""
|
||||
msgstr "Invia a Google+"
|
||||
|
||||
#: gpluspost.php:93
|
||||
msgid "Enable Google+ Post Plugin"
|
||||
msgstr ""
|
||||
msgstr "Abilita il plugin di invio a Google+"
|
||||
|
||||
#: gpluspost.php:108
|
||||
msgid "Google+ username"
|
||||
msgstr ""
|
||||
msgstr "Nome utente Google+"
|
||||
|
||||
#: gpluspost.php:113
|
||||
msgid "Google+ password"
|
||||
msgstr ""
|
||||
msgstr "Password Google+"
|
||||
|
||||
#: gpluspost.php:118
|
||||
msgid "Google+ page number"
|
||||
msgstr ""
|
||||
msgstr "Numero pagina Google+"
|
||||
|
||||
#: gpluspost.php:124
|
||||
msgid "Post to Google+ by default"
|
||||
msgstr ""
|
||||
msgstr "Invia sempre a Google+"
|
||||
|
||||
#: gpluspost.php:129
|
||||
msgid "Do not prevent posting loops"
|
||||
msgstr ""
|
||||
msgstr "Non prevenire i loop di invio"
|
||||
|
||||
#: gpluspost.php:135
|
||||
msgid "Skip messages without links"
|
||||
msgstr ""
|
||||
msgstr "Salta i messaggi senza collegamenti"
|
||||
|
||||
#: gpluspost.php:142
|
||||
msgid "Mirror all public posts"
|
||||
msgstr ""
|
||||
msgstr "Ricopia tutti i post pubblici"
|
||||
|
||||
#: gpluspost.php:146
|
||||
msgid "Mirror Google Account ID"
|
||||
msgstr ""
|
||||
msgstr "Ricopia l'ID Google Account"
|
||||
|
||||
#: gpluspost.php:153
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: gpluspost.php:308
|
||||
msgid "Google+ post failed. Queued for retry."
|
||||
msgstr ""
|
||||
msgstr "Invio a Google+ fallito. In attesa di riprovare."
|
||||
|
|
|
@ -5,15 +5,15 @@ 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."] = "";
|
||||
$a->strings["Post to Google+"] = "Invia a Google+";
|
||||
$a->strings["Enable Google+ Post Plugin"] = "Abilita il plugin di invio a Google+";
|
||||
$a->strings["Google+ username"] = "Nome utente Google+";
|
||||
$a->strings["Google+ password"] = "Password Google+";
|
||||
$a->strings["Google+ page number"] = "Numero pagina Google+";
|
||||
$a->strings["Post to Google+ by default"] = "Invia sempre a Google+";
|
||||
$a->strings["Do not prevent posting loops"] = "Non prevenire i loop di invio";
|
||||
$a->strings["Skip messages without links"] = "Salta i messaggi senza collegamenti";
|
||||
$a->strings["Mirror all public posts"] = "Ricopia tutti i post pubblici";
|
||||
$a->strings["Mirror Google Account ID"] = "Ricopia l'ID Google Account";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Google+ post failed. Queued for retry."] = "Invio a Google+ fallito. In attesa di riprovare.";
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"POT-Creation-Date: 2014-06-23 14:44+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:52+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue