Android-Password-Store/app/src/main/res/values/strings.xml

28 lines
1.5 KiB
XML
Raw Normal View History

2014-07-24 02:15:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">PwdStore</string>
<string name="clone_settings">Clone</string>
<string name="action_settings">Settings</string>
2014-07-24 02:15:11 +02:00
<string name="hello_world">Hello world!</string>
<string name="dialog_delete_title">Directory already exist</string>
2014-07-24 02:15:11 +02:00
<string name="dialog_delete_msg">Target directory already exist. Current version support only a single store. Do you want to delete the current password store directory?</string>
<string name="dialog_delete">Delete directory</string>
<string name="dialog_do_not_delete">Cancel</string>
<string name="title_activity_git_clone">Clone repository</string>
<!-- Clone fragment -->
<string name="clone_fragment_text">Password store empty</string>
<string name="clone">Clone a git repository</string>
<string name="initialize">Initialize a git repository</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
2014-07-28 23:48:08 +02:00
<!-- APG related -->
<string name="error_activity_not_found">No suitable application for this action found.</string>
<string name="error_apg_version_not_supported">The installed APG version is not supported.</string>
<string name="insufficient_apg_permissions">Password Store doesn\'t have permission to access APG fully, please reinstall Password Store to fix that.</string>
<string name="title_activity_agp_intents">AgpIntentsActivity</string>
<string name="title_activity_pgp_handler">PgpHandler</string>
2014-07-28 23:48:08 +02:00
2014-07-24 02:15:11 +02:00
</resources>