summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bcf20bf44..f57919372 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -709,11 +709,20 @@ CHAR LIMIT = NONE] -->
<string name="pref_camera2_restore_default">Restore defaults</string>
<string name="pref_camera2_restore_default_hint">Camera settings will be restored to default settings</string>
- <string name="save_best_dialog_content">%1$d of 10 images will be saved and the rest will deleted.</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d of 10 images will be saved and the rest will be deleted</item>
+ <item quantity="other">%1$d of 10 images will be saved and the rest will be deleted</item>
+ </plurals>
+
<string name="save_best_dialog_title">Save selected images?</string>
<string name="save_best_dialog_positive_bt">OK</string>
<string name="save_best_dialog_native_bt">Cancel</string>
- <string name="save_best_image_toast">%1$d of 10 images saved.</string>
+
+ <plurals name="save_best_image_toast">
+ <item quantity="one">%1$d of 10 images saved.</item>
+ <item quantity="other">%1$d of 10 images saved.</item>
+ </plurals>
+
<string name="dialog_do_not_show">Do not show again</string>
<string name="delete_best_dialog_title">Delete all?</string>
<string name="delete_best_dialog_content">Are you sure you want to delete all 10 pictures taken?</string>