1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 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 <!-- String indicating how many media item(s) is(are) selected 19 eg. 1 item selected [CHAR LIMIT=30] --> 20 <plurals name="number_of_items_selected"> 21 <item quantity="zero">%1$d item selected</item> 22 <item quantity="one">%1$d item selected</item> 23 <item quantity="other">%1$d items selected</item> 24 </plurals> 25 26 <!-- String indicating how many media album(s) is(are) selected 27 eg. 1 album selected [CHAR LIMIT=30] --> 28 <plurals name="number_of_albums_selected"> 29 <item quantity="zero">%1$d album selected</item> 30 <item quantity="one">%1$d album selected</item> 31 <item quantity="other">%1$d albums selected</item> 32 </plurals> 33 34 <!-- String indicating how many media group(s) is(are) selected 35 eg. 1 group selected [CHAR LIMIT=30] --> 36 <plurals name="number_of_groups_selected"> 37 <item quantity="zero">%1$d group selected</item> 38 <item quantity="one">%1$d group selected</item> 39 <item quantity="other">%1$d groups selected</item> 40 </plurals> 41 42</resources>