xref: /template/wikiweko/lang/it/settings.php (revision e3217ae28930b42ce770d3ce345f3aa2aadbda98)
1fa5fcacaSAndreas Haerter<?php
2fa5fcacaSAndreas Haerter
3fa5fcacaSAndreas Haerter/**
4fa5fcacaSAndreas Haerter * Italian language for the Config Manager
5fa5fcacaSAndreas Haerter *
6fa5fcacaSAndreas Haerter * If your language is not/only partially translated or you found an error/typo,
7fa5fcacaSAndreas Haerter * have a look at the following files:
8*e3217ae2SAndreas Haerter * - /lib/tpl/vector/lang/<your lang>/lang.php
9*e3217ae2SAndreas Haerter * - /lib/tpl/vector/lang/<your lang>/settings.php
10fa5fcacaSAndreas Haerter * If they are not existing, copy and translate the English ones (hint: looking
11099d81c1SAndreas Haerter * at <http://[your lang].wikipedia.org> might be helpful).
12099d81c1SAndreas Haerter *
13*e3217ae2SAndreas Haerter * Don't forget to mail your translation to ARSAVA <dokuwiki@dev.arsava.com>.
14*e3217ae2SAndreas Haerter * Thanks! :-D
15fa5fcacaSAndreas Haerter *
16fa5fcacaSAndreas Haerter *
17fa5fcacaSAndreas Haerter * LICENSE: This file is open source software (OSS) and may be copied under
18fa5fcacaSAndreas Haerter *          certain conditions. See COPYING file for details or try to contact
19fa5fcacaSAndreas Haerter *          the author(s) of this file in doubt.
20fa5fcacaSAndreas Haerter *
21fa5fcacaSAndreas Haerter * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
22fa5fcacaSAndreas Haerter * @author Luigi Micco <l.micco@tiscali.it>
23*e3217ae2SAndreas Haerter * @link https://www.dokuwiki.org/template:vector
24*e3217ae2SAndreas Haerter * @link https://www.dokuwiki.org/config:lang
25*e3217ae2SAndreas Haerter * @link https://www.dokuwiki.org/devel:configuration
26fa5fcacaSAndreas Haerter */
27fa5fcacaSAndreas Haerter
28fa5fcacaSAndreas Haerter
29fa5fcacaSAndreas Haerter//check if we are running within the DokuWiki environment
30fa5fcacaSAndreas Haerterif (!defined("DOKU_INC")){
31fa5fcacaSAndreas Haerter    die();
32fa5fcacaSAndreas Haerter}
33fa5fcacaSAndreas Haerter
34fa5fcacaSAndreas Haerter//check if we are running within the DokuWiki environment
35fa5fcacaSAndreas Haerterif (!defined("DOKU_INC")){
36fa5fcacaSAndreas Haerter    die();
37fa5fcacaSAndreas Haerter}
38fa5fcacaSAndreas Haerter
39fa5fcacaSAndreas Haerter//discussion pages
40fa5fcacaSAndreas Haerter$lang["vector_discuss"]    = "Usare linguetta discussioni?";
41fa5fcacaSAndreas Haerter$lang["vector_discuss_ns"] = "Se si, usa questo ':namespace:' come radice per le discussioni:";
42fa5fcacaSAndreas Haerter
43fa5fcacaSAndreas Haerter//site notice
44fa5fcacaSAndreas Haerter$lang["vector_sitenotice"]          = "Mostra annunci generali?";
45fa5fcacaSAndreas Haerter$lang["vector_sitenotice_location"] = "Se si, usa la seguente pagina wiki come annuncio:";
46fa5fcacaSAndreas Haerter
47fa5fcacaSAndreas Haerter//navigation
48fa5fcacaSAndreas Haerter$lang["vector_navigation"]          = "Mostra pannello di navigazione?";
49fa5fcacaSAndreas Haerter$lang["vector_navigation_location"] = "Se si, usa la seguente pagina wiki come pannello di navigazione:";
50fa5fcacaSAndreas Haerter
51fa5fcacaSAndreas Haerter//exportbox ("print/export")
52fa5fcacaSAndreas Haerter$lang["vector_exportbox"]          = "Mostrat pannello 'stampa/esporta'";
53fa5fcacaSAndreas Haerter$lang["vector_exportbox_default"]  = "Se si, usa il pannello predefinito 'stampa/esporta'?";
54fa5fcacaSAndreas Haerter$lang["vector_exportbox_location"] = "Se non usi il predefinito, usa la seguente pagina wiki come pannello 'stampa/esporta':";
55fa5fcacaSAndreas Haerter
56fa5fcacaSAndreas Haerter//toolbox
57fa5fcacaSAndreas Haerter$lang["vector_toolbox"]               = "Mostra pannello strumenti?";
58fa5fcacaSAndreas Haerter$lang["vector_toolbox_default"]       = "Se si, usa il pannello predefinito?";
59fa5fcacaSAndreas Haerter$lang["vector_toolbox_location"]      = "Se non usi il predefinito, usa la seguente pagina wiki come pannello degli strumenti:";
60fa5fcacaSAndreas Haerter$lang["vector_toolbox_default_print"] = "Se utilizzi il pannello predefinito, mostra link per versione stampabile?";
61fa5fcacaSAndreas Haerter
62fa5fcacaSAndreas Haerter//custom copyright notice
63fa5fcacaSAndreas Haerter$lang["vector_copyright"]          = "Mostra avviso di copyright?";
64fa5fcacaSAndreas Haerter$lang["vector_copyright_default"]  = "Se si, usa l'avviso di copyright predefinito?";
65fa5fcacaSAndreas Haerter$lang["vector_copyright_location"] = "Se non usi il predefinito, usa la seguente pagina wiki come avviso di copyright:";
66fa5fcacaSAndreas Haerter
67fa5fcacaSAndreas Haerter//search form
68fa5fcacaSAndreas Haerter$lang["vector_search"] = "Mostra casella di ricerca?";
69fa5fcacaSAndreas Haerter
70fa5fcacaSAndreas Haerter//donation link/button
71fa5fcacaSAndreas Haerter$lang["vector_donate"]          = "Mostra link/pulsante per le donazioni?";
72fa5fcacaSAndreas Haerter$lang["vector_donate_url"]      = "Se non predefinito, usa il seguente indirizzo URL per le donazioni:";
73fa5fcacaSAndreas Haerter
74fa5fcacaSAndreas Haerter//TOC
75fa5fcacaSAndreas Haerter$lang["vector_toc_position"] = "Posizione indice dei contenuti";
76fa5fcacaSAndreas Haerter
77fa5fcacaSAndreas Haerter//other stuff
78fa5fcacaSAndreas Haerter$lang["vector_breadcrumbs_position"]  = "Posizione del pannello breadcrumb (se abilitato):";
79fa5fcacaSAndreas Haerter$lang["vector_youarehere_position"]   = "Posizione del pannello 'Tu sei qui' (se abilitato):";
80fa5fcacaSAndreas Haerter$lang["vector_cite_author"]           = "Nome autore in 'Cita questo articolo':";
81fa5fcacaSAndreas Haerter$lang["vector_loaduserjs"]            = "Carica 'vector/user/user.js'?";
82