mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
IT: imported translations
This commit is contained in:
parent
e60a9e61fd
commit
1038ae0174
128 changed files with 5405 additions and 669 deletions
56
altpager/lang/it/messages.po
Normal file
56
altpager/lang/it/messages.po
Normal file
|
@ -0,0 +1,56 @@
|
|||
# ADDON altpager
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica altpager 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: 2014-09-10 10:12+0000\n"
|
||||
"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/projects/p/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"
|
||||
|
||||
#: altpager.php:46
|
||||
msgid "Altpager settings updated."
|
||||
msgstr "Impostazioni Altpager aggiornate."
|
||||
|
||||
#: altpager.php:83
|
||||
msgid "Alternate Pagination Setting"
|
||||
msgstr "Impostazioni Paginatore Alternativo"
|
||||
|
||||
#: altpager.php:85
|
||||
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||
msgstr "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?"
|
||||
|
||||
#: altpager.php:91 altpager.php:98
|
||||
msgid "Submit"
|
||||
msgstr "Invia"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Global"
|
||||
msgstr "Globale"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Force global use of the alternate pager"
|
||||
msgstr "Forza l'uso del paginatore alternativo globalmente"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Individual"
|
||||
msgstr "Individuale"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Each user chooses whether to use the alternate pager"
|
||||
msgstr "Ogni utente può decidere se usare il paginatore alternativo"
|
||||
|
||||
#: altpager.php:107
|
||||
msgid "Settings updated."
|
||||
msgstr "Impostazioni aggiornate."
|
|
@ -1,11 +1,16 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Global"] = "";
|
||||
$a->strings["Force global use of the alternate pager"] = "";
|
||||
$a->strings["Individual"] = "";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_it")) {
|
||||
function string_plural_select_it($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Altpager settings updated."] = "Impostazioni Altpager aggiornate.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Impostazioni Paginatore Alternativo";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Usa i collegamenti \"nuovi\" e \"vecchi\" al posto dei numeri di pagina?";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["Global"] = "Globale";
|
||||
$a->strings["Force global use of the alternate pager"] = "Forza l'uso del paginatore alternativo globalmente";
|
||||
$a->strings["Individual"] = "Individuale";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Ogni utente può decidere se usare il paginatore alternativo";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue