source: extensions/GrumPluginClasses/language/es_ES/plugin.lang.php @ 7367

Last change on this file since 7367 was 7367, checked in by ddtddt, 14 years ago

[extensions] - GrumPluginClasses - update ES thanks to jpr

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 515 bytes
Line 
1<?php
2
3$lang['Module'] = 'Módulo';
4$lang['Version'] = 'Versión';
5$lang['List of shared modules'] = 'Lista módulos partidos';
6$lang['List of installed plugins using Grum Plugin Classes'] = 'Lista plugins instalado y que utiliza a Grum Plugin Classes';
7$lang['Plugin'] = 'Plugin';
8$lang['GPC required'] = 'GPC requerido';
9$lang['Installed'] = 'Instalado';
10$lang['Infos'] = 'Informaciones';
11
12// gpc > 3.3.0
13$lang['Public'] = 'Publico';
14$lang['Private'] = 'Privado';
15$lang['All the gallery'] = 'Toda la galeria';
16
17?>
Note: See TracBrowser for help on using the repository browser.