mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
IT update to the addon translations
This commit is contained in:
parent
b6a7200654
commit
797ee03eb8
74 changed files with 679 additions and 462 deletions
|
@ -4,14 +4,15 @@
|
|||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2015
|
||||
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:00+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/friendica/language/it/)\n"
|
||||
"PO-Revision-Date: 2015-08-31 10:30+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -25,20 +26,20 @@ msgid ""
|
|||
" storage (like ownCloud). See <a "
|
||||
"href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage"
|
||||
" WebFinger</a>"
|
||||
msgstr ""
|
||||
msgstr "Permette di usare il tuo id friendica (%s) per collegarsi a storage esterni che supportano unhosted (come ownCloud). Vedi <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"
|
||||
|
||||
#: uhremotestorage.php:85
|
||||
msgid "Template URL (with {category})"
|
||||
msgstr ""
|
||||
msgstr "Template URL (con {category})"
|
||||
|
||||
#: uhremotestorage.php:86
|
||||
msgid "OAuth end-point"
|
||||
msgstr ""
|
||||
msgstr "OAuth end-point"
|
||||
|
||||
#: uhremotestorage.php:87
|
||||
msgid "Api"
|
||||
msgstr ""
|
||||
msgstr "Api"
|
||||
|
||||
#: uhremotestorage.php:89
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Salva Impostazioni"
|
||||
|
|
|
@ -5,8 +5,8 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "";
|
||||
$a->strings["Template URL (with {category})"] = "";
|
||||
$a->strings["OAuth end-point"] = "";
|
||||
$a->strings["Api"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permette di usare il tuo id friendica (%s) per collegarsi a storage esterni che supportano unhosted (come ownCloud). Vedi <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
|
||||
$a->strings["Template URL (with {category})"] = "Template URL (con {category})";
|
||||
$a->strings["OAuth end-point"] = "OAuth end-point";
|
||||
$a->strings["Api"] = "Api";
|
||||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue