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['RIGHTLINKCSS'] = 'Pielāgotais CSS'; |
---|
24 | $lang['POPUPTHUMB'] = 'Attēla sīkbilde'; |
---|
25 | $lang['POPUPNAME'] = 'Attēla nosaukums'; |
---|
26 | $lang['POPUPLINK'] = 'Pievienot saiti attēlam'; |
---|
27 | $lang['POPUPCOMMENT'] = 'Attēla komentāri'; |
---|
28 | $lang['POPUPAUTHOR'] = 'Attēla autors'; |
---|
29 | $lang['PLUGINCONF'] = 'Spraudņa opcijas'; |
---|
30 | $lang['PINSHADOWSIZE'] = 'Ēnas izmēri'; |
---|
31 | $lang['PINSHADOWPATH_DESC'] = 'Saite uz jūsu pina fona (ēnas) attēlu'; |
---|
32 | $lang['IMAGERYBY'] = 'Attēlojums '; |
---|
33 | $lang['NOWORLDWARP'] = 'Bez Pasaules metiem'; |
---|
34 | $lang['L_MAP'] = 'Kreisās puses izvēlnes konfigurācija'; |
---|
35 | $lang['LEFTPOPUPINFO_DESC'] = 'Izvēlēties ko rādīt uzlecošajos logos'; |
---|
36 | $lang['LEFTPOPUPINFO'] = 'Atlasīt uzlecošo logu saturu'; |
---|
37 | $lang['LEFTLINK'] = 'Pasaules kartes izvēlnes nosaukums'; |
---|
38 | $lang['HEIGHT_DESC'] = 'pikseļos (px)'; |
---|
39 | $lang['NEVER'] = 'nav uzlecošo logu'; |
---|
40 | $lang['NOPIN'] = 'nav pin'; |
---|
41 | $lang['HEIGHT'] = 'Kartes austums'; |
---|
42 | $lang['G_MAP'] = 'Kartes konfigurācija'; |
---|
43 | $lang['DISPLAY'] = 'Rādīt konfigurāciju'; |
---|
44 | $lang['DEFAULTPIN'] = 'pēc noklusējuma'; |
---|
45 | $lang['CUSTOMBASELAYER'] = 'Pielāgotais kartes stils'; |
---|
46 | $lang['BASELAYER'] = 'Kartes stils'; |
---|
47 | $lang['AUTOSYNC'] = 'Automātiski sinhronizēt EXIF, ja eksistē'; |
---|
48 | $lang['ATTRLEAFLET'] = 'Rārīt \'Powered by Leaflet\''; |
---|
49 | $lang['ATTRIMAGERY_DESC'] = 'Rāda izmantotās mapes stilu'; |
---|
50 | $lang['ATTRIMAGERY'] = 'Rādīt kartes stilu'; |
---|
51 | $lang['ADD_BEFORE_DESC'] = 'Kur rādīt atrašanās vietas informāciju'; |
---|
52 | $lang['ADD_BEFORE'] = 'Vispirms ievadi atrašanās vietu '; |
---|
53 | $lang['PINSHADOWPATH'] = 'Ēna'; |
---|
54 | $lang['PIN'] = 'Izvēlēties pin'; |
---|
55 | $lang['LEFTPOPUP'] = 'Rādīt uzlecošo logu'; |
---|
56 | $lang['H_PIN'] = 'Pin konfigurācija'; |
---|
57 | $lang['CLICK'] = 'rādīt uzklikšķinot'; |
---|
58 | $lang['ATTRPLUGIN_DESC'] = 'Es izveidoju šo spraudni.:)'; |
---|
59 | $lang['ATTRPLUGIN'] = 'Rādīt autora piezīmes'; |
---|
60 | $lang['ALWAYS'] = 'rādīt uzreiz'; |
---|
61 | ?> |
---|