source: extensions/Media_Icon/language/lv_LV/plugin.lang.php @ 19520

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

[media_icon] Add lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 4.1 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['Official logos or Wikipedia:'] = 'Oficiālie logotipi vai Wikipedia:';
24$lang['Media Icon Plugin'] = 'Mēdiju Ikonas Spraudnis';
25$lang['Opacity'] = 'Caurspīdīgums';
26$lang['Not displayed'] = 'Neparādās';
27$lang['Presentations'] = 'Prezentācijas';
28$lang['Presentation'] = 'Prezentācija';
29$lang['Spreadsheets'] = 'Izklājlapas';
30$lang['Spreadsheet'] = 'Izklājlapa';
31$lang['Position'] = 'Pozīcija';
32$lang['Result'] = 'Rezultāts';
33$lang['Style'] = 'Stils';
34$lang['Music'] = 'Mūzika';
35$lang['Musics'] = 'Mūzika';
36$lang['Icon style:'] = 'Ikonas stils';
37$lang['General'] = 'Vispārējs';
38$lang['Files supported: xls, xlsx and ods'] = 'Atbalstītie failu tipi: xls, xlsx un ods';
39$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Atbalstītie failu tipi: mp3, ogg, m4a, webma, fla, wav';
40$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Atbalstītie failu tipi: mp3, ogg, m4a, webma, fla, wav';
41$lang['Files supported: doc, docx and odt'] = 'Atbalstītie failu tipi: doc, docx un odt';
42$lang['Files supported: pdf'] = 'Atbalstītie failu tipi: pdf';
43$lang['Download website'] = 'Lejupielādēt vietni';
44$lang['Donate'] = 'Ziedot';
45$lang['Documents'] = 'Dokumenti';
46$lang['Document'] = 'Dokunents';
47$lang['Click on submit to see changes.'] = 'Apstipriniet, lai redzētu izmaiņas';
48$lang['Advanced options'] = 'Papildiespējas';
49$lang['Dailymotion'] = 'Dienas kustība';
50$lang['Credits'] = 'Kredīti';
51$lang['Bottom right corner'] = 'Apakšējais labais stūris';
52$lang['Bottom left corner'] = 'Apakšējais kreisais stūris';
53$lang['Author website'] = 'Autora vietne';
54$lang['This menu allows to configure 2 types of parameters:'] = 'Šī izvēlne ļauj konfigurēt 2 veidu parametrus:';
55$lang['The opacity of the icon.'] = 'Ikonas caurspīdīgums';
56$lang['Top right corner'] = 'Augšējais labais stūris';
57$lang['Top left corner'] = 'Augšējais kreisais stūris';
58$lang['folder'] = 'Mape';
59$lang['foldercolor'] = 'Mapes krāsa';
60$lang['Youtube videos'] = 'Youtube video';
61$lang['Youtube'] = 'Youtube';
62$lang['Wideo videos'] = 'Wideo Video';
63$lang['Wideo'] = 'Wideo';
64$lang['Wat videos'] = 'Wat video';
65$lang['Wat'] = 'Wat';
66$lang['Vimeo'] = 'Vimeo';
67$lang['Vimeo videos'] = 'Vimeo video';
68$lang['Videos added with'] = 'Video pievienoti ar';
69$lang['Videos'] = 'Video';
70$lang['Video'] = 'Video';
71$lang['folderpicture'] = 'Mapes attēls';
72$lang['ppt, pptx and odp files'] = 'Atbalstītie failu tipi: ppt, pptx, odp';
73$lang['pdf files'] = 'pdf faili';
74$lang['pdf'] = 'pdf';
75$lang['page'] = 'Lapa';
76$lang['logo'] = 'Logo';
77?>
Note: See TracBrowser for help on using the repository browser.