mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
990 lines
42 KiB
Plaintext
990 lines
42 KiB
Plaintext
connect_emysql=Failed to load the database driver $1
|
|
connect_elogin=Failed to login to the database $1 : $2.
|
|
index_title=Postfix Mail Server
|
|
index_epath=The Postfix control command $1 is not installed on your system. Maybe your <a href='$2'>module configuration</a> is incorrect, or Postfix is not installed.
|
|
index_postfix=Postfix
|
|
|
|
internal_error=Internal Error
|
|
index_econfig=The Postfix config command $1 does not exist. Maybe your <a href='$2'>module configuration</a> is incorrect.
|
|
index_esuper=The Postfix supervisor command $1 does not exist. Maybe your <a href='$2'>module configuration</a> is incorrect.
|
|
index_stop=Stop Postfix
|
|
index_start=Start Postfix
|
|
index_reload=Reload Configuration
|
|
index_stopmsg=Click this button to stop the running Postfix mail server. This will stop mail from being delivered to local users from other systems, and prevent clients using this system as a mail server from sending mail.
|
|
index_startmsg=Click this button to start the Postfix mail server. Until this is done mail will not be delivered to local users from other systems, and clients will not be able to use this system as a mail server.
|
|
index_reloadmsg=Click this button to have Postfix re-read all of its configuration files. This can be useful if the Postfix configuration files have been manually modified.
|
|
index_version=Postfix version $1
|
|
opts_err=Failed to save options
|
|
|
|
check_error=Error while checking current Postfix configuration. Please manually fix Postfix configuration.
|
|
check_manual=Manually edit the Postfix configuration file.
|
|
|
|
address_rewriting_title=Address Rewriting and Masquerading
|
|
address_rewriting_ecannot=You are not allowed to edit address rewriting and masquerading
|
|
aliases_title=Mail Aliases
|
|
aliases_ecannot=You are not allowed to edit aliases
|
|
aliases_no_alias_file=No alias file
|
|
aliases_failed_delete=Failed to delete alias: $1
|
|
aliases_cant_write=Can't write in alias file
|
|
aliases_cant_read=Can't read in alias file
|
|
aliasopts_title=Aliases Options
|
|
aliases_internal_error=Aliases: internal error
|
|
edit_alias_title=Edit Alias
|
|
alias_save=Save Alias
|
|
alias_save_err=Failed to save alias
|
|
alias_delete_create=You want to delete an alias you're currently creating!?
|
|
delete_alias=Delete Alias
|
|
aliases_click=Click on any alias to edit its properties:
|
|
aliases_addr=Alias from..
|
|
aliases_to=Alias to..
|
|
aliases_type1=Address $1
|
|
aliases_type2=Addresses in file $1
|
|
aliases_type3=File $1
|
|
aliases_type4=Program $1
|
|
aliases_type5=Autoreply file $1
|
|
aliases_type6=Apply filter file $1
|
|
aliases_none=None
|
|
aliases_delete=Delete Selected Aliases
|
|
|
|
postfinger_title=Configuration Check
|
|
postfinger_show=Show
|
|
postfinger_ecannot=You are not allowed to check the Postfix configuration
|
|
|
|
mailclean_title=Clean MailQueue
|
|
mailclean_ecannot=No privileges to clean MailQueues
|
|
mailclean_active=Active-Queue
|
|
mailclean_incoming=Incoming-Queue
|
|
mailclean_deferred=Deferred-Queue
|
|
mailclean_defer=Defer-Queue
|
|
mailclean_all=All Queues
|
|
mailclean_search=Search-String
|
|
|
|
aform_type0=None
|
|
aform_type1=Email address
|
|
aform_type2=Addresses in file
|
|
aform_type3=Write to file
|
|
aform_type4=Feed to program
|
|
aform_type5=Autoreply from file
|
|
aform_type6=Apply filter file
|
|
aform_edit=Edit Alias
|
|
aform_create=Create Alias
|
|
aform_name=Address
|
|
aform_enabled=Enabled?
|
|
aform_val=Alias to
|
|
aform_afile=Edit..
|
|
aform_return=alias
|
|
aform_cmt=Description
|
|
|
|
asave_err=Failed to save alias
|
|
asave_eaddr='$1' is not a valid address
|
|
asave_ealready=An alias for '$1' already exists
|
|
asave_etype1='$1' is not a valid email address
|
|
asave_etype2=Addresses file '$1' is not valid or does not exist
|
|
asave_etype3='$1' is not a valid filename
|
|
asave_etype4='$1' is not a valid program or does not exist
|
|
asave_etype5=Autoreply file '$1' is not valid
|
|
asave_etype4none=No program given
|
|
asave_etype6=Filter file '$1' is not valid
|
|
|
|
afile_title=Edit Address File
|
|
afile_desc=Use the text area below to edit the addresses in the file $1.
|
|
afile_efile=You are not allowed to edit $1.
|
|
afile_undo=Undo Changes
|
|
afile_ewrite=Failed to write to addresses file : $1
|
|
|
|
ffile_title=Edit Filter File
|
|
ffile_desc=Use the form below to setup filter rules in the file $1.
|
|
ffile_efile=You are not allowed to edit $1.
|
|
ffile_line=If the $1 field $2 $3 then forward to $4
|
|
ffile_from=from
|
|
ffile_to=to
|
|
ffile_subject=subject
|
|
ffile_cc=CC
|
|
ffile_body=body
|
|
ffile_what0=doesn't match
|
|
ffile_what1=matches
|
|
ffile_other=Otherwise forward to $1
|
|
ffile_err=Failed to save filter file
|
|
ffile_ematch=Missing match
|
|
ffile_eaction=Missing forwarding address
|
|
|
|
rfile_title=Edit Autoreply File
|
|
rfile_desc=Use the text area below to edit the autoreply message in $1. The message may contain the macros $SUBJECT, $FROM, $TO, $DATE and $BODY which will be expanded when the autoreply is activated.
|
|
rfile_desc2=You can also set mail headers that add to or replace the defaults used in the autoreply by putting lines like:<br><tt>From: foo@bar.com</tt><br><tt>Subject: On holiday</tt><br>at the top of the message, separated from the body by a single blank line.
|
|
rfile_efile=You are not allowed to edit $1.
|
|
rfile_undo=Undo Changes
|
|
rfile_replies=Track replies to prevent mail loops?
|
|
rfile_none=No
|
|
rfile_file=Yes, using log file
|
|
rfile_period=Minimum interval between replies
|
|
rfile_default=Default (1 hour)
|
|
rfile_secs=seconds
|
|
rfile_ereplies=Missing reply tracking log file
|
|
rfile_eperiod=Missing or invalid number of seconds between replies
|
|
rfile_no_autoreply=Don't send autoreplies to
|
|
rfile_from=From: address for reply
|
|
rfile_auto=Automatic (based on recipient's address)
|
|
rfile_efrom=Missing From: address
|
|
rfile_fromdesc=A From: address should always be specified where possible, as the automatic method may not be reliable.
|
|
|
|
general_title=General Options
|
|
general_title_sensible=Most Useful General options
|
|
general_title_others=Other General Options
|
|
general_ecannot=You are not allowed to edit General Options
|
|
what_is_it=What is it?
|
|
|
|
opts_default=Default
|
|
opts_none=None
|
|
opts_nomap=No map set
|
|
opts_setmap=Map specifications
|
|
opts_relayhost=Send outgoing mail via host
|
|
opts_direct=Deliver directly
|
|
opts_myorigin=What domain to use in outbound mail
|
|
opts_myorigin_as_myhostname=Use hostname
|
|
opts_myorigin_as_mydomain=Use domainname
|
|
opts_mydestination=What domains to receive mail for
|
|
opts_mydestination_default=Local machine
|
|
opts_mydestination_domainwide=Whole domain
|
|
opts_notify_classes=What trouble to report to the postmaster
|
|
opts_notify_classes_sel=Selected below
|
|
opts_queue_directory=Mail queue directory
|
|
opts_mail_owner=Mail owner
|
|
opts_default_privs=Default rights of the delivery agent
|
|
opts_inet_interfaces=Network interfaces for receiving mail
|
|
opts_all_interfaces=All
|
|
|
|
opts_local_recipient_maps=Reject unknown local users
|
|
opts_no=No
|
|
opts_save=Save and Apply
|
|
opts_edir=You are only allowed to specify map files under $1
|
|
|
|
opts_allow_percent_hack=Rewrite "user%domain" to "user@domain"
|
|
opts_append_at_myorigin=Rewrite "user" to "user@$mydomain"
|
|
opts_append_dot_mydomain=Rewrite "user@host" to "user@host.$mydomain"
|
|
opts_empty_address_recipient=Send mail with empty recipient to...
|
|
opt_empty_recip_default=Default
|
|
opts_swap_bangpath=Rewrite "site!user" to "user@site"
|
|
opts_masquerade_domains=Address masquerading
|
|
opts_masquerade_exceptions=Masquerading exceptions
|
|
opts_resolve_dequoted_address=Prevent use of @ in mailbox names?
|
|
index_return=Postfix configuration
|
|
|
|
opts_alias_maps=Alias databases used by the local delivery agent
|
|
opts_alias_database=Alias databases built by "newaliases" command
|
|
aliases_warning=Warning: <ul><li>when the first field is not empty, the default Postfix aliases-generation command is used to build up the corresponding databases ; <li>else the Sendmail compatibility command "newaliases" is used, this will use the second field's databases.</ul>
|
|
|
|
aliases_name=Name
|
|
aliases_value=Alias to...
|
|
|
|
new_alias=Create a new alias
|
|
new_aliasmsg=Click this button to create a new alias
|
|
|
|
local_delivery_ecannot=You are not allowed to edit local delivery options
|
|
local_delivery_title=Local Delivery
|
|
opts_local_transport=Name of the transport for local deliveries
|
|
opts_local_transport_local=Local
|
|
opts_local_command_shell=Shell to use for delivery to external command
|
|
opts_local_command_shell_direct=None (direct exec of commands)
|
|
opts_forward_path=Search list for forward
|
|
opts_allow_mail_to_commands=Valid mail delivery to external commands
|
|
opts_allow_mail_to_files=Valid mail delivery to external files
|
|
opts_home_mailbox=Home-relative pathname of user mailbox file
|
|
opts_home_mailbox_default=None (use standard <tt>/var/something</tt>)
|
|
opts_luser_relay=Destination address for unknown recipients
|
|
opts_luser_relay_none=None (bounce mail)
|
|
opts_mail_spool_directory=Spool directory
|
|
opts_mailbox_command=External command to use instead of mailbox delivery
|
|
opts_mailbox_command_none=None
|
|
opts_mailbox_transport=Optional actual transport to use
|
|
opts_mailbox_transport_none=None
|
|
opts_fallback_transport=Optional transport for unknown recipients
|
|
opts_fallback_transport_none=None
|
|
opts_local_destination_concurrency_limit=Max number of parallel deliveries to the same local recipient
|
|
opts_local_destination_recipient_limit=Max number of recipients per local message delivery
|
|
opts_local_destination_recipient_limit_default=Default
|
|
opts_prepend_delivered_header=Prepend a <tt>Delivered-To:</tt> when...
|
|
opts_prepend_delivered_header_default=Default
|
|
|
|
resource_title=General Resource Control
|
|
resource_ecannot=You are not allowed to edit resource control parameters
|
|
opts_bounce_size_limit=Max size of bounced message
|
|
opts_command_time_limit=Max time for delivery to external commands
|
|
opts_default_process_limit=Max number of Postfix child processes
|
|
opts_deliver_lock_attempts=Max attempts to acquire file lock
|
|
opts_deliver_lock_delay=Time in seconds between file lock attempts
|
|
opts_duplicate_filter_limit=Max number of addresses remembered by the duplicate filter
|
|
opts_fork_attempts=Max attempts to fork a process
|
|
opts_fork_delay=Time in seconds between fork attempts
|
|
opts_header_size_limit=Max memory used for processing headers
|
|
opts_line_length_limit=Max memory used for handling input lines
|
|
opts_mailbox_size_limit=Max size of a mailbox
|
|
opts_message_size_limit=Max size of a message
|
|
opts_qmgr_message_active_limit=Max number of messages in the active queue
|
|
opts_qmgr_message_recipient_limit=Max number of in-memory recipients
|
|
opts_queue_minfree=Min free space in the queue file system
|
|
opts_stale_lock_time=Max time after which stale lock is released
|
|
opts_transport_retry_time=Time in seconds between attempts to contact a broken MDT
|
|
|
|
opts_always_bcc=Address that receives bcc of each message
|
|
opts_always_bcc_none=None
|
|
opts_daemon_timeout=Timeout on handling requests
|
|
opts_default_database_type=Default database type
|
|
opts_default_transport=Default message delivery transport
|
|
opts_double_bounce_sender=Sender address for bounce mail
|
|
opts_hash_queue_depth=Number of subdir levels below the queue dir
|
|
opts_hash_queue_names=Name of queue dirs split accross subdirs
|
|
opts_hopcount_limit=Max number of <tt>Received:</tt> headers
|
|
opts_ipc_idle=Idle time after internal IPC client disconnects
|
|
opts_ipc_timeout=Timeout for I/O on internal comm channels
|
|
opts_mail_name=Mail system name
|
|
opts_mail_version=Official mail system version
|
|
opts_max_idle=Time to wait for next service request
|
|
opts_max_use=Max service requests handled before exiting
|
|
opts_mydomain=Local internet domain name
|
|
opts_mydomain_default=Default (provided by system)
|
|
opts_myhostname=Internet hostname of this mail system
|
|
opts_myhostname_default=Default (provided by system)
|
|
opts_mynetworks=Local networks
|
|
opts_mynetworks_style=Automatic local networks
|
|
opts_mynetworks_subnet=Same IP subnet
|
|
opts_mynetworks_class=Same network class
|
|
opts_mynetworks_host=Local machine only
|
|
opts_bounce_notice_recipient=Send postmaster notice on bounce to...
|
|
opts_2bounce_notice_recipient=Send postmaster notice on 2bounce to...
|
|
opts_delay_notice_recipient=Send postmaster notice on delay to...
|
|
opts_error_notice_recipient=Send postmaster notice on error to...
|
|
opts_process_id_directory=Lock file dir, relative to queue dir
|
|
opts_program_directory=Postfix support programs and daemons dir
|
|
opts_recipient_delimiter=Separator usernames / address extensions
|
|
opts_relocated_maps_default=Default (disabled)
|
|
opts_sun_mailtool_compatibility=Disable kernel file lock on mailboxes
|
|
opts_trigger_timeout=Max time to send a trigger to a daemon
|
|
opts_delay_warning_time=Time in hours before sending a warning for no delivery
|
|
opts_delay_warning_time_default2=Postfix default
|
|
opts_content_filter_default=None
|
|
|
|
smtpd_title=SMTP Server Options
|
|
smtpd_ecannot=You are not allowed to edit the SMTP server options
|
|
opts_disable_vrfy_command=Disable SMTP VRFY command
|
|
opts_smtpd_banner=SMTP greeting banner
|
|
opts_smtpd_etrn_restrictions=Restrict ETRN command upon...
|
|
opts_smtpd_recipient_limit=Max number of recipients accepted for delivery
|
|
opts_smtpd_timeout=Timeout in seconds for SMTP transactions
|
|
opts_smtpd_error_sleep_time=Timeout before sending 4xx/5xx error response
|
|
opts_smtpd_soft_error_limit=Error count for temporarily ignore a client
|
|
opts_smtpd_hard_error_limit=Error count for closing connection
|
|
opts_smtpd_client_restrictions=Restrictions on client hostnames/addresses
|
|
opts_smtpd_helo_required=HELO is required
|
|
opts_smtpd_helo_restrictions=Restrictions on sends in HELO commands
|
|
opts_smtpd_sender_restrictions=Restrictions on sender addresses
|
|
opts_smtpd_recipient_restrictions=Restrictions on recipient addresses
|
|
opts_allow_untrusted_routing=Allow untrusted routing
|
|
opts_maps_rbl_domains=DNS domains for blacklist lookups
|
|
opts_relay_domains=Restrict mail relaying
|
|
opts_relay_recipient_maps=Map for allowed addresses for relaying
|
|
opts_access_map_reject_code=SMTP server response on access map violation
|
|
opts_invalid_hostname_reject_code=SMTP server response on invalid hostname reject
|
|
opts_maps_rbl_reject_code=SMTP server response on RBL domains violation
|
|
opts_reject_code=SMTP server response on client reject
|
|
opts_relay_domains_reject_code=SMTP server response on forbidden relaying
|
|
opts_unknown_address_reject_code=SMTP server response on unknown domain reject
|
|
opts_unknown_client_reject_code=SMTP server response on unknown client reject
|
|
opts_unknown_hostname_reject_code=SMTP server response on unknown hostname reject
|
|
opts_smtpd_discard_ehlo_keywords=SMTP EHLO keywords to not send
|
|
smtpd_nomap=No map for allowed addresses for relaying has been entered yet.
|
|
smtpd_nomap2=No map for restrictions on sender addresses has been entered yet.
|
|
smtpd_map=Allowed addresses for relaying
|
|
smtpd_map2=Restrictions on sender addresses
|
|
|
|
smtp_title=SMTP Client Options
|
|
smtp_ecannot=You are not allowed to edit the SMTP client options
|
|
opts_best_mx_transport=Action when listed as best MX host
|
|
opts_best_mx_transport_default=Default (bounce message)
|
|
opts_fallback_relay=Hosts/domains to hand off mail to on invalid destination
|
|
opts_ignore_mx_lookup_error=Ignore MX lookup error
|
|
opts_smtp_skip_4xx_greeting=Skip 4xx greeting
|
|
opts_smtp_skip_quit_response=Skip wait for the QUIT command
|
|
opts_smtp_destination_concurrency_limit=Max number of parallel deliveries to the same destination
|
|
opts_smtp_destination_recipient_limit=Max number of recipients per delivery
|
|
opts_smtp_connect_timeout=Timeout for completing TCP connections
|
|
opts_smtp_helo_timeout=Timeout on waiting for the greeting banner
|
|
opts_smtp_mail_timeout=Timeout on waiting for answer to MAIL FROM
|
|
opts_smtp_rcpt_timeout=Timeout on waiting for answer to RCPT TO
|
|
opts_smtp_data_init_timeout=Timeout on waiting for answer to DATA
|
|
opts_smtp_data_xfer_timeout=Timeout on waiting for answer to transmit of message content
|
|
opts_smtp_data_done_timeout=Timeout on waiting for answer to ending "."
|
|
opts_smtp_quit_timeout=Timeout on waiting for answer to QUIT
|
|
opts_smtp_sasl_security_options=SASL security options
|
|
opts_smtp_tls_security_level=SMTP TLS client security level
|
|
opts_inet_protocols=Internet protocols to enable
|
|
opts_inet_protocols_all=All available
|
|
opts_smtp_address_preference=Preferred SMTP client protocol
|
|
opts_smtp_address_preference_any=Either
|
|
opts_smtp_balance_inet_protocols=Validate SMTP client protocols
|
|
|
|
rate_title=Delivery rates
|
|
rate_ecannot=You are not allowed to edit the delivery rates options
|
|
opts_default_destination_concurrency_limit=Max number of parallel deliveries to the same destination
|
|
opts_default_destination_recipient_limit=Max number of recipients per message delivery
|
|
opts_initial_destination_concurrency=Initial concurrency level for delivery to the same destination
|
|
opts_maximal_backoff_time=Max time (secs) between attempts to deliver a deferred message
|
|
opts_maximal_queue_lifetime=Max time (days) in queue before message is undeliverable
|
|
opts_minimal_backoff_time=Min time (secs) between attempts to deliver a deferred message
|
|
opts_queue_run_delay=Time (secs) between scanning the deferred queue
|
|
opts_defer_transports=Transports that should not be delivered
|
|
|
|
debug_title=Debugging features
|
|
debug_ecannot=You are not allowed to edit the debugging features
|
|
opts_debug_peer_list=List of domain/network patterns for which verbose log is enabled
|
|
opts_debug_peer_level=Verbose logging level when matching the above list
|
|
debug_version=Postfix Module for Webmin - Version $1
|
|
opts_edebug=Missing or invalid verbose logging level - must be a number greater than zero
|
|
|
|
ldap_title=LDAP lookups
|
|
ldap_ecannot=You are not allowed to edit the LDAP lookups options
|
|
ldap_non_existent=It seems that LDAP is nonexistent in your Postfix system
|
|
opts_ldap_lookup_timeout=Timeout for LDAP database lookups
|
|
opts_ldap_search_base=LDAP database to search
|
|
opts_ldap_server_host=LDAP server hostname
|
|
|
|
canonical_title=Canonical Mapping
|
|
canonical_ecannot=You are not allowed to edit the canonical mapping configuration
|
|
opts_canonical_maps=Address mapping lookup tables
|
|
opts_recipient_canonical_maps=Tables for recipient addresses
|
|
opts_sender_canonical_maps=Tables for sender addresses
|
|
edit_canonical_maps=Edit Canonical Maps
|
|
edit_recipient_canonical_maps=Edit Recipient Canonical Maps
|
|
edit_sender_canonical_maps=Edit Sender Canonical Maps
|
|
edit_canonical_maps_general=Click on one of these buttons to edit the canonical maps ..
|
|
canonical_edit_title=Edit Canonical Map
|
|
canonical_return_sender=sender canonical maps
|
|
canonical_return_recipient=recipient canonical maps
|
|
canonical_return=canonical maps
|
|
|
|
mapping_name=Name
|
|
mapping_value=Maps to...
|
|
mapping_delete=Delete Selected
|
|
mapping_cmt=Description
|
|
mapping_ecannot=You are only allowed to edit maps under $1
|
|
new_mapping=Add a new mapping.
|
|
new_mappingmsg=Click this button to create a new mapping
|
|
new_manual=Edit map manually
|
|
new_manualmsg=Click this button to manually edit the files from which this map is built.
|
|
map_save=Save mapping
|
|
delete_map=Delete mapping
|
|
edit_map_title=Edit Map
|
|
map_save_err=Error while saving a mapping
|
|
mapps_no_map_file=No map file defined
|
|
map_delete_failed=Failed to delete map: $1
|
|
map_delete_create=Can not delete a map you're just creating
|
|
maps_internal_error=Map: internal error
|
|
maps_cant_write=Can not write
|
|
help_map_format=What format should I use?
|
|
map_noname=Missing or invalid mapping name
|
|
map_cannot=This map cannot be edited : $1
|
|
map_unknown=Webmin does not support the map type $1
|
|
mapping_none=No mappings of this type have been defined yet.
|
|
mapping_toomany=There are $1 map entries, which is above the display limit of $2.
|
|
mapping_find=Show mappings matching:
|
|
mapping_search=Search
|
|
mapping_match=Map file entries matching <tt>$1</tt> ..
|
|
|
|
virtual_title=Virtual Domains
|
|
virtual_ecannot=You are not allowed to edit the virtual domains mapping configuration
|
|
opts_virtual_maps=Domain mapping lookup tables
|
|
opts_virtual_alias_maps=Domain mapping lookup tables
|
|
opts_virtual_alias_domains=Domains to perform virtual mapping for
|
|
virtual_same=From domain mapping tables
|
|
virtual_return=virtual domains
|
|
|
|
transport_title=Transport Mapping
|
|
transport_ecannot=You are not allowed to edit the transport mapping configuration
|
|
opts_transport_maps=Transport mapping lookup tables
|
|
transport_return=transport maps
|
|
|
|
sni_title=Certificate Mapping
|
|
sni_ecannot=You are not allowed to edit the certificate mapping configuration
|
|
opts_sni_maps=Certificate mapping lookup tables
|
|
sni_return=certificate maps
|
|
sni_dom=Hostname
|
|
sni_certs=Certificate files
|
|
|
|
relocated_title=Relocated Mapping
|
|
relocated_ecannot=You are not allowed to edit the relocated mapping configuration
|
|
relocated_return=relocated maps
|
|
opts_relocated_maps=Relocated mapping lookup tables
|
|
opts_content_filter=Email content filter
|
|
|
|
map_click=Click on any mapping to edit its properties:
|
|
no_map=(No map is currently defined. Define a map first, then you can edit it)
|
|
no_map2=No map is currently defined. Define a map first, then you can edit it.
|
|
|
|
stop_efailed=Failed to stop Postfix
|
|
stop_ecannot=You are not allowed to stop Postfix
|
|
|
|
start_efailed=Failed to start Postfix
|
|
start_ecannot=You are not allowed to start Postfix
|
|
|
|
reload_efailed=Failed to reload Postfix
|
|
reload_ecannot=You are not allowed to reload Postfix
|
|
|
|
query_get_efailed=Failed to query Postfix config command to get the current value of parameter $1: <tt>$2</tt>
|
|
query_set_efailed=Failed to query Postfix config command to set the current value of parameter $1 to $2: <tt>$3</tt>
|
|
regenerate_ecannot=You are not allowed to regenerate the Aliases
|
|
regenerate_alias_efailed=Failed to regenerate aliases: <tt>$1</tt>
|
|
regenerate_table_efailed=Failed to regenerate table $1: <tt>$2</tt>
|
|
|
|
acl_resource=Can edit resources?
|
|
acl_aliases=Can edit aliases?
|
|
acl_aliases_options=Can edit aliases options?
|
|
acl_general=Can edit general options?
|
|
acl_address_rewriting=Can edit address rewriting?
|
|
acl_canonical=Can edit canonical?
|
|
acl_virtual=Can edit virtual?
|
|
acl_transport=Can edit transport?
|
|
acl_sni=Can edit certificates?
|
|
acl_relocated=Can edit relocated?
|
|
acl_header=Can edit header checks?
|
|
acl_local_delivery=Can edit local delivery?
|
|
acl_smtpd=Can edit smtpd?
|
|
acl_sasl=Can edit SMTP authentication?
|
|
acl_client=Can edit SMTP client restrictions?
|
|
acl_smtp=Can edit smtp?
|
|
acl_rate=Can edit rate?
|
|
acl_debug=Can edit debug?
|
|
acl_ldap=Can edit ldap?
|
|
acl_master=Can edit server processes?
|
|
acl_startstop=Can start and stop postfix?
|
|
acl_mailq=Can manage mail queue?
|
|
acl_boxes=Can read users' email?
|
|
acl_postfinger=Can check postfix configuration?
|
|
acl_manual=Can edit config file?
|
|
acl_dir=Allowed directory for map files
|
|
acl_bcc=Can edit BCC mapping?
|
|
acl_body=Can edit body checks?
|
|
acl_dependent=Can edit sender dependent transport maps?
|
|
|
|
boxes_title=User Mailboxes
|
|
boxes_user=User
|
|
boxes_size=Mailbox size
|
|
boxes_none=No mail
|
|
boxes_return=mailboxes
|
|
boxes_sent=Sent mail
|
|
boxes_ecannot=You are not allowed to read email
|
|
boxes_toomany=There are too many users on your system to list all their mailboxes.
|
|
boxes_go=View mail for user:
|
|
|
|
mail_title=User Email
|
|
mail_from=From
|
|
mail_date=Date
|
|
mail_subject=Subject
|
|
mail_to=To
|
|
mail_cc=Cc
|
|
mail_bcc=Bcc
|
|
mail_pri=Priority
|
|
mail_highest=Highest
|
|
mail_high=High
|
|
mail_normal=Normal
|
|
mail_low=Low
|
|
mail_lowest=Lowest
|
|
mail_for=In $1
|
|
mail_for2=For user $1
|
|
mail_sent=In sent mail list
|
|
mail_size=Size
|
|
mail_delete=Delete
|
|
mail_compose=Compose
|
|
mail_return=user mailbox
|
|
mail_pos=Messages $1 to $2 of $3
|
|
mail_none=This mailbox has no messages
|
|
mail_ecannot=You are not allowed to read this user's email
|
|
mail_all=Select all
|
|
mail_invert=Invert selection
|
|
mail_search=Find messages where
|
|
mail_body=Body
|
|
mail_match=matches
|
|
mail_ok=Search
|
|
mail_nonefrom=None
|
|
mail_mark=Mark as:
|
|
mail_mark0=Unread
|
|
mail_mark1=Read
|
|
mail_mark2=Special
|
|
mail_forward=Forward
|
|
mail_rfc=From line
|
|
mail_move=Move to:
|
|
mail_eexists=Message no longer exists!
|
|
mail_qfile=Mail queue file
|
|
mail_qlast=Last retried at
|
|
mail_qdir=Mail queue status
|
|
mail_qdir_active=Active
|
|
mail_qdir_incoming=Incoming
|
|
mail_qdir_deferred=Deferred
|
|
mail_qdir_corrupt=Corrupt
|
|
mail_qdir_hold=On hold
|
|
mail_qdir_maildrop=Mail drop
|
|
|
|
view_title=Read Email
|
|
view_desc=Message $1 in $2
|
|
view_desc2=Message $1 for user $2
|
|
view_desc3=Message $1
|
|
view_sent=Message $1 in sent mail list
|
|
view_qdesc=Queued message $1
|
|
view_headers=Mail headers
|
|
view_allheaders=View all headers
|
|
view_noheaders=View basic headers
|
|
view_attach=Attachments
|
|
view_reply=Reply
|
|
view_reply2=Reply to all
|
|
view_enew=Edit as new
|
|
view_forward=Forward
|
|
view_delete=Delete
|
|
view_flush=Flush
|
|
view_strip=Remove Attachments
|
|
view_ecannot=You are not allowed to read this user's email
|
|
view_mark=Mark message as:
|
|
view_mark0=Unread
|
|
view_mark1=Read
|
|
view_mark2=Special
|
|
view_return=original email
|
|
view_sub=Attached Email
|
|
view_body=Message text
|
|
view_afile=Attachment name
|
|
view_atype=Attachment type
|
|
view_aname=Attachment
|
|
view_asize=File size
|
|
|
|
compose_title=Compose Email
|
|
reply_title=Reply to Email
|
|
forward_title=Forward Email
|
|
enew_title=Edit Email
|
|
reply_headers=Mail headers
|
|
reply_attach=Forwarded attachments
|
|
reply_mailforward=Forwarded messages
|
|
reply_attach2=Client and server-side Attachments
|
|
reply_send=Send Mail
|
|
reply_ecannot=You are not allowed to send mail as this user
|
|
|
|
send_err=Failed to send mail
|
|
send_eto=Missing To address
|
|
send_efrom=Missing From address
|
|
send_title=Mail Sent
|
|
send_ok=Mail sent successfully to $1
|
|
send_ecannot=You are not allowed to send mail as this user
|
|
send_esmtp=SMTP command $1 failed : $2
|
|
send_efile=Attached file $1 does not exist
|
|
send_eattach=Attachments cannot total more that $1 kB in size.
|
|
send_eperms=User $1 cannot read $2
|
|
send_eperms2=You are not allowed to send file $1
|
|
send_epath=Sendmail executable $1 does not exist.
|
|
send_ewrapper=Postfix sendmail interface program does not exist
|
|
|
|
search_title=Search Results
|
|
search_ecannot=You are not allowed to search this user's email
|
|
search_ematch=You must enter text to match against.
|
|
search_efield=You must select a search type.
|
|
search_none=No messages found.
|
|
search_results2=$1 mail messages matching $2 ..
|
|
search_results3=$1 mail messages not matching $2 ..
|
|
|
|
match_from=From: matches
|
|
match_subject=Subject: matches
|
|
match_to=To: matches
|
|
match_cc=Cc: matches
|
|
match_date=Date: matches
|
|
match_body=Body matches
|
|
match_size=Size is greater than
|
|
match_headers=Headers match
|
|
match_=-----------------
|
|
match_!from=From: doesn't match
|
|
match_!subject=Subject: doesn't match
|
|
match_!to=To: doesn't match
|
|
match_!cc=Cc: doesn't match
|
|
match_!date=Date: doesn't match
|
|
match_!body=Body doesn't match
|
|
match_!size=Size is less than
|
|
match_!headers=Headers don't match
|
|
|
|
mailq_title=Mail Queue
|
|
mailq_count=$1 messages
|
|
mailq_none=No mail messages are currently queued for delivery
|
|
mailq_id=Mail ID
|
|
mailq_date=Sent
|
|
mailq_from=From
|
|
mailq_to=To
|
|
mailq_cc=Cc
|
|
mailq_subject=Subject
|
|
mailq_return=mail queue
|
|
mailq_delete=Delete Selected Messages
|
|
mailq_size=Size
|
|
mailq_ecannot=You are not allowed to view the mail queue
|
|
mailq_egone=The message is no longer in the queue
|
|
mailq_status=Status
|
|
mailq_flush=Flush Mail Queue
|
|
mailq_flushdesc=Click this button to force the immediate delivery of all messages in the queue in the background.
|
|
mailq_refresh=Refresh Mail Queue
|
|
mailq_refreshdesc=Reload this page to show the current state of the mail queue.
|
|
mailq_deleteall=Clear Mail Queue
|
|
mailq_deletealldesc=Click this button to delete all messages in the mail queue.
|
|
mailq_search=Find queued messages where
|
|
mailq_move=Requeue Selected
|
|
mailq_incoming=Incoming
|
|
mailq_active=Active
|
|
mailq_deferred=Deferred
|
|
mailq_hold=Hold Selected
|
|
mailq_unhold=Un-Hold Selected
|
|
mailq_dir=Queue state
|
|
|
|
flushq_title=Flush Queue
|
|
flushq_desc=Forcing the attempted delivery of mail with the command $1 ..
|
|
flushq_desc2=.. check the mail log for results
|
|
|
|
qview_title=Queued Message
|
|
qview_desc=From file $1
|
|
qview_headers=Mail headers
|
|
qview_attach=Attachments
|
|
|
|
after_err=Postfix configuration error : $1
|
|
|
|
searchq_title=Queue Search Results
|
|
searchq_none=No queued messages found.
|
|
|
|
header_title=Header Checks
|
|
header_ecannot=You are not allowed to edit header checks
|
|
header_eregexp=The header checks map must be in the format <tt>regexp:</tt><i>filename</i>
|
|
opts_header_checks=Header checking tables
|
|
opts_mime_header_checks=MIME header checking tables
|
|
opts_header_checks_no_map=(No header checking map is currently defined. Define a map first, then you can edit it)
|
|
opts_mime_header_checks_no_map=(No MIME header checking map is currently defined. Define a map first, then you can edit it)
|
|
opts_mime_header_checks_same_map=(MIME header checks are the same as regular header checks. Define a different map first, then you can edit it)
|
|
header_name=Regular expression
|
|
header_value=Action for matches
|
|
header_discard=Discard (with log message..)
|
|
header_dunno=Do nothing
|
|
header_filter=Apply filter ..
|
|
header_hold=Place in hold queue (with log message..)
|
|
header_ignore=Ignore
|
|
header_prepend=Prepend text ..
|
|
header_redirect=Redirect to address ..
|
|
header_replace=Replace with text ..
|
|
header_reject=Reject (with error message ..)
|
|
header_warn=Log warning (with message ..)
|
|
header_ename=Invalid regular expression - must be like /something/
|
|
header_return=header checks
|
|
|
|
body_title=Body Checks
|
|
body_ecannot=You are not allowed to edit body checks
|
|
body_eregexp=The body checks map must be in the format <tt>regexp:</tt><i>filename</i>
|
|
opts_body_checks=Message body checking tables
|
|
body_return=body checks
|
|
|
|
dependent_title=Sender Dependent Transport Mapping
|
|
dependent_ecannot=You are not allowed to edit sender dependent transport mappings
|
|
dependent_eregexp=The sender dependent transports map must be in the format <tt>regexp:</tt><i>filename</i>
|
|
dependent_return=sender dependent transport mappings
|
|
|
|
manual_title=Edit Map File
|
|
manual_file=Select a map file to edit:
|
|
manual_change=Change
|
|
manual_editing=Use the text box below to manually edit the mappings in $1. Be careful, as no syntax or validity checking will be done.
|
|
manual_err=Failed to save map file
|
|
manual_efile=Invalid map filename!
|
|
manual_ecannot=You are not allowed to manually edit map files
|
|
|
|
delq_titles=Deleting Messages
|
|
delq_rusure=Are you sure you want to delete the $1 selected queued messages?
|
|
delq_confirm=Delete Messages
|
|
|
|
master_title=Server Processes
|
|
master_name=Process name
|
|
master_enabled=Enabled?
|
|
master_type=Transport type
|
|
master_private=Private?
|
|
master_unpriv=Unprivileged?
|
|
master_chroot=Chrooted?
|
|
master_max=Max processes
|
|
master_inet=Internet
|
|
master_unix=Unix socket
|
|
master_fifo=Named pipe
|
|
master_add=Add a new server process.
|
|
master_unlimit=Unlimited
|
|
master_ecannot=You are not allowed to edit server processes
|
|
master_edit=Edit Server Process
|
|
master_create=Create Server Process
|
|
master_header=Postfix server process details
|
|
master_host=Listen on host address
|
|
master_any=Any address
|
|
master_private2=Private to mail system?
|
|
master_unpriv2=Run as Postfix user?
|
|
master_chroot2=Chroot to mail queue directory?
|
|
master_return=server processes
|
|
master_defyes=Default (Yes)
|
|
master_command=Process command
|
|
master_wakeup=Automatically wake up process?
|
|
master_wtime=After $1 seconds
|
|
master_wused=Only if actually used
|
|
master_max2=Maximum processes
|
|
master_procs=At most $1
|
|
master_name2=Server name/port
|
|
master_egone=Server process no longer exists!
|
|
master_eclash=A server process with the same name and transport type already exists
|
|
master_err=Failed to save server process
|
|
master_ename=Missing or invalid server name or port
|
|
master_ehost=Invalid host address to listen on
|
|
master_einet=A host address to listen on can only be specified for Internet processes
|
|
master_ecommand=Missing server process command
|
|
master_ewakeup=Missing or invalid wakeup time
|
|
master_emaxprocs=Missing or invalid maximum number of processes
|
|
|
|
delete_err=Failed to delete mappings
|
|
delete_enone=None selected
|
|
|
|
cmanual_title=Edit Config Files
|
|
cmanual_ecannot=You are not allowed to edit the Postfix config file
|
|
cmanual_ok=Edit
|
|
cmanual_efile=Selected file is not part of the Postfix configuration
|
|
cmanual_file=Edit config file:
|
|
cmanual_edata=Nothing entered!
|
|
cmanual_err=Failed to save config file
|
|
|
|
access_return=access map table
|
|
edit_map_file=Edit Map File
|
|
opts_reject_rbl_client=Realtime Black Lists (RBL) lookups
|
|
opts_check_sender_access=Check sender access map table
|
|
|
|
log_misc=Changed general options
|
|
log_opts=Changed address rewriting and masquerading
|
|
log_aliases=Changed aliases options
|
|
log_canonical=Changing canonical mapping options
|
|
log_virtual=Changed virtual domain options
|
|
log_bcc=Changed BCC map options
|
|
log_transport=Changed transport mapping options
|
|
log_sni=Change certificate mapping options
|
|
log_dependent=Changed sender dependent address options
|
|
log_relocated=Changed relocate mapping options
|
|
log_header=Changed header check options
|
|
log_body=Changed body check options
|
|
log_debug=Changed debugging features
|
|
log_ldap=Changed LDAP lookups
|
|
log_local=Changed local delivery
|
|
log_rate=Changed delivery rates
|
|
log_resource=Changed general resource control
|
|
log_smtp=Changed SMTP client options
|
|
log_smtpd=Changed SMTP server options
|
|
log_alias_create=Created alias $1
|
|
log_alias_modify=Modified alias $1
|
|
log_alias_delete=Deleted alias $1
|
|
log_delete_aliases=Deleted $1 aliases
|
|
log_virtual_alias_maps_create=Created virtual domain $1
|
|
log_virtual_alias_maps_modify=Modified virtual domain $1
|
|
log_virtual_alias_maps_delete=Deleted virtual domain $1
|
|
log_delete_virtual_alias_mapss=Deleted $1 virtual domains
|
|
log_manual_virtual_alias_mapss=Manually edited virtual domains in $1
|
|
log_virtual_maps_create=Created virtual domain $1
|
|
log_virtual_maps_modify=Modified virtual domain $1
|
|
log_virtual_maps_delete=Deleted virtual domain $1
|
|
log_delete_virtual_mapss=Deleted $1 virtual domains
|
|
log_manual_virtual_mapss=Manually edited virtual domains in $1
|
|
log_canonical_maps_create=Created canonical mapping $1
|
|
log_canonical_maps_modify=Modified canonical mapping $1
|
|
log_canonical_maps_delete=Deleted canonical mapping $1
|
|
log_delete_canonical_mapss=Deleted $1 canonical mappings
|
|
log_manual_canonical_mapss=Manually edited canonical mappings in $1
|
|
log_recipient_canonical_maps_create=Created recipient canonical mapping $1
|
|
log_recipient_canonical_maps_modify=Modified recipient canonical mapping $1
|
|
log_recipient_canonical_maps_delete=Deleted recipient canonical mapping $1
|
|
log_delete_recipient_canonical_mapss=Deleted $1 recipient canonical mappings
|
|
log_manual_recipient_canonical_mapss=Manually edited recipient canonical mappings in $1
|
|
log_sender_canonical_maps_create=Created sender canonical mapping $1
|
|
log_sender_canonical_maps_modify=Modified sender canonical mapping $1
|
|
log_sender_canonical_maps_delete=Deleted sender canonical mapping $1
|
|
log_delete_sender_canonical_mapss=Deleted $1 sender canonical mappings
|
|
log_manual_sender_canonical_mapss=Manually edited sender canonical mappings in $1
|
|
log_transport_maps_create=Created transport mapping $1
|
|
log_transport_maps_modify=Modified transport mapping $1
|
|
log_transport_maps_delete=Deleted transport mapping $1
|
|
log_delete_transport_mapss=Deleted $1 transport mappings
|
|
log_manual_transport_mapss=Manually edited transport mappings in $1
|
|
log_relocated_maps_create=Created relocated mapping $1
|
|
log_relocated_maps_modify=Modified relocated mapping $1
|
|
log_relocated_maps_delete=Deleted relocated mapping $1
|
|
log_delete_relocated_mapss=Deleted $1 relocated mappings
|
|
log_manual_relocated_mapss=Manually edited relocated mappings in $1
|
|
log_header_checks_create=Created header check $1
|
|
log_header_checks_modify=Modified header check $1
|
|
log_header_checks_delete=Deleted header check $1
|
|
log_delete_header_checkss=Deleted $1 header checks
|
|
log_manual_header_checkss=Manually edited header checks in $1
|
|
log_body_checks_create=Created body check $1
|
|
log_body_checks_modify=Modified body check $1
|
|
log_body_checks_delete=Deleted body check $1
|
|
log_delete_body_checkss=Deleted $1 body checks
|
|
log_manual_body_checkss=Manually edited body checks in $1
|
|
log_master_create=Created server process $1
|
|
log_master_modify=Modified server process $1
|
|
log_master_delete=Deleted server process $1
|
|
log_manual=Manually edited configuration file $1
|
|
log_stop=Stopped Postfix server
|
|
log_start=Started Postfix server
|
|
log_reload=Reloaded Postfix configuration
|
|
log_delqs=Deleted $1 messages from mail queue
|
|
log_flushq=Flushed mail queue
|
|
log_backend=Updated configuration file for map $1
|
|
log_sasl=Changed SMTP authentication and encryption
|
|
log_client=Changed SMTP client restrictions
|
|
log_sender_dependent_default_transport_maps_create=Created sender dependent address $1
|
|
log_sender_dependent_default_transport_maps_modify=Modified sender dependent address $1
|
|
log_sender_dependent_default_transport_maps_delete=Deleted sender dependent address $1
|
|
log_delete_sender_dependent_default_transport_mapss=Deleted $1 sender dependent addresses
|
|
log_manual_sender_dependent_default_transport_mapss=Manually edited sender dependent addresses in $1
|
|
|
|
sasl_title=SMTP Authentication And Encryption
|
|
opts_smtpd_sasl_auth_enable=Require SASL SMTP authentication?
|
|
opts_smtp_sasl_auth_enable=Use SASL SMTP authentication?
|
|
opts_smtpd_tls_auth_only=Disallow SASL authentication over insecure connections?
|
|
opts_broken_sasl_auth_clients=Handle non-compliant SMTP clients?
|
|
sasl_opts=SMTP security options
|
|
sasl_noanonymous=Reject anonymous logins
|
|
sasl_noplaintext=Reject plain-text logins
|
|
sasl_noactive=Reject Disallow subject to active (non-dictionary) attack
|
|
sasl_nodictionary=Reject methods subject to passive (dictionary) attack
|
|
sasl_forward_secrecy=Only allow methods that support forward secrecy
|
|
sasl_mutual_auth=Only allow methods that provide mutual authentication
|
|
opts_smtpd_delay_reject=Delay clients with failed logins?
|
|
sasl_recip=SMTP recipient restrictions
|
|
sasl_relay=SMTP relay restrictions
|
|
sasl_permit_mynetworks=Allow connections from same network
|
|
sasl_permit_sasl_authenticated=Allow authenticated clients
|
|
sasl_reject_unauth_destination=Reject email to other domains
|
|
sasl_permit_inet_interfaces=Allow connections from this system
|
|
sasl_reject_unknown_reverse_client_hostname=Reject clients with no reverse hostname
|
|
sasl_reject_unknown_client=Reject clients with no reverse hostname
|
|
sasl_check_relay_domains=Allow only relay domains
|
|
sasl_permit_mx_backup=Allow domains this system is a backup MX for
|
|
sasl_permit_tls_all_clientcerts=Allow TLS clients with any certificate
|
|
sasl_reject_unauth_pipelining=Reject early SMTP commands
|
|
sasl_check_client_access=Check client access map :
|
|
sasl_reject_rbl_client=Reject if client IP address is in RBL :
|
|
sasl_reject_rhsbl_client=Reject if client hostname is in RBL :
|
|
opts_smtpd_tls_cert_file=TLS certificate file
|
|
opts_smtpd_tls_key_file=TLS private key file
|
|
opts_smtpd_tls_CAfile=TLS certificate authority file
|
|
opts_smtpd_use_tls=Enable TLS encryption?
|
|
opts_smtp_enforce_tls=Require TLS encryption?
|
|
opts_smtputf8_enable=Enable SMTPUTF8 support?
|
|
sasl_err=Failed to save SMTP authentication and encryption
|
|
sasl_ecert=Missing or invalid TLS certificate file
|
|
sasl_ekey=Missing or invalid TLS key file
|
|
sasl_eca=Missing or invalid TLS certificate authority file
|
|
sasl_level_none=Never
|
|
sasl_level_may=If requested by client
|
|
sasl_level_encrypt=Always
|
|
sasl_level_dane=Opportunistic DANE TLS
|
|
sasl_level_dane_only=Mandatory DANE TLS
|
|
sasl_level_fingerprint=Certificate fingerprint verification
|
|
sasl_level_verify=Mandatory TLS verification
|
|
sasl_level_secure=Secure-channel TLS
|
|
sasl_login=SMTP login to outgoing mail host
|
|
sasl_nologin=None needed
|
|
sasl_userpass=Login as $1 with password $2
|
|
sasl_elogin=Missing or invalid SMTP login (no spaces or colons allowed)
|
|
sasl_epass=Invalid SMTP password (no spaces allowed)
|
|
|
|
client_title=SMTP Client Restrictions
|
|
client_ecannot=You are not allowed to edit SMTP client restrictions
|
|
client_restrict=Client restrictions
|
|
client_restrict1=Postfix default (allow all clients)
|
|
client_restrict0=Selected below ..
|
|
client_other=Other restrictions :
|
|
client_err=Failed to save client restrictions
|
|
client_evalue=Missing value for restriction $1
|
|
client_return=SMTP client restrictions
|
|
|
|
chooser_title=Select Map Source
|
|
chooser_header=Map source $1
|
|
chooser_none=None
|
|
chooser_hash=Mapping file
|
|
chooser_regexp=Regexps file
|
|
chooser_pcre=Perl-style regexps file
|
|
chooser_other=Other source
|
|
chooser_mysql=MySQL database
|
|
chooser_mysqlsrc=MySQL source
|
|
chooser_mhosts=MySQL server host(s)
|
|
chooser_muser=Database login
|
|
chooser_mpassword=Database password
|
|
chooser_mdbname=Database name
|
|
chooser_mtable=Table containing map
|
|
chooser_mselect_field=Value field
|
|
chooser_mwhere_field=Key field
|
|
chooser_madditional_conditions=SQL for <tt>where</tt> clause
|
|
chooser_err=Failed to save map source
|
|
chooser_ehash=Missing or invalid mapping filename for map $1
|
|
chooser_eregexp=Missing or invalid regular expressions filename for map $1
|
|
chooser_epcre=Missing or invalid Perl-compatible regular expressions filename for map $1
|
|
chooser_eother=Missing or invalid other source for map $1
|
|
chooser_enone=None entered
|
|
chooser_emhosts=Missing MySQL server hosts for map $1
|
|
chooser_emuser=Missing or invalid database login for map $1
|
|
chooser_empassword=Missing or invalid database password for map $1
|
|
chooser_emdbname=Missing or invalid table name for map $1
|
|
chooser_emselect_field=Missing or invalid value field for map $1
|
|
chooser_emwhere_field=Missing or invalid key field for map $1
|
|
chooser_emadditional=Missing additional SQL conditions for map $1
|
|
chooser_mquery=Custom query for map
|
|
chooser_emquery=Missing custom query for map
|
|
chooser_lserver_host=LDAP server hosts
|
|
chooser_lserver_port=LDAP port
|
|
chooser_lstart_tls=Use TLS encryption?
|
|
chooser_lsearch_base=LDAP search base DN
|
|
chooser_lquery_filter=Query filter
|
|
chooser_lresult_attribute=Result attribute
|
|
chooser_lscope=Search scope
|
|
chooser_lsub=Entire subtree
|
|
chooser_lone=One level
|
|
chooser_lbase=Base only
|
|
chooser_lbind=Login to LDAP server?
|
|
chooser_lbind_dn=Server login
|
|
chooser_lbind_pw=Server password
|
|
chooser_ldap=LDAP server
|
|
chooser_lfilter=Other filter
|
|
chooser_lattribute=Other attribute
|
|
chooser_elserver_host=Missing LDAP server hosts for map $1
|
|
chooser_elserver_port=Missing or invalid LDAP server port for map $1
|
|
chooser_elsearch_base=Missing LDAP search base for map $1
|
|
chooser_elquery_filter=Missing query filter for map $1
|
|
chooser_elresult_attribute=Missing or invalid result attribute name for map $1
|
|
chooser_elbind_dn=Missing login for LDAP server for map $1
|
|
chooser_elbind_pw=Missing password for LDAP server for map $1
|
|
|
|
mysql_ecfile=MySQL configuration file $1 was not found
|
|
mysql_ecfile2=Could not find table in MySQL configuration file $1
|
|
mysql_edriver=Failed to load the database driver $1
|
|
mysql_elogin=Failed to login to the database $1 : $2.
|
|
mysql_equery=Failed to query table $1 : $2
|
|
mysql_eadd=SQL insert failed : $1
|
|
mysql_edelete=SQL delete failed : $1
|
|
mysql_eupdate=SQL update failed : $1
|
|
mysql_elist=SQL query failed : $1
|
|
mysql_esource=No MySQL source named $1 was found
|
|
mysql_eneed=The MySQL configuration parameter $1 was not found. Webmin needs this to figure out which table and fields to query.
|
|
|
|
ldap_ecfile=LDAP configuration file $1 was not found
|
|
ldap_eldapmod=Perl module $1 needed to communicate with LDAP is not installed or not loadable
|
|
ldap_eldap=Failed to connect to LDAP server $1 on port $2
|
|
ldap_eldaplogin=Failed to login to LDAP server $1 as $2 : $3
|
|
ldap_ebase=LDAP base DN $1 is not valid : $2
|
|
ldap_eadd=LDAP add of $1 failed : $2
|
|
ldap_edelete=LDAP delete of $1 failed : $2
|
|
ldap_equery=LDAP search of $1 failed : $2
|
|
ldap_erename=LDAP rename of $1 to $2 failed : $3
|
|
ldap_emodify=LDAP modify of $1 failed : $2
|
|
|
|
bcc_title=BCC Mapping
|
|
bcc_ecannot=You are not allowed to edit BCC mappings
|
|
opts_sender_bcc_maps=Sender BCC mapping lookup tables
|
|
opts_recipient_bcc_maps=Recipient BCC mapping lookup tables
|
|
bcc_sender=Sender mappings
|
|
bcc_recipient=Recipient mappings
|
|
bcc_senderdesc=The sender BCC mappings define an additional email address that mail <b>from</b> the addresses or domains listed will be BCCd to.
|
|
bcc_recipientdesc=The recipient BCC mappings define an additional email address that mail <b>to</b> the addresses or domains listed will be BCCd to.
|
|
|
|
__norefs=1
|