mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
update
This commit is contained in:
parent
476c78076c
commit
05c966c7f1
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('%1 global categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title'] . ' ' . lang('global categories'));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -185,15 +185,37 @@
|
|||||||
$this->template->set_var('add_sub',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
$this->template->set_var('add_sub',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
||||||
$this->template->set_var('lang_sub_entry',lang('Add sub'));
|
$this->template->set_var('lang_sub_entry',lang('Add sub'));
|
||||||
|
|
||||||
$link_data['cat_id'] = $id;
|
if ($GLOBALS['appname'] && $categories[$i]['app_name'] == $GLOBALS['appname'])
|
||||||
$link_data['menuaction'] = 'admin.uicategories.edit';
|
{
|
||||||
$this->template->set_var('edit',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
$show_edit_del = True;
|
||||||
$this->template->set_var('lang_edit_entry',lang('Edit'));
|
}
|
||||||
|
elseif(!$GLOBALS['appname'] && $categories[$i]['app_name'] == 'phpgw')
|
||||||
|
{
|
||||||
|
$show_edit_del = True;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$show_edit_del = False;
|
||||||
|
}
|
||||||
|
|
||||||
$link_data['menuaction'] = 'admin.uicategories.delete';
|
if ($show_edit_del)
|
||||||
$this->template->set_var('delete',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
{
|
||||||
$this->template->set_var('lang_delete_entry',lang('Delete'));
|
$link_data['cat_id'] = $id;
|
||||||
|
$link_data['menuaction'] = 'admin.uicategories.edit';
|
||||||
|
$this->template->set_var('edit',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
||||||
|
$this->template->set_var('lang_edit_entry',lang('Edit'));
|
||||||
|
|
||||||
|
$link_data['menuaction'] = 'admin.uicategories.delete';
|
||||||
|
$this->template->set_var('delete',$GLOBALS['phpgw']->link('/index.php',$link_data));
|
||||||
|
$this->template->set_var('lang_delete_entry',lang('Delete'));
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$this->template->set_var('edit','');
|
||||||
|
$this->template->set_var('lang_edit_entry',' ');
|
||||||
|
$this->template->set_var('delete','');
|
||||||
|
$this->template->set_var('lang_delete_entry',' ');
|
||||||
|
}
|
||||||
$this->template->fp('list','cat_list',True);
|
$this->template->fp('list','cat_list',True);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -232,7 +254,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('Add global category for %1',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',lang('Add global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -343,7 +365,7 @@
|
|||||||
|
|
||||||
if ($GLOBALS['appname'])
|
if ($GLOBALS['appname'])
|
||||||
{
|
{
|
||||||
$this->template->set_var('title_categories',lang('Edit global category for %1',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
$this->template->set_var('title_categories',lang('Edit global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title']));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -6,9 +6,10 @@ account preferences admin de Einstellungen der Benutzerkonten
|
|||||||
account permissions admin de Zugriffsrechte
|
account permissions admin de Zugriffsrechte
|
||||||
action admin de Aktion
|
action admin de Aktion
|
||||||
add global category admin de Globale Kategorie hinzufügen
|
add global category admin de Globale Kategorie hinzufügen
|
||||||
add new account admin de Neues Konto hinzufügen
|
add global category for x admin de Globale Kategorie für %1 hinzufügen
|
||||||
|
add new account admin de Neues Konto hinzufügen
|
||||||
add new application admin de Neue Anwendung hinzufügen
|
add new application admin de Neue Anwendung hinzufügen
|
||||||
all records and account information will be lost! admin de Alle Datensätze und Kontoinformationen sind dann verloren!
|
all records and account information will be lost! admin de Alle Datensätze und Kontoinformationen sind dann verloren!
|
||||||
allow anonymous access to this app admin de Anonymen Zugriff auf diese Anwendung zulassen
|
allow anonymous access to this app admin de Anonymen Zugriff auf diese Anwendung zulassen
|
||||||
anonymous user admin de Anonymer Benutzer
|
anonymous user admin de Anonymer Benutzer
|
||||||
application name admin de Name der Anwendung
|
application name admin de Name der Anwendung
|
||||||
@ -25,6 +26,7 @@ display admin de Bezeichnung
|
|||||||
do you also want to delete all global subcategories ? admin de wollen Sie auch alle globalen Unterkategorien löschen ?
|
do you also want to delete all global subcategories ? admin de wollen Sie auch alle globalen Unterkategorien löschen ?
|
||||||
edit application admin de Anwendung bearbeiten
|
edit application admin de Anwendung bearbeiten
|
||||||
edit global category admin de Globale Kategorie bearbeiten
|
edit global category admin de Globale Kategorie bearbeiten
|
||||||
|
edit global category for x admin de Globale Kategorie für %1 bearbeiten
|
||||||
edit group admin de Gruppe bearbeiten
|
edit group admin de Gruppe bearbeiten
|
||||||
edit user account admin de Benutzerkonto bearbeiten
|
edit user account admin de Benutzerkonto bearbeiten
|
||||||
enabled - hidden from navbar admin de Verfügbar, aber nicht in der Navigationsleiste
|
enabled - hidden from navbar admin de Verfügbar, aber nicht in der Navigationsleiste
|
||||||
|
@ -10,6 +10,7 @@ action admin en Action
|
|||||||
add a new account. admin en Add a new account.
|
add a new account. admin en Add a new account.
|
||||||
add auto-created users to this group ('Default' will be attempted if this is empty.) admin en Add auto-created users to this group ('Default' will be attempted if this is empty.)
|
add auto-created users to this group ('Default' will be attempted if this is empty.) admin en Add auto-created users to this group ('Default' will be attempted if this is empty.)
|
||||||
add global category admin en Add global category
|
add global category admin en Add global category
|
||||||
|
add global category for x admin en Add global category for %1
|
||||||
add new account admin en Add new account
|
add new account admin en Add new account
|
||||||
add new application admin en Add new application
|
add new application admin en Add new application
|
||||||
add peer server admin en Add Peer Server
|
add peer server admin en Add Peer Server
|
||||||
@ -55,6 +56,7 @@ display admin en Display
|
|||||||
do you also want to delete all global subcategories ? admin en Do you also want to delete all global subcategories ?
|
do you also want to delete all global subcategories ? admin en Do you also want to delete all global subcategories ?
|
||||||
edit application admin en Edit application
|
edit application admin en Edit application
|
||||||
edit global category admin en Edit global category
|
edit global category admin en Edit global category
|
||||||
|
edit global category for x admin en Edit global category for %1
|
||||||
edit group admin en Edit Group
|
edit group admin en Edit Group
|
||||||
edit login screen message admin en Edit login screen message
|
edit login screen message admin en Edit login screen message
|
||||||
edit main screen message admin en Edit main screen message
|
edit main screen message admin en Edit main screen message
|
||||||
|
Loading…
Reference in New Issue
Block a user