mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +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
|
@ -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 09:51+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-10-15 08:49+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,28 +21,28 @@ msgstr ""
|
|||
|
||||
#: ljpost.php:39
|
||||
msgid "Post to LiveJournal"
|
||||
msgstr ""
|
||||
msgstr "Invia a LiveJournal"
|
||||
|
||||
#: ljpost.php:70
|
||||
msgid "LiveJournal Post Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni invio a LiveJournal"
|
||||
|
||||
#: ljpost.php:72
|
||||
msgid "Enable LiveJournal Post Plugin"
|
||||
msgstr ""
|
||||
msgstr "Abilita il plugin di invio a LiveJournal"
|
||||
|
||||
#: ljpost.php:77
|
||||
msgid "LiveJournal username"
|
||||
msgstr ""
|
||||
msgstr "Nome utente LiveJournal"
|
||||
|
||||
#: ljpost.php:82
|
||||
msgid "LiveJournal password"
|
||||
msgstr ""
|
||||
msgstr "Password LiveJournal"
|
||||
|
||||
#: ljpost.php:87
|
||||
msgid "Post to LiveJournal by default"
|
||||
msgstr ""
|
||||
msgstr "Invia sempre a LiveJournal"
|
||||
|
||||
#: ljpost.php:93
|
||||
msgid "Save Settings"
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
|
|
@ -5,10 +5,10 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to LiveJournal"] = "";
|
||||
$a->strings["LiveJournal Post Settings"] = "";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "";
|
||||
$a->strings["LiveJournal username"] = "";
|
||||
$a->strings["LiveJournal password"] = "";
|
||||
$a->strings["Post to LiveJournal by default"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Post to LiveJournal"] = "Invia a LiveJournal";
|
||||
$a->strings["LiveJournal Post Settings"] = "Impostazioni invio a LiveJournal";
|
||||
$a->strings["Enable LiveJournal Post Plugin"] = "Abilita il plugin di invio a LiveJournal";
|
||||
$a->strings["LiveJournal username"] = "Nome utente LiveJournal";
|
||||
$a->strings["LiveJournal password"] = "Password LiveJournal";
|
||||
$a->strings["Post to LiveJournal by default"] = "Invia sempre a LiveJournal";
|
||||
$a->strings["Submit"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue