source: extensions/bbcode_bar/language/no_NO/plugin.lang.php @ 9682

Last change on this file since 9682 was 9682, checked in by mistic100, 13 years ago

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1<?php
2
3        $lang['p_help']         = "Paragraf : [p]Paragraf[/p]";
4        $lang['b_help']         = "Fet : [b]Fet[/b]";
5        $lang['i_help']         = "Italic : [i]italic[/i]";
6        $lang['u_help']         = "Understreket : [u]understreket[/u]";
7        $lang['s_help']         = "Stripet  : [s]stripet [/s]";
8
9        $lang['center_help']     = "Senter : [center]senter[/center]";
10        $lang['right_help']     = "Høyre : [right]høyre[/right]";
11        $lang['ul_help']         = "Uordnet Liste : [ul][li]element[/li][/ul]";
12        $lang['ol_help']         = "Ordnet Liste : [ol][li]element[/li][/ol]";
13
14        $lang['quote_help']     = "Spørring : [quote]spørring[/quote]";
15        $lang['img_help']         = "Img : [img]img[/img]";
16        $lang['url_help']         = "URL : [url=URL]Tittel[/url]";
17        $lang['mail_help']         = "E-mail : [email]Email[/email]";
18
19        $lang['size_help']         = "Skrift størrelse : [size=X]tekst[/size]";
20        $lang['tiny']         = "Mini";
21        $lang['small']         = "Liten";
22        $lang['normal']     = "Normal";
23        $lang['large']         = "Stor";
24        $lang['huge']         = "Mega";
25
26        $lang['fc_help']     = "Font farge : [color=color]tekst[/color]";
27        $lang['default_help']    = "Standard";
28        $lang['maroon_help']     = "Maroon";
29        $lang['red_help']         = "Rød";
30        $lang['orange_help']     = "Orange";
31        $lang['brown_help']     = "Brun";
32        $lang['yellow_help']     = "Gul";
33        $lang['green_help']     = "Grønn";
34        $lang['olive_help']     = "Oliven";
35        $lang['cyan_help']         = "Cyan";
36        $lang['blue_help']         = "Blå";
37        $lang['darkblue_help']    = "Mørk Blå";
38        $lang['indigo_help']     = "Indigo";
39        $lang['violet_help']     = "Fiolett";
40        $lang['white_help']     = "Vit";
41        $lang['black_help']     = "Svart";
42
43        $lang['help']            = "Enkel måte: En formatering kan gjøres på den valgte teksten.";
44
45        $lang['repicon']        = "Ikon mappe.";
46
47?>
Note: See TracBrowser for help on using the repository browser.