2014-07-24 02:15:11 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources >
<string name= "app_name" > PwdStore</string>
2014-07-27 19:58:42 +02:00
2014-07-26 21:57:33 +02:00
<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>
2014-07-26 21:44:25 +02:00
<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-array name= "connection_modes" >
<item > username/password</item>
<item > ssh-key</item>
</string-array>
2014-07-26 21:44:25 +02:00
<string-array name= "clone_protocols" >
<item > ssh://</item>
<item > https://</item>
<item > http://</item>
</string-array>
2014-07-27 19:58:42 +02:00
<!-- 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>
2014-07-27 04:33:08 +02:00
<string name= "hello_blank_fragment" > Hello blank fragment</string>
2014-07-24 02:15:11 +02:00
</resources>