]> git.mxchange.org Git - friendica-addons.git/commitdiff
notifyall addon IT translation updated THX fabrixxm
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 18:19:54 +0000 (20:19 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 18:19:54 +0000 (20:19 +0200)
notifyall/lang/it/messages.po
notifyall/lang/it/strings.php

index e56126b74982bb8f5c5b1dba5a42d7feb78d6c85..1667afe886f5e87a16465574451a7960307b8334 100644 (file)
@@ -3,13 +3,17 @@
 # This file is distributed under the same license as the Friendica notifyall addon package.
 # 
 # 
+# Translators:
+# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016
+# fabrixxm <fabrix.xm@gmail.com>, 2017
+# 
 #, fuzzy
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-08-14 16:41+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2016-08-14 19:29+0000\n"
 "Last-Translator: fabrixxm <fabrix.xm@gmail.com>, 2017\n"
 "Language-Team: Italian (https://www.transifex.com/Friendica/teams/12172/it/)\n"
 "MIME-Version: 1.0\n"
@@ -18,40 +22,40 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: notifyall.php:26
-msgid "Send email to all members"
-msgstr "Invia email a tutti i membri"
-
-#: notifyall.php:42
+#: NotifyAllEmail.php:40
 #, php-format
 msgid "%s Administrator"
 msgstr "Amministratore %s"
 
-#: notifyall.php:44
+#: NotifyAllEmail.php:42
 #, php-format
 msgid "%1$s, %2$s Administrator"
 msgstr "%1$s,  amministratore di %2$s"
 
-#: notifyall.php:60
+#: notifyall.php:22
+msgid "Send email to all members"
+msgstr "Invia email a tutti i membri"
+
+#: notifyall.php:49
 msgid "No recipients found."
 msgstr "Nessun destinatario trovato."
 
-#: notifyall.php:78
+#: notifyall.php:59
 msgid "Emails sent"
 msgstr "Email inviate"
 
-#: notifyall.php:86
+#: notifyall.php:69
 msgid "Send email to all members of this Friendica instance."
 msgstr "Invia email a tutti i membri di questa istanza Friendica."
 
-#: notifyall.php:91
+#: notifyall.php:74
 msgid "Message subject"
 msgstr "Oggetto del messaggio"
 
-#: notifyall.php:92
+#: notifyall.php:75
 msgid "Test mode (only send to administrator)"
 msgstr "Modalità test (invia solo agli amministratori)"
 
-#: notifyall.php:93
+#: notifyall.php:76
 msgid "Submit"
 msgstr "Invia"
index e43291a3af463a883a62f1b6aede53b470b35619..87de0bad4c9dbcf0d281e707a0696c641401bd3a 100644 (file)
@@ -6,9 +6,9 @@ function string_plural_select_it($n){
        return intval($n != 1);
 }}
 ;
-$a->strings["Send email to all members"] = "Invia email a tutti i membri";
 $a->strings["%s Administrator"] = "Amministratore %s";
 $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,  amministratore di %2\$s";
+$a->strings["Send email to all members"] = "Invia email a tutti i membri";
 $a->strings["No recipients found."] = "Nessun destinatario trovato.";
 $a->strings["Emails sent"] = "Email inviate";
 $a->strings["Send email to all members of this Friendica instance."] = "Invia email a tutti i membri di questa istanza Friendica.";