1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 Copyright (C) 2015 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16 --> 17 18<resources xmlns:android="http://schemas.android.com/apk/res/android" 19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <string-array name="empty_subject_strings"> 21 <item msgid="8900116186849071724">"제목 없음"</item> 22 <item msgid="272485471009191934">"nosubject"</item> 23 </string-array> 24 <string-array name="notification_reply_choices"> 25 <item msgid="1875991048685328264">"예"</item> 26 <item msgid="6049132459802288033">"아니요"</item> 27 <item msgid="3084376867445867895">"알겠습니다"</item> 28 <item msgid="3155097332660174689">"하하"</item> 29 <item msgid="2611328818571146775">"감사합니다."</item> 30 <item msgid="4881335087096496747">"동의합니다"</item> 31 <item msgid="2422296858597420738">"좋습니다."</item> 32 <item msgid="4805581752819452687">"가는 중입니다"</item> 33 <item msgid="4746700499431366214">"나중에 연락드리겠습니다"</item> 34 <item msgid="4342041517788201970">":)"</item> 35 <item msgid="7439437911747961187">":("</item> 36 </string-array> 37</resources> 38