From 4fc4f6529753dc9c45b947ae70c72e5af042bf85 Mon Sep 17 00:00:00 2001 From: Michael W Date: Wed, 21 Feb 2018 22:36:23 +0100 Subject: Snap: Convert "save best" dialog text to a quantity string * Saving 1 vs saving several can be a different string in other languages (e.g. German: "1 von 10 Bildern wird gespeichert[...]" vs "2 von 10 Bildern werden gespeichert[...]") * Also fixes a missing "be" in the source string ("will _be_ deleted") Change-Id: I0f0a91fa3cd1abe17c9d3eef453c4ed706a6fb25 --- res/values/strings.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'res') 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] --> Restore defaults Camera settings will be restored to default settings - %1$d of 10 images will be saved and the rest will deleted. + + %1$d of 10 images will be saved and the rest will be deleted + %1$d of 10 images will be saved and the rest will be deleted + + Save selected images? OK Cancel - %1$d of 10 images saved. + + + %1$d of 10 images saved. + %1$d of 10 images saved. + + Do not show again Delete all? Are you sure you want to delete all 10 pictures taken? -- cgit v1.2.3