1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2014 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<!-- String resources --> 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- Title of the application. [CHAR LIMIT=12] --> 19 <string name="app_name">Just for Us</string> 20 21 <!-- 22 Template string with coupon title, subtitle, and sender name for the text to use 23 when the coupon is shared with other apps. [CHAR LIMIT=NONE] 24 --> 25 <string name="message_format_without_sender">Excited to redeem my coupon! <xliff:g id="coupon_title">%s</xliff:g> - <xliff:g id="coupon_subtitle">%s</xliff:g> #justforus</string> 26 27 <!-- 28 Template string with coupon title, subtitle, and sender name for the text to use 29 when the coupon is shared with other apps. [CHAR LIMIT=NONE] 30 --> 31 <string name="message_format_with_sender">Excited to redeem my coupon with <xliff:g id="coupon_title">%s</xliff:g>! <xliff:g id="coupon_title">%s</xliff:g> - <xliff:g id="coupon_subtitle">%s</xliff:g> #justforus</string> 32 33 <!-- 34 Title of the share intent picker dialog. Displayed above a list of apps that the 35 user can share to. [CHAR LIMIT=20] 36 --> 37 <string name="redeem_using">Redeem using</string> 38</resources> 39