-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstrings.xml
More file actions
16 lines (12 loc) · 949 Bytes
/
strings.xml
File metadata and controls
16 lines (12 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="test_1">here is a test</string>
<string name="test_2">here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. here is a long test. </string>
<string name="test_3">here\' is another \" test</string>
<string name="arg_test_1">heres is an arg %1$s test</string>
<string name="arg_test_2">heres is an arg %1$s test%2$s</string>
<string name="arg_test_3">%1$s test%2$s \" %3$s</string>
<string name="named_arg_test_1" argNames="value1">here is a named arg test %1$s</string>
<string name="named_arg_test_2" argNames="anotherValue,value2">here is a %1$s named arg test %2$s</string>
<string name="named_arg_test_3" argNames="anotherValue, value2">here is a %1$s named arg test %2$s</string>
</resources>