Ignore:
Timestamp:
Nov 1, 2010, 10:51:58 PM (13 years ago)
Author:
grum
Message:

fix bug:1487 - LMT image not displayed with IE8
implement feature:1689 - Add possibility to search picture by licence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lmt/language/es_ES/plugin.lang.php

    r6701 r7560  
    182182$lang["lmt_cfg_warning_target"] = "Forzar la apertura en una nueva ventana"
    183183
    184 
     184/*
     185 * need to be translated
     186 *
     187 * thanks ! :-)
     188 */
     189
     190// 1.2.0
     191$lang['To install this plugin, you need to install Grum Plugin Classes %s before'] = 'To install this plugin, you need to install Grum Plugin Classes %s before';
     192
     193// 1.3.0
     194$lang['lmt_add_licence_type'] = "Add a licence type";
     195$lang['lmt_choose_licence_type'] = "Choose licence type";
     196$lang['lmt_search'] = "Search";
     197$lang['lmt_search_by_licence'] = "Search photos under licence";
     198$lang['lmt_licence_type']="Licence type";
     199$lang['lmt_ok']="Ok";
     200$lang['lmt_search_pictures_with_licence_1']="Search photos under licence:";
     201$lang['lmt_search_pictures_with_licence_n']="Search photos under one of theses licences:";
     202$lang['lmt_error_num_items']="At least, one licence must be selected";
    185203
    186204?>
Note: See TracChangeset for help on using the changeset viewer.