mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
update cats
This commit is contained in:
parent
424e6dd32d
commit
2ce7b79bc0
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title'] . ' ' . lang('global categories'));
|
$this->template->set_var('title_categories',lang($GLOBALS['appname']) . ' ' . lang('global categories'));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -254,7 +254,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('Add global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',lang('Add global category for x',lang($GLOBALS['appname'])));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -365,7 +365,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('Edit global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',lang('Edit global category for x',lang($GLOBALS['appname'])));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user