-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
20 lines (18 loc) · 732 Bytes
/
strings.xml
File metadata and controls
20 lines (18 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">VathmosApofoitisis</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="calculate_button_text">Calculate!</string>
<string name="currentmo_text">Current MO:</string>
<string name="passed_courses_text">Passed Courses:</string>
<string name="total_courses_text">Total Courses:</string>
<string name="wantedmo_text">Wanted MO:</string>
<string name="results_text">Results:</string>
<string-array name="results_list">
<item >ok</item>
<item >ok</item>
<item >ok</item>
<item >ok</item>
</string-array>
</resources>