diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9e611cf..c5d02ba 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,6 +1,11 @@ -<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="hello">Hello World, fileBrowser!</string>
- <string name="app_name">blauploader</string>
- <string name="cancel">Cancel</string>
-</resources>
+<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="hello">Hello World, fileBrowser!</string> + <string name="app_name">blauploader</string> + <string name="cancel">Cancel</string> + <string name="hello_world">Hello world!</string> + <string name="menu_settings">Settings</string> + <string name="title_activity_main">MainActivity</string> + +</resources>
\ No newline at end of file |