mirror of
https://github.com/Mibew/tray.git
synced 2025-01-23 02:20:35 +03:00
update levels
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@433 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
aa8e7241d5
commit
a4163d4132
@ -16,6 +16,7 @@
|
|||||||
["view/agents.php", 2],
|
["view/agents.php", 2],
|
||||||
["view/group.php", 2],
|
["view/group.php", 2],
|
||||||
["view/groups.php", 2],
|
["view/groups.php", 2],
|
||||||
|
["view/operator_groups.php", 2],
|
||||||
["view/gen_button.php", 2],
|
["view/gen_button.php", 2],
|
||||||
["view/install_err.php", 2],
|
["view/install_err.php", 2],
|
||||||
["view/install_index.php", 2],
|
["view/install_index.php", 2],
|
||||||
@ -34,6 +35,7 @@
|
|||||||
["operator/operators.php", 2],
|
["operator/operators.php", 2],
|
||||||
["operator/group.php", 2],
|
["operator/group.php", 2],
|
||||||
["operator/groups.php", 2],
|
["operator/groups.php", 2],
|
||||||
|
["operator/opgroups.php", 2],
|
||||||
["operator/getcode.php", 2],
|
["operator/getcode.php", 2],
|
||||||
["operator/.*\\.php", 1],
|
["operator/.*\\.php", 1],
|
||||||
|
|
||||||
@ -41,6 +43,7 @@
|
|||||||
["webim/leavemessage.php", 0],
|
["webim/leavemessage.php", 0],
|
||||||
["webim/mail.php", 0],
|
["webim/mail.php", 0],
|
||||||
|
|
||||||
|
["libs/operator_settings.php", 2],
|
||||||
["webim/libs/chat.php", 0],
|
["webim/libs/chat.php", 0],
|
||||||
["libs/pagination.php", 1],
|
["libs/pagination.php", 1],
|
||||||
["libs/settings.php", 2],
|
["libs/settings.php", 2],
|
||||||
@ -204,9 +207,3 @@ for $key(sort grep { $messagekeys{$_} == 1 } keys %messagekeys) {
|
|||||||
print OUT "$key\n";
|
print OUT "$key\n";
|
||||||
}
|
}
|
||||||
close( OUT );
|
close( OUT );
|
||||||
|
|
||||||
open( OUT, "> $webimPath/locales/names/all2.txt") or die "cannot write file, $!";
|
|
||||||
for $key(sort keys %messagekeys) {
|
|
||||||
print OUT "$key\n";
|
|
||||||
}
|
|
||||||
close( OUT );
|
|
||||||
|
@ -101,9 +101,27 @@ pending.table.view
|
|||||||
permission.admin
|
permission.admin
|
||||||
permission.takeover
|
permission.takeover
|
||||||
permission.viewthreads
|
permission.viewthreads
|
||||||
|
report.bydate.1
|
||||||
|
report.bydate.2
|
||||||
|
report.bydate.3
|
||||||
|
report.bydate.4
|
||||||
|
report.bydate.title
|
||||||
|
report.byoperator.1
|
||||||
|
report.byoperator.2
|
||||||
|
report.byoperator.3
|
||||||
|
report.byoperator.4
|
||||||
|
report.byoperator.title
|
||||||
|
report.no_items
|
||||||
|
report.total
|
||||||
right.administration
|
right.administration
|
||||||
right.main
|
right.main
|
||||||
right.other
|
right.other
|
||||||
|
statistics.dates
|
||||||
|
statistics.description
|
||||||
|
statistics.from
|
||||||
|
statistics.till
|
||||||
|
statistics.title
|
||||||
|
statistics.wrong.dates
|
||||||
tag.pagination.info
|
tag.pagination.info
|
||||||
tag.pagination.next
|
tag.pagination.next
|
||||||
tag.pagination.no_items
|
tag.pagination.no_items
|
||||||
@ -116,3 +134,4 @@ topMenu.admin
|
|||||||
topMenu.logoff
|
topMenu.logoff
|
||||||
topMenu.main
|
topMenu.main
|
||||||
topMenu.users
|
topMenu.users
|
||||||
|
topMenu.users.nomenu
|
||||||
|
Loading…
Reference in New Issue
Block a user