mirror of
https://github.com/samsonjs/media.git
synced 2026-04-15 12:55:46 +00:00
25 lines
1.6 KiB
XML
25 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="exo_controls_previous_description">הרצועה הקודמת</string>
|
|
<string name="exo_controls_next_description">הרצועה הבאה</string>
|
|
<string name="exo_controls_pause_description">השהיה</string>
|
|
<string name="exo_controls_play_description">הפעלה</string>
|
|
<string name="exo_controls_stop_description">הפסקה</string>
|
|
<string name="exo_controls_rewind_description">הרצה אחורה</string>
|
|
<string name="exo_controls_fastforward_description">הרצה קדימה</string>
|
|
<string name="exo_controls_repeat_off_description">אל תחזור על אף פריט</string>
|
|
<string name="exo_controls_repeat_one_description">חזור על פריט אחד</string>
|
|
<string name="exo_controls_repeat_all_description">חזור על הכול</string>
|
|
<string name="exo_controls_shuffle_description">ערבוב</string>
|
|
<string name="exo_controls_fullscreen_description">מצב מסך מלא</string>
|
|
<string name="exo_download_description">Download</string>
|
|
<string name="exo_download_notification_channel_name">Downloads</string>
|
|
<string name="exo_download_downloading">Downloading</string>
|
|
<string name="exo_download_completed">ההורדה הושלמה</string>
|
|
<string name="exo_download_failed">ההורדה לא הושלמה</string>
|
|
<string name="exo_track_selection_title_video">Video</string>
|
|
<string name="exo_track_selection_title_audio">Audio</string>
|
|
<string name="exo_track_selection_title_text">Text</string>
|
|
<string name="exo_track_selection_none">None</string>
|
|
<string name="exo_track_selection_auto">Auto</string>
|
|
</resources>
|