はじまりの大地
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for template
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
|
||||
$lang['direct_prefix'] = 'jdi na';
|
||||
$lang['direct_content_main'] = 'Hlavní Obsah';
|
||||
$lang['direct_quick_search'] = 'Hledat';
|
||||
$lang['direct_content_toggle'] = 'Změnit šířku obsahu';
|
||||
|
||||
$lang['adjunct_linked_logo_text'] = ' - hlavní stránka';
|
||||
$lang['a11y_sidebartoggle'] = 'Zobrazit/Skrýt Navigaci';
|
||||
|
||||
$lang['nav-area-head'] = 'Menu a rychlé hledání';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'rychlé hledání';
|
||||
$lang['head_menu_status'] = 'stav stránky';
|
||||
$lang['head_breadcrumb_youarehere'] = 'jsi zde';
|
||||
$lang['head_menu_trace'] = 'Poslední navštívené stránky';
|
||||
$lang['head_meta_box'] = 'meta data stránky';
|
||||
$lang['head_menu_starred'] = 'Starred Pages';
|
||||
$lang['head_menu_tool-select'] = 'Nástroje';
|
||||
|
||||
$lang['jump_to_quicksearch'] = 'Jdi na rychlé hledání';
|
||||
|
||||
/** it will be shown from plugin lang.php:
|
||||
$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
|
||||
$lang['meta_box_tags_none'] = 'tags found: none';
|
||||
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
||||
$lang['prefix_tasks_user'] = 'Your open tasks: ';
|
||||
*/
|
||||
|
||||
$lang['tab_tags'] = 'Značky';
|
||||
$lang['tab_issues'] = 'Problémy';
|
||||
|
||||
$lang['quality_trigger'] = 'Zobrazit/skrýt analýzu stránky';
|
||||
|
||||
$lang['prefix_tasks_page'] = 'otevřít úkoly na této stránce: ';
|
||||
|
||||
$lang['tasks_page_none'] = 'žádné úkoly na ťéto stránce';
|
||||
$lang['tasks_page_intime'] = 'otevřít úkoly na této stránce: %1$d';
|
||||
$lang['tasks_page_late'] = 'otevřít úkly na této stránce: %1$d, až po: %2$d';
|
||||
|
||||
/** is not used
|
||||
$lang['discussion'] = 'Diskuze';
|
||||
$lang['back_to_article'] = 'Zpět na článek';
|
||||
$lang['userpage'] = 'Uživatelská stránka';
|
||||
*/
|
||||
|
||||
$lang['meta_data'] = 'Meta Data';
|
||||
$lang['osm_zoom_link_text'] = 'zobrazit větší mapu';
|
||||
$lang['osm_zoom_link_title'] = 'externí odkazy otevřít v novém okně';
|
||||
|
||||
$lang['image_detail'] = 'Detaily obrázku';
|
||||
|
||||
$lang['mode_edit'] = 'Editovat stránku';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigace';
|
||||
$lang['nav_sitemap'] = 'Struktura stránky';
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
||||
$lang['__site_width__'] = 'content - width (in %)';
|
||||
|
||||
$lang['__background_site__'] = 'website - background color';
|
||||
$lang['__text_webframe__'] = 'claim, title, footer (unlinked), navigation (unlinked) - font color';
|
||||
|
||||
$lang['__nav_menu_color__'] = 'navigation (link), footer (link), pagetools icons, tabbox - font color';
|
||||
$lang['__nav_menu_hover_color__'] = 'navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color';
|
||||
$lang['__nav_menu_hover_bg__'] = 'navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color';
|
||||
|
||||
$lang['__background__'] = 'content, breadcrumb, pagetools (hover) - background color';
|
||||
$lang['__text__'] = 'content: text - font color';
|
||||
|
||||
$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color';
|
||||
$lang['__text_neu__'] = 'content neutral: text - font color';
|
||||
|
||||
$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color';
|
||||
$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color';
|
||||
|
||||
$lang['__border_light__'] = 'content: header, footer - border color';
|
||||
|
||||
$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color';
|
||||
$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color';
|
||||
|
||||
$lang['__existing__'] = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color';
|
||||
$lang['__link__'] = 'links to non wikipages (external links) - font color';
|
||||
$lang['__missing__'] = 'links to non-existing pages - font color';
|
||||
|
||||
$lang['__button_color__'] = 'buttons - font color';
|
||||
$lang['__button_background__'] = 'buttons - background color';
|
||||
|
||||
$lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)';
|
||||
$lang['__text_alt__'] = 'table head: unlinked, table cell (hover), struct Label (hover) - font color (alternative)';
|
||||
$lang['__link_alt__'] = 'table head: linked - font color (alternative)';
|
||||
|
||||
$lang['__border__'] = 'tables, form fields, blockquotes - border color';
|
||||
$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Czech language file for config
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Automaticky přepínat postranní panel do sekcí na těchto prvcích:';
|
||||
$lang['sidebar_sections_o_h1'] = '!. nadpis v pořadí';
|
||||
$lang['sidebar_sections_o_h1,h2'] = '1. a 2. nadpisy v pořadí';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Všechny nadpisy';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'První položka v seznamu';
|
||||
|
||||
$lang['header_layout'] = 'Nastavit rozvrže`ní záhlaví:';
|
||||
$lang['header_layout_o_default'] = 'široké záhlaví s dlouhým nadpisem a sloganem';
|
||||
$lang['header_layout_o_compact'] = 'kompaktní záhlaví s krátkým nadpisem a skrytým sloganem';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Pokud chcete zménit //favicon//, jednoduše použijte Správu médií pro nahrátí ''favicon.ico'' do prostoru ''wiki'' nebo ''root''. Potom bude ikona automaticky použita. Pokud máte neveřejnou wiki, je doporučené nastavit prostor ''wiki'' (nebo root) čitelný pro všechny, jinak favicon nebude zobrazena nepřihlášeným uživatelům.
|
||||
@@ -0,0 +1,105 @@
|
||||
<?php
|
||||
/**
|
||||
* German language file for template
|
||||
*__background_site__
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
|
||||
$lang['direct_prefix'] = 'Direkt';
|
||||
$lang['direct_content_main'] = 'Hauptinhalt dieser Seite';
|
||||
$lang['direct_quick_search'] = 'Schnellsuche';
|
||||
$lang['direct_content_toggle'] = 'Breite des Contents ändern';
|
||||
|
||||
$lang['adjunct_linked_logo_text'] = ' - Link zur Startseite';
|
||||
$lang['a11y_sidebartoggle'] = 'Navigation anzeigen/verbergen';
|
||||
|
||||
$lang['nav-area-head'] = 'Navigationsmenüs und Suche';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'Wikiübergreifende Schnellsuche';
|
||||
$lang['head_menu_status'] = 'Seitenstatus';
|
||||
$lang['head_breadcrumb_youarehere'] = 'Standortanzeiger';
|
||||
$lang['head_menu_trace'] = 'Zuletzt Angesehen';
|
||||
$lang['head_meta_box'] = 'Metainformationen zur Seite';
|
||||
$lang['head_menu_starred'] = 'Gemerkte Seiten';
|
||||
$lang['head_menu_tool-select'] = 'Werkzeuge';
|
||||
|
||||
$lang['jump_to_quicksearch'] = 'Springe zur Schnellsuche';
|
||||
|
||||
/** it will be shown from plugin lang.php:
|
||||
$lang['meta_box_jira_tickets_none'] = 'Keine Jira-Tickets verknüpft';
|
||||
$lang['meta_box_tags_none'] = 'Keine Tags verknüpft';
|
||||
$lang['js']['meta_box_toc_none'] = 'kein Inhaltsverzeichnis vorhanden';
|
||||
$lang['prefix_tasks_user'] = 'Ihre offenen Aufgaben: ';
|
||||
*/
|
||||
|
||||
$lang['tab_tags'] = 'Tags';
|
||||
$lang['tab_issues'] = 'Issues';
|
||||
|
||||
$lang['quality_trigger'] = 'Seitenanalyse anzeigen/verbergen';
|
||||
|
||||
$lang['prefix_tasks_page'] = 'offene Aufgaben auf dieser Seite: ';
|
||||
|
||||
$lang['tasks_page_none'] = 'keine offenen Aufgaben für diese Seite';
|
||||
$lang['tasks_page_intime'] = 'offenen Aufgaben für diese Seite: %1$d';
|
||||
$lang['tasks_page_late'] = 'offenen Aufgaben für diese Seite: %1$d, zu spät: %2$d';
|
||||
|
||||
/** is not used
|
||||
$lang['discussion'] = 'xxx Diskussion';
|
||||
$lang['back_to_article'] = 'xxx Zurück zum Artikel';
|
||||
$lang['userpage'] = 'xxx Benutzer-Seite';
|
||||
*/
|
||||
|
||||
$lang['meta_data'] = 'Meta Daten des Bildes'; /** wird aufgerufen aber nicht ausgegeben - Fehler? */
|
||||
$lang['osm_zoom_link_text'] = 'größere Karte anzeigen';
|
||||
$lang['osm_zoom_link_title'] = 'externer Link - öffnet in neuem Fenster'; /** in streetmaps - konnte ich nicht finden */
|
||||
|
||||
$lang['image_detail'] = 'Detailinformationen zum Bild';
|
||||
|
||||
$lang['mode_edit'] = 'Seite bearbeiten';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigation';
|
||||
$lang['nav_sitemap'] = 'Seitenbaum';
|
||||
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
||||
$lang['__site_width__'] = 'Content - Breite (in %)';
|
||||
|
||||
$lang['__background_site__'] = 'Website - Hintergrundfarbe';
|
||||
$lang['__text_webframe__'] = 'Claim, Titel, Footer (unverlinkt), Navigation (unverlinkt) - Schriftfarbe';
|
||||
|
||||
$lang['__nav_menu_color__'] = 'Navigation (verlinkt), Footer (verlinkt), Pagetools Icons, Tabbox - Schriftfarbe';
|
||||
$lang['__nav_menu_hover_color__'] = 'Navigation (hover) - Schriftfarbe, Rahmenfarbe; Wiki Icons - Schriftfarbe; Wiki Icons (hover) - Hintergrundfarbe';
|
||||
$lang['__nav_menu_hover_bg__'] = 'Navigation (hover) - Hintergrundfarbe; Wiki Icons - Hintergrundfarbe; Wiki Icons (hover) - Schriftfarbe';
|
||||
|
||||
$lang['__background__'] = 'Content, Breadcrumb, Pagetools (hover) - Hintergrundfarbe';
|
||||
$lang['__text__'] = 'Content: Text - Schriftfarbe';
|
||||
|
||||
$lang['__background_neu__'] = 'Content neutral (nicht zu unterschiedlich zum Content-Hintergrund) - Hintergrundfarbe';
|
||||
$lang['__text_neu__'] = 'Content neutral - Schriftfarbe';
|
||||
|
||||
$lang['__background_page_header__'] = 'Content: Header, Footer, Tabinclude Tab controlls deaktiviert - Hintergrundfarbe';
|
||||
$lang['__background_page_footer__'] = 'Content: Footer, Tabinclude Tab controlls deaktiviert - Schriftfarbe';
|
||||
|
||||
$lang['__border_light__'] = 'Content: Header, Footer - Rahmenfarbe';
|
||||
|
||||
$lang['__highlight__'] = 'Texthervorhebung (z.B. für Suchergebnisse) - Hintergrundfarbe';
|
||||
$lang['__highlight_text__'] = 'Texthervorhebung (z.B. für Suchergebnisse) - Schriftfarbe';
|
||||
|
||||
$lang['__existing__'] = 'Links zu Wikiseiten, Stift, Pagetools (hover) - Schriftfarbe; Tabbox (hover) - Schriftfarbe, Rahmenfarbe';
|
||||
$lang['__link__'] = 'Links zu nicht-Wikiseiten (externe Links) - Schriftfarbe';
|
||||
$lang['__missing__'] = 'Links zu nicht vorhandenen Wikiseiten - Schriftfarbe';
|
||||
|
||||
$lang['__button_color__'] = 'Buttons - Schriftfarbe';
|
||||
$lang['__button_background__'] = 'Buttons - Hintergrundfarbe';
|
||||
|
||||
$lang['__background_alt__'] = 'Tabellenkopf, Tabellenzeile (hover), struct Label (hover) - Hintergrundfarbe (alternativ)';
|
||||
$lang['__text_alt__'] = 'Tabellenkopf: unverlinkt, Tabellenzeile (hover), struct Label (hover) - Schriftfarbe (alternativ)';
|
||||
$lang['__link_alt__'] = 'Tabellenkopf: verlinkt - Schriftfarbe (alternativ)';
|
||||
|
||||
$lang['__border__'] = 'Tabellen, Formularfelder, Zitate - Rahmenfarbe';
|
||||
$lang['__default_border_radius__'] = 'Wiki Icons, Content (oben rechts) - Borderradius';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Deutsche Übersetzung Einstellungen
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Automatisches Ein- und Ausblenden der Sidebar Abschnitte orientieren sich an diesen Elementen:';
|
||||
$lang['sidebar_sections_o_h1'] = 'Überschriften 1. Ordnung';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'Überschriften der 1. und 2. Ordnung';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Alle Überschriften';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Top-level Listeneinträge in verschachtelten Listen';
|
||||
|
||||
$lang['header_layout'] = 'Layout des Headers anpassen:';
|
||||
$lang['header_layout_o_default'] = 'großer Header für langen Wiki Titel und Tagline';
|
||||
$lang['header_layout_o_compact'] = 'kompakter Header für kurzen Wiki Titel ohne Tagline';
|
||||
|
||||
$lang['autocollapse'] = 'Sidebar automatisch einklappen wenn Nicht-Inhaltsseiten angezigt werden, um mehr Platz zu haben.';
|
||||
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for template
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
|
||||
$lang['direct_prefix'] = 'jump to';
|
||||
$lang['direct_content_main'] = 'Main Content';
|
||||
$lang['direct_quick_search'] = 'Search';
|
||||
$lang['direct_content_toggle'] = 'Change Content Width';
|
||||
|
||||
$lang['adjunct_linked_logo_text'] = ' - homepage link';
|
||||
$lang['a11y_sidebartoggle'] = 'Show/Hide Navigation';
|
||||
|
||||
$lang['nav-area-head'] = 'menus and quick search';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'quick search';
|
||||
$lang['head_menu_status'] = 'site status';
|
||||
$lang['head_breadcrumb_youarehere'] = 'location indicator';
|
||||
$lang['head_menu_trace'] = 'Last Visited Pages';
|
||||
$lang['head_meta_box'] = 'meta data for this page';
|
||||
$lang['head_menu_starred'] = 'Starred Pages';
|
||||
$lang['head_menu_tool-select'] = 'Tools';
|
||||
|
||||
$lang['jump_to_quicksearch'] = 'Jump to quick search';
|
||||
|
||||
/** it will be shown from plugin lang.php:
|
||||
$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
|
||||
$lang['meta_box_tags_none'] = 'tags found: none';
|
||||
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
||||
$lang['prefix_tasks_user'] = 'Your open tasks: ';
|
||||
*/
|
||||
|
||||
$lang['tab_tags'] = 'Tags';
|
||||
$lang['tab_issues'] = 'Issues';
|
||||
|
||||
$lang['quality_trigger'] = 'Show/Hide page analysis';
|
||||
|
||||
$lang['prefix_tasks_page'] = 'open tasks for this page: ';
|
||||
|
||||
$lang['tasks_page_none'] = 'no open tasks on this page';
|
||||
$lang['tasks_page_intime'] = 'open tasks on this page: %1$d';
|
||||
$lang['tasks_page_late'] = 'open tasks on this page: %1$d, to late: %2$d';
|
||||
|
||||
/** is not used
|
||||
$lang['discussion'] = 'Discussion';
|
||||
$lang['back_to_article'] = 'Back to article';
|
||||
$lang['userpage'] = 'User page';
|
||||
*/
|
||||
|
||||
$lang['meta_data'] = 'Meta Data';
|
||||
$lang['osm_zoom_link_text'] = 'view larger map';
|
||||
$lang['osm_zoom_link_title'] = 'external link opens new window';
|
||||
|
||||
$lang['image_detail'] = 'image details';
|
||||
|
||||
$lang['mode_edit'] = 'Editing Page';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigation';
|
||||
$lang['nav_sitemap'] = 'Site Tree';
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
||||
$lang['__site_width__'] = 'content - width (in %)';
|
||||
|
||||
$lang['__background_site__'] = 'website - background color';
|
||||
$lang['__text_webframe__'] = 'claim, title, footer (unlinked), navigation (unlinked) - font color';
|
||||
|
||||
$lang['__nav_menu_color__'] = 'navigation (link), footer (link), pagetools icons, tabbox - font color';
|
||||
$lang['__nav_menu_hover_color__'] = 'navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color';
|
||||
$lang['__nav_menu_hover_bg__'] = 'navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color';
|
||||
|
||||
$lang['__background__'] = 'content, breadcrumb, pagetools (hover) - background color';
|
||||
$lang['__text__'] = 'content: text - font color';
|
||||
|
||||
$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color';
|
||||
$lang['__text_neu__'] = 'content neutral: text - font color';
|
||||
|
||||
$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color';
|
||||
$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color';
|
||||
|
||||
$lang['__border_light__'] = 'content: header, footer - border color';
|
||||
|
||||
$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color';
|
||||
$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color';
|
||||
|
||||
$lang['__existing__'] = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color';
|
||||
$lang['__link__'] = 'links to non wikipages (external links) - font color';
|
||||
$lang['__missing__'] = 'links to non-existing pages - font color';
|
||||
|
||||
$lang['__button_color__'] = 'buttons - font color';
|
||||
$lang['__button_background__'] = 'buttons - background color';
|
||||
|
||||
$lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)';
|
||||
$lang['__text_alt__'] = 'table head: unlinked, table cell (hover), struct Label (hover) - font color (alternative)';
|
||||
$lang['__link_alt__'] = 'table head: linked - font color (alternative)';
|
||||
|
||||
$lang['__border__'] = 'tables, form fields, blockquotes - border color';
|
||||
$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for config
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Auto-toggle the sidebar into sections on these elements:';
|
||||
$lang['sidebar_sections_o_h1'] = '1st order headings';
|
||||
$lang['sidebar_sections_o_h1,h2'] = '1st and 2nd order headings';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'All headings';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Top-level list items';
|
||||
|
||||
$lang['header_layout'] = 'Adjust header layout:';
|
||||
$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline';
|
||||
$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline';
|
||||
|
||||
$lang['autocollapse'] = 'Automatically collapse the sidebar when viewing non-content pages for more screen estate.';
|
||||
$lang['closedwiki'] = 'This is a closed wiki. Hide most wiki functionality before user has logged in.';
|
||||
$lang['copyright'] = 'Copyright notice. Use %year%, %title%, and %TITLE% as placeholders. May contain HTML. You probably want to disable the default license notice.';
|
||||
@@ -0,0 +1 @@
|
||||
If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into the ''wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your favicon will not be shown to logged-out users.
|
||||
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for template
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
|
||||
$lang['direct_prefix'] = 'ir a';
|
||||
$lang['direct_content_main'] = 'Contenido Principal';
|
||||
$lang['direct_quick_search'] = 'Buscar';
|
||||
$lang['direct_content_toggle'] = 'Cambiar Ancho del Contenido';
|
||||
|
||||
$lang['adjunct_linked_logo_text'] = ' - enlace a inicio';
|
||||
$lang['a11y_sidebartoggle'] = 'Mostrar/Ocultar Navegación';
|
||||
|
||||
$lang['nav-area-head'] = 'menues y búsqueda rápida';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'búsqueda rápida';
|
||||
$lang['head_menu_status'] = 'estado del sitio';
|
||||
$lang['head_breadcrumb_youarehere'] = 'indicador de ubicación';
|
||||
$lang['head_menu_trace'] = 'Últimas Páginas Visitadas';
|
||||
$lang['head_meta_box'] = 'meta data de esta página';
|
||||
$lang['head_menu_starred'] = 'Páginas Favoritas';
|
||||
$lang['head_menu_tool-select'] = 'Herramientas';
|
||||
|
||||
$lang['jump_to_quicksearch'] = 'Ir a búsqueda rápida';
|
||||
|
||||
/** it will be shown from plugin lang.php:
|
||||
$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
|
||||
$lang['meta_box_tags_none'] = 'tags found: none';
|
||||
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
||||
$lang['prefix_tasks_user'] = 'Your open tasks: ';
|
||||
*/
|
||||
|
||||
$lang['tab_tags'] = 'Etiquetas';
|
||||
$lang['tab_issues'] = 'Asuntos';
|
||||
|
||||
$lang['quality_trigger'] = 'Mostrar/Ocultar análisis de página';
|
||||
|
||||
$lang['prefix_tasks_page'] = 'tareas pendientes para esta página: ';
|
||||
|
||||
$lang['tasks_page_none'] = 'no hay tareas pendientes en esta página';
|
||||
$lang['tasks_page_intime'] = 'tareas pendientes en esta página: %1$d';
|
||||
$lang['tasks_page_late'] = 'tareas pendientes en esta página: %1$d, vencidas: %2$d';
|
||||
|
||||
/** is not used
|
||||
$lang['discussion'] = 'Discussion';
|
||||
$lang['back_to_article'] = 'Back to article';
|
||||
$lang['userpage'] = 'User page';
|
||||
*/
|
||||
|
||||
$lang['meta_data'] = 'Meta Data';
|
||||
$lang['osm_zoom_link_text'] = 'ver mapa más grande';
|
||||
$lang['osm_zoom_link_title'] = 'enlaces externas abren en nueva ventana';
|
||||
|
||||
$lang['image_detail'] = 'detalles de la imagen';
|
||||
|
||||
$lang['mode_edit'] = 'Página de Edición';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navegación';
|
||||
$lang['nav_sitemap'] = 'Árbol del Sitio';
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
||||
$lang['__site_width__'] = 'contenido - ancho (en %)';
|
||||
|
||||
$lang['__background_site__'] = 'sitio web - color de fondo';
|
||||
$lang['__text_webframe__'] = 'claim, título, pié (no enlazado), navegacion (no enlazado) - color de fuente';
|
||||
|
||||
$lang['__nav_menu_color__'] = 'navegación (link), pié (enlace), íconos de herramientas de página, tabbox - color de fuente';
|
||||
$lang['__nav_menu_hover_color__'] = 'navegación (hover) - color de fuente, color de borde; íconos wiki - color de fuente; íconos wiki (hover) - color de fondo';
|
||||
$lang['__nav_menu_hover_bg__'] = 'navegación (hover) - color de fondo; íconos wiki - color de fondo; íconos wiki (hover) - color de fuente';
|
||||
|
||||
$lang['__background__'] = 'contenido, traza, herramientas de página (hover) - color de fondo';
|
||||
$lang['__text__'] = 'contenido: text - color de fuente';
|
||||
|
||||
$lang['__background_neu__'] = 'contenido neutral (no demasiado diferente del fondo del contenido) - color de fondo';
|
||||
$lang['__text_neu__'] = 'contenido neutral: texto - color de fuente';
|
||||
|
||||
$lang['__background_page_header__'] = 'contenido: cabezal, pié, tabinclude tab controlls deactivate - color de fondo';
|
||||
$lang['__background_page_footer__'] = 'contenido: pié, tabinclude tab controlls deactivate - color de fuente';
|
||||
|
||||
$lang['__border_light__'] = 'contenido: cabezal, pié - color de borde';
|
||||
|
||||
$lang['__highlight__'] = 'texto enfatizado (ej. para resultados de búsqueda) - color de fondo';
|
||||
$lang['__highlight_text__'] = 'texto enfatizado (ej. para resultados de búsqueda) - color de fuente';
|
||||
|
||||
$lang['__existing__'] = 'enlaces a páginas de la wiki, lápiz, herramientas de página (hover) - color de fuente; tabbox (hover) - color de fuente, color de borde';
|
||||
$lang['__link__'] = 'enlaces a páginas no de la wiki (enlaces externos) - color de fuente';
|
||||
$lang['__missing__'] = 'enlaces a páginas no existentess - color de fuente';
|
||||
|
||||
$lang['__button_color__'] = 'botones - color de fuente';
|
||||
$lang['__button_background__'] = 'botones - color de fondo';
|
||||
|
||||
$lang['__background_alt__'] = 'cabezal de tabla, celda de tabla (hover), struct Label (hover) - color de fondo (alternativo)';
|
||||
$lang['__text_alt__'] = 'cabezal de tabla: no enlazadod, celda de tabla (hover), struct Label (hover) - color de fuente (alternativo)';
|
||||
$lang['__link_alt__'] = 'cabezal de tabla: enlazado - color de fuente (alternativo)';
|
||||
|
||||
$lang['__border__'] = 'tablas, campos de formularios, bloques de citas - color de borde';
|
||||
$lang['__default_border_radius__'] = 'íconos wiki, contenido (arriba a la derecha) - radio del borde';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Spanish language file for config
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Auto-cambiar la barra lateral en secciones en estos elementos:';
|
||||
$lang['sidebar_sections_o_h1'] = 'encabezados de 1er orden';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'encabezados de 1er y 2do orden';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Todos los encabezados';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Items del mayor nivel en listas';
|
||||
|
||||
$lang['header_layout'] = 'Adjust header layout:';
|
||||
$lang['header_layout_o_default'] = 'disposición generosa del encabezado (para título y lema de la wiki largos)';
|
||||
$lang['header_layout_o_compact'] = 'disposición compacta del encabezado (para título corto de la wiki y lema oculto)';
|
||||
@@ -0,0 +1 @@
|
||||
Si desea cambiar el favicon, use el Administrador de Ficheros para subir un ''favicon.ico'' en el subespacio ''wiki'' o RAIZ, y se utilizará automáticamente. Si usa una wiki cerrada, se recomienda dar permiso de lectura para todo el mundo en la configuracion de ACL, en el espacio de nombres ''wiki'' (o RAIZ), o los usuarios no conectados, no podrán ver el favicon.
|
||||
@@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
|
||||
* @author ISKANDER REKIK <rekik.iskander@gmail.com>
|
||||
*/
|
||||
$lang['direct_prefix'] = 'sauter à ';
|
||||
$lang['direct_content_main'] = 'Contenu principal';
|
||||
$lang['direct_quick_search'] = 'Chercher';
|
||||
$lang['direct_content_toggle'] = 'Changer la largeur du contenu';
|
||||
$lang['adjunct_linked_logo_text'] = '- lien page d\'accueil';
|
||||
$lang['a11y_sidebartoggle'] = 'Cacher/Afficher Navigation';
|
||||
$lang['nav-area-head'] = 'menus et recherche rapide';
|
||||
$lang['head_magic_matcher'] = 'Correspondance Magique';
|
||||
$lang['head_quick_search'] = 'recherche rapide';
|
||||
$lang['head_menu_status'] = 'statut du site';
|
||||
$lang['head_breadcrumb_youarehere'] = 'indicateur d\'emplacement';
|
||||
$lang['head_menu_trace'] = 'Pages récemment visitées';
|
||||
$lang['head_meta_box'] = 'meta données pour cette page';
|
||||
$lang['head_menu_starred'] = 'Pages suivies';
|
||||
$lang['head_menu_tool-select'] = 'Outils';
|
||||
$lang['jump_to_quicksearch'] = 'Sauter à la recherche rapide';
|
||||
$lang['tab_tags'] = 'Étiquettes';
|
||||
$lang['tab_issues'] = 'problèmes';
|
||||
$lang['quality_trigger'] = 'Afficher/Cacher les analyses de la page';
|
||||
$lang['prefix_tasks_page'] = 'tâches ouvertes sur cette page:';
|
||||
$lang['tasks_page_none'] = 'pas de tâches ouvertes sur cette page';
|
||||
$lang['tasks_page_intime'] = 'tâches ouvertes sur cette page: %1$d';
|
||||
$lang['tasks_page_late'] = 'tâches ouvertes sur cette page: %1$d, sur %2$d';
|
||||
$lang['meta_data'] = 'Meta données';
|
||||
$lang['osm_zoom_link_text'] = 'Voire carte plus large';
|
||||
$lang['osm_zoom_link_title'] = 'lien externe ouvre une nouvelle fenêtre';
|
||||
$lang['image_detail'] = 'détails de l\'image';
|
||||
$lang['mode_edit'] = 'Page d\'édition';
|
||||
$lang['nav_sidebar'] = 'Navigation';
|
||||
$lang['nav_sitemap'] = 'Arborescence du site';
|
||||
$lang['__site_width__'] = 'contenu - largeur en %';
|
||||
$lang['__background_site__'] = 'site - coleur de fond';
|
||||
$lang['__text_webframe__'] = 'Annonce, titre, pied de page (sans lien), navigation (sans lien) - couleur de police';
|
||||
$lang['__nav_menu_color__'] = 'navigation (lien), pied de page (lien), icône outils de page, boîte d\'onglets - couleur de police';
|
||||
$lang['__nav_menu_hover_color__'] = 'navigation (survol) - couleur de police, de bord ; icônes du wiki - couleur de police ; icônes du wiki (survol) - couleur de fond';
|
||||
$lang['__nav_menu_hover_bg__'] = 'navigation (survol) - couleur de fond ; icônes du wiki - couleur de fond ; icônes du wiki (survol) - couleur de police';
|
||||
$lang['__background__'] = 'contenu, miettes, outils de page (survol) - couleur de fond';
|
||||
$lang['__text__'] = 'contenu : texte - couleur de police';
|
||||
$lang['__background_neu__'] = 'Contenu neutre (pas trop différent du fond du contenu) - couleur de fond';
|
||||
$lang['__text_neu__'] = 'contenu neutre : texte - couleur de police';
|
||||
$lang['__background_page_header__'] = 'Contenu : entête, pied de page, contrôle d\'onglet tabinclude inactifs - couleur de fond';
|
||||
$lang['__background_page_footer__'] = 'contenu : pied de page, contrôle d\'onglet tabinclude inactifs - couleur de police';
|
||||
$lang['__border_light__'] = 'contenu : entête, pied de page - couleur de bordure';
|
||||
$lang['__highlight__'] = 'texte emphatique (e.g. résultats de recherche) - couleur de fond';
|
||||
$lang['__highlight_text__'] = 'texte emphatique (e.g. résultats de recherche) - couleur de police';
|
||||
$lang['__existing__'] = 'liens vers des pages, crayon, outils de page (survol) - couleur de police ; boîte d\'onglets (survol) - couleur de bordure, couleur de police';
|
||||
$lang['__link__'] = 'liens vers des pages non wiki (sites externes) - couleur de police';
|
||||
$lang['__missing__'] = 'liens vers des pages inexistantes - couleur de police';
|
||||
$lang['__button_color__'] = 'boutons - couleur de police';
|
||||
$lang['__button_background__'] = 'boutons - couleur de fond';
|
||||
$lang['__background_alt__'] = 'entête de tableau, cellules (survol), labels «struct» (survol) - couleur de fond (alternative)';
|
||||
$lang['__text_alt__'] = 'entête de tableau : sans lien, cellules (survol), labels «struct» (survol) - couleur de police (alternative)';
|
||||
$lang['__link_alt__'] = 'entête de tableau : avec liens - couleur de police (alternative)';
|
||||
$lang['__border__'] = 'tableau, champ de formulaire, citations - couleur de bordure';
|
||||
$lang['__default_border_radius__'] = 'icônes du wiki, contenu (en haut à droite) - rayon de l\'arrondi de la bordure';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
|
||||
*/
|
||||
$lang['sidebar_sections'] = 'Convertir automatiquement en section ces éléments :';
|
||||
$lang['sidebar_sections_o_h1'] = 'titres de premier rang';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'titres de premier et second rang';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'tous les titres';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'items de premier niveau des listes';
|
||||
$lang['header_layout'] = 'Ajuster la disposition de l\'entête :';
|
||||
$lang['header_layout_o_default'] = 'Disposition d\'entête généreuse pour un titre long et un descriptif';
|
||||
$lang['header_layout_o_compact'] = 'Disposition compacte de l\'entête pour un titre court sans descriptif';
|
||||
$lang['autocollapse'] = 'Replier automatiquement la barre latérale quand on n\'est pas sur une page de wiki pour donner plus de place aux outils.';
|
||||
$lang['closedwiki'] = 'Ceci est un wiki fermé. Cacher la plupart des fonctionnalités avant que l\'utilisateur ne se connecte.';
|
||||
@@ -0,0 +1 @@
|
||||
Si vous voulez changer le //favicon//, utilisez simplement le gestionnaire de médias et envoyez un ''favicon.ico'' dans la catégorie racine ou ''wiki'' et il sera automatiquement utilisé. Si vous utilisez un wiki privé on vous recommande de rendre la catégorie ''wiki'' (ou racine) publique dans les réglages d'ACL, sans quoi votre //favicon// sera invisible aux utilisateurs non connectés.
|
||||
@@ -0,0 +1,104 @@
|
||||
<?php
|
||||
/**
|
||||
* File di lingua Italiana per il template
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*/
|
||||
|
||||
|
||||
$lang['direct_prefix'] = 'Vai a';
|
||||
$lang['direct_content_main'] = 'Contenuto Principale';
|
||||
$lang['direct_quick_search'] = 'Ricerca';
|
||||
$lang['direct_content_toggle'] = 'Cambia Larghezza del Contenuto';
|
||||
|
||||
$lang['adjunct_linked_logo_text'] = ' - link alla homepage';
|
||||
$lang['a11y_sidebartoggle'] = 'Mostra/Nascondi Navigazione';
|
||||
|
||||
$lang['nav-area-head'] = 'Menu e Ricerca rapida';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'Ricerca rapida';
|
||||
$lang['head_menu_status'] = 'Stato del sito';
|
||||
$lang['head_breadcrumb_youarehere'] = 'Indicatore di posizione';
|
||||
$lang['head_menu_trace'] = 'Ultime Pagine Visitate';
|
||||
$lang['head_meta_box'] = 'meta dati per questa pagina';
|
||||
$lang['head_menu_starred'] = 'Pagine Preferite';
|
||||
$lang['head_menu_tool-select'] = 'Strumenti';
|
||||
|
||||
$lang['jump_to_quicksearch'] = 'Vai alla ricerca rapida';
|
||||
|
||||
/** it will be shown from plugin lang.php:
|
||||
$lang['meta_box_jira_tickets_none'] = 'Ticket jira associati trovati: nessuno';
|
||||
$lang['meta_box_tags_none'] = 'Tag trovati: nessuno';
|
||||
$lang['js']['meta_box_toc_none'] = 'Nessun Sommario disponibile';
|
||||
$lang['prefix_tasks_user'] = 'I tuoi task aperti: ';
|
||||
*/
|
||||
|
||||
$lang['tab_tags'] = 'Tag';
|
||||
$lang['tab_issues'] = 'Problemi';
|
||||
|
||||
$lang['quality_trigger'] = 'Mostra/Nascondi l\'analisi della pagina';
|
||||
|
||||
$lang['prefix_tasks_page'] = 'aprire le attività per questa pagina: ';
|
||||
|
||||
$lang['tasks_page_none'] = 'nessuna attività aperta in questa pagina';
|
||||
$lang['tasks_page_intime'] = 'attività aperte su questa pagina: %1$d';
|
||||
$lang['tasks_page_late'] = 'attività aperte su questa pagina: %1$d, troppo tardi: %2$d';
|
||||
|
||||
/** is not used
|
||||
$lang['discussion'] = 'Discussione';
|
||||
$lang['back_to_article'] = 'Torna all'articolo';
|
||||
$lang['userpage'] = 'Pagina utente';
|
||||
*/
|
||||
|
||||
$lang['meta_data'] = 'Meta dati dell\'immagine';
|
||||
$lang['osm_zoom_link_text'] = 'visualizza una mappa più grande';
|
||||
$lang['osm_zoom_link_title'] = 'link esterno - si apre in una nuova finestra';
|
||||
|
||||
$lang['image_detail'] = 'Dettagli dell\'immagine';
|
||||
|
||||
$lang['mode_edit'] = 'Modifica pagina';
|
||||
|
||||
|
||||
$lang['nav_sidebar'] = 'Navigazione';
|
||||
$lang['nav_sitemap'] = 'Indice';
|
||||
|
||||
/**
|
||||
* preferences colors
|
||||
*/
|
||||
|
||||
$lang['__site_width__'] = 'Contenuto - Larghezza (in %)';
|
||||
|
||||
$lang['__background_site__'] = 'Sito Web - Colore di sfondo';
|
||||
$lang['__text_webframe__'] = 'Claim, Titolo, Piè di pagina (non collegato), Navigazione (non collegata) - Colore del carattere';
|
||||
|
||||
$lang['__nav_menu_color__'] = 'Navigazione (collegamento), Piè di pagina (collegamento), Icone strumenti di pagina, Tabbox - Colore del carattere';
|
||||
$lang['__nav_menu_hover_color__'] = 'Navigazione (passaggio) - Colore del carattere, Colore del bordo; Icone Wiki - Colore del carattere; Icone Wiki (passaggio) - Colore di sfondo';
|
||||
$lang['__nav_menu_hover_bg__'] = 'Navigazione (passaggio) - Colore di sfondo; Icone Wiki - Colore di sfondo; Icone Wiki (passaggio) - Colore del carattere';
|
||||
|
||||
$lang['__background__'] = 'Contenuto, percorso, strumenti di pagina (passaggio) - Colore di sfondo';
|
||||
$lang['__text__'] = 'Contenuto: Testo - Colore del carattere';
|
||||
|
||||
$lang['__background_neu__'] = 'Contenuto neutro (non troppo diverso dallo sfondo del contenuto) - Colore di sfondo';
|
||||
$lang['__text_neu__'] = 'Contenuto neutro: Testo - Tolore del carattere';
|
||||
|
||||
$lang['__background_page_header__'] = 'Contenuto: Intestazione, Piè di pagina, Linguette tab disattivate per Tabinclude - Colore di sfondo';
|
||||
$lang['__background_page_footer__'] = 'Contenuto: Piè di pagina, Linguette tab disattivate per Tabinclude - Colore del carattere';
|
||||
|
||||
$lang['__border_light__'] = 'Contenuto: Intestazione, piè di pagina - Colore del bordo';
|
||||
|
||||
$lang['__highlight__'] = 'Enfasi del testo (ad esempio per i risultati di ricerca) - Colore di sfondo';
|
||||
$lang['__highlight_text__'] = 'Enfasi del testo (ad esempio per i risultati di ricerca) - Colore del carattere';
|
||||
|
||||
$lang['__existing__'] = 'Collegamenti a pagine Wiki, matita, strumenti di pagina (passaggio) - Colore del carattere; Tabbox (passaggio) - Colore del carattere, Colore del bordo';
|
||||
$lang['__link__'] = 'Collegamenti a pagine non Wiki (link esterni) - Colore del carattere';
|
||||
$lang['__missing__'] = 'Collegamenti a pagine non esistenti - Colore del carattere';
|
||||
|
||||
$lang['__button_color__'] = 'Pulsanti - Colore del carattere';
|
||||
$lang['__button_background__'] = 'Pulsanti - Colore di sfondo';
|
||||
|
||||
$lang['__background_alt__'] = 'Intestazione tabella, Cella tabella (passaggio), Etichetta Struct (passaggio) - Colore di sfondo (alternativo)';
|
||||
$lang['__text_alt__'] = 'Intestazione tabella: non collegata, Cella tabella (passaggio), Etichetta Struct (passaggio)- Colore del carattere (alternativo)';
|
||||
$lang['__link_alt__'] = 'Intestazione tabella: collegata - Colore del carattere (alternativo)';
|
||||
|
||||
$lang['__border__'] = 'Tabelle, Campi modulo, Blockquote - Colore del bordo';
|
||||
$lang['__default_border_radius__'] = 'Icone Wiki, Contenuto (in alto a destra) - raggio del bordo';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* File di lingua Italiana per la pagina di configurazione
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
$lang['sidebar_sections'] = 'Attiva/disattiva la barra laterale nelle sezioni su questi elementi:';
|
||||
$lang['sidebar_sections_o_h1'] = 'Intestazioni di primo ordine';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'Intestazioni di primo e secondo ordine';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Tutte le intestazioni';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Primo livello degli elementi di elenco';
|
||||
|
||||
$lang['header_layout'] = 'Regola il layout dell\'intestazione:';
|
||||
$lang['header_layout_o_header-default'] = 'layout di intestazione generoso per un lungo titolo e una tagline';
|
||||
$lang['header_layout_o_header-compact'] = 'layout di intestazione compatto per un breve titolo e tagline nascosta';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Se vuoi cambiare la favicon, usa semplicemente il Gestore Media per caricare un ''favicon.ico'' nel ''wiki'' o nel namespace di root e verrà automaticamente usato. Se si utilizza un wiki chiuso, si consiglia di rendere leggibile per chiunque lo spazio dei nomi ''wiki'' (o root) nelle impostazioni ACL o il proprio favicon non verrà mostrato agli utenti che hanno effettuato il logout.
|
||||
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Henk <meinsma@hotmail.com>
|
||||
*/
|
||||
$lang['direct_prefix'] = 'ga naar';
|
||||
$lang['direct_content_main'] = 'Hoofdinhoud';
|
||||
$lang['direct_quick_search'] = 'Zoeken';
|
||||
$lang['direct_content_toggle'] = 'Wijzig inhoud breedte';
|
||||
$lang['adjunct_linked_logo_text'] = 'link naar home pagina';
|
||||
$lang['a11y_sidebartoggle'] = 'Toon/Verberg navigatie';
|
||||
$lang['nav-area-head'] = 'Menu en snelzoeken';
|
||||
$lang['head_quick_search'] = 'Snelzoeken';
|
||||
$lang['head_menu_status'] = 'website status';
|
||||
$lang['head_menu_trace'] = 'Laatst bezochte pagina\'s';
|
||||
$lang['head_meta_box'] = 'meta data voor deze pagina';
|
||||
$lang['head_menu_starred'] = 'Gemarkeerde pagina\'s';
|
||||
$lang['head_menu_tool-select'] = 'Hulpmiddelen';
|
||||
$lang['jump_to_quicksearch'] = 'Ga naar snelzoeken';
|
||||
$lang['tab_tags'] = 'Tags';
|
||||
$lang['tab_issues'] = 'Onderwerpen';
|
||||
$lang['quality_trigger'] = 'Toon/Verberg pagina analyse';
|
||||
$lang['prefix_tasks_page'] = 'open taken voor deze pagina';
|
||||
$lang['tasks_page_none'] = 'geen openstaande taken voor deze pagina';
|
||||
$lang['tasks_page_intime'] = 'open taken op deze pagina: %1$d';
|
||||
$lang['tasks_page_late'] = 'open taken op deze pagina: %1$d, over tijd: %2$d';
|
||||
$lang['meta_data'] = 'meta data';
|
||||
$lang['osm_zoom_link_text'] = 'bekijk grotere kaart';
|
||||
$lang['osm_zoom_link_title'] = 'externe link opent in een nieuw venster';
|
||||
$lang['image_detail'] = 'afbeelding details';
|
||||
$lang['mode_edit'] = 'Bewerk pagina';
|
||||
$lang['nav_sidebar'] = 'Navigatie';
|
||||
$lang['nav_sitemap'] = 'Site structuur';
|
||||
$lang['__site_width__'] = 'inhoud - breedte (in %)';
|
||||
$lang['__background_site__'] = 'website - kleur achtergrond';
|
||||
$lang['__text_webframe__'] = 'claim, titel, footer (niet gelinkt), navigatie (niet gelinkt) - tekstkleur';
|
||||
$lang['__nav_menu_color__'] = 'navigatie (link), footer (link), pagina-hulpmiddelen iconen, tabbox, tekstkleur';
|
||||
$lang['__nav_menu_hover_color__'] = 'navigatie (hover), tekstkleur, kader kleur; wiki iconen - tekstkleur; wiki iconen (hover) - kleur achtergrond';
|
||||
$lang['__nav_menu_hover_bg__'] = 'navigatie (hover), kleur achtergrond; wiki iconen - kleur achtergrond; wiki iconen (hover) - tekstkleur';
|
||||
$lang['__background__'] = 'inhoud, broodkruimels, pagina hulpmiddelen (hover) - kleur achtergrond';
|
||||
$lang['__text__'] = 'inhoud: tekst - tekstkleur';
|
||||
$lang['__highlight__'] = 'tekst accentuering (bijv. voor zoekresultaten) - kleur achtergrond';
|
||||
$lang['__highlight_text__'] = 'tekst accentuering (bijv. voor zoekresultaten) - tekstkleur';
|
||||
$lang['__existing__'] = 'links naar wiki-pagina\'s, pen, pagina-hulpmiddelen (hover) - tekstkleur; tabbox (hover) - tekstkleur, kader kleur';
|
||||
$lang['__link__'] = 'links naar niet wiki-pagina\'s (externe links) - tekstkleur';
|
||||
$lang['__missing__'] = 'links naar niet niet bestaande pagina\'s (externe links) - tekstkleur';
|
||||
$lang['__button_color__'] = 'buttons - tekstkleur';
|
||||
$lang['__button_background__'] = 'buttons - kleur achtergrond';
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Henk <meinsma@hotmail.com>
|
||||
*/
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Alle koppen';
|
||||
@@ -0,0 +1 @@
|
||||
Gebruik de Media Manager voor het wijzigen van de favicon. Upload een "favicon.ico" naar de "wiki" of root namespace en deze wordt automatisch gebruikt. Bij een gesloten Wiki wordt aanbevolen om de "wiki" of root namespace leesbaar te maken in de ACL settings, anders is de favicon niet zichtbaar voor niet ingelogde gebruikers.
|
||||
@@ -0,0 +1,75 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Russian language file for template
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* it will be shown from plugin lang.php:
|
||||
* $lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
|
||||
* $lang['meta_box_tags_none'] = 'tags found: none';
|
||||
* $lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
||||
* $lang['prefix_tasks_user'] = 'Your open tasks: ';
|
||||
* is not used
|
||||
* $lang['discussion'] = 'Discussion';
|
||||
* $lang['back_to_article'] = 'Back to article';
|
||||
* $lang['userpage'] = 'User page';
|
||||
*
|
||||
* preferences colors
|
||||
*
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
*/
|
||||
$lang['direct_prefix'] = 'перейти к';
|
||||
$lang['direct_content_main'] = 'Главная страница';
|
||||
$lang['direct_quick_search'] = 'Поиск';
|
||||
$lang['direct_content_toggle'] = 'Изменить ширину рабочей области';
|
||||
$lang['adjunct_linked_logo_text'] = ' - homepage link';
|
||||
$lang['a11y_sidebartoggle'] = 'Показать/скрыть навигацию';
|
||||
$lang['nav-area-head'] = 'меню и быстрый поиск';
|
||||
$lang['head_magic_matcher'] = 'MagicMatcher';
|
||||
$lang['head_quick_search'] = 'быстрый поиск';
|
||||
$lang['head_menu_status'] = 'статус сайта';
|
||||
$lang['head_breadcrumb_youarehere'] = '«хлебные крошки»';
|
||||
$lang['head_menu_trace'] = 'Последние посещённые страницы';
|
||||
$lang['head_meta_box'] = 'мета-данные страницы';
|
||||
$lang['head_menu_starred'] = 'Избранные страницы';
|
||||
$lang['head_menu_tool-select'] = 'Инструменты';
|
||||
$lang['jump_to_quicksearch'] = 'Переход к быстрому поиску';
|
||||
$lang['tab_tags'] = 'Теги';
|
||||
$lang['tab_issues'] = 'Вопросы';
|
||||
$lang['quality_trigger'] = 'Показать/скрыть аналитику';
|
||||
$lang['prefix_tasks_page'] = 'открытые задачи по странице: ';
|
||||
$lang['tasks_page_none'] = 'нет открытых задач по странице';
|
||||
$lang['tasks_page_intime'] = 'открытых задач на странице: %1$d';
|
||||
$lang['tasks_page_late'] = 'открытых задач на странице: %1$d, до: %2$d';
|
||||
$lang['meta_data'] = 'Мета-данные';
|
||||
$lang['osm_zoom_link_text'] = 'открыть расширенную карту';
|
||||
$lang['osm_zoom_link_title'] = 'внешние ссылки в новом окне';
|
||||
$lang['image_detail'] = 'информация по изображению';
|
||||
$lang['mode_edit'] = 'Редактирование страницы';
|
||||
$lang['nav_sidebar'] = 'Навигация';
|
||||
$lang['nav_sitemap'] = 'Карта сайта';
|
||||
$lang['__site_width__'] = 'ширина области для контента (в %)';
|
||||
$lang['__background_site__'] = 'сайт — цвет фона';
|
||||
$lang['__text_webframe__'] = 'заглавие, подвал (без ссылок), навигация (без ссылок) — цвет шрифта';
|
||||
$lang['__nav_menu_color__'] = 'навигация (ссылка), подвал (ссылка), иконки инструментов страницы, панель вкладок — цвет шрифта';
|
||||
$lang['__nav_menu_hover_color__'] = 'навигация (при наведении) — цвет шрифта, цвет границы; иконки вики — цвет шрифта; иконки вики (при наведении) — цвет фона';
|
||||
$lang['__nav_menu_hover_bg__'] = 'навигация (при наведении) — цвет фона; иконки вики — цвет фона; иконки вики (при наведении) — цвет шрифта';
|
||||
$lang['__background__'] = 'содержимое, «хлебные крошки», инструменты страницы (при наведении) — цвет фона';
|
||||
$lang['__text__'] = 'содержимое: текст — цвет шрифта';
|
||||
$lang['__background_neu__'] = 'нейтральное содержимое (не сильно отличается от фонового содержимого) — цвет фона';
|
||||
$lang['__text_neu__'] = 'нейтральное содержимое: текст — цвет шрифта';
|
||||
$lang['__background_page_header__'] = 'содержимое: заголовок, подвал, неактивные вкладки (плагин TabInclude) — цвет фона';
|
||||
$lang['__background_page_footer__'] = 'содержимое: подвал, неактивные вкладки (плагин TabInclude) — цвет шрифта';
|
||||
$lang['__border_light__'] = 'содержимое: заголовок, подвал — цвет границы';
|
||||
$lang['__highlight__'] = 'подчёркнутый текст (например, результаты поиска) — цвет фона';
|
||||
$lang['__highlight_text__'] = 'подчёркнутый текст (например, результаты поиска) — цвет шрифта';
|
||||
$lang['__existing__'] = 'ссылки на вики-страницы, карандаш, инструменты страницы (при наведении) — цвет шрифта; панель вкладок (при наведении) — цвет шрифта, цвет границы';
|
||||
$lang['__link__'] = 'ссылки на внешние страницы — цвет шрифта';
|
||||
$lang['__missing__'] = 'ссылки на не существующие страницы — цвет шрифта';
|
||||
$lang['__button_color__'] = 'кнопки — цвет шрифта';
|
||||
$lang['__button_background__'] = 'кнопки — цвет фона';
|
||||
$lang['__background_alt__'] = 'заголовок таблицы, ячейка таблицы (при наведении), метка (Label) плагина Stuct (при наведении) — цвет фона (альтернативный)';
|
||||
$lang['__text_alt__'] = 'заголовок таблицы: без ссылки, ячейка таблицы (при наведении), метка (Label) плагина Stuct (при наведении) — цвет шрифта (альтернативный)';
|
||||
$lang['__link_alt__'] = 'заголовок таблицы: связанная — цвет шрифта (альтернативный)';
|
||||
$lang['__border__'] = 'таблицы, поля форм, цитаты — цвет границы';
|
||||
$lang['__default_border_radius__'] = 'иконки вики, содержимое (верхний правый угол) — радиус скругления углов';
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* Russian language file for config
|
||||
*
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
*/
|
||||
$lang['sidebar_sections'] = 'Автоматически переключать боковую панель в секциях';
|
||||
$lang['sidebar_sections_o_h1'] = 'Заголовок 1 уровня';
|
||||
$lang['sidebar_sections_o_h1,h2'] = 'Заголовки 1 и 2 уровня';
|
||||
$lang['sidebar_sections_o_h1,h2,h3,h4,h5'] = 'Все заголовки';
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = 'Первые элементы в списках';
|
||||
$lang['header_layout'] = 'Настройка размещения заголовков';
|
||||
$lang['header_layout_o_default'] = 'разрежённое размещение длинных вики-заголовков и блоков тегов';
|
||||
$lang['header_layout_o_compact'] = 'компактное размещение длинных вики-заголовков и блоков тегов';
|
||||
@@ -0,0 +1 @@
|
||||
If you'd like to change the favicon, simply use the Media Manager to upload a ''favicon.ico'' into the ''wiki'' or the root namespace and it will automatically be used. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your favicon will not be shown to logged-out users.
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author GHSRobert Ciang <robertus0617@gmail.com>
|
||||
*/
|
||||
$lang['head_menu_trace'] = '最近瀏覽的頁面';
|
||||
$lang['head_menu_tool-select'] = '工具';
|
||||
$lang['tab_tags'] = '標籤';
|
||||
$lang['quality_trigger'] = '顯示/隱藏頁面分析';
|
||||
$lang['prefix_tasks_page'] = '此頁尚未完成的工作:';
|
||||
$lang['tasks_page_none'] = '此頁工作都已完成';
|
||||
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author GHSRobert Ciang <robertus0617@gmail.com>
|
||||
*/
|
||||
$lang['sidebar_sections_o_li.level1 > .li'] = '上層清單項目';
|
||||
$lang['header_layout_o_default'] = '寬裕的頁首佈局(適用於較長的 wiki 標題及副標題)';
|
||||
$lang['header_layout_o_compact'] = '精簡的頁首佈局(適用於較短的 wiki 標題及隱藏副標題)';
|
||||
@@ -0,0 +1 @@
|
||||
若您想變更 favicon,只要將一個 ''favicon.ico'' 檔案上傳到 ''wiki'' 或 root 分類名稱下,系統就會自動使用該檔案。如果您使用封閉的 wiki,建議您在 ACL 設定中將 ''wiki''(或 root)分類名稱設為公開,不然未登入的使用者將無法看到您的 favicon。
|
||||
Reference in New Issue
Block a user