mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38: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
|
@ -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:45+0200\n"
|
||||
"PO-Revision-Date: 2014-07-07 19:19+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 09:54+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-09-10 13:02+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,60 +21,60 @@ msgstr ""
|
|||
|
||||
#: mailstream.php:55
|
||||
msgid "From Address"
|
||||
msgstr ""
|
||||
msgstr "Indirizzo di invio"
|
||||
|
||||
#: mailstream.php:57
|
||||
msgid "Email address that stream items will appear to be from."
|
||||
msgstr ""
|
||||
msgstr "Indirizzo email da cui i messaggi appariranno inviati"
|
||||
|
||||
#: mailstream.php:60 mailstream.php:282
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
||||
#: mailstream.php:165
|
||||
msgid "Re:"
|
||||
msgstr ""
|
||||
msgstr "R:"
|
||||
|
||||
#: mailstream.php:173
|
||||
msgid "Friendica post"
|
||||
msgstr ""
|
||||
msgstr "Messaggio Friendica"
|
||||
|
||||
#: mailstream.php:176
|
||||
msgid "Diaspora post"
|
||||
msgstr ""
|
||||
msgstr "Messaggio Diaspora"
|
||||
|
||||
#: mailstream.php:183
|
||||
msgid "Feed item"
|
||||
msgstr ""
|
||||
msgstr "Elemento da feed"
|
||||
|
||||
#: mailstream.php:186
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "Email"
|
||||
|
||||
#: mailstream.php:188
|
||||
msgid "Friendica Item"
|
||||
msgstr ""
|
||||
msgstr "Elemento da Friendica"
|
||||
|
||||
#: mailstream.php:229
|
||||
msgid "Upstream"
|
||||
msgstr ""
|
||||
msgstr "Upstream"
|
||||
|
||||
#: mailstream.php:230
|
||||
msgid "Local"
|
||||
msgstr ""
|
||||
msgstr "Locale"
|
||||
|
||||
#: mailstream.php:274
|
||||
msgid "Email Address"
|
||||
msgstr ""
|
||||
msgstr "Indirizzo Email"
|
||||
|
||||
#: mailstream.php:276
|
||||
msgid "Leave blank to use your account email address"
|
||||
msgstr ""
|
||||
msgstr "Lascia in bianco per usare l'indirizzo email del tuo account"
|
||||
|
||||
#: mailstream.php:279
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
msgstr "Abilitato"
|
||||
|
||||
#: mailstream.php:281
|
||||
msgid "Mail Stream Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni Mail Stream"
|
||||
|
|
|
@ -5,18 +5,18 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["From Address"] = "";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Re:"] = "";
|
||||
$a->strings["Friendica post"] = "";
|
||||
$a->strings["Diaspora post"] = "";
|
||||
$a->strings["Feed item"] = "";
|
||||
$a->strings["Email"] = "";
|
||||
$a->strings["Friendica Item"] = "";
|
||||
$a->strings["Upstream"] = "";
|
||||
$a->strings["Local"] = "";
|
||||
$a->strings["Email Address"] = "";
|
||||
$a->strings["Leave blank to use your account email address"] = "";
|
||||
$a->strings["Enabled"] = "";
|
||||
$a->strings["Mail Stream Settings"] = "";
|
||||
$a->strings["From Address"] = "Indirizzo di invio";
|
||||
$a->strings["Email address that stream items will appear to be from."] = "Indirizzo email da cui i messaggi appariranno inviati";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Re:"] = "R:";
|
||||
$a->strings["Friendica post"] = "Messaggio Friendica";
|
||||
$a->strings["Diaspora post"] = "Messaggio Diaspora";
|
||||
$a->strings["Feed item"] = "Elemento da feed";
|
||||
$a->strings["Email"] = "Email";
|
||||
$a->strings["Friendica Item"] = "Elemento da Friendica";
|
||||
$a->strings["Upstream"] = "Upstream";
|
||||
$a->strings["Local"] = "Locale";
|
||||
$a->strings["Email Address"] = "Indirizzo Email";
|
||||
$a->strings["Leave blank to use your account email address"] = "Lascia in bianco per usare l'indirizzo email del tuo account";
|
||||
$a->strings["Enabled"] = "Abilitato";
|
||||
$a->strings["Mail Stream Settings"] = "Impostazioni Mail Stream";
|
||||
|
|
|
@ -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:45+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:57+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