source: extensions/bbcode_bar/language/lv_LV/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.9 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
14        $lang['quote_help']     = "Pēdiņas : [quote]quote[/quote]";
15        $lang['img_help']         = "Att : [img]img[/img]";
16        $lang['url_help']         = "URL : [url=URL]Title[/url]";
17        $lang['mail_help']         = "E-pasts : [email]Email[/email]";
18
19        $lang['size_help']         = "Fonta lielums : [size=X]text[/size]";
20        $lang['tiny']         = "Sīks";
21        $lang['small']         = "Mazs";
22        $lang['normal']     = "Normāls";
23        $lang['large']         = "Liels";
24        $lang['huge']         = "Milzīgs";
25
26        $lang['fc_help']     = "Fonta krāsa : [color=color]text[/color]";
27        $lang['default_help']    = "Pēc noklusējuma";
28        $lang['maroon_help']     = "Kastaņbrūna";
29        $lang['red_help']         = "Sarkana";
30        $lang['orange_help']     = "Oranža";
31        $lang['brown_help']     = "Brūna";
32        $lang['yellow_help']     = "Dzeltena";
33        $lang['green_help']     = "Zaļa";
34        $lang['olive_help']     = "Olīva";
35        $lang['cyan_help']         = "Ciāna";
36        $lang['blue_help']         = "Zila";
37        $lang['darkblue_help']    = "Tumši Zila";
38        $lang['indigo_help']     = "Indigo";
39        $lang['violet_help']     = "Violēta";
40        $lang['white_help']     = "Balta";
41        $lang['black_help']     = "Melna";
42
43        $lang['help']            = "Pavisam viegli: Formatējumu iespējams pielietot tieši izvēlētajam tekstam.";
44       
45        $lang['repicon']        = "Ikonu mape.";
46
47?>
Note: See TracBrowser for help on using the repository browser.