2009-05-21 06:33:00 -04:00
EXCEPTION_AUTHENTICATION_FAILED = Authentication failed: invalid user or password
EXCEPTION_AUTHENTICATION_FAILED_PASSWORD_EXPIRED = Authentication failed: password expired ?
EXCEPTION_AUTHENTICATION_FAILED_RETRY = Authentication failed: invalid user or password, retry with domain\\user
EXCEPTION_AUTHENTICATION_FORM_NOT_FOUND = Authentication form not found at {0}
EXCEPTION_CONNECTION_FAILED = Unable to connect to OWA at {0}, status code {1}, check configuration
2009-09-22 05:03:32 -04:00
EXCEPTION_DAVMAIL_CONFIGURATION = DavMail configuration exception:\n{0}
2009-05-21 06:33:00 -04:00
EXCEPTION_END_OF_STREAM = End of stream reached reading content
EXCEPTION_EVENT_NOT_FOUND = Calendar event not found
EXCEPTION_EXCHANGE_LOGIN_FAILED = Exchange login exception: {0}
2009-12-21 10:02:16 -05:00
EXCEPTION_SESSION_EXPIRED = Exchange session expired
2009-05-21 06:33:00 -04:00
EXCEPTION_INVALID_CALDAV_REQUEST = Invalid Caldav request: {0}
EXCEPTION_INVALID_CONTENT_LENGTH = Invalid content length: {0}
EXCEPTION_INVALID_CONTENT_TYPE = Invalid content type: {0}
EXCEPTION_INVALID_CREDENTIALS = Invalid credentials
EXCEPTION_INVALID_DATE = Invalid date: {0}
EXCEPTION_INVALID_DATES = Invalid dates: {0}
EXCEPTION_INVALID_FOLDER_URL = Invalid folder URL: {0}
2010-02-12 05:26:37 -05:00
EXCEPTION_INVALID_HEADER = Invalid header: {0}, HTTPS connection to an HTTP listener ?
2009-05-21 06:33:00 -04:00
EXCEPTION_INVALID_ICS_LINE = Invalid ICS line: {0}
EXCEPTION_INVALID_KEEPALIVE = Invalid Keep-Alive: {0}
EXCEPTION_INVALID_MAIL_PATH = Invalid mail path: {0}
2009-09-04 12:01:24 -04:00
EXCEPTION_INVALID_MESSAGE_CONTENT = Invalid message content: {0}
2009-05-21 06:33:00 -04:00
EXCEPTION_INVALID_MESSAGE_URL = Invalid message URL: {0}
EXCEPTION_INVALID_RECIPIENT = Invalid recipient: {0}
EXCEPTION_INVALID_REQUEST = Invalid request: {0}
EXCEPTION_INVALID_SEARCH_PARAMETERS = Invalid search parameters: {0}
2010-03-22 06:30:47 -04:00
EXCEPTION_UNSUPPORTED_PARAMETER = Unsupported parameter: {0}
2009-05-21 06:33:00 -04:00
EXCEPTION_NETWORK_DOWN = All network interfaces down or host unreachable !
EXCEPTION_UNABLE_TO_CREATE_MESSAGE = Unable to create message {0}: {1}{2}{3}
EXCEPTION_UNABLE_TO_GET_FOLDER = Unable to get folder at {0}
2009-09-20 10:10:54 -04:00
EXCEPTION_UNABLE_TO_GET_MAIL_FOLDER = Unable to get mail folder at {0}
2009-05-21 06:33:00 -04:00
EXCEPTION_UNABLE_TO_GET_PROPERTY = Unable to get property {0}
EXCEPTION_UNABLE_TO_MOVE_FOLDER = Unable to move folder, target already exists
2009-07-31 02:21:46 -04:00
EXCEPTION_UNABLE_TO_COPY_MESSAGE = Unable to copy message, target already exists
2009-05-21 06:33:00 -04:00
EXCEPTION_UNABLE_TO_PATCH_MESSAGE = Unable to patch message {0}: {1}{2}{3}
EXCEPTION_UNABLE_TO_UPDATE_MESSAGE = Unable to update message properties
2009-07-15 18:47:31 -04:00
EXCEPTION_CONNECT = Connect exception: {0} {1}
2009-05-21 06:33:00 -04:00
EXCEPTION_UNSUPPORTED_AUTHORIZATION_MODE = Unsupported authorization mode: {0}
EXCEPTION_UNSUPPORTED_VALUE = Unsupported value: {0}
2009-04-24 17:34:33 -04:00
LOG_CLIENT_CLOSED_CONNECTION = Client closed connection
LOG_CLOSE_CONNECTION_ON_TIMEOUT = Closing connection on timeout
LOG_CONNECTION_CLOSED = Connection closed
2009-05-04 18:30:10 -04:00
LOG_CONNECTION_FROM = Connection from {0} on port {1,number,#}
2009-05-21 06:33:00 -04:00
LOG_DAVMAIL_GATEWAY_LISTENING = DavMail Gateway {0} listening on {1}
2009-04-24 17:34:33 -04:00
LOG_DAVMAIL_STARTED = DavMail Gateway started
2009-12-20 05:51:02 -05:00
LOG_ERROR_CLOSING_CONFIG_FILE = Error closing configuration file
2009-04-24 17:34:33 -04:00
LOG_ERROR_LOADING_OSXADAPTER = Error while loading the OSXAdapter
LOG_ERROR_LOADING_SETTINGS = Error loading settings
LOG_ERROR_RETRIEVING_MESSAGE = Error retreiving message
LOG_ERROR_WAITING_FOR_SWT_INIT = Error waiting for SWT init
2010-02-03 17:00:14 -05:00
LOG_EVENT_NOT_AVAILABLE = Event {0} not available: {1}
2009-04-17 05:20:11 -04:00
LOG_EXCEPTION_CLOSING_CLIENT_INPUT_STREAM = Exception closing client input stream
2009-04-17 06:32:11 -04:00
LOG_EXCEPTION_CLOSING_CLIENT_OUTPUT_STREAM = Exception closing client output stream
2009-04-24 17:34:33 -04:00
LOG_EXCEPTION_CLOSING_CLIENT_SOCKET = Exception closing client socket
LOG_EXCEPTION_CLOSING_CONNECTION_ON_TIMEOUT = Exception closing connection on timeout
LOG_EXCEPTION_CLOSING_SERVER_SOCKET = Exception closing server socket
2009-04-17 06:32:11 -04:00
LOG_EXCEPTION_CREATING_SERVER_SOCKET = Exception creating server socket
2009-05-21 06:33:00 -04:00
LOG_EXCEPTION_CREATING_SSL_SERVER_SOCKET = Unable to bind server socket for {0} on port {1,number,#}: Exception creating secured server socket : {2}
2009-04-24 17:34:33 -04:00
LOG_EXCEPTION_GETTING_SOCKET_STREAMS = Exception while getting socket streams
LOG_EXCEPTION_LISTENING_FOR_CONNECTIONS = Exception while listening for connections
2009-04-17 09:32:26 -04:00
LOG_EXCEPTION_SENDING_ERROR_TO_CLIENT = Exception sending error to client
2009-04-24 17:34:33 -04:00
LOG_EXCEPTION_WAITING_SERVER_THREAD_DIE = Exception waiting for server thread to die
LOG_EXECUTE_FOLLOW_REDIRECTS = executeFollowRedirects({0})
LOG_EXECUTE_FOLLOW_REDIRECTS_COUNT = executeFollowRedirects: {0} redirectCount:{1}
LOG_EXTERNAL_CONNECTION_REFUSED = Connection from external client refused
LOG_FOUND_ACCEPTED_CERTIFICATE = Found permanently accepted certificate, hash {0}
LOG_FOUND_CALENDAR_EVENTS = Found {0} calendar events
LOG_FOUND_CALENDAR_MESSAGES = Found {0} calendar messages
LOG_IMAP_COMMAND = {0} on {1}
LOG_INVALID_DEPTH = Invalid depth value: {0}
LOG_INVALID_SETTING_VALUE = Invalid setting value in {0}
LOG_INVALID_URL = Invalid URL: {0}
LOG_JAVA6_DESKTOP_UNAVAILABLE = Java 6 Desktop class not available
2009-05-21 06:33:00 -04:00
LOG_LDAP_IGNORE_FILTER_ATTRIBUTE = Ignoring filter attribute: {0}= {1}
2009-04-24 17:34:33 -04:00
LOG_LDAP_REPLACED_UID_FILTER = Replaced {0} with {1} in uid filter
LOG_LDAP_REQ_ABANDON_SEARCH = LDAP_REQ_ABANDON {0} for search {1}
2009-09-15 09:18:03 -04:00
LOG_LDAP_REQ_UNBIND = LDAP_REQ_UNBIND {0}
2009-04-24 17:34:33 -04:00
LOG_LDAP_REQ_BIND_ANONYMOUS = LDAP_REQ_BIND {0} anonymous
LOG_LDAP_REQ_BIND_USER = LDAP_REQ_BIND {0} {1}
2009-09-15 09:18:03 -04:00
LOG_LDAP_REQ_BIND_SUCCESS = LOG_LDAP_REQ_BIND Success
LOG_LDAP_REQ_BIND_INVALID_CREDENTIALS = LDAP_REQ_BIND Invalid credentials
2009-04-17 09:32:26 -04:00
LOG_LDAP_REQ_SEARCH = LDAP_REQ_SEARCH {0} base={1} scope: {2} sizelimit: {3} timelimit: {4} filter: {5} returning attributes: {6}
LOG_LDAP_REQ_SEARCH_ANONYMOUS_ACCESS_FORBIDDEN = LDAP_REQ_SEARCH {0} Anonymous access to {1} forbidden
LOG_LDAP_REQ_SEARCH_END = LDAP_REQ_SEARCH {0} end
2009-04-24 17:34:33 -04:00
LOG_LDAP_REQ_SEARCH_FOUND_RESULTS = LDAP_REQ_SEARCH {0} found {1} results
LOG_LDAP_REQ_SEARCH_INVALID_DN = LDAP_REQ_SEARCH {0} unrecognized dn {1}
2009-04-17 09:32:26 -04:00
LOG_LDAP_REQ_SEARCH_SEND_PERSON = LDAP_REQ_SEARCH {0} send uid={1}{2} {3}
LOG_LDAP_REQ_SEARCH_SIZE_LIMIT_EXCEEDED = LDAP_REQ_SEARCH {0} size limit exceeded
2009-04-23 10:54:06 -04:00
LOG_LDAP_REQ_SEARCH_SUCCESS = LDAP_REQ_SEARCH {0} success
2009-04-24 17:34:33 -04:00
LOG_LDAP_SEND_COMPUTER_CONTEXT = Sending computer context {0} {1}
LOG_LDAP_SEND_ROOT_DSE = Sending root DSE
LOG_LDAP_UNSUPPORTED_FILTER = Unsupported filter: {0}
LOG_LDAP_UNSUPPORTED_FILTER_ATTRIBUTE = Unsupported filter attribute: {0}= {1}
LOG_LDAP_UNSUPPORTED_FILTER_VALUE = Unsupported filter value
LOG_LDAP_UNSUPPORTED_OPERATION = Unsupported operation: {0}
LOG_LISTING_EVENT = Listing event {0}/{1}
LOG_MESSAGE = {0}
LOG_NEW_VERSION_AVAILABLE = A new version ({0}) of DavMail Gateway is available !
LOG_OPEN_LINK_NOT_SUPPORTED = Open link not supported (tried AWT Desktop and SWT Program)
2009-05-21 06:33:00 -04:00
LOG_PROTOCOL_PORT = {0} port {1,number,# }
2009-04-24 17:34:33 -04:00
LOG_READ_CLIENT_AUTHORIZATION = < Authorization: ********
LOG_READ_CLIENT_AUTH_PLAIN = < AUTH PLAIN ********
LOG_READ_CLIENT_LINE = < {0}
LOG_READ_CLIENT_LOGIN = < LOGIN ********
LOG_READ_CLIENT_PASS = < PASS ********
LOG_READ_CLIENT_PASSWORD = < ********
LOG_REPORT_EVENT = Report event {0}/{1}
2009-06-23 08:37:33 -04:00
LOG_GATEWAY_INTERRUPTED = Stopping DavMail gateway
LOG_GATEWAY_STOP = DavMail gateway stopped
2009-04-24 17:34:33 -04:00
LOG_SEARCHING_CALENDAR_EVENTS = Searching calendar events at {0} ...
LOG_SEARCHING_CALENDAR_MESSAGES = Searching calendar messages...
LOG_SEARCH_QUERY = Search: {0}
LOG_SEND_CLIENT_MESSAGE = > {0}
LOG_SEND_CLIENT_PREFIX_MESSAGE = > {0}{1}
LOG_SET_SOCKET_TIMEOUT = Set socket timeout to {0} seconds
2009-05-04 18:30:10 -04:00
LOG_SOCKET_BIND_FAILED = Unable to bind server socket for {0} on port {1,number,#}: port not allowed or in use by another process\n
2009-05-21 06:33:00 -04:00
LOG_STARTING_DAVMAIL = Starting DavMail Gateway...
2009-04-23 10:54:06 -04:00
LOG_STOPPING_DAVMAIL = Stopping DavMail Gateway...
2009-04-24 17:34:33 -04:00
LOG_SWT_NOT_AVAILABLE = SWT not available, fallback to JDK 1.6 system tray support
LOG_SYSTEM_TRAY_NOT_AVAILABLE = JDK 1.6 needed for system tray support
LOG_UNABLE_TO_CREATE_ICON = Unable to create icon
2009-05-21 06:33:00 -04:00
LOG_UNABLE_TO_CREATE_LOG_FILE_DIR = Unable to create log file directory
2009-04-23 10:54:06 -04:00
LOG_UNABLE_TO_CREATE_TRAY = Unable to create tray
2009-04-24 17:34:33 -04:00
LOG_UNABLE_TO_GET_PARSEINTWITHTAG = Unable to get BerDecoder.parseIntWithTag method
LOG_UNABLE_TO_GET_RELEASED_VERSION = Unable to get released version
LOG_UNABLE_TO_LOAD_IMAGE = Unable to load image
LOG_UNABLE_TO_LOAD_SETTINGS = Unable to load settings:
LOG_UNABLE_TO_OPEN_LINK = Unable to open link
LOG_UNABLE_TO_SET_ICON_IMAGE = Unable to set JDialog icon image (not available under Java 1.5)
2009-05-21 06:33:00 -04:00
LOG_UNABLE_TO_SET_LOG_FILE_PATH = Unable to set log file path
2009-04-23 10:54:06 -04:00
LOG_UNABLE_TO_SET_LOOK_AND_FEEL = Unable to set look and feel
2009-04-24 17:34:33 -04:00
LOG_UNABLE_TO_SET_SYSTEM_LOOK_AND_FEEL = Unable to set system look and feel
LOG_UNABLE_TO_STORE_SETTINGS = Unable to store settings:
2009-12-20 05:51:02 -05:00
LOG_UNSUPPORTED_REQUEST = Unsupported request: {0}
2009-08-10 12:39:28 -04:00
LOG_INVALID_TIMEZONE = Invalid timezone: {0}
2009-09-15 04:34:13 -04:00
LOG_ACCESS_FORBIDDEN = Access to {0} forbidden: {1}
2009-04-24 17:34:33 -04:00
UI_ABOUT = About...
UI_ABOUT_DAVMAIL = About DavMail Gateway
UI_ABOUT_DAVMAIL_AUTHOR = <html><b>DavMail Gateway</b><br>By Micka<6B> l Guessant<br><br>
UI_ACCEPT_CERTIFICATE = DavMail: Accept certificate ?
UI_ALLOW_REMOTE_CONNECTION = Allow Remote Connections:
UI_ALLOW_REMOTE_CONNECTION_HELP = Allow remote connections to the gateway (server mode)
2009-06-17 12:27:31 -04:00
UI_PASSWORD_PROMPT = DavMail: Enter password
2009-04-24 17:34:33 -04:00
UI_ANSWER_NO = n
UI_ANSWER_YES = y
UI_BIND_ADDRESS = Bind address:
UI_BIND_ADDRESS_HELP = Bind only to the specified network address
UI_BUTTON_ACCEPT = Accept
UI_BUTTON_CANCEL = Cancel
UI_BUTTON_DENY = Deny
UI_BUTTON_HELP = Help
UI_BUTTON_OK = OK
UI_BUTTON_SAVE = Save
2009-04-23 10:54:06 -04:00
UI_CALDAV_PORT = Caldav HTTP port:
UI_CALDAV_PORT_HELP = Local Caldav server port to configure in Caldav (calendar) client
UI_CALENDAR_PAST_EVENTS = Calendar past events:
UI_CALENDAR_PAST_EVENTS_HELP = Get events in the past not older than specified days count, leave empty for no limits
2009-04-24 17:34:33 -04:00
UI_CURRENT_VERSION = Current version: {0}<br>
UI_DAVMAIL_GATEWAY = DavMail Gateway
UI_DAVMAIL_SETTINGS = DavMail Gateway Settings
UI_DELAYS = Delays
2009-04-23 10:54:06 -04:00
UI_DISABLE_UPDATE_CHECK = Disable update check:
2009-04-24 17:34:33 -04:00
UI_DISABLE_UPDATE_CHECK_HELP = Disable DavMail check for new version
UI_ENABLE_PROXY = Enable proxy:
UI_ERROR_WAITING_FOR_CERTIFICATE_CHECK = Error waiting for certificate check
UI_EXIT = Exit
UI_FINGERPRINT = FingerPrint
UI_GATEWAY = Gateway
UI_HELP_INSTRUCTIONS = <br>Help and setup instructions available at:<br><a href=\"http://davmail.sourceforge.net\">http://davmail.sourceforge.net</a><br><br>To send comments or report bugs, <br>use <a href=\"http://sourceforge.net/tracker/?group_id=184600\">DavMail Sourceforge trackers</a><br>or contact me at <a href=\"mailto:mguessan@free.fr\">mguessan@free.fr</a></html>
UI_IMAP_PORT = Local IMAP port:
UI_IMAP_PORT_HELP = Local IMAP server port to configure in mail client
UI_ISSUED_BY = Issued by
UI_ISSUED_TO = Issued to
UI_KEEP_DELAY = Trash keep delay:
UI_KEEP_DELAY_HELP = Number of days to keep messages in trash
2009-05-21 06:33:00 -04:00
UI_KEY_PASSWORD = Key password:
UI_KEY_PASSWORD_HELP = SSL key password inside key store
UI_KEY_STORE = Key store:
UI_KEY_STORE_HELP = SSL certificate key store file path
UI_KEY_STORE_PASSWORD = Key store password:
UI_KEY_STORE_PASSWORD_HELP = Key store password
UI_KEY_STORE_TYPE = Key store type:
UI_KEY_STORE_TYPE_HELP = Choose key store type
2010-01-13 05:12:11 -05:00
UI_CLIENT_KEY_STORE = Client key store:
UI_CLIENT_KEY_STORE_HELP = SSL client certificate key store file path
UI_CLIENT_KEY_STORE_PASSWORD = Client key store password:
UI_CLIENT_KEY_STORE_PASSWORD_HELP = Client key store password, leave empty for runtime prompt
UI_CLIENT_KEY_STORE_TYPE = Client key store type:
UI_CLIENT_KEY_STORE_TYPE_HELP = Choose client certificate key store type, choose PKCS11 for smartcard
2009-06-17 12:27:31 -04:00
UI_CLIENT_CERTIFICATE = Client Certificate
2010-01-13 05:12:11 -05:00
UI_PKCS11_LIBRARY = PKCS11 library:
2009-06-17 12:27:31 -04:00
UI_PKCS11_LIBRARY_HELP = PKCS11 (smartcard) library path (.so or .dll)
2010-01-13 05:12:11 -05:00
UI_PKCS11_CONFIG = PKCS11 config:
2009-06-17 12:27:31 -04:00
UI_PKCS11_CONFIG_HELP = Optional additional PKCS11 settings (slot, nssArgs, ...)
2009-05-21 06:33:00 -04:00
UI_LAST_LOG = Last log
UI_LAST_MESSAGE = Last message
2009-04-24 17:34:33 -04:00
UI_LATEST_VERSION = Latest version available: {0} <br>A new version of DavMail Gateway is available.<br><a href=\"http://sourceforge.net/project/platformdownload.php?group_id=184600\">Download latest version</a><br>
UI_LDAP_PORT = Local LDAP port:
UI_LDAP_PORT_HELP = Local LDAP server port to configure in directory (addresse book) client
2009-04-23 10:54:06 -04:00
UI_LOGGING_LEVELS = Logging levels
2009-04-24 17:34:33 -04:00
UI_LOGS = Logs
2009-04-23 10:54:06 -04:00
UI_LOG_DAVMAIL = DavMail:
2009-04-24 17:34:33 -04:00
UI_LOG_DEFAULT = Default:
2009-04-23 10:54:06 -04:00
UI_LOG_HTTPCLIENT = HttpClient:
UI_LOG_WIRE = Wire:
2009-06-23 05:11:03 -04:00
UI_LOG_FILE_PATH = Log file path:
2009-04-24 17:34:33 -04:00
UI_NETWORK = Network
UI_OWA_URL = OWA (Exchange) URL:
UI_OWA_URL_HELP = Base Outlook Web Access URL
UI_POP_PORT = Local POP port:
UI_POP_PORT_HELP = Local POP server port to configure in mail client
UI_PROXY = Proxy
UI_PROXY_PASSWORD = Proxy password:
UI_PROXY_PORT = Proxy port:
UI_PROXY_SERVER = Proxy server:
UI_PROXY_USER = Proxy user:
UI_SENT_KEEP_DELAY = Sent keep delay:
UI_SENT_KEEP_DELAY_HELP = Number of days to keep messages in sent folder
UI_SERIAL = Serial
UI_SERVER_CERTIFICATE = Server Certificate
UI_SERVER_CERTIFICATE_HASH = Server certificate hash:
UI_SERVER_CERTIFICATE_HASH_HELP = Manually accepted server certificate hash
UI_SETTINGS = Settings...
UI_SHOW_LOGS = Show logs...
UI_SMTP_PORT = Local SMTP port:
UI_SMTP_PORT_HELP = Local SMTP server port to configure in mail client
UI_TAB_ADVANCED = Advanced
2009-05-21 06:33:00 -04:00
UI_TAB_ENCRYPTION = Encryption
2009-04-23 10:54:06 -04:00
UI_TAB_MAIN = Main
UI_TAB_PROXY = Proxy
2009-04-24 17:34:33 -04:00
UI_UNTRUSTED_CERTIFICATE = Server provided an untrusted certificate,\n you can choose to accept or deny access.\n Accept certificate (y/n)?
UI_UNTRUSTED_CERTIFICATE_HTML = <html><b>Server provided an untrusted certificate,<br> you can choose to accept or deny access</b></html>
2009-04-23 10:54:06 -04:00
UI_VALID_FROM = Valid from
UI_VALID_UNTIL = Valid until
2009-09-18 08:17:57 -04:00
MEETING_REQUEST = Meeting request
2009-09-25 07:50:46 -04:00
LOG_EXCEPTION_CLOSING_KEYSTORE_INPUT_STREAM = Exception closing keystore input stream
LOG_SUBFOLDER_ACCESS_FORBIDDEN = Subfolder access forbidden to {0}
LOG_FOLDER_NOT_FOUND = Folder {0} not found
LOG_FOLDER_ACCESS_FORBIDDEN = Folder access to {0} forbidden
2009-11-23 04:53:04 -05:00
LOG_FOLDER_ACCESS_ERROR = Folder access to {0} error: {1}
UI_OTP_PASSWORD_PROMPT = One Time (token) Password:
2010-01-20 15:40:27 -05:00
UI_TAB_LOGGING = Logging
UI_OTHER = Other
UI_CALDAV_ALARM_SOUND = Caldav alarm sound:
UI_CALDAV_ALARM_SOUND_HELP = Convert Caldav alarm to sound alarm supported by iCal, e.g. Basso
2010-01-20 15:58:25 -05:00
UI_FORCE_ACTIVESYNC_UPDATE = Force ActiveSync update:
2010-01-20 16:20:05 -05:00
UI_FORCE_ACTIVESYNC_UPDATE_HELP = Force update of Caldav events for ActiveSync connected devices
UI_DEFAULT_DOMAIN = Default domain:
UI_DEFAULT_DOMAIN_HELP = Default windows domain name