2013-09-17 18:14:30 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources >
<string name= "app_name" > DAVdroid</string>
<string name= "menu_settings" > Settings</string>
2013-10-30 10:37:27 +00:00
2013-09-17 18:14:30 +00:00
<string-array name= "http_protocols" >
2013-10-30 10:37:27 +00:00
<item > http://</item>
<item > https://</item>
2013-09-17 18:14:30 +00:00
</string-array>
2013-10-30 10:37:27 +00:00
2013-09-17 18:14:30 +00:00
<string name= "http_warning" > "If you don't use encryption (HTTPS), other people may easily intercept your login details, contacts and events."</string>
<string name= "user_name" > User name:</string>
<string name= "password" > Password:</string>
<string name= "root_url" > Root URL (collections will be auto-detected):</string>
<string name= "next" > Next</string>
<string name= "help" > Help</string>
<string name= "invalid_base_url" > Invalid base URL: </string>
<string name= "title_select_collections" > DAVdroid: Select collections</string>
<string name= "exception_io" > I/O error: %s</string>
<string name= "exception_uri_syntax" > Invalid URI: %s</string>
<string name= "exception_incapable_resource" > Missing capabilities: %s</string>
2013-11-15 00:02:29 +00:00
<string name= "neither_caldav_nor_carddav" > Neither CalDAV nor CardDAV available</string>
2013-09-17 18:14:30 +00:00
<string name= "error_principal_path" > "Couldn't determine principal path (RFC 5397)"</string>
2013-11-15 00:02:29 +00:00
<string name= "error_home_set_address_books" > "Couldn't determine address book home set"</string>
<string name= "error_home_set_calendars" > "Couldn't determine calendar home set"</string>
2013-09-17 18:14:30 +00:00
<string name= "add_account" > Add account</string>
<string name= "querying_server" > Querying server. Please wait…</string>
<string name= "exception_http" > HTTP error: %s</string>
<string name= "what_to_sync" > Which collections shall be synchronized?</string>
<string name= "address_books" > Address books</string>
<string name= "calendars" > Calendars</string>
<string name= "select_address_book" > Select up to one address book (tap again to unselect):</string>
<string name= "select_calendars" > Select your calendars:</string>
2013-10-20 15:40:03 +00:00
<string name= "auth_preemptive" > Preemptive authentication (recommended, but incompatible with Digest auth)</string>
2013-10-30 10:37:27 +00:00
<string name= "davdroid_help" > DAVdroid Help</string>
<string name= "show_sync_settings" > Manage sync accounts</string>
<string name= "show_website" > DAVdroid Web site</string>
2014-03-16 15:05:02 +00:00
<string name= "html_main_workaround" > < ![CDATA[
<p > Thank you for buying DAVdroid via Google Play and thus supporting the project. Unfortunately, there are two issues with Google Play:</p>
<h2 > 1. Accounts may be gone after a reboot</h2>
<p > You may encounter the problem that all your <strong > DAVdroid accounts (including contacts and events) are gone
after rebooting your device</strong> . The reason is a <a href= "https://code.google.com/p/android/issues/detail?id=34880" > bug in Android</a>
that causes accounts of paid apps to be removed on start-up because the (encrypted) APK files are
loaded <i > after</i> checking for orphaned accounts.</p>
<p > Affected users:<br />
* all Android 4.1 users who have got DAVdroid from Play Store;<br />
* Android 4.2 users who have got DAVdroid from Play Store only with certain devices (for instance, most Samsung devices)</p>
<h2 > 2. Accounts may be gone after upgrading DAVdroid</h2>
<p > You may encounter the problem that all your <strong > DAVdroid accounts (including contacts and events) when Play Store
updates DAVdroid</strong> . The reason is <a href= "https://code.google.com/p/android/issues/detail?id=66905" > another bug in Android</a>
that causes accounts of paid apps to be removed when upgrading for a similar reason.</p>
<p > Affected users: some Android 4.4.2 users who have got DAVdroid from Play Store (known for Nexus devices and Moto G)</p>
<p > <strong > If you\'re affected by one of these bugs, please <a href= "market://details?id=at.bitfire.davdroid.jbworkaround" > install the
DAVdroid JB Workaround</a> .</strong> </p>
]]></string>
<string name= "html_main_info" > < ![CDATA[
<h1 > Welcome to DAVdroid/%s!</h1>
2013-10-30 10:37:27 +00:00
<p > DAVdroid is an Android 4+ sync adapter for CalDAV/CardDAV. To use it, just add a DAVdroid account
for your CalDAV/CardDAV server and your contacts/events will be synchronized in both directions.</p>
<p > For more information, please see the <a href= "http://davdroid.bitfire.at?pk_campaign=davdroid-app&pk_kwd=main-activity" > DAVdroid homepage</a> .
There\'s a <a href= "http://davdroid.bitfire.at/configuration?pk_campaign=davdroid-app&pk_kwd=main-activity" > Setup guide</a> , too. DAVdroid respects
your privacy, see our <a href= "http://davdroid.bitfire.at/privacy?pk_campaign=davdroid-app&pk_kwd=main-activity" > Privacy Policy</a> .</p>
2014-03-16 15:05:02 +00:00
<p > If you use CyanogenMod, "Privacy Guard" must be disabled for DAVdroid. Otherwise, DAVdroid is not allowed to access
and synchronize your contacts and events.</p>
2013-10-30 10:37:27 +00:00
<p > <b > In case of problems, please read the <a href= "http://davdroid.bitfire.at/configuration?pk_campaign=davdroid-app&pk_kwd=main-activity" > FAQ</a> first.
If you encounter a bug that is clearly related to DAVdroid, enter it on
<a href= "https://github.com/rfc2822/davdroid" > Github issues</a> instead of contacting us directly or giving a poor
rating for the app.</b> </p>
<h1 > Open-source</h1>
<p > DAVdroid is designed to be an open-source project from the very first beginning. It is always possible to compile the
app yourself and use it for free without any obligations. The source code is
<a href= "https://github.com/rfc2822/davdroid" > available on Github</a> , and you can
<a href= "https://f-droid.org/app/at.bitfire.davdroid" > download the app on F-droid</a> .</p>
2014-03-16 15:05:02 +00:00
<p > However, it was much work to create this app, so we have decided to put it into the commercial stores for a small fee.
2013-10-30 10:37:27 +00:00
If you want to support this project, please consider <a href= "http://davdroid.bitfire.at/donate?pk_campaign=davdroid-app&pk_kwd=main-activity" > donating to DAVdroid</a>
or purchasing it.</p>
<h1 > License</h1>
2014-03-16 15:05:02 +00:00
<p > Copyright (c) 2013 – 2014 Richard Hirner (<a href= "http://www.bitfire.at" > bitfire web engineering</a> ). All rights reserved.
2013-10-30 10:37:27 +00:00
This program and the accompanying materials are made available under the terms of the GNU Public License v3.0 which
accompanies this distribution, and is available at <a
2014-03-16 15:05:02 +00:00
href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a> . As far as Google Play, Samsung
Store, AndroidPit App Center or Amazon Appstore require other terms, the respective terms apply for versions
that are downloaded via these services.</p>
<p > Translations: French by unknown contributor, Spanish by <a href= "https://github.com/xphnx" > @xphnx</a> </p>
2013-10-30 10:37:27 +00:00
<h2 > Used third-party libraries</h2>
<p >
* <a href= "http://ical4j.sourceforge.net/" > iCal4j<a > (<a href= "http://sourceforge.net/p/ical4j/ical4j/ci/default/tree/LICENSE" > New BSD License</a> )<br />
2013-12-11 16:08:10 +00:00
* <a href= "https://code.google.com/p/ez-vcard/" > ez-vcard</a> (<a href= "http://opensource.org/licenses/BSD-3-Clause" > New BSD License</a> )<br />
2013-10-30 10:37:27 +00:00
* <a href= "http://simple.sourceforge.net/" > Simple XML Serialization</a> (<a href= "http://www.apache.org/licenses/LICENSE-2.0" > Apache License, Version 2.0</a> )<br />
* <a href= "http://projectlombok.org/" > Project Lombok</a> (<a href= "http://opensource.org/licenses/mit-license.php" > MIT License</a> )</p>
]]></string>
2014-03-16 15:05:02 +00:00
2013-12-01 15:07:27 +00:00
<string name= "account_details" > Account details</string>
<string name= "account_name" > Account name:</string>
<string name= "account_name_hint" > My CalDAV/CardDAV Account</string>
<string name= "email_address" > Email address:</string>
<string name= "organizer_hint" > "ORGANIZER of your events; required if you use attendee info"</string>
<string name= "account_name_info" > "Use your email address as account name because Android will use the account name as ORGANIZER field for events you create. You can't have two accounts with the same name.</string>
2014-03-09 14:12:34 +00:00
<string name= "read_only" > read-only</string>
2013-09-17 18:14:30 +00:00
</resources>