mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
IT translation update THX Fabio
This commit is contained in:
parent
0c00f853ba
commit
83404d1f63
10 changed files with 293 additions and 57 deletions
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-03-15 17:54+0700\n"
|
||||
"PO-Revision-Date: 2018-03-19 13:18+0000\n"
|
||||
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
|
||||
"PO-Revision-Date: 2018-05-28 09:01+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"
|
||||
|
@ -51,7 +51,12 @@ msgstr "Utilizza /espressione/ per inserire espressioni regolari"
|
|||
msgid "NSFW Settings saved."
|
||||
msgstr "Impostazioni NSFW salvate."
|
||||
|
||||
#: nsfw.php:167
|
||||
#: nsfw.php:162
|
||||
#, php-format
|
||||
msgid "%s - Click to open/close"
|
||||
msgstr "%s - Clicca per aprire / chiudere"
|
||||
msgid "Filtered tag: %s"
|
||||
msgstr "Tag filtrato: %s"
|
||||
|
||||
#: nsfw.php:164
|
||||
#, php-format
|
||||
msgid "Filtered word: %s"
|
||||
msgstr "Parola filtrata: %s"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
|
@ -12,4 +13,5 @@ $a->strings["Comma separated list of keywords to hide"] = "Elenco separato da vi
|
|||
$a->strings["Save Settings"] = "Salva Impostazioni";
|
||||
$a->strings["Use /expression/ to provide regular expressions"] = "Utilizza /espressione/ per inserire espressioni regolari";
|
||||
$a->strings["NSFW Settings saved."] = "Impostazioni NSFW salvate.";
|
||||
$a->strings["%s - Click to open/close"] = "%s - Clicca per aprire / chiudere";
|
||||
$a->strings["Filtered tag: %s"] = "Tag filtrato: %s";
|
||||
$a->strings["Filtered word: %s"] = "Parola filtrata: %s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue