source: extensions/header_manager/language/lv_LV/plugin.lang.php @ 20175

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

[header_manager] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 4.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Add a banner'] = 'Pieviedot Baneri';
24$lang['Banner added'] = 'Baneris pievienots';
25$lang['Banner deleted'] = 'Baneris izdzēsts';
26$lang['Banner'] = 'Baneris';
27$lang['Choose an image from your computer'] = 'Izvēlaties attēlu no sava datora';
28$lang['Choose the part of the image you want to use as your header.'] = 'Izvēlaties daļu attēla, ka gribat izmantot kā galveni';
29$lang['Crop banner image'] = 'Apgriezt banera attēlu';
30$lang['Default banner size'] = 'Banera izmērs pēc noklusējuma';
31$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Priekš MontBlancXL un BlancMontXL ieteicamais izmērs ir 900&times;190.';
32$lang['Gallery title above image'] = 'Galerijas nosaukums virs attēla';
33$lang['Image only'] = 'Tikai attēls';
34$lang['Incorrect file type,'] = 'Nekorekts faila tips';
35$lang['No banner added yet'] = 'Baneris vēl nav pievienots';
36$lang['Picture id.'] = 'Attēla id.';
37$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Liekat <b>%header_manager%</b> tur, kur gribat rādīt attēlu.';
38$lang['Random'] = 'Gadījuma';
39$lang['Select an image'] = 'Atlasīt attēlu';
40$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'Ciparveida identifikators ir atrodams attēla laidiena lapā, sīkbildes tuvumā';
41$lang['Unknown picture id'] = 'Nezināms attēla id';
42$lang['Use'] = 'Lietot';
43$lang['With text'] = 'Ar tekstu';
44$lang['You can customize the display by adding CSS rules to'] = 'Jūs varat personificēt attēlošanu, pievienojot CSS nosacījumus ';
45$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Jūs varat augšupielādēt savu pielāgotu galvenes attēlu vai izvēlēties kādu gatavu no galerijas. Nākamajā logā būs iespējams attēlu apgriezt.';
46$lang['or choose a picture from the gallery'] = 'vai izvēlaties attēlu no galerijas';
47$lang['Default banner'] = 'Baneris pēc noklusējuma';
48$lang['Display banner on photo page'] = 'Rādīt baneri uz foto lapas';
49$lang['In order to add a specific banner, go to the admin page of the desired album.'] = 'Lai pievienotu īpašu baneri, dodieties uz izvēlētā albūma administratora lapu.';
50$lang['Restore default banner'] = 'Atjaunot noklusēto baneri';
51$lang['Album specific banners'] = 'Albūmam specifiskie baneri';
52$lang['Non recursive'] = 'Ne rekursīvs';
53$lang['Recursive'] = 'Rekursīvs';
54?>
Note: See TracBrowser for help on using the repository browser.