source: extensions/nbc_ThemeChanger/language/en_UK/plugin.lang.php @ 6648

Last change on this file since 6648 was 6648, checked in by datajulien, 14 years ago

theme changer
Amélioration de la gestion des thèmes désactivés ou supprimés par l'ajout d'un indicateur de l'état de l'association.

File size: 594 bytes
Line 
1<?php
2/***************V2.1.0.c*****************/
3$lang['Valide_assoc'] = 'Valide association ';
4$lang['ErrorDelete_assoc'] = 'Association invalid because of suppress theme';
5$lang['ErrorUnactive_assoc'] = 'Association invalid because of inactive theme';
6
7$lang['title_assoc'] = 'ThemeChanger';
8$lang['add_assoc'] = 'Add a new association';
9$lang['action'] = 'Action';
10$lang['modify_assoc'] = 'Modify the association';
11$lang['delete_assoc']='Delete the association';
12$lang['nbc_ThemeChanger_save_config']='Configuration saved.';
13$lang['subCategoriesApply']='Apply into the Sub-Categories?';
14
15?>
Note: See TracBrowser for help on using the repository browser.