<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ownCloud Sample Client</string>
- <string name="hello_word">Hello World. This is the ownCloud sample client app before doing nothing ownCloud-related.</string>
+ <string name="refresh">Refresh</string>
+ <string name="upload">Upload</string>
+ <string name="delete_remote_file">Delete remote file</string>
+ <string name="download">Download</string>
+ <string name="delete_local_file">Delete local file</string>
+ <string name="youre_doing_it_wrong">You\'re doing it wrong</string>
+ <string name="todo_start_refresh">TODO: start refresh</string>
+ <string name="todo_start_upload">TODO: start upload</string>
+ <string name="todo_start_remote_deletion">TODO: start remote deletion</string>
+ <string name="todo_start_download">TODO: start download</string>
+ <string name="todo_start_local_deletion">TODO: start local deletion</string>
+ <string name="todo_operation_finished_in_success">TODO: operation finished in success</string>
+ <string name="todo_operation_finished_in_fail">TODO: operation finished in fail</string>
+ <string name="upload_folder_path">to_upload</string>
+ <string name="error_copying_sample_file">Sample file could not be saved in temporal folder; upload will not work</string>
+ <string name="sample_file_name">oc_sample.png</string>
+ <string name="sample_file_mimetype">image/png</string>
</resources>