Changeset 26670


Ignore:
Timestamp:
Jan 12, 2014, 9:52:29 PM (10 years ago)
Author:
mistic100
Message:

keep "tag" finally (revert r26668)

Location:
extensions/typetags
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/typetags/include/events_admin.inc.php

    r26668 r26670  
    88{
    99  $menu[] = array(
    10     'NAME' => 'Coloured Keywords',
     10    'NAME' => 'Colored Tags',
    1111    'URL' => TYPETAGS_ADMIN,
    1212    );
  • extensions/typetags/language/en_UK/plugin.lang.php

    r26668 r26670  
    22
    33$lang['Add a new color'] = 'Add a new color';
    4 $lang['Apply the same color to all tags'] = 'Apply the same color to all keywords';
     4$lang['Apply the same color to all tags'] = 'Apply the same color to all tags';
    55$lang['Color'] = 'Color';
    66$lang['Color added'] = 'Color added';
     
    88$lang['Color saved'] = 'Color saved';
    99$lang['Edit color'] = 'Edit color';
    10 $lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Go to <a href="%s">Photos/Keywords</a> to manage associations.';
     10$lang['Go to <a href="%s">Photos/Tags</a> to manage associations.'] = 'Go to <a href="%s">Photos/Tags</a> to manage associations.';
    1111$lang['Invalid color'] = 'Invalid color';
    1212$lang['Manage colors'] = 'Manage colors';
    1313$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 keyword';
    15 $lang['Set tags color'] = 'Set keywords color';
    16 $lang['Display colored tags'] = 'Display colored keywords';
    17 $lang['Only on tags page'] = 'Only on keywords page';
     14$lang['Set a different color for each tag'] = 'Set a different color for each tag';
     15$lang['Set tags color'] = 'Set tags color';
     16$lang['Display colored tags'] = 'Display colored tags';
     17$lang['Only on tags page'] = 'Only on tags page';
    1818$lang['Everywhere'] = 'Everywhere';
    1919$lang['New color'] = 'New color';
  • extensions/typetags/main.inc.php

    r26668 r26670  
    11<?php
    22/*
    3 Plugin Name: Coloured Keywords (TypeT@gs)
     3Plugin Name: Colored Tags (TypeT@gs)
    44Version: auto
    55Description: Allow to manage color of tags, as you want...
  • extensions/typetags/template/admin.tpl

    r26668 r26670  
    99
    1010<div class="titrePage">
    11   <h2>Coloured Keywords</h2>
     11  <h2>Colored Tags</h2>
    1212</div>
    1313
Note: See TracChangeset for help on using the changeset viewer.