source: extensions/nbc_ThemeChanger/language/es_ES/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.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 616 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
8$lang['title_assoc'] = 'ThemeChanger';
9$lang['add_assoc'] = 'Añada una nueva asociación';
10$lang['action'] = 'Acción';
11$lang['modify_assoc'] = 'Modificar la asociación';
12$lang['delete_assoc']='Suprimir la asociación';
13$lang['nbc_ThemeChanger_save_config']='Configuración registrada.';
14$lang['subCategoriesApply']='¿ Aplicar sobre las subcategorías ?';
15?>
Note: See TracBrowser for help on using the repository browser.