1*1789df15SXin Li<!-- 2*1789df15SXin Li Copyright 2012 The Android Open Source Project 3*1789df15SXin Li 4*1789df15SXin Li Licensed under the Apache License, Version 2.0 (the "License"); 5*1789df15SXin Li you may not use this file except in compliance with the License. 6*1789df15SXin Li You may obtain a copy of the License at 7*1789df15SXin Li 8*1789df15SXin Li http://www.apache.org/licenses/LICENSE-2.0 9*1789df15SXin Li 10*1789df15SXin Li Unless required by applicable law or agreed to in writing, software 11*1789df15SXin Li distributed under the License is distributed on an "AS IS" BASIS, 12*1789df15SXin Li WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*1789df15SXin Li See the License for the specific language governing permissions and 14*1789df15SXin Li limitations under the License. 15*1789df15SXin Li--> 16*1789df15SXin Li 17*1789df15SXin Li<resources> 18*1789df15SXin Li 19*1789df15SXin Li <string name="app_name">Notification Studio</string> 20*1789df15SXin Li <string name="now">Now</string> 21*1789df15SXin Li <string name="share_generated_code">Share generated code…</string> 22*1789df15SXin Li <string name="share_mockup">Share mockup…</string> 23*1789df15SXin Li <string name="preset">Preset</string> 24*1789df15SXin Li <string name="small_icon">Small Icon</string> 25*1789df15SXin Li <string name="content_title">Content Title</string> 26*1789df15SXin Li <string name="content_text">Content Text</string> 27*1789df15SXin Li <string name="sub_text">Sub Text</string> 28*1789df15SXin Li <string name="large_icon">Large Icon</string> 29*1789df15SXin Li <string name="content_info">Content Info</string> 30*1789df15SXin Li <string name="number">Number</string> 31*1789df15SXin Li <string name="when">When</string> 32*1789df15SXin Li <string name="progress">Progress</string> 33*1789df15SXin Li <string name="uses_chron">Uses Chron</string> 34*1789df15SXin Li <string name="style">Style</string> 35*1789df15SXin Li <string name="picture">Picture</string> 36*1789df15SXin Li <string name="big_text">Big Text</string> 37*1789df15SXin Li <string name="lines">Lines</string> 38*1789df15SXin Li <string name="big_content_title">Big Content Title</string> 39*1789df15SXin Li <string name="summary_text">Summary Text</string> 40*1789df15SXin Li <string name="icon">Icon</string> 41*1789df15SXin Li <string name="text">Text</string> 42*1789df15SXin Li <string name="properties">Properties</string> 43*1789df15SXin Li <string name="action_1">Action 1</string> 44*1789df15SXin Li <string name="action_2">Action 2</string> 45*1789df15SXin Li <string name="action_3">Action 3</string> 46*1789df15SXin Li <string name="preset_custom">(custom)</string> 47*1789df15SXin Li <string name="preset_basic">Basic example</string> 48*1789df15SXin Li <string name="preset_email">Email example</string> 49*1789df15SXin Li <string name="preset_photo">Photo example</string> 50*1789df15SXin Li <string name="style_none">(none)</string> 51*1789df15SXin Li <string name="style_big_picture">BigPictureStyle</string> 52*1789df15SXin Li <string name="style_big_text">BigTextStyle</string> 53*1789df15SXin Li <string name="style_inbox">InboxStyle</string> 54*1789df15SXin Li 55*1789df15SXin Li</resources>