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:
parent
75773f72da
commit
21f4050840
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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',
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue