]> git.mxchange.org Git - friendica-addons.git/commitdiff
remote_permissions addon IT translation update THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:24:25 +0000 (18:24 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:24:25 +0000 (18:24 +0200)
remote_permissions/lang/it/messages.po
remote_permissions/lang/it/strings.php

index 141059e65e7079179946241143b56d708ec4bfc9..137785bfb62dc2d05c4385af0db02600e8a07396 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014-2015
+# Sylke Vicious <silkevicious@gmail.com>, 2021
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
-"PO-Revision-Date: 2017-09-20 06:08+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-02-16 12:47+0000\n"
+"Last-Translator: Sylke Vicious <silkevicious@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"
@@ -19,23 +20,19 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: remote_permissions.php:45
+#: remote_permissions.php:44
 msgid "Remote Permissions Settings"
 msgstr "Impostazioni Permissi Remoti"
 
-#: remote_permissions.php:46
+#: remote_permissions.php:45
 msgid ""
 "Allow recipients of your private posts to see the other recipients of the "
 "posts"
 msgstr "Permetti ai destinatari dei tuoi messaggi privati di vedere gli altri destinatari del messaggio"
 
-#: remote_permissions.php:48 remote_permissions.php:196
-msgid "Submit"
-msgstr "Invia"
-
-#: remote_permissions.php:58
-msgid "Remote Permissions settings updated."
-msgstr "Impostazioni Permessi Remoti aggiornate."
+#: remote_permissions.php:47 remote_permissions.php:196
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
 
 #: remote_permissions.php:124
 msgid "Visible to:"
@@ -64,7 +61,3 @@ msgstr "Individuale"
 #: remote_permissions.php:198
 msgid "Each user chooses whether his/her posts show the post recipients"
 msgstr "Ogni utente sceglie se i suoi messaggi mostreranno i destinatari"
-
-#: remote_permissions.php:205
-msgid "Settings updated."
-msgstr "Impostazioni aggiornate."
index a7f64c4acc84f19f210194a389743bba4eeee158..6d5c1e8c11cde3c4f9fd864ee6c1d30e07944fe9 100644 (file)
@@ -8,8 +8,7 @@ function string_plural_select_it($n){
 ;
 $a->strings["Remote Permissions Settings"] = "Impostazioni Permissi Remoti";
 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permetti ai destinatari dei tuoi messaggi privati di vedere gli altri destinatari del messaggio";
-$a->strings["Submit"] = "Invia";
-$a->strings["Remote Permissions settings updated."] = "Impostazioni Permessi Remoti aggiornate.";
+$a->strings["Save Settings"] = "Salva Impostazioni";
 $a->strings["Visible to:"] = "Visibile a:";
 $a->strings["Visible to"] = "Visibile a";
 $a->strings["may only be a partial list"] = "può essere solo una lista parziale";
@@ -17,4 +16,3 @@ $a->strings["Global"] = "Globale";
 $a->strings["The posts of every user on this server show the post recipients"] = "I messaggi di tutti gli utenti di questo server mostrano i destinatari";
 $a->strings["Individual"] = "Individuale";
 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "Ogni utente sceglie se i suoi messaggi mostreranno i destinatari";
-$a->strings["Settings updated."] = "Impostazioni aggiornate.";