2009-06-30 Jorge Gonzalez <jorgegonz@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish * translation. * include/languages/index.pot: Updated po template. * operation/agentes/estado_generalagente.php: Changed a string to * reuse previous translation. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1783 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d420fe891a
commit
84bb2a7ad2
|
@ -1,3 +1,13 @@
|
|||
2009-06-30 Jorge Gonzalez <jorgegonz@artica.es>
|
||||
|
||||
* include/languages/es.po, include/languages/es.mo: Updated Spanish
|
||||
* translation.
|
||||
|
||||
* include/languages/index.pot: Updated po template.
|
||||
|
||||
* operation/agentes/estado_generalagente.php: Changed a string to
|
||||
* reuse previous translation.
|
||||
|
||||
2009-06-30 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/fgraph.php: Limit the number of agents in modules per agent
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -39,7 +39,7 @@ if (! give_acl ($config["id_user"], $agent["id_grupo"], "AR")) {
|
|||
return;
|
||||
}
|
||||
|
||||
echo "<h2>".__('Pandora Agents')." » ".__('Agent general information')."</h2>";
|
||||
echo "<h2>".__('Pandora agents')." » ".__('Agent general information')."</h2>";
|
||||
|
||||
// Blank space below title
|
||||
echo '<div style="height: 10px"> </div>';
|
||||
|
|
Loading…
Reference in New Issue