source: extensions/PwgCarbon/language/lv_LV/theme.lang.php @ 20285

Last change on this file since 20285 was 20285, checked in by TranslationTeam, 11 years ago

[pwgcarbon] Add lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['no'] = 'nē';
24$lang['yes'] = 'jā';
25$lang['use picture in the theme'] = 'lietot attēlu tēmā';
26$lang['set as category representative'] = 'iestatīt kā kategorijas pārstāvi';
27$lang['lb_theme'] = 'Tēma';
28$lang['lb_default_parameters_saved'] = 'parametri pēc noklusējuma saglabāti';
29$lang['lb_default_parameters'] = 'parametri pēc noklusējuma';
30$lang['lb_configuration_saved'] = 'Konfigurācija saglabāta';
31$lang['Black'] = 'Melna';
32$lang['Blue'] = 'Zila';
33$lang['Brown'] = 'Brūna';
34$lang['Yellow'] = 'Dzeltena';
35$lang['White'] = 'Balta';
36$lang['Theme picture'] = 'Tēmas attēls';
37$lang['Theme'] = 'Tēma';
38$lang['Reflexion on thumbmail'] = 'Atspulgs sīkbildē';
39$lang['Red'] = 'Sarkana';
40$lang['Random'] = 'Gadījuma';
41$lang['Purple'] = 'Violēta';
42$lang['Orange'] = 'Oranža';
43$lang['Open picture in lighting box'] = 'Atvērt attēlu gaismas kastē';
44$lang['Header'] = 'Galvene';
45$lang['Green'] = 'Zaļa';
46$lang['Colorus menu'] = 'Krāsu izvēlne';
47$lang['Color'] = 'Krāsa';
48$lang['Background, theme and color'] = 'Fons, tēma un krāsa';
49$lang['Background and color'] = 'Fons un krāsa';
50$lang['Background'] = 'Fons';
51?>
Note: See TracBrowser for help on using the repository browser.