mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 10:28:50 +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 08:30+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:35+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,27 +21,27 @@ msgstr ""
|
|||
|
||||
#: gnot.php:48
|
||||
msgid "Gnot settings updated."
|
||||
msgstr ""
|
||||
msgstr "Impostazioni di \"Gnot\" aggiornate."
|
||||
|
||||
#: gnot.php:79
|
||||
msgid "Gnot Settings"
|
||||
msgstr ""
|
||||
msgstr "Impostazioni Gnot"
|
||||
|
||||
#: gnot.php:81
|
||||
msgid ""
|
||||
"Allows threading of email comment notifications on Gmail and anonymising the"
|
||||
" subject line."
|
||||
msgstr ""
|
||||
msgstr "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"
|
||||
|
||||
#: gnot.php:82
|
||||
msgid "Enable this plugin/addon?"
|
||||
msgstr ""
|
||||
msgstr "Abilita questo plugin?"
|
||||
|
||||
#: gnot.php:88
|
||||
msgid "Save Settings"
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: gnot.php:97
|
||||
#, php-format
|
||||
msgid "[Friendica:Notify] Comment to conversation #%d"
|
||||
msgstr ""
|
||||
msgstr "[Friendica:Notifica] Commento alla conversazione n° %d"
|
||||
|
|
|
@ -5,9 +5,9 @@ function string_plural_select_it($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Gnot settings updated."] = "";
|
||||
$a->strings["Gnot Settings"] = "";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
|
||||
$a->strings["Enable this plugin/addon?"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
|
||||
$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
|
||||
$a->strings["Gnot Settings"] = "Impostazioni Gnot";
|
||||
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto";
|
||||
$a->strings["Enable this plugin/addon?"] = "Abilita questo plugin?";
|
||||
$a->strings["Submit"] = "";
|
||||
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue