Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2009 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     <!-- Label to show to user for all apps using this UID. -->
     19     <string name="uid_label">Media</string>
     20 
     21     <!-- Label to show to user for this package. -->
     22     <string name="app_label">Media Storage</string>
     23 
     24     <!-- [CHAR LIMIT=NONE] Boot message while upgrading media provider. -->
     25     <string name="upgrade_msg">Upgrading Media database.</string>
     26 
     27     <!-- Description line for music artists in the search/suggestion results -->
     28     <string name="artist_label">Artist</string>
     29 
     30     <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
     31     <string name="ringtone_default">Default ringtone</string>
     32 
     33     <!-- Choice in the notification sound picker.  If chosen, the default notification sound will be
     34          used. -->
     35     <string name="notification_sound_default">Default notification sound</string>
     36 
     37     <!-- Choice in the alarm sound picker.  If chosen, the default alarm sound will be used. -->
     38     <string name="alarm_sound_default">Default alarm sound</string>
     39 
     40     <!-- Title for documents backend that offers images. [CHAR LIMIT=24] -->
     41     <string name="root_images">Images</string>
     42     <!-- Title for documents backend that offers videos. [CHAR LIMIT=24] -->
     43     <string name="root_videos">Videos</string>
     44     <!-- Title for documents backend that offers audio. [CHAR LIMIT=24] -->
     45     <string name="root_audio">Audio</string>
     46 
     47 </resources>
     48