aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/values')
-rw-r--r--app/res/values/array.xml16
-rw-r--r--app/res/values/strings.xml10
-rw-r--r--app/res/values/strings_activity_settings.xml57
3 files changed, 82 insertions, 1 deletions
diff --git a/app/res/values/array.xml b/app/res/values/array.xml
new file mode 100644
index 0000000..ac6da05
--- /dev/null
+++ b/app/res/values/array.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="debug_priority_names">
+ <item >Log everything</item>
+ <item >Log medium priority events</item>
+ <item >Log high priority events only</item>
+ <item >Logging disabled</item>
+ </string-array>
+ <string-array name="debug_priority">
+ <item >0</item>
+ <item >1</item>
+ <item >2</item>
+ <item >3</item>
+ </string-array>
+
+</resources> \ No newline at end of file
diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml
index 00168b5..0771c3e 100644
--- a/app/res/values/strings.xml
+++ b/app/res/values/strings.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">RepWifi App</string>
+ <string name="app_name">RepWifi</string>
<string name="menu_credits">Info and Credits</string>
<string name="scan_networks">Scan for Networks</string>
<string name="title_activity_select_network">Select Network</string>
@@ -21,5 +21,13 @@
<string name="manage_networks">Manage Networks</string>
<string name="title_activity_credits">Credits</string>
<string name="credit_text">Copyright 2017 Filippo \&quot;Fil\&quot; Bergamo&lt;br/&gt;&lt;br/&gt;This app is Free Software.&lt;br/&gt;It\'s licensed under the terms of &lt;a href=&quot;https://www.gnu.org/licenses/gpl.txt&quot;&gt;GPL v3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This app is developed as a contribution to &lt;br/&gt;&lt;a href=&quot;http://www.replicant.us&quot;&gt;The Replicant Project&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;&lt;u&gt;&lt;big&gt;Thank GNUs:&lt;/big&gt;&lt;/u&gt;&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Tibi \&quot;tct\&quot; Turbureanu&lt;/b&gt;&lt;br/&gt;for having done the initial job of porting libre WiFi to Replicant 4.2.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Wolfgang Wiedmeyer&lt;/b&gt;&lt;br/&gt;for porting libre WiFi to Replicant 6.0 and for helping with the scripts.&lt;br/&gt;&lt;br/&gt;To report on bugs, request features, or any help request, please refer to:&lt;br/&gt;&lt;a href=&quot;http://redmine.replicant.us/projects/replicant/boards&quot;&gt;Replicant\'s Forum&lt;/a&gt;&lt;br/&gt;</string>
+ <string name="menu_config">Settings</string>
+ <string name="msg_interface_not_found">External WiFi adapter not found!\nPlease plug in a supported WiFi adapter and retry.</string>
+ <string name="msg_confirm_delete_network">Are you sure you want to delete this network?</string>
+ <string name="yes">Yes</string>
+ <string name="no">No</string>
+ <string name="retry">Retry</string>
+ <string name="msg_root_disabled">Root access is disabled.\n\nSeems like root access is disabled on this device.\nRepWifi needs root access in order to work.\nPlease, enable root access for applications in:\nSettings > Developer options > Root access > "Apps only"\nWhen done so, restart RepWifi and grant the permission to use root, if asked.</string>
+ <string name="msg_root_denied">Root access denied.\nSeems like you denied root access to RepWifi.\nRepWifi needs root access in order to work.\nPlease, restart the application, and grant RepWifi the permission to use root, when asked.</string>
</resources> \ No newline at end of file
diff --git a/app/res/values/strings_activity_settings.xml b/app/res/values/strings_activity_settings.xml
new file mode 100644
index 0000000..d7bab93
--- /dev/null
+++ b/app/res/values/strings_activity_settings.xml
@@ -0,0 +1,57 @@
+<resources>
+
+ <string name="title_activity_settings">Settings</string>
+
+ <!-- Strings related to Settings -->
+
+
+ <!-- Example General settings -->
+ <string name="pref_header_general">General</string>
+ <string name="pref_title_social_recommendations">Enable social recommendations</string>
+ <string name="pref_description_social_recommendations">Recommendations for people to contact based on your message history</string>
+ <string name="pref_title_display_name">Display name</string>
+ <string name="pref_default_display_name">John Smith</string>
+ <string name="pref_title_add_friends_to_messages">Add friends to messages</string>
+
+ <string-array name="pref_example_list_titles">
+ <item>Always</item>
+ <item>When possible</item>
+ <item>Never</item>
+ </string-array>
+ <string-array name="pref_example_list_values">
+ <item>1</item>
+ <item>0</item>
+ <item>-1</item>
+ </string-array>
+
+ <!-- Example settings for Data & Sync -->
+ <string name="pref_header_data_sync">Data &amp; sync</string>
+ <string name="pref_title_sync_frequency">Sync frequency</string>
+
+ <string-array name="pref_sync_frequency_titles">
+ <item>15 minutes</item>
+ <item>30 minutes</item>
+ <item>1 hour</item>
+ <item>3 hours</item>
+ <item>6 hours</item>
+ <item>Never</item>
+ </string-array>
+ <string-array name="pref_sync_frequency_values">
+ <item>15</item>
+ <item>30</item>
+ <item>60</item>
+ <item>180</item>
+ <item>360</item>
+ <item>-1</item>
+ </string-array>
+
+ <string name="pref_title_system_sync_settings">System sync settings</string>
+
+ <!-- Example settings for Notifications -->
+ <string name="pref_header_notifications">Notifications</string>
+ <string name="pref_title_new_message_notifications">New message notifications</string>
+ <string name="pref_title_ringtone">Ringtone</string>
+ <string name="pref_ringtone_silent">Silent</string>
+ <string name="pref_title_vibrate">Vibrate</string>
+
+</resources> \ No newline at end of file