]> Joshua Wise's Git repositories - dumload.git/blob - res/values/strings.xml
cad5d57a9548b8f2fe185f8b6f89a7f2c2be64ae
[dumload.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <resources>\r
3     <string name="hello">Hello World, Dumload!</string>\r
4     <string name="app_name">dumload</string>
5     <string name="prefSshServerTitle">SSH server</string>
6     <string name="preferenceTitle">Preferences</string>
7     <string name="prefConnection">Connection preferences</string>
8     <string name="prefServerTitle">Server</string>
9     <string name="prefServerSummary">The SSH server to connect to</string>
10     <string name="prefUsernameTitle">Username</string>
11     <string name="prefUsernameSummary">The username to use for the ssh connection</string>
12     <string name="prefPortTitle">Port</string>
13     <string name="prefPortSummary">The SSH port on the remote server</string>
14     <string name="prefDefaultPathTitle">Default remote path</string>
15     <string name="prefDefaultPathSummary">Uploads are put in this directory on the remote server by default</string>
16     <string name="prefCrypto">Cryptography</string>
17     <string name="menuGenSshKey">Generate a new SSH key</string>
18     <string name="menuDelSshKey">Remove generated SSH key</string>
19     <string name="msgNoGenKeyFound">No generated SSH key was found.</string>
20     <string name="msgKeyExists">A generated key already exists.</string>\r
21 </resources>\r
This page took 0.017 seconds and 2 git commands to generate.