diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-15 20:43:45 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-15 20:43:45 +0000 |
commit | 30d164851ac3d4e7397e010baa24a8e5cb0dc090 (patch) | |
tree | fcb45696618d4588fb4fcd052db2c217e587d82e /app/src/main/res/values/strings.xml | |
parent | eb7c5e7d7b332fb488658bb84066b0b3c516896e (diff) |
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..0d6c9c3 --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="hello">Hello World, fileBrowser!</string> + <string name="app_name">up.org.je</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 |