Changeset 20277


Ignore:
Timestamp:
Jan 20, 2013, 7:54:59 AM (11 years ago)
Author:
ddtddt
Message:

Add EN for lexiglot delete No (rename to nn)

Location:
extensions/user_tags/language
Files:
1 deleted
1 edited

Legend:

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

    r20251 r20277  
    2424 * default translation.
    2525 * See language/templates/plugin.lang.php for available keys
     26 * Add EN for Lexiglot
    2627 */
     28 
     29 // admin
     30$lang['Add permission updated'] = 'Add permission updated';
     31$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = 'Be careful, whatever the configuration value is, new tag can be deleted anyway';
     32$lang['Delete permission updated'] = 'Delete permission updated';
     33$lang['That plugin allow visitors to add tags to image.'] = 'That plugin allow visitors to add tags to image.';
     34$lang['Who can add tags?'] = 'Who can add tags?';
     35$lang['Who can delete related tags?'] = 'Who can delete related tags?';
     36$lang['You can choose which users (per status) can add and delete tags.'] = 'You can choose which users (per status) can add and delete tags.';
     37
     38// public
     39$lang['Click to add tags'] = 'Click to add tag';
     40$lang['Start to type'] = 'Start to type';
     41$lang['Tags updated'] = 'Tags updated';
     42$lang['Update tags'] = 'Update tags';
     43$lang['You are not allowed to add nor delete tags'] = 'You are not allowed to add nor delete tags';
     44$lang['You are not allowed to add tags'] = 'You are not allowed to add tags';
     45$lang['You are not allowed to delete tags'] = 'You are not allowed to delete tags';
     46 
    2747?>
Note: See TracChangeset for help on using the changeset viewer.