mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
More work on applications editor
This commit is contained in:
parent
d3ea37babc
commit
c5c4a37b66
@ -39,13 +39,11 @@
|
||||
case "permissions": $s = "Permissions"; break;
|
||||
case "title": $s = "Title"; break;
|
||||
case "enabled": $s = "Enabled"; break;
|
||||
|
||||
case "applications": $s = "Applications"; break;
|
||||
|
||||
case "installed applications":
|
||||
$s = "Installed applications"; break;
|
||||
|
||||
|
||||
|
||||
case "add new application":
|
||||
$s = "Add new application"; break;
|
||||
|
||||
@ -61,6 +59,8 @@
|
||||
case "you must enter an application name and title.":
|
||||
$s = "You must enter an application name and title."; break;
|
||||
|
||||
case "are you sure you want to delete this application ?":
|
||||
$s = "Are you sure you want to delete this application ?"; break;
|
||||
|
||||
case "are you sure you want to delete this group ?":
|
||||
$s = "Are you sure you want to delete this group ?"; break;
|
||||
|
Loading…
Reference in New Issue
Block a user