source: extensions/bbcode_bar/language/lv_LV/plugin.lang.php @ 9965

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

[extentions] BBCode Bar

  • uses markItUp!
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<?php
2
3        $lang['p_help']         = "Paragrāfs : [p]Paragraph[/p]";
4        $lang['b_help']         = "Boldēts : [b]bold[/b]";
5        $lang['i_help']         = "Sīpraksts : [i]italic[/i]";
6        $lang['u_help']         = "Pasvītrots : [u]underline[/u]";
7        $lang['s_help']         = "Svītrains : [s]striped [/s]";
8
9        $lang['center_help']     = "Centrēts : [center]center[/center]";
10        $lang['right_help']     = "Līdzināts pa labi : [right]right[/right]";
11        $lang['ul_help']         = "Nesakārtots saraksts : [ul][li]element[/li][/ul]";
12        $lang['ol_help']         = "Sakārtots Saraksts : [ol][li]element[/li][/ol]";
13        $lang['li_help']                = "List element : [li]element[/li]";
14
15        $lang['quote_help']     = "Pēdiņas : [quote]quote[/quote]";
16        $lang['img_help']         = "Att : [img]img[/img]";
17        $lang['url_help']         = "URL : [url=URL]Title[/url]";
18        $lang['mail_help']         = "E-pasts : [email]Email[/email]";
19
20        $lang['size_help']         = "Fonta lielums : [size=X]text[/size]";
21        $lang['tiny']         = "Sīks";
22        $lang['small']         = "Mazs";
23        $lang['normal']     = "Normāls";
24        $lang['large']         = "Liels";
25        $lang['huge']         = "Milzīgs";
26
27        $lang['color_help']     = "Fonta krāsa : [color=color]text[/color]";
28        $lang['red_help']         = "Sarkana";
29        $lang['orange_help']     = "Oranža";
30        $lang['yellow_help']     = "Dzeltena";
31        $lang['green_help']     = "Zaļa";
32        $lang['blue_help']         = "Zila";
33        $lang['purple_help']     = "Violēta";
34        $lang['white_help']     = "Balta";
35        $lang['grey_help']              = "Grey";
36        $lang['black_help']     = "Melna";
37
38?>
Note: See TracBrowser for help on using the repository browser.