Ignore:
Timestamp:
Jan 12, 2014, 7:13:40 PM (10 years ago)
Author:
mistic100
Message:

integrate in new tags manager + rename in Coloured Tags
(my apologies to translators :-) )

File:
1 edited

Legend:

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

    r15149 r26665  
    11<?php
    22
    3 /* section */
    4 $lang['Create a Typetag'] = 'Create a TypeTag';
    5 $lang['Edit typetag'] = 'Edit TypeTag';
    6 $lang['Edit and associate TypeTags'] = 'Edit and associate TypeTags';
    7 
    8 /* fields */
    9 $lang['Edited TypeTag'] = 'TypeTag edited';
    10 $lang['New color'] = 'New color';
    11 $lang['New TypeTag'] = 'TypeTag name';
    12 $lang['New name'] = 'New name';
    13 $lang['Color TypeTag'] = 'TypeTag color';
    14 $lang['Not associated'] = 'Not associated';
     3$lang['Add a new color'] = 'Add a new color';
     4$lang['Apply the same color to all tags'] = 'Apply the same color to all tags';
     5$lang['Color'] = 'Color';
     6$lang['Color added'] = 'Color added';
     7$lang['Color deleted'] = 'Color deleted';
     8$lang['Color saved'] = 'Color saved';
     9$lang['Edit color'] = 'Edit color';
     10$lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Go to <a href="%s">Photos/Tags</a> to manage associations.';
     11$lang['Invalid color'] = 'Invalid color';
     12$lang['Manage colors'] = 'Manage colors';
     13$lang['This name is already used'] = 'This name is already used';
     14$lang['Set a different color for each tag'] = 'Set a different color for each tag';
     15$lang['Set tags color'] = 'Set tags color';
    1516$lang['Display colored tags'] = 'Display colored tags';
    1617$lang['Only on tags page'] = 'Only on tags page';
    1718$lang['Everywhere'] = 'Everywhere';
    18 
    19 /* buttons */
    20 $lang['Modify'] = 'Modify';
    21 $lang['Delete all associations'] = 'Delete all associations';
    22 
    23 /* messages */
    24 $lang['typetag_already_exists'] = 'This TypeTag already exists';
    25 $lang['typetag_saved'] = 'TypeTag saved';
    26 $lang['typetag_suppr'] = 'TypeTag deleted';
    27 $lang['typetag_unknown'] = 'Unknown TypeTag';
    28 $lang['typetag_error'] = 'You must fill all fields (name and color)';
    29 $lang['All associations have been removed'] = 'All associations have been removed';
    30 $lang['typetags_associated'] = 'TypeTags associated';
     19$lang['New color'] = 'New color';
     20$lang['You must fill all fields (name and color)'] = 'You must fill all fields (name and color)';
    3121
    3222?>
Note: See TracChangeset for help on using the changeset viewer.