2009-04-21 Jorge Gonzalez <jorgegonz@artica.es>

* include/languages/es.po, include/languages/es.mo: Updated
          Spanish translation.

        * include/languages/index.pot: Updated po template.

        * godmode/agentes/module_manager_editor_network.php,
          godmode/agentes/module_manager_editor_plugin.php: moved an  
          assigned translatable string down to avoid error at language
          compilation.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1635 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jorgonzalez 2009-04-21 13:17:29 +00:00
parent 75773f72da
commit 21f4050840
6 changed files with 1023 additions and 783 deletions

View File

@ -1,3 +1,15 @@
2009-04-21 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated
Spanish translation.
* include/languages/index.pot: Updated po template.
* godmode/agentes/module_manager_editor_network.php,
godmode/agentes/module_manager_editor_plugin.php: moved an
assigned translatable string down to avoid error at language
compilation.
2009-04-20 Esteban Sanchez <estebans@artica.es>
* godmode/agentes/module_manager_editor.php,

View File

@ -17,8 +17,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
$extra_title = __('Network server module');
define ('ID_NETWORK_COMPONENT_TYPE', 2);
if (empty ($update_module_id)) {
@ -28,6 +26,8 @@ if (empty ($update_module_id)) {
/* TODO: Print network component if available */
}
$extra_title = __('Network server module');
$data = array ();
$data[0] = __('Target IP');
$data[1] = print_input_text ('ip_target', $ip_target, '', 15, 60, true);

View File

@ -17,8 +17,6 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
$extra_title = __('Plugin server module');
define ('ID_NETWORK_COMPONENT_TYPE', 4);
if (empty ($update_module_id)) {
@ -28,6 +26,8 @@ if (empty ($update_module_id)) {
/* TODO: Print network component if available */
}
$extra_title = __('Plugin server module');
$data = array ();
$data[0] = __('Plugin');
$data[1] = print_select_from_sql ('SELECT id, name FROM tplugin ORDER BY name',

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff