Skip to content

Commit a4928d5

Browse files
committed
add strings
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 0a2a61f commit a4928d5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,4 +1511,17 @@
15111511
<string name="sync_conflict_notification_description">Upload conflicts detected. Open uploads to resolve.</string>
15121512
<string name="sync_conflict_notification_action_title">Resolve conflicts</string>
15131513
<string name="extension_cannot_be_changed">Extension cannot be changed</string>
1514+
1515+
<plurals name="export_start">
1516+
<item quantity="one">Export started (%d file)</item>
1517+
<item quantity="other">Exports started (%d files)</item>
1518+
</plurals>
1519+
<string name="player_error_source_not_found">Source not found</string>
1520+
<string name="player_media_controls_close_action_title">Close</string>
1521+
<string name="player_last_modified">Modified: %s</string>
1522+
<string name="player_control_view_repeat_button_content_description">Shuffle button</string>
1523+
<string name="player_control_view_previous_button_content_description">Previous button</string>
1524+
<string name="player_control_view_play_pause_button_content_description">Play/Pause button</string>
1525+
<string name="player_control_view_next_button_content_description">Next button</string>
1526+
<string name="player_control_view_random_button_content_description">Random button</string>
15141527
</resources>

0 commit comments

Comments
 (0)