1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2016 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <add-resource type="string" name="publish"/> 19 <string name="publish">ショートカット生成</string> 20 21 <add-resource type="string" name="add_shortcut"/> 22 <string name="add_shortcut">ショートカット追加</string> 23 24 <add-resource type="string" name="update_shortcuts"/> 25 <string name="update_shortcuts">ショートカット更新</string> 26 27 <add-resource type="string" name="delete_all"/> 28 <string name="delete_all">全ダイナミックショートカット削除</string> 29 30 <add-resource type="string" name="shortcut_short_text1"/> 31 <string name="shortcut_short_text1">マニフェストショートカット</string> 32 33 <add-resource type="string" name="shortcut_long_text1"/> 34 <string name="shortcut_long_text1">[長いラベル] マニフェストショートカット</string> 35 36 <add-resource type="string" name="shortcut_disabled_message1"/> 37 <string name="shortcut_disabled_message1">ショートカットは使用不可</string> 38 39 <add-resource type="string" name="shortcut_short_text2"/> 40 <string name="shortcut_short_text2">ショートカット2</string> 41 42 <add-resource type="string" name="shortcut_long_text2"/> 43 <string name="shortcut_long_text2">[長いラベル] ショートカット2</string> 44 45 <add-resource type="string" name="shortcut_disabled_message2"/> 46 <string name="shortcut_disabled_message2">無効</string> 47 48 <add-resource type="string" name="show_notification"/> 49 <string name="show_notification">通知を表示</string> 50 51 <add-resource type="string" name="request_pin"/> 52 <string name="request_pin">ピンショートカット作成</string> 53 54</resources> 55