-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathstrings_menu.xml
More file actions
74 lines (74 loc) · 5.21 KB
/
strings_menu.xml
File metadata and controls
74 lines (74 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Menu option to start playback of the artist/album/all songs -->
<string name="menu_title_play">खेल</string>
<!-- Menu option to shuffle artist/album/all songs -->
<string name="menu_title_shuffle">शफ़ल</string>
<!-- Menu option to start 'album shuffle' mode (plays a random album, where tracks are played in order)-->
<string name="menu_title_album_shuffle">एल्बम शफ़ल</string>
<!-- Menu option to add this song to the queue, to play next -->
<string name="menu_title_play_next">अगला खेलें</string>
<!-- Menu option to open the tag editor for this song/album/artist -->
<string name="menu_title_edit_tags">जोड़ संपादित करें</string>
<!-- Menu option to configure the selected media provider -->
<string name="menu_title_media_provider_configure">कॉन्फ़िगर करें</string>
<!-- Menu option to remove the selected media provider -->
<string name="menu_title_media_provider_remove">हटाएँ</string>
<!-- Menu option to show the Sleep Timer -->
<string name="menu_title_sleep_timer">सोने का टाइमर</string>
<!-- Menu option to add the selected song to the 'favorites' playlist -->
<string name="menu_title_favorite">पसंदीदा</string>
<!-- Menu option to show the 'lyrics' view -->
<string name="menu_title_lyrics">बोल</string>
<!-- Menu option to show the 'song info' dialog -->
<string name="menu_title_song_info">गाने की जानकारी</string>
<!-- Menu option to delete the selected artist/album/song -->
<string name="menu_title_delete">हटाएं</string>
<!-- Menu option to import a playlist from the Android Media Store-->
<string name="menu_title_import">आयात करें</string>
<!-- Menu option to add an artist/album/song to the list of excluded (blacklisted) songs-->
<string name="menu_title_exclude">निकालें</string>
<!-- Menu option to remove an artist/album/song from a playlist, or the exclude list (blacklist)-->
<string name="menu_title_remove">हटाएँ</string>
<!-- Menu option to open the submenu to change between 'list' and 'grid' view modes-->
<string name="menu_title_view_mode">के रूप में देखें</string>
<!-- Menu option to view the artist/album list as a list rather than a grid-->
<string name="menu_title_view_mode_list">सूची</string>
<!-- Menu option to view the artist/album list as a grid rather than a list-->
<string name="menu_title_view_mode_grid">ग्रिड</string>
<!-- Menu option to open the sorting submenu -->
<string name="menu_title_sort_by">इसके अनुसार क्रमबद्ध करें</string>
<!-- Menu option to sort by album name -->
<string name="menu_title_sort_album_name">एल्बम का नाम</string>
<!-- Menu option to sort by artist name -->
<string name="menu_title_sort_artist_name">कलाकार का नाम</string>
<!-- Menu option to sort by song name -->
<string name="menu_title_sort_song_name">गीत का नाम</string>
<!-- Menu option to sort by year-->
<string name="menu_title_sort_year">साल</string>
<!-- Menu option to sort by name -->
<string name="menu_title_sort_name">"नाम "</string>
<!-- Menu option to sort by song count -->
<string name="menu_title_sort_song_count">गानों की संख्या</string>
<!-- Menu option to sort by song duration -->
<string name="menu_title_sort_duration">समयांतराल</string>
<!-- Menu option to sort by last modified date -->
<!-- Menu option to sort playlists by a custom sort order (user-defined sort order) -->
<string name="menu_title_sort_custom">रिवाज</string>
<!-- Menu option to scroll to the current playing track in the queue -->
<string name="menu_title_scroll_to_current">वर्तमान तक स्क्रॉल करें</string>
<!-- Menu option to rename a playlist-->
<string name="menu_title_rename">नाम बदलें</string>
<!-- Menu option to clear (remove) all tracks in a playlist-->
<string name="menu_title_clear">हटाएँ</string>
<!-- Menu option to add an artist/album/song to a playlist-->
<string name="menu_title_add_to_playlist">प्लेलिस्ट में जोड़ें</string>
<!-- Menu option to save the current queue to a playlist -->
<string name="menu_title_save_queue_to_playlist">प्लेलिस्ट में कतार सहेजें</string>
<!-- Menu option to add the selected artist/album/song to the queue-->
<string name="menu_title_add_to_queue">क़तार में जोड़ें</string>
<!-- Menu option to remove the selected item from the queue -->
<string name="menu_title_remove_from_queue">कतार से हटाएं</string>
<!-- Menu option to remove all items from the queue -->
<string name="menu_title_sort_clear_queue">कतार साफ़ करें</string>
</resources>