forked from extern/egroupware
More work on applications editor
This commit is contained in:
parent
d3ea37babc
commit
c5c4a37b66
@ -39,13 +39,11 @@
|
|||||||
case "permissions": $s = "Permissions"; break;
|
case "permissions": $s = "Permissions"; break;
|
||||||
case "title": $s = "Title"; break;
|
case "title": $s = "Title"; break;
|
||||||
case "enabled": $s = "Enabled"; break;
|
case "enabled": $s = "Enabled"; break;
|
||||||
|
|
||||||
case "applications": $s = "Applications"; break;
|
case "applications": $s = "Applications"; break;
|
||||||
|
|
||||||
case "installed applications":
|
case "installed applications":
|
||||||
$s = "Installed applications"; break;
|
$s = "Installed applications"; break;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
case "add new application":
|
case "add new application":
|
||||||
$s = "Add new application"; break;
|
$s = "Add new application"; break;
|
||||||
|
|
||||||
@ -61,6 +59,8 @@
|
|||||||
case "you must enter an application name and title.":
|
case "you must enter an application name and title.":
|
||||||
$s = "You must enter an application name and title."; break;
|
$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 ?":
|
case "are you sure you want to delete this group ?":
|
||||||
$s = "Are you sure you want to delete this group ?"; break;
|
$s = "Are you sure you want to delete this group ?"; break;
|
||||||
|
Loading…
Reference in New Issue
Block a user