Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-07-07 02:00:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:38 +0300
commit6cc193db450881d8f4503c636dc1aeb43d10016a (patch)
tree612ec15de01169980176eb4cbda8b6ed3070d1d9 /strings.txt
parent502b730829823514c7bd2db1685ea91deea348c4 (diff)
using ^ instead of % as a placeholder for format parameter.
Diffstat (limited to 'strings.txt')
-rw-r--r--strings.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/strings.txt b/strings.txt
index fb6ca647d2..0ca2cab7b4 100644
--- a/strings.txt
+++ b/strings.txt
@@ -458,21 +458,21 @@
ja = 観光
ko = 관광
[country_status_added_to_queue]
- en = %is added to the\ndownloading queue.
+ en = ^is added to the\ndownloading queue.
comment = Message to display at the center of the screen when the country is added to the downloading queue
- ru = %добавлено в очередь\nзагрузки.
+ ru = ^добавлено в очередь\nзагрузки.
[country_status_downloading]
- en = Downloading%(%\\%)
+ en = Downloading^(^%)
comment = Message to display at the center of the screen when the country is downloading
- ru = Загружается%(%\\%)
+ ru = Загружается^(^%)
[country_status_download]
- en = Download%
+ en = Download^
comment = Button text for the button at the center of the screen when the country is not downloaded
- ru = Загрузить%
+ ru = Загрузить^
[country_status_download_failed]
- en = Downloading%\nhas failed
+ en = Downloading^\nhas failed
comment = Message to display at the center of the screen when the country download has failed
- ru = Ошибка загрузки%.
+ ru = Ошибка загрузки^.
[try_again]
en = Try Again
comment = Button text for the button under the country_status_download_failed message