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