mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +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-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-06-23 13:07+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"PO-Revision-Date: 2014-09-10 14:51+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 ""
|
|||
|
||||
#: wppost.php:42
|
||||
msgid "Post to Wordpress"
|
||||
msgstr ""
|
||||
msgstr "Invia a Wordpress"
|
||||
|
||||
#: wppost.php:79 wppost.php:83
|
||||
msgid "Wordpress Export"
|
||||
msgstr ""
|
||||
msgstr "Esporta Wordpress"
|
||||
|
||||
#: wppost.php:86
|
||||
msgid "Enable WordPress Post Plugin"
|
||||
msgstr ""
|
||||
msgstr "Abilita il plugin di invio a Wordpress"
|
||||
|
||||
#: wppost.php:91
|
||||
msgid "WordPress username"
|
||||
msgstr ""
|
||||
msgstr "Nome utente Wordpress"
|
||||
|
||||
#: wppost.php:96
|
||||
msgid "WordPress password"
|
||||
msgstr ""
|
||||
msgstr "Password Wordpress"
|
||||
|
||||
#: wppost.php:101
|
||||
msgid "WordPress API URL"
|
||||
msgstr ""
|
||||
msgstr "Indirizzo API Wordpress"
|
||||
|
||||
#: wppost.php:106
|
||||
msgid "Post to WordPress by default"
|
||||
msgstr ""
|
||||
msgstr "Invia sempre a Wordpress"
|
||||
|
||||
#: wppost.php:111
|
||||
msgid "Provide a backlink to the Friendica post"
|
||||
msgstr ""
|
||||
msgstr "Inserisci un link al messaggio originale su Friendica"
|
||||
|
||||
#: wppost.php:116
|
||||
msgid "Don't post messages that are too short"
|
||||
msgstr ""
|
||||
msgstr "Non inviare messaggi troppo corti"
|
||||
|
||||
#: wppost.php:122
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: wppost.php:243
|
||||
msgid "Post from Friendica"
|
||||
msgstr ""
|
||||
msgstr "Messaggio da Friendica"
|
||||
|
||||
#: wppost.php:255
|
||||
msgid "Read the original post and comment stream on Friendica"
|
||||
msgstr ""
|
||||
msgstr "Leggi il messaggio originale e i commenti su Friendica"
|
||||
|
|
|
@ -5,15 +5,15 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Wordpress"] = "";
|
||||
$a->strings["Wordpress Export"] = "";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "";
|
||||
$a->strings["WordPress username"] = "";
|
||||
$a->strings["WordPress password"] = "";
|
||||
$a->strings["WordPress API URL"] = "";
|
||||
$a->strings["Post to WordPress by default"] = "";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "";
|
||||
$a->strings["Don't post messages that are too short"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Post from Friendica"] = "";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "";
|
||||
$a->strings["Post to Wordpress"] = "Invia a Wordpress";
|
||||
$a->strings["Wordpress Export"] = "Esporta Wordpress";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Abilita il plugin di invio a Wordpress";
|
||||
$a->strings["WordPress username"] = "Nome utente Wordpress";
|
||||
$a->strings["WordPress password"] = "Password Wordpress";
|
||||
$a->strings["WordPress API URL"] = "Indirizzo API Wordpress";
|
||||
$a->strings["Post to WordPress by default"] = "Invia sempre a Wordpress";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "Inserisci un link al messaggio originale su Friendica";
|
||||
$a->strings["Don't post messages that are too short"] = "Non inviare messaggi troppo corti";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Post from Friendica"] = "Messaggio da Friendica";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "Leggi il messaggio originale e i commenti su Friendica";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue