Adding MindTheDark version 2025-03-17 (c5e286f).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd81ae610b
commit
19df4a7159
126 changed files with 6282 additions and 0 deletions
13
templates/55/MindTheDark/lang/bg/lang.php
Normal file
13
templates/55/MindTheDark/lang/bg/lang.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Kiril <neohidra@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Цвят за фона, под съдъжанието';
|
||||
$lang['__link__'] = 'Стандартен цвят за препратка';
|
||||
$lang['__existing__'] = 'Цвят за препратка към съществуващи станици';
|
||||
$lang['__missing__'] = 'Цвят за препратка към несъществуващи станици';
|
||||
$lang['__site_width__'] = 'Ширина на целия сайт (може да бъде всяка мерна единица:%, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Ширина на страничната лента (може да бъде всяка мерна единица:%, px, em, ...)';
|
52
templates/55/MindTheDark/lang/cs/lang.php
Normal file
52
templates/55/MindTheDark/lang/cs/lang.php
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
*/
|
||||
// style.ini values
|
||||
$lang['__background_site__'] = 'Barva hlavního pozadí (pod kontextovým boxem)';
|
||||
$lang['__link__'] = 'Hlavní barva odkazů';
|
||||
$lang['__existing__'] = 'Barva odkazů na existující stránky';
|
||||
$lang['__missing__'] = 'Barva odkazů na neexistující stránky';
|
||||
$lang['__site_width__'] = 'Šířka plné stránky (jakákoliv jednotka délky: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Šířka postranního panelu, pokud je použit (jakákoliv jednotka délky: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Přepnout stránku do módu pro tablet pro velikost obrazovky menší než';
|
||||
$lang['__phone_width__'] = 'Přepnout stránku do módu pro telefon pro velikost obrazovky menší než';
|
||||
$lang['__theme_color__'] = 'Hlavní barva motivu';
|
||||
$lang['__pre_text_color__'] = 'Barva textu inline kódu';
|
||||
$lang['__pre_background_color__'] = 'Barva pozadí inline kódu';
|
||||
$lang['__selection_color__'] = 'Barva textu vybraného myší';
|
||||
$lang['__selection_background_color__'] = 'Barva pozadí textu vybraného myší';
|
||||
$lang['__scrollbar_color_track__'] = 'Barva scrollbaru';
|
||||
$lang['__scrollbar_color_thumb__'] = 'Barva tlačítka scrollbaru';
|
||||
|
||||
/* Dark */
|
||||
$lang['__text_color_dark__'] = 'Hlavní barva textu v tmavém motivu';
|
||||
$lang['__background_color_dark__'] = 'Hlavní barva pozadí v tmavém motivu';
|
||||
$lang['__text_alt_color_dark__'] = 'Alternativní barva textu v tmavém motivu';
|
||||
$lang['__background_alt_color_dark__'] = 'Alternativní barva pozadí v tmavém motivu';
|
||||
$lang['__text_neu_color_dark__'] = 'Neutrální barva textu v tmavém motivu';
|
||||
$lang['__background_neu_color_dark__'] = 'Neutrální barva pozadí v tmavém motivu';
|
||||
$lang['__border_color_dark__'] = 'Barva rámečku v tmavém motivu';
|
||||
$lang['__highlight_color_dark__'] = 'Barva zvýraznění (hlavně pro výsledky hledání) v tmavém motivu';
|
||||
$lang['__background_site_color_dark__'] = 'Barva pozadí stránky (za obsahem) v tmavém motivu';
|
||||
$lang['__pre_text_color_dark__'] = 'Barva textu inline kódu v tmavém motivu';
|
||||
$lang['__pre_background_color_dark__'] = 'Barva pozadí inline kódu v tmavém motivu';
|
||||
$lang['__link_color_dark__'] = 'Hlavní barva odkazů v tmavém motivu';
|
||||
$lang['__existing_color_dark__'] = 'Barva odkazů na existující stránky v tmavém motivu';
|
||||
$lang['__missing_color_dark__'] = 'Barva odkazů na neexistující stránky v tmavém motivu';
|
||||
$lang['__selection_color_dark__'] = 'Barva textu vybraného myší v tmavém motivu';
|
||||
$lang['__selection_background_color_dark__'] = 'Barva pozadí textu vybraného myší v tmavém motivu';
|
||||
$lang['__scrollbar_track_color_dark__'] = 'Barva scrollbaru v tmavém motivu';
|
||||
$lang['__scrollbar_thumb_color_dark__'] = 'Barva tlačítka scrollbaru v tmavém motivu';
|
||||
|
||||
/* Toggle Switch */
|
||||
$lang['themeSwitch'] = 'Přepnout vzhled';
|
||||
|
||||
/* Note Plugin */
|
||||
$lang['__note_plugin_classic_color__'] = 'Barva pro poznámku "classic" v pluginu Note';
|
||||
$lang['__note_plugin_important_color__'] = 'Barva pro poznámku "important" v pluginu Note';
|
||||
$lang['__note_plugin_warning_color__'] = 'Barva pro poznámku "warning" v pluginu Note';
|
||||
$lang['__note_plugin_tip_color__'] = 'Barva pro poznámku "tip" v pluginu Note';
|
6
templates/55/MindTheDark/lang/cs/settings.php
Normal file
6
templates/55/MindTheDark/lang/cs/settings.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$lang['theme'] = 'Výchozí barevné schéma pokud je volba "autoDark" vypnutá.';
|
||||
$lang['autoDark'] = 'Automatická detekce barevného schématu z prohlížeče';
|
||||
$lang['userChoice'] = 'Zobrazit tlačítko pro výběr barevného schématu uživatelem.';
|
||||
$lang['pluginNote'] = 'Aktivovat podporu pro plugin Note.';
|
||||
$lang['pluginWrap'] = 'Aktivovat podporu pro plugin Wrap.';
|
2
templates/55/MindTheDark/lang/cs/style.txt
Normal file
2
templates/55/MindTheDark/lang/cs/style.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Pokud chcete upravit logo, jednoduše použijte Media Manager pro nahrání obrázku "logo.png" do kořenového jmenného prostoru "wiki" a ten bude poté použit jako logo. Můžete nahrát také ikonu "favicon.ico".
|
||||
Pokud používáte neveřejnou wiki, doporučujeme udělit plná práva pro čtení prostoru "wiki" (nebo root) v nastavení ACL, jinak nebude vlastní logo zobrazeno nepřihlášeným uživatelům.
|
12
templates/55/MindTheDark/lang/cy/lang.php
Normal file
12
templates/55/MindTheDark/lang/cy/lang.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
// style.ini values
|
||||
|
||||
$lang['__background_site__'] = 'Lliw am y cefndir (tu ôl y blwch cynnwys)';
|
||||
$lang['__link__'] = 'Lliw dolenni cyffredinol';
|
||||
$lang['__existing__'] = 'Lliw dolenni i dudalennau sy\'n bodoli';
|
||||
$lang['__missing__'] = 'Lliw dolenni i dudalennau sy ddim yn bodoli';
|
||||
$lang['__site_width__'] = 'Lled y safle cyfan (unrhyw uned: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Lled y bar ochr, os oes un (unrhyw uned: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'O dan y lled sgrin hwn, bydd y safle yn newid i fodd tabled';
|
||||
$lang['__phone_width__'] = 'O dan y lled sgrin hwn, bydd y safle yn newid i fodd ffôn';
|
4
templates/55/MindTheDark/lang/cy/style.txt
Normal file
4
templates/55/MindTheDark/lang/cy/style.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Os ydych chi am newid y logo, defnyddiwch y Rheolwr Cyfrwng i lanlwytho ''logo.png'' i ''wici'' neu wraidd y namespace
|
||||
a chaiff ei ddefnyddio'n awtomatig. Gallwch chi hefyd lanlwytho ''favicon.ico'' yna. Os ydych chi'n defnyddio
|
||||
wici caeedig, awgrymwyd eich bod chi'n gwneud y ''wici'' (new wraidd) y namespace yn ddarllenadwy i bawb yn y
|
||||
gosodiadau ACL neu na chaiff eich logo chi ei weld gan ddefnyddwyr sydd heb fewngofnodi.
|
50
templates/55/MindTheDark/lang/de-informal/lang.php
Normal file
50
templates/55/MindTheDark/lang/de-informal/lang.php
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author F. Mueller-Donath <j.felix@mueller-donath.de>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich)';
|
||||
$lang['__link__'] = 'Allgemeine Linkfarbe';
|
||||
$lang['__existing__'] = 'Farbe für Links zu existierenden Seiten';
|
||||
$lang['__missing__'] = 'Farbe für Links zu nicht-existierenden Seiten';
|
||||
$lang['__site_width__'] = 'Breite der ganzen Seite (kann eine beliebige Längeneinheit sein: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Breite der Seitenleiste, falls vorhanden (kann eine beliebige Längeneinheit sein: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus';
|
||||
$lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus';
|
||||
$lang['__pre_text_color__'] = 'Farbe für den Text der Inline Code Formatierung';
|
||||
$lang['__pre_background_color__'] = 'Farbe für den Hintergrund der Inline Code Formatierung';
|
||||
$lang['__selection_color__'] = 'Farbe für den mit der Maus ausgewählten Text';
|
||||
$lang['__selection_background_color__'] = 'Hintergrundfarbe für den mit der Maus ausgewählten Text';
|
||||
$lang['__scrollbar_color_track__'] = 'Farbe für die Scrollbar';
|
||||
$lang['__scrollbar_color_thumb__'] = 'Farbe für den Scrollbar Button';
|
||||
|
||||
/* Dark */
|
||||
$lang['__text_color_dark__'] = 'Haupttextfarbe im dunklen Farbschema';
|
||||
$lang['__background_color_dark__'] = 'Haupthintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__text_alt_color_dark__'] = 'Alternative Textfarbe im dunklen Farbschema';
|
||||
$lang['__background_alt_color_dark__'] = 'Alternative Hintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__text_neu_color_dark__'] = 'Neutrale Textfarbe im dunklen Farbschema';
|
||||
$lang['__background_neu_color_dark__'] = 'Neutrale Hintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__border_color_dark__'] = 'Rahmenfarbe im dunklen Farbschema';
|
||||
$lang['__highlight_color_dark__'] = 'Hervorhebungsfarbe (hauptsächlich für Suchergebnisse) im dunklen Farbschema';
|
||||
$lang['__background_site_color_dark__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich) im dunklen Farbschema';
|
||||
$lang['__pre_text_color_dark__'] = 'Farbe für den Text der Inline Code Formatierung im dunklen Farbschema';
|
||||
$lang['__pre_background_color_dark__'] = 'Farbe für den Hintergrund der Inline Code Formatierung im dunklen Farbschema';
|
||||
$lang['__link_color_dark__'] = 'Allgemeine Linkfarbe im dunklen Farbschema';
|
||||
$lang['__existing_color_dark__'] = 'Farbe für Links zu existierenden Seiten im dunklen Farbschema';
|
||||
$lang['__missing_color_dark__'] = 'Farbe für Links zu nicht-existierenden Seiten im dunklen Farbschema';
|
||||
$lang['__selection_color_dark__'] = 'Farbe für den mit der Maus ausgewählten Text im dunklen Farbschema';
|
||||
$lang['__selection_background_color_dark__'] = 'Hintergrundfarbe für den mit der Maus ausgewählten Text im dunklen Farbschema';
|
||||
$lang['__scrollbar_track_color_dark__'] = 'Farbe für die Scrollbar im dunklen Farbschema';
|
||||
$lang['__scrollbar_thumb_color_dark__'] = 'Farbe für den Scrollbar Button im dunklen Farbschema';
|
||||
|
||||
/* Toggle Switch */
|
||||
$lang['themeSwitch'] = 'Design umschalten';
|
||||
|
||||
/* Note Plugin */
|
||||
$lang['__note_plugin_classic_color__'] = 'Note Plugin Basisfarbe für "classic"';
|
||||
$lang['__note_plugin_important_color__'] = 'Note Plugin Basisfarbe für "important"';
|
||||
$lang['__note_plugin_warning_color__'] = 'Note Plugin Basisfarbe für "warning"';
|
||||
$lang['__note_plugin_tip_color__'] = 'Note Plugin Basisfarbe für "tip"';
|
11
templates/55/MindTheDark/lang/de-informal/settings.php
Normal file
11
templates/55/MindTheDark/lang/de-informal/settings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Deutsche Übersetzung Einstellungen
|
||||
*
|
||||
*/
|
||||
|
||||
$lang['theme'] = 'Farbschema wenn die automatische Erkennung (autoDark) deaktiviert ist.';
|
||||
$lang['autoDark'] = 'Automatische Erkennung des Farbschema vom Betriebssystem.';
|
||||
$lang['userChoice'] = 'Aktiviert eine Button damit der Benutzer selber das Farbschema umschalten kann.';
|
||||
$lang['pluginNote'] = 'Unterstützung für das Note Plugin aktivieren.';
|
||||
$lang['pluginWrap'] = 'Unterstützung für das Wrap-Plugin aktivieren.';
|
1
templates/55/MindTheDark/lang/de-informal/style.txt
Normal file
1
templates/55/MindTheDark/lang/de-informal/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Benutze einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder obersten Namensraum hochzuladen, wenn du das Logo anpassen willst. Es wird dann automatisch als Logo verwendet. Alternativ kannst du dort auch ein ''favicon.ico'' hochladen. Falls du ein geschlossenes Wiki betreibst, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt.
|
50
templates/55/MindTheDark/lang/de/lang.php
Normal file
50
templates/55/MindTheDark/lang/de/lang.php
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Anika Henke <anika@selfthinker.org>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich)';
|
||||
$lang['__link__'] = 'Allgemeine Linkfarbe';
|
||||
$lang['__existing__'] = 'Farbe für Links zu existierenden Seiten';
|
||||
$lang['__missing__'] = 'Farbe für Links zu nicht-existierenden Seiten';
|
||||
$lang['__site_width__'] = 'Breite der ganzen Seite (kann eine beliebige Längeneinheit sein: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Breite der Seitenleiste, falls vorhanden (kann eine beliebige Längeneinheit sein: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Tabletmodus';
|
||||
$lang['__phone_width__'] = 'Unter dieser Fensterbreite wechselt die Seite in den Handymodus';
|
||||
$lang['__pre_text_color__'] = 'Farbe für den Text der Inline Code Formatierung';
|
||||
$lang['__pre_background_color__'] = 'Farbe für den Hintergrund der Inline Code Formatierung';
|
||||
$lang['__selection_color__'] = 'Farbe für den mit der Maus ausgewählten Text';
|
||||
$lang['__selection_background_color__'] = 'Hintergrundfarbe für den mit der Maus ausgewählten Text';
|
||||
$lang['__scrollbar_color_track__'] = 'Farbe für die Scrollbar';
|
||||
$lang['__scrollbar_color_thumb__'] = 'Farbe für den Scrollbar Button';
|
||||
|
||||
/* Dark */
|
||||
$lang['__text_color_dark__'] = 'Haupttextfarbe im dunklen Farbschema';
|
||||
$lang['__background_color_dark__'] = 'Haupthintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__text_alt_color_dark__'] = 'Alternative Textfarbe im dunklen Farbschema';
|
||||
$lang['__background_alt_color_dark__'] = 'Alternative Hintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__text_neu_color_dark__'] = 'Neutrale Textfarbe im dunklen Farbschema';
|
||||
$lang['__background_neu_color_dark__'] = 'Neutrale Hintergrundfarbe im dunklen Farbschema';
|
||||
$lang['__border_color_dark__'] = 'Rahmenfarbe im dunklen Farbschema';
|
||||
$lang['__highlight_color_dark__'] = 'Hervorhebungsfarbe (hauptsächlich für Suchergebnisse) im dunklen Farbschema';
|
||||
$lang['__background_site_color_dark__'] = 'Farbe für den Seitenhintergrund (hinter dem Inhaltsbereich) im dunklen Farbschema';
|
||||
$lang['__pre_text_color_dark__'] = 'Farbe für den Text der Inline Code Formatierung im dunklen Farbschema';
|
||||
$lang['__pre_background_color_dark__'] = 'Farbe für den Hintergrund der Inline Code Formatierung im dunklen Farbschema';
|
||||
$lang['__link_color_dark__'] = 'Allgemeine Linkfarbe im dunklen Farbschema';
|
||||
$lang['__existing_color_dark__'] = 'Farbe für Links zu existierenden Seiten im dunklen Farbschema';
|
||||
$lang['__missing_color_dark__'] = 'Farbe für Links zu nicht-existierenden Seiten im dunklen Farbschema';
|
||||
$lang['__selection_color_dark__'] = 'Farbe für den mit der Maus ausgewählten Text im dunklen Farbschema';
|
||||
$lang['__selection_background_color_dark__'] = 'Hintergrundfarbe für den mit der Maus ausgewählten Text im dunklen Farbschema';
|
||||
$lang['__scrollbar_track_color_dark__'] = 'Farbe für die Scrollbar im dunklen Farbschema';
|
||||
$lang['__scrollbar_thumb_color_dark__'] = 'Farbe für den Scrollbar Button im dunklen Farbschema';
|
||||
|
||||
/* Toggle Switch */
|
||||
$lang['themeSwitch'] = 'Design umschalten';
|
||||
|
||||
/* Note Plugin */
|
||||
$lang['__note_plugin_classic_color__'] = 'Note Plugin Basisfarbe für "classic"';
|
||||
$lang['__note_plugin_important_color__'] = 'Note Plugin Basisfarbe für "important"';
|
||||
$lang['__note_plugin_warning_color__'] = 'Note Plugin Basisfarbe für "warning"';
|
||||
$lang['__note_plugin_tip_color__'] = 'Note Plugin Basisfarbe für "tip"';
|
11
templates/55/MindTheDark/lang/de/settings.php
Normal file
11
templates/55/MindTheDark/lang/de/settings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* Deutsche Übersetzung Einstellungen
|
||||
*
|
||||
*/
|
||||
|
||||
$lang['theme'] = 'Farbschema wenn die automatische Erkennung (autoDark) deaktiviert ist.';
|
||||
$lang['autoDark'] = 'Automatische Erkennung des Farbschema vom Betriebssystem.';
|
||||
$lang['userChoice'] = 'Aktiviert eine Button damit der Benutzer selber das Farbschema umschalten kann.';
|
||||
$lang['pluginNote'] = 'Unterstützung für das Note Plugin aktivieren.';
|
||||
$lang['pluginWrap'] = 'Unterstützung für das Wrap-Plugin aktivieren.';
|
1
templates/55/MindTheDark/lang/de/style.txt
Normal file
1
templates/55/MindTheDark/lang/de/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Wenn Sie das Logo anpassen wollen, benutzen Sie einfach den Medien-Manager, um ein ''logo.png'' in den ''wiki''- oder Wurzel-Namensraum hochzuladen. Es wird dann automatisch als Logo verwendet. Sie können dort auch ein ''favicon.ico'' hochladen. Falls Sie ein geschlossenes Wiki haben, ist es empfehlenswert, den ''wiki''- (oder Wurzel-)Namensraum für alle Nutzer in den ACL-Einstellungen als lesbar zu öffnen. Ansonsten wird das Logo nur für eingeloggte Nutzer angezeigt.
|
48
templates/55/MindTheDark/lang/en/lang.php
Normal file
48
templates/55/MindTheDark/lang/en/lang.php
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
|
||||
// style.ini values
|
||||
|
||||
$lang['__background_site__'] = 'Color for the very background (behind the content box)';
|
||||
$lang['__link__'] = 'The general link color';
|
||||
$lang['__existing__'] = 'The color for links to existing pages';
|
||||
$lang['__missing__'] = 'The color for links to non-existing pages';
|
||||
$lang['__site_width__'] = 'The width of the full site (can be any length unit: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Below screensizes of this width, the site switches to tablet mode';
|
||||
$lang['__phone_width__'] = 'Below screensizes of this width, the site switches to phone mode';
|
||||
$lang['__theme_color__'] = 'Theme color of the web app';
|
||||
$lang['__pre_text_color__'] = 'Color for inline code text formatting';
|
||||
$lang['__pre_background_color__'] = 'Color for the background of the inline code formatting';
|
||||
$lang['__selection_color__'] = 'Color for the text selected with the mouse';
|
||||
$lang['__selection_background_color__'] = 'Background color for the text selected with the mouse';
|
||||
$lang['__scrollbar_color_track__'] = 'Color for the scrollbar';
|
||||
$lang['__scrollbar_color_thumb__'] = 'Color for the scrollbar Button';
|
||||
|
||||
/* Dark */
|
||||
$lang['__text_color_dark__'] = 'Main text color in dark color scheme';
|
||||
$lang['__background_color_dark__'] = 'Main background color in dark color scheme';
|
||||
$lang['__text_alt_color_dark__'] = 'Alternative text color in dark color scheme';
|
||||
$lang['__background_alt_color_dark__'] = 'Alternative background color in dark color scheme';
|
||||
$lang['__text_neu_color_dark__'] = 'Neutral text color in dark color scheme';
|
||||
$lang['__background_neu_color_dark__'] = 'Neutral background color in dark color scheme';
|
||||
$lang['__border_color_dark__'] = 'Frame color in dark color scheme';
|
||||
$lang['__highlight_color_dark__'] = 'Highlight color (mainly for search results) in dark color scheme';
|
||||
$lang['__background_site_color_dark__'] = 'Color for page background (behind content area) in dark color scheme';
|
||||
$lang['__pre_text_color_dark__'] = 'Color for inline code text formatting in dark color scheme';
|
||||
$lang['__pre_background_color_dark__'] = 'Color for the background of the inline code formatting in the dark color scheme';
|
||||
$lang['__link_color_dark__'] = 'General link color in dark color scheme';
|
||||
$lang['__existing_color_dark__'] = 'Color for links to existing pages in dark color scheme';
|
||||
$lang['__missing_color_dark__'] = 'Color for links to non-existing pages in dark color scheme';
|
||||
$lang['__selection_color_dark__'] = 'Color for the text selected with the mouse in the dark color scheme';
|
||||
$lang['__selection_background_color_dark__'] = 'Background color for mouse selected text in dark color scheme';
|
||||
$lang['__scrollbar_track_color_dark__'] = 'Color for the scrollbar in dark color scheme';
|
||||
$lang['__scrollbar_thumb_color_dark__'] = 'Color for the scrollbar button in dark color scheme';
|
||||
|
||||
/* Toggle Switch */
|
||||
$lang['themeSwitch'] = 'Toggle theme';
|
||||
|
||||
/* Note Plugin */
|
||||
$lang['__note_plugin_classic_color__'] = 'Note Plugin Base color for "classic"';
|
||||
$lang['__note_plugin_important_color__'] = 'Note Plugin Base color for "important"';
|
||||
$lang['__note_plugin_warning_color__'] = 'Note Plugin base color for "warning"';
|
||||
$lang['__note_plugin_tip_color__'] = 'Note plugin base color for "tip"';
|
7
templates/55/MindTheDark/lang/en/settings.php
Normal file
7
templates/55/MindTheDark/lang/en/settings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$lang['theme'] = 'Color scheme if autoDark is disabled.';
|
||||
$lang['autoDark'] = 'Automatic detection of the color scheme by the operating system';
|
||||
$lang['userChoice'] = 'Activates a button so that the user can switch the color scheme himself.';
|
||||
$lang['pluginNote'] = 'Activate support for the Note plugin.';
|
||||
$lang['pluginWrap'] = 'Activate support for the Wrap plugin.';
|
4
templates/55/MindTheDark/lang/en/style.txt
Normal file
4
templates/55/MindTheDark/lang/en/style.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it
|
||||
will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed
|
||||
wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or
|
||||
your logo is not shown to not logged in users.
|
18
templates/55/MindTheDark/lang/es/lang.php
Normal file
18
templates/55/MindTheDark/lang/es/lang.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Domingo Redal <docxml@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Color para el fondo (detrás de la caja de contenido)';
|
||||
$lang['__link__'] = 'El color de los enlaces en general';
|
||||
$lang['__existing__'] = 'El color de los enlaces a páginas existentes';
|
||||
$lang['__missing__'] = 'El color de los enlaces a páginas no existentes';
|
||||
$lang['__site_width__'] = 'El ancho de la página completa (puede ser cualquier unidad de longitud: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'El ancho de la barra lateral (puede ser cualquier unidad de longitud: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Para tamaños de pantalla por debajo de esta anchura, el sitio cambia al modo tableta';
|
||||
$lang['__phone_width__'] = 'Para tamaños de pantalla por debajo de esta anchura, el sitio cambia al modo teléfono';
|
||||
$lang['__theme_color__'] = 'Color del tema de la aplicación web';
|
||||
$lang['__pre_text_color__'] = 'Color para el formato de texto de código en línea';
|
||||
$lang['__pre_background_color__'] = 'Color para el fondo del formato del código en línea';
|
1
templates/55/MindTheDark/lang/es/style.txt
Normal file
1
templates/55/MindTheDark/lang/es/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Si desea ajustar el logotipo, sólo tiene que utilizar el Administrador de Medios para cargar un ''logo.png'' dentro de "wiki'' o en el espacio de nombres de la raíz y se utilizará automáticamente. También puede cargar un ''favicon.ico'' allí. Si utiliza un wiki cerrado se recomienda hacer el ''wiki'' (o raíz) espacio de nombres legible por todo el mundo en la configuración de ACL o su logotipo no se mostrará para que los usuarios no registrados.
|
15
templates/55/MindTheDark/lang/fa/lang.php
Normal file
15
templates/55/MindTheDark/lang/fa/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Masoud Sadrnezhaad <masoud@sadrnezhaad.ir>
|
||||
*/
|
||||
$lang['__background_site__'] = 'رنگ پسزمینه (پشت جعبهٔ متن)';
|
||||
$lang['__link__'] = 'رنگ لینک معمول';
|
||||
$lang['__existing__'] = 'رنگ برای لینک به صفحات موجود';
|
||||
$lang['__missing__'] = 'رنگ برای لینک به صفحات ناموجود';
|
||||
$lang['__site_width__'] = 'عرض کل سایت (از واحدهای طول شامل % یا px یا em و ... میشود استفاده کرد)';
|
||||
$lang['__sidebar_width__'] = 'عرض نوار کناری درصورت وجود (از واحدهای طول شامل % یا px یا em و ... میشود استفاده کرد)';
|
||||
$lang['__tablet_width__'] = 'در پایین اندازههای صفحه با این عرض وقتی که در تبلت باز میشود';
|
||||
$lang['__phone_width__'] = 'در پایین اندازههای صفحه با این عرض وقتی که در تلفن موبایل باز میشود';
|
1
templates/55/MindTheDark/lang/fa/style.txt
Normal file
1
templates/55/MindTheDark/lang/fa/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
اگر میخواهید یک لوگو تنظیم کنید، به راحتی مدیریت رسانهها را باز کنید و یک تصویر با نام ''logo.png'' در فضای نام اصلی یا ''wiki'' آپلود کنید. سپس لوگو به صورت اتوماتیک مورد استفاده قرار میگیرد. همچنین میتوانید یک ''favicon.ico'' در آنجا آپلود کنید. اگر از ویکی بسته استفاده میکنید پیشنهاد میشود که فضای نام ویکی (یا اصلی) در تنظیمات خواندنی به همه باشد یا درغیر اینصورت لوگو به کاربرانی که وارد نشده باشند نمایش داده نمیشود.
|
19
templates/55/MindTheDark/lang/fr/lang.php
Normal file
19
templates/55/MindTheDark/lang/fr/lang.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
|
||||
* @author Nicolas Friedli <nicolas@theologique.ch>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Couleur du fond (derrière la boîte de contenu)';
|
||||
$lang['__link__'] = 'Couleur générale des liens';
|
||||
$lang['__existing__'] = 'Couleur des liens pour les pages existantes';
|
||||
$lang['__missing__'] = 'Couleur des liens pour les pages inexistantes';
|
||||
$lang['__site_width__'] = 'Largeur du site complet (dans une unité de longueur valide: %, px, em,...)';
|
||||
$lang['__sidebar_width__'] = 'Largeur de la barre latérale, si existante (dans une unité de longueur valide: %, px, em,...)';
|
||||
$lang['__tablet_width__'] = 'En dessous de cette largeur, le site passe en mode tablette.';
|
||||
$lang['__phone_width__'] = 'En dessous de cette largeur, le site passe en mode smartphone.';
|
||||
$lang['__theme_color__'] = 'Thème de couleur de l\'application web';
|
||||
$lang['__pre_text_color__'] = 'Couleur pour le formatage du texte du code en ligne' ;
|
||||
$lang['__pre_background_color__'] = 'Couleur pour le fond du formatage du code en ligne' ;
|
1
templates/55/MindTheDark/lang/fr/style.txt
Normal file
1
templates/55/MindTheDark/lang/fr/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Si vous souhaitez modifier le logo, utilisez simplement le gestionnaire de médias et envoyez un fichier nommé "logo.png" dans la catégorie "wiki" ou à la racine. Il sera automatiquement utilisé. Il en est de même pour le "favicon.ico". Si vous utilisez un wiki fermé, il est recommandé de régler les ACL de la racine ou de la catégorie "wiki" pour rendre ces images visibles aux utilisateurs non connectés.
|
16
templates/55/MindTheDark/lang/hr/lang.php
Normal file
16
templates/55/MindTheDark/lang/hr/lang.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Davor Turkalj <turki.bsc@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Boja pozadine ispod okvira sa sadržajem';
|
||||
$lang['__link__'] = 'Boja opće poveznice';
|
||||
$lang['__existing__'] = 'Boja poveznice na postojeće stranice';
|
||||
$lang['__missing__'] = 'Boja poveznice na nepostojeće stranice';
|
||||
$lang['__site_width__'] = 'Širina pune stranice (može biti bilo koja jedinica: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Širina bočne stranice, ako postoji (može biti bilo koja jedinica: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Ispod ove širine, prebaci mod prikaza za tablete';
|
||||
$lang['__phone_width__'] = 'Ispod ove širine, prebaci mod prikaza za mobilni telefon';
|
||||
$lang['__theme_color__'] = 'Boja teme web aplikacija';
|
1
templates/55/MindTheDark/lang/hr/style.txt
Normal file
1
templates/55/MindTheDark/lang/hr/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Ako želite podesiti logo, jednostavno putem upravitelja datoteka učitate "logo.png" u wiki ili root imenski prostor i biti će automatski korištena. Tu možete učitati i ''favicon.ico''. Ako koristite ACL-om zaštićeni wiki s kontrolom pristupa, obavezno morate učiniti vidljivim svim korisnicima (i neprijavljenim!) wiki ili root imenski prostor gdje je logo pohranjen.
|
15
templates/55/MindTheDark/lang/hu/lang.php
Normal file
15
templates/55/MindTheDark/lang/hu/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Marton Sebok <sebokmarton@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Lap színe (a tartalom mögött)';
|
||||
$lang['__link__'] = 'Hivatkozás általános színe';
|
||||
$lang['__existing__'] = 'Hivatkozása színe létező lapoknál';
|
||||
$lang['__missing__'] = 'Hivatkozása színe nem létező lapoknál';
|
||||
$lang['__site_width__'] = 'Az oldal teljes szélessége (tetszőleges mértékegységgel: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Az oldalsáv szélessége (tetszőleges mértékegységgel: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Váltás tablet-módra ezen szélesség alatt';
|
||||
$lang['__phone_width__'] = 'Váltás mobiltelefon-módra ezen szélesség alatt';
|
1
templates/55/MindTheDark/lang/hu/style.txt
Normal file
1
templates/55/MindTheDark/lang/hu/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A logó megváltoztatásához tölts fel egy képet "logo.png" néven a "wiki" névtérbe vagy a kiindulási névtérbe. Ugyanígy feltöltheted ide az oldalhoz tartozó ikont is, "favicon.ico" néven. Ha zárt wikit használsz, javasoljuk, hogy állítsd be a "wiki" (vagy a kiindulási) névteret mindenki számára olvashatónak, különben a logót csak a bejelentkezett felhasználók fogják látni.
|
17
templates/55/MindTheDark/lang/it/lang.php
Normal file
17
templates/55/MindTheDark/lang/it/lang.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Torpedo <dgtorpedo@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Colore per lo sfondo di livello più basso (dietro il riquadro del contenuto)';
|
||||
$lang['__link__'] = 'Colore generale per i link';
|
||||
$lang['__existing__'] = 'Colore per i collegamenti alle pagine esistenti';
|
||||
$lang['__missing__'] = 'Colore per i collegamenti alle pagine non esistenti';
|
||||
$lang['__site_width__'] = 'Larghezza dell\'intero sito (può essere una qualunque unità di lunghezza: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Larghezza della barra laterale, se presente (può essere una qualunque unità di lunghezza: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Per dimensioni dello schermo al di sotto di questa larghezza, il sito passa in modalità tablet';
|
||||
$lang['__phone_width__'] = 'Per dimensioni dello schermo al di sotto di questa larghezza, il sito passa in modalità telefono';
|
||||
$lang['__pre_text_color__'] = 'Colore per la formattazione del testo in linea';
|
||||
$lang['__pre_background_color__'] = 'Colore per lo sfondo della formattazione del codice in linea';
|
1
templates/55/MindTheDark/lang/it/style.txt
Normal file
1
templates/55/MindTheDark/lang/it/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Se vuoi modificare il logo, semplicemente usa Media Manager per caricare un ''logo.png'' in ''wiki'' o nella directory root e questo verrà automaticamente usato. Qui puoi anche caricare una ''favicon.ico''. Se utilizzi un wiki chiuso si raccomanda di rendere la directory ''wiki'' (o root) leggibile a tutti, nelle impostazioni ACL, altrimenti il tuo logo non sarà visibile agli utenti che non hanno effettuato l'accesso.
|
15
templates/55/MindTheDark/lang/ja/lang.php
Normal file
15
templates/55/MindTheDark/lang/ja/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['__background_site__'] = 'サイト全体の背景色(content box の背後)';
|
||||
$lang['__link__'] = '通常のリンク色';
|
||||
$lang['__existing__'] = '既存ページへのリンク色';
|
||||
$lang['__missing__'] = '存在しないページへのリンク色';
|
||||
$lang['__site_width__'] = 'サイトの全体幅(任意の長さの単位を使用可能: % px em 他)';
|
||||
$lang['__sidebar_width__'] = 'サイドバーがある場合、サイドバーの幅(任意の長さの単位を使用可能: % px em 他)';
|
||||
$lang['__tablet_width__'] = 'タブレットモードにサイトを切替える、画面幅';
|
||||
$lang['__phone_width__'] = '携帯電話モードにサイトを切替える、画面幅';
|
5
templates/55/MindTheDark/lang/ja/style.txt
Normal file
5
templates/55/MindTheDark/lang/ja/style.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
ロゴを変更したい場合、メディア管理を利用して「wiki」またはルート名前空間に「logo.png」をアップロードして下さい。
|
||||
自動的にその画像を使用します。
|
||||
同じ場所に「favicon.ico」をアップロードして使用することもできます。
|
||||
アクセス制限のある wiki を使用している場合、アクセスコントロール管理で「wiki」またはルート名前空間を全員読取可に設定して下さい。
|
||||
そうでないとログインしていないユーザーにロゴが表示されません。
|
15
templates/55/MindTheDark/lang/ko/lang.php
Normal file
15
templates/55/MindTheDark/lang/ko/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = '(내용 상자 뒤의) 매우 배경 색';
|
||||
$lang['__link__'] = '일반 링크 색';
|
||||
$lang['__existing__'] = '문서가 존재하는 링크의 색';
|
||||
$lang['__missing__'] = '문서가 존재하지 않는 링크의 색';
|
||||
$lang['__site_width__'] = '전체 사이트의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = '사이드바가 있다면, 그것의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = '사이트를 태블릿 모드로 전환할 화면 너비';
|
||||
$lang['__phone_width__'] = '사이트를 폰 모드로 전환할 화면 너비';
|
4
templates/55/MindTheDark/lang/ko/style.txt
Normal file
4
templates/55/MindTheDark/lang/ko/style.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
로고를 조정하려면, 간단히 미디어 관리자를 사용하여 ''wiki''나 루트 이름공간 안에 ''logo.png''를 올리면
|
||||
자동으로 사용됩니다. 또한 여기에 ''favicon.ico''를 올릴 수 있습니다. 만약 닫힌 위키를 사용한다면
|
||||
ACL 설정에서 ''wiki'' (또는 루트) 이름공간을 전역으로 읽을 수 있도록 설정하거나 로고를 사용자가
|
||||
로그인하지 않으면 보여주지 않도록 설정하는 것을 권장합니다.
|
19
templates/55/MindTheDark/lang/nl/lang.php
Normal file
19
templates/55/MindTheDark/lang/nl/lang.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Harriet Neitz <harrietneitz@gmail.com>
|
||||
* @author hugo smet <hugo.smet@scarlet.be>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Kleur voor de onderste ondergrond (achter de inhoud kader)';
|
||||
$lang['__link__'] = 'Kleur voor algemene link';
|
||||
$lang['__existing__'] = 'Kleur voor link naar bestaande pagina\'s.';
|
||||
$lang['__missing__'] = 'Kleur voor link naar onbestaande pagina\'s';
|
||||
$lang['__site_width__'] = 'Breedte van de max site (in gelijk welke eenheid: %, px, em,...)';
|
||||
$lang['__sidebar_width__'] = 'Breedte van de zijbalk, indien aanwezig (in gelijk welke eenheid: %, px, em,...)';
|
||||
$lang['__tablet_width__'] = 'Beneden de breedte van deze schermafmetingen schakelt de site over naar tablet modus.';
|
||||
$lang['__phone_width__'] = 'Beneden de breedte van deze schermafmetingen schakelt de site over naar telefoon modus.';
|
||||
$lang['__theme_color__'] = 'Thema kleur van de web app';
|
||||
$lang['__pre_text_color__'] = 'Kleur voor inline code tekstopmaak';
|
||||
$lang['__pre_background_color__'] = 'Kleur voor de achtergrond van de opmaak van de inline code';
|
1
templates/55/MindTheDark/lang/nl/style.txt
Normal file
1
templates/55/MindTheDark/lang/nl/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Wil je het logo aanpassen, gebruik dan de Media Manager om een "logo.png" in "wiki" of root naamruimte te uploaden. Dit logo zal dan automatisch gebruikt worden. Je kunt zo ook een "favicon.ico" uploaden. Indien je een gesloten wiki gebruikt is het aan te raden om de "wiki" (of root) naamruimte leesbaar te maken voor iedereen via de ACL instellingen, want anders wordt je logo niet getoond aan niet-ingelogde gebruikers.
|
15
templates/55/MindTheDark/lang/no/lang.php
Normal file
15
templates/55/MindTheDark/lang/no/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Arne Hanssen <arne.hanssen@getmail.no>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Farge for bakerste bakgrunn (bak innholdsboksen)';
|
||||
$lang['__link__'] = 'Generell lenkefarge';
|
||||
$lang['__existing__'] = 'Farge for lenker til eksisterende sider';
|
||||
$lang['__missing__'] = 'Farge for lenker til ikke-eksisterende sider';
|
||||
$lang['__site_width__'] = 'Bredde for hele siden (kan angis i ulike enheter som: (%, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Sidestolpens bredde, dersom denne finnes (kan angis i ulike enheter som: (%, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'For skjermbredde lavere en denne verden, vil siden endres til å vises i brett-modus';
|
||||
$lang['__phone_width__'] = 'For skjermbredde lavere en denne verden, vil siden endres til å vises i mobil-modus';
|
1
templates/55/MindTheDark/lang/no/style.txt
Normal file
1
templates/55/MindTheDark/lang/no/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Dersom du ønsker å endre logoen kan du gå til Mediefiler-siden og laste opp en fil med navn «logo.png» i navnerommet «wiki» eller «rot». Filen vil da, automatisk bli bruk som logo. Du kan også last opp en «favicon.ico» hvis ønskelig. Dersom du bruker en lukket wiki er det anbefalt at du setter rettighetene for navnerommet «wiki», eller «rot» til å være lesbar for alle (world-readable). Hvis ikke vil din logo bare vises for brukere som er logget inn i wikien.
|
17
templates/55/MindTheDark/lang/pl/lang.php
Normal file
17
templates/55/MindTheDark/lang/pl/lang.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Wojciech Lichota <wojciech@lichota.pl>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Kolor tła za polem zawartości';
|
||||
$lang['__link__'] = 'Kolor łącza';
|
||||
$lang['__existing__'] = 'Kolor łącza do istniejącej strony';
|
||||
$lang['__missing__'] = 'Kolor łącza do nieistniejącej strony';
|
||||
$lang['__site_width__'] = 'Szerokość pełnej strony (możliwa dowolna jednostka długości: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Szerokość paska bocznego, jeśli istnieje (możliwa dowolna jednostka długości: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Szerokość ekrany poniżej której, strona przełączy się w tryb tabletu';
|
||||
$lang['__phone_width__'] = 'Szerokość ekrany poniżej której, strona przełączy się w tryb telefonu';
|
||||
$lang['__pre_text_color__'] = 'Kolor for inline code text formatting';
|
||||
$lang['__pre_background_color__'] = 'Kolor tła formatowania kodu liniowego';
|
1
templates/55/MindTheDark/lang/pl/style.txt
Normal file
1
templates/55/MindTheDark/lang/pl/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Jeśli chcesz dostosować logo, po użyj Menadżera multimediów, aby przesłać plik "logo.png" do "wiki" lub głównego katalogu a zostanie on automatycznie użyty. Możesz również załadować tam plik "favicon.ico". Jeśli używasz zamkniętej wiki, zaleca się, aby na liście ACL katalogu "wiki" (lub root) włączyć prawo odczytu. W przeciwnym przypadku twoje logo nie będzie widoczne dla niezalogowanych użytkowników.
|
15
templates/55/MindTheDark/lang/pt-br/lang.php
Normal file
15
templates/55/MindTheDark/lang/pt-br/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Cor para o fundo da tela (atrás da caixa de conteúdo)';
|
||||
$lang['__link__'] = 'Cor dos links gerais';
|
||||
$lang['__existing__'] = 'Cor dos links para páginas existentes';
|
||||
$lang['__missing__'] = 'Cor dos links para páginas não existentes';
|
||||
$lang['__site_width__'] = 'Largura do site inteiro (pode ser qualquer unidade: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Largura da barra lateral, caso exista (pode ser qualquer unidade: %, px, em, ...)';
|
||||
$lang['__tablet_width__'] = 'Em larguras abaixo dessa medida, o site mudará para o modo tablet';
|
||||
$lang['__phone_width__'] = 'Em larguras abaixo dessa medida, o site mudará para o modo telefone';
|
1
templates/55/MindTheDark/lang/pt-br/style.txt
Normal file
1
templates/55/MindTheDark/lang/pt-br/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Caso queira ajustar a logo, use o Gerenciador de Mídias para enviar um "logo.png" para o espaço de nomes "wiki" ou para a raiz e ele será automaticamente usado. Você também pode enviar um "favicon.ico". Caso o seu wiki seja fechado, é recomendável que o espaço de nomes "wiki" (ou a raiz) tenha permissão de leitura nas configurações de ACL, caso contrário a sua logo não será exibida para usuários não autenticados.
|
18
templates/55/MindTheDark/lang/ru/lang.php
Normal file
18
templates/55/MindTheDark/lang/ru/lang.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Yuriy Skalko <yuriy.skalko@gmail.com>
|
||||
* @author RainbowSpike <1@2.ru>
|
||||
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Цвет для дальнего фона (за окном содержимого)';
|
||||
$lang['__link__'] = 'Основной цвет ссылок';
|
||||
$lang['__existing__'] = 'Цвет ссылок на существующие страницы';
|
||||
$lang['__missing__'] = 'Цвет ссылок на несуществующие страницы';
|
||||
$lang['__site_width__'] = 'Ширина всего сайта (любые CSS-единицы: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Ширина боковой панели, если есть (любые CSS-единицы)';
|
||||
$lang['__tablet_width__'] = 'Переключать сайт в планшетный вид ниже ширины';
|
||||
$lang['__phone_width__'] = 'Переключать сайт в мобильный вид ниже ширины';
|
||||
$lang['__theme_color__'] = 'Цвет темы веб-приложения';
|
1
templates/55/MindTheDark/lang/ru/style.txt
Normal file
1
templates/55/MindTheDark/lang/ru/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Если вы хотите изменить логотип, просто используйте «Управление медиафайлами» для загрузки файла ''logo.png'' в корневое пространство имён или ''wiki'', и тогда он будет использоваться автоматически. Туда же вы можете загрузить ''favicon.ico''. Если у вас закрытая вики, рекомендуется указать права на «чтение» в списках контроля доступа для пространства имён ''wiki'' (или корневое), иначе логотип не будет показываться незалогинившимся пользователям.
|
11
templates/55/MindTheDark/lang/sk/lang.php
Normal file
11
templates/55/MindTheDark/lang/sk/lang.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Martin Michalek <michalek.dev@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = 'Farba základného pozadia (za oknom s obsahom)';
|
||||
$lang['__link__'] = 'Všeobecná farba odkazu';
|
||||
$lang['__existing__'] = 'Farba odkazov na existujúce stránky';
|
||||
$lang['__missing__'] = 'Farba odkazov na neexistujúce stránky';
|
12
templates/55/MindTheDark/lang/sv/lang.php
Normal file
12
templates/55/MindTheDark/lang/sv/lang.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Tor Härnqvist <tor@harnqvist.se>
|
||||
*/
|
||||
$lang['__link__'] = 'Den generella länkfärgen';
|
||||
$lang['__existing__'] = 'Färg på länkar till existerande sidor';
|
||||
$lang['__missing__'] = 'Färg på länkar till sidor som inte finns';
|
||||
$lang['__site_width__'] = 'Bredden på hela webbsidan (kan anges i valfri längdenhet: %, px, em, ...)';
|
||||
$lang['__sidebar_width__'] = 'Bredden på sidokolumnen, om existerande (kan anges i valfri längdenhet: %, px, em, ...)';
|
15
templates/55/MindTheDark/lang/zh/lang.php
Normal file
15
templates/55/MindTheDark/lang/zh/lang.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author lainme <lainme993@gmail.com>
|
||||
*/
|
||||
$lang['__background_site__'] = '特别背景的颜色 (内容框后面)';
|
||||
$lang['__link__'] = '一般链接的颜色';
|
||||
$lang['__existing__'] = '指向存在的页面的链接颜色';
|
||||
$lang['__missing__'] = '指向不存在的页面的链接颜色';
|
||||
$lang['__site_width__'] = '全站的宽度 (可以是任何长度单位:%,px,em,...)';
|
||||
$lang['__sidebar_width__'] = '侧边栏的宽度 (如有,可以是任何长度单位:%,px,em,...)';
|
||||
$lang['__tablet_width__'] = '当屏幕尺寸小于这个宽度,站点切换到平板模式';
|
||||
$lang['__phone_width__'] = '当屏幕尺寸小于这个宽度,站点切换到手机模式';
|
1
templates/55/MindTheDark/lang/zh/style.txt
Normal file
1
templates/55/MindTheDark/lang/zh/style.txt
Normal file
|
@ -0,0 +1 @@
|
|||
如果您想调整 Logo,只需使用媒体管理器将“logo.png”上传到“wiki”或者根命名空间下。您也可以同样上传一个“favicon.ico”。如果您采用的是封闭维基,建议在ACL设置中将“wiki” (或者根) 命名空间设置为全局可读,否则未登录用户无法看到您的 Logo。
|
Loading…
Add table
Add a link
Reference in a new issue