1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-31 10:04:20 +03:00

Renamed UserHandler to MailboxHandler to make clear it's about mailboxes

(as discussed with GingerDog on IRC yesterday).
Also renamed user to mailbox in the CLI.

- renamed model/UserHandler.php to MailboxHandler.php
- renamed scripts/shells/user.php to mailbox.php
- replaced UserHandler / user with MailboxHandler / mailbox in various files

- unrelated cleanup: deleted obsolete scripts/models-ext directory


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1019 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2011-03-28 23:15:11 +00:00
parent 3be13f059d
commit b89b94cf83
7 changed files with 34 additions and 34 deletions

View File

@ -533,11 +533,11 @@ class PostfixAdmin {
return array(
'user' => array(
'add'=> 'Adds a new user with mailbox.',
'update'=> 'Updates a user.',
'delete' => 'Deletes a user.',
'pw' => 'Changes the PW for a user.',
'mailbox' => array(
'add'=> 'Adds a new mailbox.',
'update'=> 'Updates a mailbox.',
'delete' => 'Deletes a mailbox.',
'pw' => 'Changes the PW for a mailbox.',
),
'alias' => array(
'add' => 'Adds a new alias.',