forked from chimeric/dokuwiki-plugin-loadskin
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
translation update
- Loading branch information
1 parent
9184356
commit a0f8245
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Tor Härnqvist <tor@harnqvist.se> | ||
*/ | ||
$lang['template'] = 'Templat'; | ||
$lang['pattern'] = 'Namnrymd-/sid-mönster'; | ||
$lang['action'] = 'Händelse'; | ||
$lang['menu'] = 'LoadSkin-templathanterare'; | ||
$lang['switchTpl'] = 'Växla templat'; | ||
$lang['switch'] = 'Växla'; | ||
$lang['switchFull'] = 'Fullskalig version'; | ||
$lang['switchMobile'] = 'Mobilversion'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Tor Härnqvist <tor@harnqvist.se> | ||
*/ | ||
$lang['automaticOutput'] = 'Visa templatväxlaren automatiskt på varje sida?'; | ||
$lang['excludeTemplates'] = 'Exkludera templat från templatväxlaren (komma-separerad lista)'; | ||
$lang['mobileSwitch'] = 'Visa mobiltemplatväxlaren (med bara ett normalt och ett mobilt templat)?'; | ||
$lang['mobileTemplate'] = 'Mobilttemplat (om mobiltemplatväxlaren visas)'; | ||
$lang['preferUserChoice'] = 'Föredra användarens templatval framför administratörens val? '; | ||
$lang['inheritInTranslations'] = 'Kom ihåg templatval per namnrymd inom e språknamnrymd (när översättningspluginet används)?'; | ||
$lang['allowInAdmin'] = 'Tillåt templatval att kvarstå i adminstratörsektionen?'; |