mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Begin translation of x's to %'s ...
This commit is contained in:
parent
d6ef7b0e85
commit
661edeac5a
@ -277,7 +277,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->bo->save_cat($values);
|
$this->bo->save_cat($values);
|
||||||
$GLOBALS['phpgw']->template->set_var('message',lang('Category x has been added !', $values['name']));
|
$GLOBALS['phpgw']->template->set_var('message',lang('Category %1 has been added !', $values['name']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,7 +346,7 @@
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->cat_id = $this->bo->save_cat($values);
|
$this->cat_id = $this->bo->save_cat($values);
|
||||||
$GLOBALS['phpgw']->template->set_var('message',lang('Category x has been updated !',$values['name']));
|
$GLOBALS['phpgw']->template->set_var('message',lang('Category %1 has been updated !',$values['name']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user