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

Location:
extensions/lmt/language
Files:
4 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?>
  • extensions/lmt/language/en_UK/plugin.lang.php

    r6701 r7560  
    11<?php
    2 
    3 /* -----------------------------------------------------------------------------
    4   This file was created by 'Translator r2.0.0-beta' plugin
    5 
    6   **** Export informations
    7   Export date       : 2009-04-30 22:59:49
    8   Number of items   : 149
    9     Number exported : 149
    10   Exported by       : grum
    11 
    12   **** File informations
    13   Language          : English [ISO en_UK]
    14   Charset           : utf-8
    15   Type              : plugin
    16   Name (Release)    : lmt (2.0.0-beta)
    17 
    18   **** Export options
    19   Items exported    : "ok"
    20   Translator export : NO
    21 ----------------------------------------------------------------------------- */
    22 
    232
    243$lang['example'] = 'Display sample';
     
    176155$lang["lmt_cfg_warning_target"] = "Force the page openning in a new window";
    177156
     157// 1.2.0
     158$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';
     159
     160// 1.3.0
     161$lang['lmt_add_licence_type'] = "Add a licence type";
     162$lang['lmt_choose_licence_type'] = "Choose licence type";
     163$lang['lmt_search'] = "Search";
     164$lang['lmt_search_by_licence'] = "Search photos under licence";
     165$lang['lmt_licence_type']="Licence type";
     166$lang['lmt_ok']="Ok";
     167$lang['lmt_search_pictures_with_licence_1']="Search photos under licence:";
     168$lang['lmt_search_pictures_with_licence_n']="Search photos under one of theses licences:";
     169$lang['lmt_error_num_items']="At least, one licence must be selected";
    178170
    179171?>
  • 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?>
  • extensions/lmt/language/fr_FR/plugin.lang.php

    r5548 r7560  
    186186
    187187
     188// 1.3.0
     189$lang['lmt_add_licence_type'] = "Ajouter un type de licence";
     190$lang['lmt_choose_licence_type'] = "Sélectionner le type de licence";
     191$lang['lmt_search'] = "Rechercher";
     192$lang['lmt_search_by_licence'] = "Rechercher des photos en fonction de leur licence";
     193$lang['lmt_licence_type']="Type de licence";
     194$lang['lmt_ok']="Ok";
     195$lang['lmt_search_pictures_with_licence_1']="Rechercher les photos sous licence :";
     196$lang['lmt_search_pictures_with_licence_n']="Rechercher les photos sous l'une des licences suivantes :";
     197$lang['lmt_error_num_items']="Au moins une licence doit être sélectionnée";
     198
    188199?>
Note: See TracChangeset for help on using the changeset viewer.