source: extensions/photoWidget/language/lv_LV/plugin.lang.php @ 14518

Last change on this file since 14518 was 11968, checked in by ddtddt, 13 years ago

[extensions] - photoWidget - update sk_SK - Slovak - Slovensky thanks to dodo / cleaner languages

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22
23$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Ar šī spraudņa palīdzību iespējam parādīt attēlus izmantojot animāciju un 3D rotāciju. Tas darbojas kā ierarasto kategoriju gadījumā, bet interesantāk un aizraujošāk.';
24$lang['You can choose that mode for displaying one, severals or all categories'] = 'Šo režīmu vrat pielietot, lai attēlotu vienu, vaurākas vai visas kategorijas';
25$lang['Main configuration'] = 'Galvenā konfigurācija';
26$lang['All categories'] = 'Visas kategorijas';
27$lang['Applicable categorie(s)'] = 'Piemērojamās kategorijas';
28$lang['Animation size'] = 'Animācijas izmērs';
29$lang['Animation background color'] = 'Animācijas fona krāsa';
30$lang['Color'] = 'Krāsa';
31$lang['You choose that mode for'] = 'Jūs izvēlaties šo režīmu ';
32$lang['one category'] = 'vienai kategorijai';
33$lang['severals categories'] = 'dažām kategorijām';
34$lang['Width has been updated'] = 'Platums ir atjaunināts';
35$lang['Height has been updated'] = 'Augstums ir atjaunināts';
36$lang['Background color of animation has been updated'] = 'Fona krāsa animācijai ir atjaunināta';
37$lang['This widget requires Flash Player 9 or better'] = 'Šī lieta prasa Flash Player 9 vai jaunāku';
38
39?>
Note: See TracBrowser for help on using the repository browser.