-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ac58a9
commit 7ee2f34
Showing
2 changed files
with
46 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,14 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Tor Härnqvist <[email protected]> | ||
*/ | ||
$lang['page'] = 'Sida'; | ||
$lang['date'] = 'Datum'; | ||
$lang['user'] = 'Användare'; | ||
$lang['desc'] = 'Beskrivning'; | ||
$lang['diff'] = 'Skillnader'; | ||
$lang['diff_title'] = 'Visa skillnader mot nuvarande version'; | ||
$lang['diff_alt'] = 'Visa skillnader mot nuvarande version'; |
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,32 @@ | ||
<?php | ||
|
||
/** | ||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) | ||
* | ||
* @author Tor Härnqvist <[email protected]> | ||
*/ | ||
$lang['style'] = 'Stil på sidlistning'; | ||
$lang['style_o_default'] = 'standard'; | ||
$lang['style_o_table'] = 'tabell'; | ||
$lang['style_o_list'] = 'tabell/lista'; | ||
$lang['style_o_simple'] = 'enkel lista'; | ||
$lang['showheader'] = 'visa rubrikrad'; | ||
$lang['showdate'] = 'visa datumkolumn'; | ||
$lang['showdate_o_0'] = 'göm'; | ||
$lang['showdate_o_1'] = 'skapandedatum'; | ||
$lang['showdate_o_2'] = 'ändringsdatum'; | ||
$lang['showuser'] = 'visa användarkolumn'; | ||
$lang['showuser_o_0'] = 'göm'; | ||
$lang['showuser_o_1'] = 'skapat av'; | ||
$lang['showuser_o_2'] = 'bidragslämnare'; | ||
$lang['showdesc'] = 'visa kolumn för beskrivning'; | ||
$lang['showdesc_o_0'] = 'göm'; | ||
$lang['showdesc_o_160'] = 'max 160 tecken'; | ||
$lang['showdesc_o_500'] = 'max 500 tecken'; | ||
$lang['showcomments'] = 'visa kolumn för kommentarer (kräver Discussion-plugin)'; | ||
$lang['showlinkbacks'] = 'visa kolumn tillbakalänkingar (kräver Linkback-plugin)'; | ||
$lang['showtags'] = 'visa kolumn för taggar (kräver tagg-plugin)'; | ||
$lang['showfirsthl'] = 'visa den första rubriken istället för sidnamn'; | ||
$lang['showdiff'] = 'visa länk till sidan som visar skillnader mellan versioner'; | ||
$lang['sort'] = 'sortera sidor efter sidnamn'; | ||
$lang['rsort'] = 'sortera i omvänd ordning efter sidnamn'; |