forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
60
forumlist/lang/it/messages.po
Normal file
60
forumlist/lang/it/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON forumlist
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumlist addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# fabrixxm <fabrix.xm@gmail.com>, 2014
|
||||
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: 2015-12-14 11:14+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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: forumlist.php:64
|
||||
msgid "Forums"
|
||||
msgstr "Forum"
|
||||
|
||||
#: forumlist.php:67
|
||||
msgid "show/hide"
|
||||
msgstr "mostra/nascondi"
|
||||
|
||||
#: forumlist.php:81
|
||||
msgid "No forum subscriptions"
|
||||
msgstr "Nessun forum collegato"
|
||||
|
||||
#: forumlist.php:98
|
||||
msgid "Forums:"
|
||||
msgstr "Forum:"
|
||||
|
||||
#: forumlist.php:134
|
||||
msgid "Forumlist settings updated."
|
||||
msgstr "Impostazioni Elenco Forum aggiornate."
|
||||
|
||||
#: forumlist.php:162
|
||||
msgid "Forumlist Settings"
|
||||
msgstr "Impostazioni Elenco Forum"
|
||||
|
||||
#: forumlist.php:164
|
||||
msgid "Randomise forum list"
|
||||
msgstr "Ordina casualmente l'elenco"
|
||||
|
||||
#: forumlist.php:167
|
||||
msgid "Show forums on profile page"
|
||||
msgstr "Mostra i forum sulla pagina profilo"
|
||||
|
||||
#: forumlist.php:170
|
||||
msgid "Show forums on network page"
|
||||
msgstr "Mostra i forum sulla pagina Rete"
|
||||
|
||||
#: forumlist.php:178
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
17
forumlist/lang/it/strings.php
Normal file
17
forumlist/lang/it/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Forum";
|
||||
$a->strings["show/hide"] = "mostra/nascondi";
|
||||
$a->strings["No forum subscriptions"] = "Nessun forum collegato";
|
||||
$a->strings["Forums:"] = "Forum:";
|
||||
$a->strings["Forumlist settings updated."] = "Impostazioni Elenco Forum aggiornate.";
|
||||
$a->strings["Forumlist Settings"] = "Impostazioni Elenco Forum";
|
||||
$a->strings["Randomise forum list"] = "Ordina casualmente l'elenco";
|
||||
$a->strings["Show forums on profile page"] = "Mostra i forum sulla pagina profilo";
|
||||
$a->strings["Show forums on network page"] = "Mostra i forum sulla pagina Rete";
|
||||
$a->strings["Submit"] = "Invia";
|
Loading…
Add table
Add a link
Reference in a new issue