Ignore:
Timestamp:
Nov 1, 2010, 10:51:58 PM (14 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/de_DE/plugin.lang.php

    r5872 r7560  
    156156
    157157
     158/*
     159 * need to be translated
     160 *
     161 * thanks ! :-)
     162 */
     163
     164// 1.2.0
     165$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';
     166
     167// 1.3.0
     168$lang['lmt_add_licence_type'] = "Add a licence type";
     169$lang['lmt_choose_licence_type'] = "Choose licence type";
     170$lang['lmt_search'] = "Search";
     171$lang['lmt_search_by_licence'] = "Search photos under licence";
     172$lang['lmt_licence_type']="Licence type";
     173$lang['lmt_ok']="Ok";
     174$lang['lmt_search_pictures_with_licence_1']="Search photos under licence:";
     175$lang['lmt_search_pictures_with_licence_n']="Search photos under one of theses licences:";
     176$lang['lmt_error_num_items']="At least, one licence must be selected";
     177
     178
     179
    158180?>
Note: See TracChangeset for help on using the changeset viewer.