arrays.xml 481 Bytes
Newer Older
Lee Jaebin committed
1 2 3 4
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string-array name="sort_names">
5 6 7 8
        <item>作業名(あいうえお)順</item>
        <item>作業期間が新しい順</item>
        <item>作業期間が古い順</item>
        <item>報告タイプ順</item>
Lee Jaebin committed
9 10
        <item>閲覧日が新しい順</item>
    </string-array>
Lee Jaebin committed
11 12 13 14 15

    <string-array name="category_types">
        <item>全て</item>
        <item>カテゴリ</item>
    </string-array>
Lee Jaebin committed
16
</resources>