source: extensions/piwishack/language/lv_LV/plugin.lang.php @ 26336

Last change on this file since 26336 was 26336, checked in by TranslationTeam, 10 years ago

[piwishack] Update lv_LV, thanks to : agrisans

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | PiwiShack - a Piwigo Plugin                                           |
4// | Copyright (C) 2009 MOREAU Julien - gotcha@piwigo.org                  |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License as published by  |
8// | the Free Software Foundation                                          |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
18// | USA.                                                                  |
19// +-----------------------------------------------------------------------+
20
21$lang['open_window_piwishack']  = 'Atvērt logu PiwiShack';
22$lang['close_window_piwishack'] = 'Aizvērt logu PiwiShack';
23$lang['Partage_me']             = 'Dalīties (share) ar attēlu.';
24 
25$lang['custom_code'] = 'Izvēles kods #';
26$lang['admin_window_open_other'] = 'cits logs (nav rekomendēts)';
27$lang['admin_window_open'] = 'HTML saite atvērsies ';
28$lang['admin_used_by_members'] = 'reģistrētie biedri';
29$lang['admin_window_open_local'] = 'pašreizējais logs (standarta)';
30$lang['close'] = 'Aizvērt';
31$lang['admin_custom_code'] = 'Izvēles kods #';
32$lang['admin_default_sheet_custom'] = 'izvēles';
33$lang['admin_default_sheet_html'] = 'HTML (mājas lapai)';
34$lang['admin_used_by_all'] = 'visi apmeklētāji (viesus ieskaitot) ';
35$lang['admin_used_by_admin'] = 'tikai administratoriem';
36$lang['admin_img_name_list'] = 'tikai sarakstiem';
37$lang['admin_img_name_never'] = 'nekad';
38$lang['admin_save'] = 'Saglabāt';
39$lang['admin_fieldset_main'] = 'Pamatparametri';
40$lang['admin_img_name_all'] = 'vienmēr';
41$lang['admin_custom_name'] = 'Nosaukums:';
42$lang['admin_codes_thumb_to_image'] = 'Sīkbilde ar saiti uz attēlu';
43$lang['admin_codes_thumb'] = 'Sīkbilde bez saites';
44$lang['admin_codes_img_to_page'] = 'Attēls ar saiti uz galeriju';
45$lang['admin_codes_img'] = 'Attēls bez saites';
46$lang['admin_codes_help'] = 'Padoms: Katrs skaitlis nosaka parādīšanas kārtošanas secību. "0" varētu izmantot, ja jūs nevēlaties, lai parādītu virknes modeli.';
47$lang['admin_default_sheet'] = 'Formāta lapa parādīta pēc noklusējuma ir';
48$lang['admin_default_sheet_bbcode'] = 'BBCode (piemēram, forumam)';
49$lang['post_code_ThumbnailToImage'] = 'Rādīt sīkbildi (klikšķināms, saite uz attēlu) ';
50$lang['post_code_NameToImage'] = 'Attēla nosaukums ar saiti uz attēlu';
51$lang['post_code_ImageToGallery'] = 'Normālskata skatīšana (klikšķināms, saite uz galeriju)';
52$lang['admin_img_name'] = 'Vai attēla nosaukums ir attēlots pirms koda ';
53$lang['admin_fieldset_codes'] = 'Piwishack kodu atlase';
54$lang['post_code_NameToGallery'] = 'Attēla nosaukums ar saiti uz galeriju';
55$lang['post_code_ThumbnailToGallery'] = 'Rādīt sīkbildi (klikšķināms, saite uz galeriju)';
56$lang['post_code_Thumbnail'] = 'Rādīt sīkbildi (bez saites)';
57$lang['sheet_bbcode'] = 'BBCode kodols';
58$lang['sheet_custom'] = 'Citi kodi';
59$lang['sheet_html'] = 'HTML kodols';
60$lang['post_code_Image'] = 'Normālskata skatīšana (bez saites)';
61$lang['admin_used_by'] = 'Piwishack būs izmantojams ar';
62$lang['admin_title'] = 'PiwiShack konfigurācija';
63$lang['admin_fieldset_custom'] = 'Papildus lapa: pielāgojami virknes kodi';
64$lang['admin_codes_thumb_to_page'] = 'Sīkbilde ar saiti uz galerijas lapu';
65$lang['admin_codes_name_to_page'] = 'attēla nosaukums ar saiti uz galeriju';
66$lang['admin_codes_name_to_image'] = 'attēla nosaukums ar saiti uz attēlu';
67?>
Note: See TracBrowser for help on using the repository browser.