From 4cb3e5572194e362a8860c1f1966c1285f020159 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 11 Mar 2019 18:19:09 +0100 Subject: [PATCH] blockem IT translation update THX fabrixxm --- blockem/lang/it/messages.po | 28 ++++++++++++++-------------- blockem/lang/it/strings.php | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/blockem/lang/it/messages.po b/blockem/lang/it/messages.po index 5d8132ca..cdf74f99 100644 --- a/blockem/lang/it/messages.po +++ b/blockem/lang/it/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# fabrixxm , 2014,2018 +# fabrixxm , 2014,2018-2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-04-01 11:11-0400\n" -"PO-Revision-Date: 2018-05-28 09:04+0000\n" +"POT-Creation-Date: 2018-08-17 10:23+0200\n" +"PO-Revision-Date: 2019-03-11 14:21+0000\n" "Last-Translator: fabrixxm \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" @@ -19,41 +19,41 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: blockem.php:52 blockem.php:56 -msgid "\"Blockem\"" -msgstr "\"Blockem\"" +#: blockem.php:54 blockem.php:58 +msgid "Blockem" +msgstr "Blockem" -#: blockem.php:60 +#: blockem.php:62 msgid "" "Hides user's content by collapsing posts. Also replaces their avatar with " "generic image." msgstr "Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un'immagine generica." -#: blockem.php:61 +#: blockem.php:63 msgid "Comma separated profile URLS:" msgstr "URL profili separati da virgola:" -#: blockem.php:65 +#: blockem.php:67 msgid "Save Settings" msgstr "Salva Impostazioni" -#: blockem.php:78 +#: blockem.php:81 msgid "BLOCKEM Settings saved." msgstr "Impostazioni BLOCKEM salvate." -#: blockem.php:136 +#: blockem.php:143 #, php-format msgid "Filtered user: %s" msgstr "Utente filtrato: %s" -#: blockem.php:189 +#: blockem.php:202 msgid "Unblock Author" msgstr "Sblocca autore" -#: blockem.php:191 +#: blockem.php:204 msgid "Block Author" msgstr "Blocca autore" -#: blockem.php:223 +#: blockem.php:244 msgid "blockem settings updated" msgstr "Impostazioni 'blockem' aggiornate." diff --git a/blockem/lang/it/strings.php b/blockem/lang/it/strings.php index 08a73955..59e4a0f7 100644 --- a/blockem/lang/it/strings.php +++ b/blockem/lang/it/strings.php @@ -6,7 +6,7 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["\"Blockem\""] = "\"Blockem\""; +$a->strings["Blockem"] = "Blockem"; $a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Nascondi il contenuto degli utenti collassando i messaggi. Sostituisce anche gli avatar con un'immagine generica."; $a->strings["Comma separated profile URLS:"] = "URL profili separati da virgola:"; $a->strings["Save Settings"] = "Salva Impostazioni";