added: winix function: rmuser
changed: UGContainer<> now uses std::list as a storage
(previously it was using std::vector with pointers)
removed: now we don't have the operator[] for UGContainer<>
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@816 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -214,6 +214,13 @@ rm_cannot_remove_root_dir = You cannot remove the root directory
|
||||
rm_content_use_r_option = Content of a directory can be removed only with 'r' parameter
|
||||
|
||||
|
||||
rmuser_header = Remove user
|
||||
rmuser_legend = Remove user form
|
||||
rmuser_selectuser = Select a user
|
||||
rmuser_submit = Remove
|
||||
rmuser_removecurrent = Are you really want to remove your account from our service?
|
||||
|
||||
|
||||
thread_create_new = Create a new thread
|
||||
thread_tab_title = Thread title
|
||||
thread_tab_author = Author
|
||||
@@ -330,6 +337,7 @@ adduser_err_password_too_big2 = characters
|
||||
adduser_err_email_too_big = Email cannot be longer than
|
||||
adduser_err_email_too_big2 = characters
|
||||
adduser_auto_activate = Automatically activate this account
|
||||
adduser_err_email_incorrect = This email is not correct
|
||||
|
||||
|
||||
mount_header = Mount points
|
||||
|
||||
Reference in New Issue
Block a user