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

Last change on this file since 3954 was 3954, checked in by datajulien, 15 years ago

Plugin nbc_ThemeChanger -- Version 2.0.1.b

Ajout de la possibilité d'appliquer la modification du thème à toutes les sous-catégories de celle séléctionné
Ajout de la hierarchie dans le nom des catégories ("Photo/Nuit" au lieu de "Nuit" seule)
Correction de la fonctionnalité modifiée (lorsqu'on clique sur "modifier l'association", la catégorie sélectionnée par défaut est celle à modifier (et non plus la première de la liste))
Ajout la langue italienne

Fichiers impactés :

language/*
admin/nbc_ThemeChanger_admin.php
admin/nbc_ThemeChanger_admin.tpl

File size: 346 bytes
Line 
1<?php
2
3$lang['title_assoc'] = 'ThemeChanger';
4$lang['add_assoc'] = 'Add a new association';
5$lang['action'] = 'Action';
6$lang['modify_assoc'] = 'Modify the association';
7$lang['delete_assoc']='Delete the association';
8$lang['nbc_ThemeChanger_save_config']='Configuration saved.';
9$lang['subCategoriesApply']='Apply into the Sub-Categories?';
10
11?>
Note: See TracBrowser for help on using the repository browser.