Ignore:
Timestamp:
Oct 16, 2014, 9:39:11 AM (10 years ago)
Author:
sarybe
Message:

[Thumbnail_Tooltip] Bug fix for html and double quotes in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ThumbnailTooltip/language/lv_LV/plugin.lang.php

    r28174 r30100  
    11<?php
     2
    23// +-----------------------------------------------------------------------+
     4
    35// | Piwigo - a PHP based photo gallery                                    |
     6
    47// +-----------------------------------------------------------------------+
     8
    59// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
     10
    611// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     12
    713// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     14
    815// +-----------------------------------------------------------------------+
     16
    917// | This program is free software; you can redistribute it and/or modify  |
     18
    1019// | it under the terms of the GNU General Public License as published by  |
     20
    1121// | the Free Software Foundation                                          |
     22
    1223// |                                                                       |
     24
    1325// | This program is distributed in the hope that it will be useful, but   |
     26
    1427// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     28
    1529// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     30
    1631// | General Public License for more details.                              |
     32
    1733// |                                                                       |
     34
    1835// | You should have received a copy of the GNU General Public License     |
     36
    1937// | along with this program; if not, write to the Free Software           |
     38
    2039// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     40
    2141// | USA.                                                                  |
     42
    2243// +-----------------------------------------------------------------------+
     44
    2345$lang['tn_display_img'] = 'Attēli';
     46
    2447$lang['tn_display_cat'] = 'Fotoalbumus';
     48
    2549$lang['tn_display_name_img'] = 'Parādīt nosaukumu attēlu';
     50
    2651$lang['tn_display_name_cat'] = 'Parādīt nosaukumus autors albumā';
     52
    2753$lang['tn_name_link'] = 'Tooltip teksta';
    2854
     55
     56
    2957$lang['tn_type1'] = 'Nosaukums';
     58
    3059$lang['tn_type2'] = 'Apmeklejumi';
     60
    3161$lang['tn_type3'] = '(Apmeklejumi)';
     62
    3263$lang['tn_type4'] = 'Description';
     64
    3365$lang['tn_type5'] = 'Autors';
     66
    3467$lang['tn_type6'] = 'Autors : Autors';
     68
    3569$lang['tn_type7'] = 'Rezultejošais vertejums';
     70
    3671$lang['tn_type8'] = '(Apmeklejumi, Rezultejošais vertejums)';
     72
    3773$lang['tn_separator'] = 'Atdalitajs (-)';
     74
    3875$lang['tn_none'] = 'Neviens';
     76
    3977$lang['tn_no'] = 'Ne';
     78
    4079$lang['tn_default_parameters_saved'] = 'Noklusejuma konfiguracija saglabata';
     80
    4181$lang['tn_default_parameters'] = 'Noklusejuma konfiguracija';
     82
    4283$lang['tn_configuration_saved'] = 'Konfiguracija saglabata';
    4384
     85
     86
    4487$lang['tn_yes'] = 'Ja';
     88
    4589?>
Note: See TracChangeset for help on using the changeset viewer.