|
Revision 15149, 1.1 KB
(checked in by mistic100, 12 months ago)
|
|
- display typetags everywhere (not only tags page)
- little redesign of admin page + code cleaning
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 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'; |
|---|
| 15 | $lang['Display colored tags'] = 'Display colored tags'; |
|---|
| 16 | $lang['Only on tags page'] = 'Only on tags page'; |
|---|
| 17 | $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'; |
|---|
| 31 | |
|---|
| 32 | ?> |
|---|