Christian Boltz
b947495b09
(follow-up for r1588)
...
languages/*.lang:
- add texts for DomainHandler
- delete empty pAdminCreate_domain_defaultaliases_text
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1589 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
1688065fca
DomainHandler.php:
...
- better error/info messages
- remove superfluous (and never displayed) success message in storemore()
languages/*.lang:
- add texts for DomainHandler
- delete empty pAdminCreate_domain_defaultaliases_text
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1588 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
801acc6cf2
AliasHandler:
...
- only allow @domain as target if $this->id is a catchall
- delete commented out version of delete()
- better error messages
languages/*.lang
- add new texts needed for AliasHandler
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1587 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
4e489df526
AliasdomainHandler:
...
- better error messages
languages/*.lang
- rename pCreate_alias_domain_error3 to alias_domain_create_failed
- add new texts needed for AliasdomainHandler
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1586 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
c11932e58c
MailboxHandler:
...
- use better/translateable messages at various places
languages/*.lang
- add texts needed by MailboxHandler
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1585 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
b11ee57e0e
de.lang:
...
- better translation for "edit" in various texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1581 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
60297e483c
*.lang:
...
- rename pAdminCreate_admin_username_text to email_address
- rename pAdminEdit_admin_super_admin to super_admin
AdminHandler.php - initStruct():
- adopt to the renamed $PALANG texts
- remove some TODOs
- whitespace changes
setup.php, adminlistadmin.tpl:
- adopt to the renamed $PALANG texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1580 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
288ba0e143
DomainHandler.php
...
- delete(): check if the domain is an alias domain target - if yes, do
not allow to delete it
- better error message if domain_postdeletion() fails
*.lang:
- rename pAdminDelete_domain_error to domain_postdel_failed and change
the text
- add delete_domain_aliasdomain_target
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1567 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
508d05e1ed
AdminHandler.php, AdminpasswordHandler.php:
...
- initMsg(): better texts for error_already_exists and error_does_not_exist
*.lang:
- rename pAdminCreate_admin_username_text_error2 to admin_already_exists
and change the text
- add admin_does_not_exist
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1565 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
6e2e132bac
remove "postfixadmin.com" in comments in lots of files
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1558 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
3c59557a6f
list-virtual.php:
...
- make "unknown" translateable
*.lang:
- add "unknown"
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1557 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
49573da2d7
PFAHandler:
...
- make error messages in _inp_*() translateable
- make date format in SQL "translateable"
*.lang:
- add the texts needed for the changes listed above
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1556 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
8ea4fd6c82
AliasdomainHandler.php:
...
- better error/success messages
- cleanup TODO notes
*.lang:
- new texts for alias domains: alias_domain_change_failed,
alias_domain_changed, alias_domain_to_itsself
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1541 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
e96544e815
model/PFAHandler.php, setup.php:
...
- use Config::lang_f() for $this->msg['successmessage']
*.lang:
- add %s to all texts used for 'successmessage'
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1540 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
21aea632b7
model/PFAHandler.php:
...
- use Config::lang_f() for msg['store_error']
*.lang:
- add %s to all messages that are used as store_error
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1539 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
f38b10cd61
PFAHandler.php:
...
- set(): make "field $key is missing" translateable
- store(): call db_log() even if storemore() failed
MailboxHandler.php
- storemore(): use $this->infomsg instead of flash_info
*.lang
- add 'missing_field' = 'Field %s is missing';
- change reate_mailbox_result_success' and
'pCreate_mailbox_result_succes_nosubfolders'
to "The mailbox %s ..."
en.lang, nl.lang:
- remove unused texts 'pAdminList_domain_usercontrol',
'pAdminCreate_domain_usercontrol', 'pAdminEdit_domain_usercontrol'
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1533 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
b985816baa
fetchmail: add sslcertck, sslcertpath, sslfingerprint
...
ADDITIONS/fetchmail.pl
- add sslcertck, sslcertpath and sslfingerprint to fetchmail config
- some whitespace fixes
fetchmail.php
- add sslcertck, sslcertpath, sslfingerprint fields
(sslcertpath and sslfingerprint require $CONF[fetchmail_extra_options]
because they don't have input validation)
languages/*.lang
- add new texts needed for the added fields
templates/fetchmail.tpl:
- add the new fields
- also add extra_options and mda fields - they were not displayed yet
upgrade.php
- fix _db_add_field() to call _db_field_exists() with correct table name
- upgrade_1519(): add sslcertck, sslcertpath, sslfingerprint fields to the
fetchmail table
Most parts of this commit are based on the work of Lars Engelhard
(modified files sent on the mailinglist 2013-07-30)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1519 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
08c9b4e49f
*.lang:
...
- renamed some $PALANG texts:
- pOverview_button => go
- pOverview_mailbox_name => name
- pSendmail_admin => from
- pAdminEdit_admin_username => admin
- pEdit_alias_goto => to
- deleted obsolete or duplicate $PALANG texts:
- pOverview_alias_goto
- pCreate_alias_goto
- pEdit_alias_button
- pEdit_mailbox_name
- pEdit_mailbox_button
- pViewlog_username
- pViewlog_button
- pAdminList_admin_username
- pAdminList_virtual_button
- pAdminList_virtual_alias_address
- pAdminList_virtual_alias_goto
- pAdminList_virtual_mailbox_name
- pAdminEdit_domain_button
- pAdminEdit_admin_button
- pBroadcast_from
- pBroadcast_send
model/*, setup.php, templates/*, users/edit-alias.php:
- update to use the renamed $PALANG texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1513 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
1c16c52086
*.lang:
...
- remove unused $PALANG texts:
- $PALANG['pCreate_dbLog_createmailbox']
- $PALANG['pCreate_dbLog_createalias']
- $PALANG['pDelete_dbLog_deletealias']
- $PALANG['pDelete_dbLog_deletemailbox']
- $PALANG['pEdit_dbLog_editalias']
- $PALANG['pEdit_dbLog_editmailbox']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1512 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
76f66ac8db
*.lang:
...
- rename some $PALANG variables once more because smarty breaks when
using "-"
- add-alias => add_alias
- add-alias-domain => add_alias_domain
- add-mailbox => add_mailbox
- email-address-already-exists => email_address_already_exists
- change-password => change_password
- password-again => password_again
model/*, setup.php, templates/*
- update to use the changed $PALANG variables
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1511 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
9c0004a431
*.lang:
...
- rename various $PALANG texts:
- pMenu_create_alias => add-alias
- pMenu_create_alias_domain => add-alias-domain
- pMenu_create_mailbox => add-mailbox
- pOverview_get_mailboxes => mailboxes
- pPassword_button => change-password
- pAdminList_domain_description => description
- pAdminList_domain_aliases => aliases
- pAdminEdit_domain_transport => transport
- pAdminEdit_admin_password2 => password-again
- remove duplicate or unused $PALANG texts:
- pOverview_alias_alias_count
- pOverview_alias_mailbox_count
- pOverview_get_aliases
- pCreate_alias_domain_button
- pCreate_alias_welcome
- pCreate_alias_button
- pCreate_mailbox_password2
- pCreate_mailbox_quota_text_error
- pCreate_mailbox_button
- pAdminMenu_viewlog
- pAdminMenu_create_alias
- pAdminMenu_create_mailbox
- pAdminList_domain_mailboxes
- pAdminList_domain_transport
- pAdminList_virtual_welcome
- pAdminList_virtual_alias_alias_count
- pAdminList_virtual_alias_mailbox_count
- pAdminList_virtual_mailbox_username
- pAdminList_virtual_mailbox_quota
- pAdminEdit_domain_description
- pAdminEdit_domain_aliases
- pAdminEdit_domain_mailboxes
- pAdminEdit_domain_mailboxes_text
- pUsersMenu_password
model/*, seetup.php, templates/*
- use changed $PALANG texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1510 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
61c5920c46
*.lang:
...
- rename $PALANG['pUsersVacation_body'] to $PALANG['message']
- remove duplicate $PALANG['pBroadcast_message']
templates/*:
- use $PALANG['message'] everywhere
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1509 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
2c96ba8827
*.lang:
...
- rename -$PALANG['pSendmail_subject'] to +$PALANG['subject']
- remove duplicate -$PALANG['pUsersVacation_subject'] and
-$PALANG['pBroadcast_subject'] = 'Subject';
templates/*:
- use $PALANG['subject']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1508 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
7bf10e6b91
*.lang:
...
- rename $PALANG['pEdit_alias_address'] to $PALANG['alias']
- remove duplicate $PALANG['pOverview_alias_edit']
model/*, templates/*:
- use $PALANG['alias'] everywhere
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1507 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
c70465f0e3
*.lang:
...
- rename $PALANG['pCreate_alias_address_text_error2'] to
$PALANG['email-address-already-exists']
- delete $PALANG['pCreate_mailbox_username_text_error2']
model/*:
- use new $PALANG names
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1506 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
9e2e914c17
*.lang:
...
- remove unused
-$PALANG['pCreate_mailbox_password_text_error']
-$PALANG['pAdminCreate_admin_password_text_error']
-$PALANG['pAdminEdit_admin_password_text_error']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1505 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
80591f97bc
*.lang:
...
- add $PALANG['password'] to replace duplicate texts
-$PALANG['pLogin_password']
-$PALANG['pCreate_mailbox_password']
-$PALANG['pAdminEdit_admin_password']
- set $PALANG['pFetchmail_field_src_password']= $PALANG['password'];
(needed until fetchmail is migrated into FetchmailHandler)
model/*, setup.php, templates/*:
- use $PALANG['password'] everywhere
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1504 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
a1646f84b6
*.lang:
...
- add $PALANG['active'] = 'Active' to replace various duplicates:
-$PALANG['pOverview_alias_active']
-$PALANG['pOverview_alias_domain_active']
-$PALANG['pOverview_mailbox_active']
-$PALANG['pCreate_alias_active']
-$PALANG['pEdit_alias_active']
-$PALANG['pCreate_mailbox_active']
-$PALANG['pAdminList_admin_active']
-$PALANG['pAdminList_domain_active']
-$PALANG['pAdminList_virtual_mailbox_active']
-$PALANG['pAdminEdit_domain_active']
-$PALANG['pAdminEdit_admin_active']
model/*, templates/*:
- use $PALANG['active'] everywhere
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1503 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
bf0a5c02f4
*.lang:
...
- add $PALANG['domain'] = 'Domain'; which replaces duplicate texts:
-$PALANG['pOverview_get_domain']
-$PALANG['pViewlog_domain']
-$PALANG['pAdminList_admin_domain']
-$PALANG['pAdminList_domain_domain']
-$PALANG['pAdminEdit_domain_domain']
-$PALANG['pAdminCreate_admin_address']
model/*, templates/*:
- update to use $PALANG['domain']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1502 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
3fedee3074
*.lang and various templates:
...
- use PALANG['last_modified'] everywhere
- get rid of various duplicate texts for "Last modified":
-$PALANG['pOverview_alias_modified']
-$PALANG['pOverview_alias_domain_modified']
-$PALANG['pOverview_mailbox_modified']
-$PALANG['pOverview_get_modified']
-$PALANG['pAdminList_admin_modified']
-$PALANG['pAdminList_virtual_alias_modified']
-$PALANG['pAdminList_virtual_mailbox_modified']
- add a translator note to some *.lang if the texts were not exact duplicates
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1501 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
fcee414740
*.lang and various other files:
...
- rename $PALANG['pAdminList_domain_modified'] to $PALANG['last_modified']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1500 a1433add-5e2c-0410-b055-b7f2511e0802
11 years ago
Christian Boltz
1d94a89424
templates/vacation.tpl:
...
- replace $PALANG.pUsersLogin_username with $PALANG.pLogin_username
languages/*.lang:
- remove obsolete pUsersLogin_username
- add translator notes in some languages
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1496 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
f487017bb0
*.lang:
...
- $PALANG['pInvalidMailRegex']: add mail address as %s:
"Invalid email address %s, fails regexp check";
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1495 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
703f7a31cf
language-update.sh:
...
- update transtation guidelines
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1478 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
62d4374de1
da.lang:
...
- translation update by Titanus <titanus AT aptget DOT dk>, via mailinglist
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1477 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
9b2daac756
languages/dropspan
...
- delete no longer used helper script (job done long time ago ;-)
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1465 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
6e13314f52
*.lang:
...
- remove 38 unused texts
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1464 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
0b4f71aab4
*.lang:
...
- change $PALANG['pCreate_alias_result_success'] to 'The alias %s has
been created!' (%s added, less technical wording)
nl.lang:
- removed duplicated $PALANG['pVacation_result_added']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1462 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
dd2dc60ebf
lt.lang:
...
- translation update by Nerijus Baliunas <nerijus @SF>
https://sourceforge.net/p/postfixadmin/patches/118/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1446 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
8c3dcf32d7
lt.lang:
...
- translation update from Nerijus Baliunas (nerijus @SF)
https://sourceforge.net/p/postfixadmin/patches/118/
en.lang:
- typo fix, also from Nerijus Baliunas (nerijus @SF)
https://sourceforge.net/p/postfixadmin/patches/118/
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1434 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
50252ecf6a
*.lang:
...
- add $PALANG['mb_max'] = 'MB (max: %s)';
- $PALANG['pVacation_reply_type']
$PALANG['pVacation_reply_delay_time']
$PALANG['pVacation_reply_delay_time_text']
was only in en.lang - add it to the translations
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1414 a1433add-5e2c-0410-b055-b7f2511e0802
12 years ago
Christian Boltz
4635480afd
de.lang, it.lang:
...
- replace htmlentities with the actual character
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1381 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
David Goodwin
ef80736445
Merge jan-kruis's vacation interval reply behaviour - see SF patch 3508083 - https://sourceforge.net/tracker/?func=detail&aid=3508083&group_id=191583&atid=937966 ; Thank you
...
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1373 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
4b7929626a
*.lang:
...
- new text: pViewlog_action_edit_vacation (log entry for "edit vacation")
- new text super_admin_desc (explanation what "superadmin" means)
https://sourceforge.net/tracker/?func=detail&aid=1865123&group_id=191583&atid=937964
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1365 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
b335abf02e
functions.inc.php - db_log():
...
- allow log actions create_admin and edit_admin
- add edit_admin_state and delete_admin as comment/reminder that they
should also be logged
*.lang:
- add text for the new "create admin" and "edit admin" log actions
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1298 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
dd21f03616
functions.inc.php - db_log():
...
- add log action 'edit_alias_domain'
- update outdated comment to point to $action_list instead of
maintaining the list as comment _and_ variable
languages/*.lang
- add $PALANG['pViewlog_action_edit_alias_domain']
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1278 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
e21e843c8d
templates/create-alias-domain.tpl:
...
- use PALANG.pAdminEdit_domain_active instead of
PALANG.pCreate_alias_domain_active
languages/*.lang
- mark $PALANG['pCreate_alias_domain_active'] as obsolete
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1263 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
4010127bf7
language-update.sh:
...
- delete *.orig files on cleanup
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1258 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
46a475a75f
*.lang:
...
- new text $PALANG['created'] = 'Created';
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1257 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago
Christian Boltz
55cf795c81
ru.lang:
...
- translation update by Pavel Usischev (pusischev@SF),
https://sourceforge.net/tracker/?func=detail&aid=3428382&group_id=191583&atid=937966
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1245 a1433add-5e2c-0410-b055-b7f2511e0802
13 years ago