• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <!-- Description line for music artists in the search/suggestion results -->
25    <string name="artist_label">Artist</string>
26
27    <!-- Choice in the ringtone picker.  If chosen, the default ringtone will be used. -->
28    <string name="ringtone_default">Default ringtone</string>
29
30    <!-- Choice in the notification sound picker.  If chosen, the default notification sound will be
31         used. -->
32    <string name="notification_sound_default">Default notification sound</string>
33
34    <!-- Choice in the alarm sound picker.  If chosen, the default alarm sound will be used. -->
35    <string name="alarm_sound_default">Default alarm sound</string>
36
37    <!-- Title for documents backend that offers images. [CHAR LIMIT=24] -->
38    <string name="root_images">Images</string>
39    <!-- Title for documents backend that offers videos. [CHAR LIMIT=24] -->
40    <string name="root_videos">Videos</string>
41    <!-- Title for documents backend that offers audio. [CHAR LIMIT=24] -->
42    <string name="root_audio">Audio</string>
43
44    <!-- Strings of localized sound names below:
45         VERY IMPORTANT: the lower case version of the names must match the resource
46                         name as extracted from the metadata or the file name, all
47                         non-alphanumeric characters are replaced by "_", each
48                         resource name is preceded by "sound_name_".
49    -->
50
51    <!-- Name of alarm in the alarm sound picker: theme:motion, style:ambient tempo:flowing -->
52    <string name="sound_name_awaken">Awaken</string>
53    <!-- Name of alarm in the alarm sound picker: theme:motion, style:soft pure tones
54         tempo:initially downtempo -->
55    <string name="sound_name_bounce">Bounce</string>
56    <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
57    <string name="sound_name_drip">Drip</string>
58    <!-- Name of alarm in the alarm sound picker: theme:motion, style:rhythmic tempo:up-tempo -->
59    <string name="sound_name_gallop">Gallop</string>
60    <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
61    <string name="sound_name_nudge">Nudge</string>
62    <!-- Name of alarm in the alarm sound picker: theme:motion, style:traditional tempo:mid -->
63    <string name="sound_name_orbit">Orbit</string>
64    <!-- Name of alarm in the alarm sound picker: theme:motion, style:digital tempo:mid -->
65    <string name="sound_name_rise">Rise</string>
66    <!-- Name of alarm in the alarm sound picker: theme:motion, style:musical tempo:swaying -->
67    <string name="sound_name_sway">Sway</string>
68    <!-- Name of alarm in the alarm sound picker: theme:motion, style:sound design tempo:mid -->
69    <string name="sound_name_wag">Wag</string>
70
71    <!--  When adding sounds as overlays, you can use the resources defined below.
72          For the translation of the names to be picked up by the RingtonePicker:
73          - in the sound files, set the "TITLE" tag as "alarm_XX" or "notification_XX"
74            or "ringtone_XX",
75          - in the overlay for packages/providers/MediaProvider/res/values/strings.xml
76            define the strings for the names "sound_name_alarm_XX" etc -->
77    <add-resource type="string" name="sound_name_alarm_01" />
78    <add-resource type="string" name="sound_name_alarm_02" />
79    <add-resource type="string" name="sound_name_alarm_03" />
80    <add-resource type="string" name="sound_name_alarm_04" />
81    <add-resource type="string" name="sound_name_alarm_05" />
82    <add-resource type="string" name="sound_name_alarm_06" />
83    <add-resource type="string" name="sound_name_alarm_07" />
84    <add-resource type="string" name="sound_name_alarm_08" />
85    <add-resource type="string" name="sound_name_alarm_09" />
86    <add-resource type="string" name="sound_name_alarm_10" />
87    <add-resource type="string" name="sound_name_alarm_11" />
88    <add-resource type="string" name="sound_name_alarm_12" />
89    <add-resource type="string" name="sound_name_alarm_13" />
90    <add-resource type="string" name="sound_name_alarm_14" />
91    <add-resource type="string" name="sound_name_alarm_15" />
92
93    <add-resource type="string" name="sound_name_notification_01" />
94    <add-resource type="string" name="sound_name_notification_02" />
95    <add-resource type="string" name="sound_name_notification_03" />
96    <add-resource type="string" name="sound_name_notification_04" />
97    <add-resource type="string" name="sound_name_notification_05" />
98    <add-resource type="string" name="sound_name_notification_06" />
99    <add-resource type="string" name="sound_name_notification_07" />
100    <add-resource type="string" name="sound_name_notification_08" />
101    <add-resource type="string" name="sound_name_notification_09" />
102    <add-resource type="string" name="sound_name_notification_10" />
103    <add-resource type="string" name="sound_name_notification_11" />
104    <add-resource type="string" name="sound_name_notification_12" />
105    <add-resource type="string" name="sound_name_notification_13" />
106    <add-resource type="string" name="sound_name_notification_14" />
107    <add-resource type="string" name="sound_name_notification_15" />
108
109    <add-resource type="string" name="sound_name_ringtone_01" />
110    <add-resource type="string" name="sound_name_ringtone_02" />
111    <add-resource type="string" name="sound_name_ringtone_03" />
112    <add-resource type="string" name="sound_name_ringtone_04" />
113    <add-resource type="string" name="sound_name_ringtone_05" />
114    <add-resource type="string" name="sound_name_ringtone_06" />
115    <add-resource type="string" name="sound_name_ringtone_07" />
116    <add-resource type="string" name="sound_name_ringtone_08" />
117    <add-resource type="string" name="sound_name_ringtone_09" />
118    <add-resource type="string" name="sound_name_ringtone_10" />
119    <add-resource type="string" name="sound_name_ringtone_11" />
120    <add-resource type="string" name="sound_name_ringtone_12" />
121    <add-resource type="string" name="sound_name_ringtone_13" />
122    <add-resource type="string" name="sound_name_ringtone_14" />
123    <add-resource type="string" name="sound_name_ringtone_15" />
124
125</resources>
126