Changeset 5873 for extensions/lmt


Ignore:
Timestamp:
Apr 16, 2010, 12:07:17 AM (14 years ago)
Author:
duke
Message:

fixed some typos found while translating

File:
1 edited

Legend:

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

    r4396 r5873  
    2828$lang['lmt_add_licence_ko'] = 'The license count not be applied to the selected items';
    2929$lang['lmt_add_licence_ok'] = 'The license has been applied to the selected items';
    30 $lang['lmt_add_to_caddie'] = 'Add the items in the caddie';
     30$lang['lmt_add_to_caddie'] = 'Add the items to the basket';
    3131$lang['lmt_apply'] = 'Apply';
    32 $lang['lmt_apply_do_clear'] = 'Apply the licence and empty the caddie';
    33 $lang['lmt_apply_do_clear_selected'] = 'Apply the licence and clear the selected items in the caddie';
    34 $lang['lmt_apply_do_nothing'] = 'Apply the licence and don\'t modify the caddie';
     32$lang['lmt_apply_do_clear'] = 'Apply the licence and empty the basket';
     33$lang['lmt_apply_do_clear_selected'] = 'Apply the licence and clear the selected items in the basket';
     34$lang['lmt_apply_do_nothing'] = 'Apply the licence and don\'t modify the basket';
    3535$lang['lmt_author'] = 'Author';
    3636$lang['lmt_author_added'] = 'The author was added';
     
    4949$lang['lmt_caddie_items'] = 'Items in caddie';
    5050$lang['lmt_caddie_not_updated'] = 'The basket could not be updated';
    51 $lang['lmt_caddie_updated'] = 'The caddie has been updated';
     51$lang['lmt_caddie_updated'] = 'The basket has been updated';
    5252$lang['lmt_cancel'] = 'Cancel';
    5353$lang['lmt_cannot_add_author'] = 'The author could not be added';
     
    6666$lang['lmt_cfg_warning_link'] = 'Enable redirect';
    6767$lang['lmt_cfg_warning_texts'] = 'Footer text';
    68 $lang['lmt_cfg_warning_visible'] = 'View the license applied by default in the bottom of the page';
     68$lang['lmt_cfg_warning_visible'] = 'Show the license applied by default in the bottom of the page';
    6969$lang['lmt_choose_select'] = '<Select>';
    70 $lang['lmt_clear_caddie_ko'] = 'Caddie could not be purged';
    71 $lang['lmt_clear_caddie_ok'] = 'Caddie has been purged';
    72 $lang['lmt_clear_si_caddie_ko'] = 'Selected items could not be purged from the caddie';
    73 $lang['lmt_clear_si_caddie_ok'] = 'Selected items have been purged from the caddie';
     70$lang['lmt_clear_caddie_ko'] = 'Basket could not be purged';
     71$lang['lmt_clear_caddie_ok'] = 'Basket has been purged';
     72$lang['lmt_clear_si_caddie_ko'] = 'Selected items could not be purged from the basket';
     73$lang['lmt_clear_si_caddie_ok'] = 'Selected items have been purged from the basket';
    7474$lang['lmt_config'] = 'Settings';
    7575$lang['lmt_def_--'] = 'The work may be freely used, provided the award to its author by quoting his name';
     
    8686$lang['lmt_general_text'] = '[logo=80x15]The media of this website are subject to copyright and, unless otherwise indicated, distributed under Creative Commons Licence [text=logo]';
    8787$lang['lmt_help'] = 'Help';
    88 $lang['lmt_help_config'][1] = 'Depending on the number of elements with a licence number or the number of items in your caddie, size of the display area will change. A display area too bogger can reduce the comfort of reading the page. <br> This parameter is used to force the maximum height of the display area.';
    89 $lang['lmt_help_config'][2] = 'Selects whether or not the management of licenses. Compared to completely disable the plugin, this option allows to disable the license management on the public part of the site while retaining the administration of the plugin actived.';
     88$lang['lmt_help_config'][1] = 'Depending on the number of elements with a specific licence or the number of items in your basket, size of the display area will change. An oversized display area can reduce the comfort of reading the page. <br> This parameter is used to force the maximum height of the display area.';
     89$lang['lmt_help_config'][2] = 'Activates or deactivates license management. Compared to completely disable the plugin, this option allows to disable the license management on the public part of the site while retaining the administration of the plugin actived.';
    9090$lang['lmt_help_config'][3] = 'This option will always display the licence of the element, even if the licence by default it is assigned. <br> If this option is not activated, the licence will be displayed only for elements with a particular licence.';
    91 $lang['lmt_help_config'][4] = 'This option allows you to select the licence will be applied by default to the elements for which no licence has been affected.';
     91$lang['lmt_help_config'][4] = 'This option allows you to select the licence, which will be applied by default to elements to which no licence has been assigned.';
    9292$lang['lmt_help_config'][5] = 'This option allows you to choose whether to display or not the licence by default on all pages (will be shown on the footer).';
    9393$lang['lmt_help_config'][6] = 'If enabled, the logo indicating the licence is a hyperlink redirecting the user to a page explaining in more detail the operating conditions of the item.';
    94 $lang['lmt_help_config'][7] = 'The license text displayed at the bottom of the page is changed according to your needs. <br> It is possible to view items in automatically: <br> <b>[logo=80x15]</b> insert the 80x15 logo of the default licence <br> <b>[logo=88x31]</b> insert the 88x31 logo of the default licence<br> <b>[logo=text]</b>insert the text of the default licence';
     94$lang['lmt_help_config'][7] = 'The license text displayed at the bottom of the page is changed according to your needs. <br> It is possible to display the corresponding license as: <br> <b>[logo=80x15]</b> the 80x15 logo <br> <b>[logo=88x31]</b> the 88x31 logo <br> <b>[logo=text]</b> the text only';
    9595$lang['lmt_help_config'][8] = 'This option allows you to select the author who will be assigned to the licence used by default.';
    9696$lang['lmt_help_config'][9] = 'This option allows you to choose the number of items displayed per page.';
     
    146146$lang['lmt_nb_authors'] = 'authors set';
    147147$lang['lmt_no_author'] = '&lt;No author&gt;';
    148 $lang['lmt_no_element_selected'] = 'There is no selected items !';
     148$lang['lmt_no_element_selected'] = 'There are no selected items !';
    149149$lang['lmt_no_text'] = 'No text is filled !';
    150150$lang['lmt_nofilter'] = 'All licences';
     
    153153$lang['lmt_redirect_urls'] = 'URL redirects';
    154154$lang['lmt_release'] = 'r';
    155 $lang['lmt_replace_caddie'] = 'Purge caddie and add the elements';
     155$lang['lmt_replace_caddie'] = 'Purge basket and add the elements';
    156156$lang['lmt_save_config'] = 'Configuration saved';
    157157$lang['lmt_select_all'] = 'All';
Note: See TracChangeset for help on using the changeset viewer.