2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>

* godmode/servers/manage_recontask_form.php: fixed wrong period
          strings.

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

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



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1804 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jorgonzalez 2009-07-16 13:48:04 +00:00
parent 0a6a6298a8
commit c0496807d3
5 changed files with 11310 additions and 11306 deletions

View File

@ -1,3 +1,13 @@
2009-07-16 Jorge Gonzalez <jorgegonz@artica.es>
* godmode/servers/manage_recontask_form.php: fixed wrong period
strings.
* include/languages/es.po, include/languages/es.mo: Updated Spanish
translation.
* include/languages/index.pot: Updated po template.
2009-07-15 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_modules.php: fix bug that the function

View File

@ -77,8 +77,8 @@ $table->data[2][1] = print_input_text ('network', $network, '', 25, 0, true);
$values = array ();
$values[3600] = __('%d hour', 1);
$values[7200] = __('%d hours', 2);
$values[21600] = __('%d hours', 12);
$values[43200] = __('%d day', 1);
$values[21600] = __('%d hours', 6);
$values[43200] = __('%d hours', 12);
$values[86400] = __('%d day', 1);
$values[432000] = __('%d days', 5);
$values[604800] = __('%d week', 1);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff