Emaily/app/src/main/res/values/strings.xml

43 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="alert_error">Sorry. An error was returned by %2$s while shortening the url: %1$s</string>
<string name="alert_nocreds">Please provide your credentials to shorten urls.</string>
<string name="alert_nohost">Sorry. Could not connect to %1$s.</string>
<string name="alert_notfound">Sorry. No applications can perform this action.</string>
<string name="alert_notfound_clip">Sorry. No applications can perform this action. The shortened url has been copied to the clipboard.</string>
<string name="app_name">Emaily</string>
<string name="prefs_about_title">About</string>
<string name="prefs_author_url">https://m.thauvin.net/android/</string>
<string name="prefs_bitly_creds_apikey">API Token</string>
<string name="prefs_bitly_creds_apikey_hint">bit.ly API Token</string>
<string name="prefs_bitly_creds_cancel">Cancel</string>
<string name="prefs_bitly_creds_dialog_title">Bit.ly API Credentials</string>
<string name="prefs_bitly_creds_noapi"><u>Need an API Token?</u></string>
<string name="prefs_bitly_creds_ok">OK</string>
<string name="prefs_bitly_creds_summary_default">Enter your credentials…</string>
<string name="prefs_bitly_creds_summary_edit">Click to edit…</string>
<string name="prefs_bitly_creds_title">API Credentials</string>
<string name="prefs_bitly_creds_url">https://bitly.is/accesstoken</string>
<string name="prefs_bitly_title">bit.ly</string>
<string name="prefs_copyright">© 201220 Erik C. Thauvin</string>
<string name="prefs_feedback_subject">%1$s %2$s %3$s (%4$s %5$s, %6$s)</string>
<string name="prefs_feedback_summary">Send email, please check Help first…</string>
<string name="prefs_feedback_title">Feedback</string>
<string name="prefs_feedback_url">mailto:erik@thauvin.net</string>
<string name="prefs_help_summary">Learn how to use…</string>
<string name="prefs_help_title">Help</string>
<string name="prefs_help_url">http://m.thauvin.net/android/Emaily/help/</string>
<string name="prefs_isgd_chkbox_title">Use as shorterner?</string>
<string name="prefs_isgd_title">is.gd</string>
<string name="prefs_key_bitly_apikey">prefs_bitly_apikey</string>
<string name="prefs_key_bitly_creds">prefs_bitly_creds</string>
<string name="prefs_key_feedback">prefs_feedback</string>
<string name="prefs_key_isgd_chkbox">prefs_isgd_chkbox</string>
<string name="prefs_key_isgd_enabled">prefs_isgd_enabled</string>
<string name="prefs_key_privacy">prefs_privacy</string>
<string name="prefs_key_version">prefs_version</string>
<string name="prefs_privacy_title">Privacy Policy</string>
<string name="prefs_privacy_url">https://mobile.thauvin.net/apps-privacy.shtml</string>
<string name="prefs_version_title">Version</string>
<string name="progress_msg">Shortening url…</string>
</resources>