Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for project Trekarta and language ru on branch master #281

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/src/main/res/values-ru/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,9 @@
<item>Велосипеды</item>
<item>Лыжи</item>
</string-array>
<string-array name="pointer_types">
<item>Стрела</item>
<item>Круг А</item>
<item>Круг Б</item>
</string-array>
</resources>
7 changes: 7 additions & 0 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@
<string name="actionDownload">Загрузить</string>
<string name="actionSkip">Пропустить</string>
<string name="actionCreateRoute">Создать маршрут</string>
<string name="actionSend">Отправить</string>

<string name="share_location_intent_title">Поделиться местоположением через:</string>
<string name="share_data_intent_title">Поделиться данными через:</string>
<string name="share_map_intent_title">Поделиться файлом карты через:</string>
Expand Down Expand Up @@ -138,6 +140,7 @@
<string name="msgFailedToGetFileName">Не удалось получить имя файла</string>
<string name="msgCancelDownload">Отменить загрузку карты?</string>
<string name="msgCrashOccurred">Похоже, в прошлый раз приложение закрылось из-за ошибки. Вы окажете помощь разработчику, отправив отчёт об ошибке.</string>
<string name="msgDescribeCrash">Опишите, пожалуйста, что вы делали, когда это произошло:</string>
<string name="msgIndexDownloadFailed">Загружаемый объём не известен</string>
<string name="msgEstimateDownloadSize">Оценка загружаемого объёма</string>
<string name="msgDownloadSize">Загружаемый объём: %s</string>
Expand Down Expand Up @@ -317,11 +320,15 @@
<string name="pref_show_titles_title">Отображать названия</string>
<string name="pref_accessibility_badges_title">Значки доступности</string>
<string name="pref_confirm_exit_title">Подтверждение выхода</string>
<string name="pref_location">Местоположение</string>
<string name="pref_data">Точки, треки, маршруты</string>
<string name="pref_default_color_title">Цвет по-умолчанию</string>
<string name="pref_line_width_title">Ширина линии</string>
<string name="pref_active_route_color_title">Цвет активного маршрута</string>
<string name="pref_active_line_width_title">Ширина активной линии</string>
<string name="pref_pointer_type_title">Вид указателя</string>
<string name="pref_pointer_size_title">Размер указателя</string>
<string name="pref_pointer_color_title">Цвет указателя</string>

<string name="kind_place">Населённые пункты</string>
<string name="kind_road">Дороги</string>
Expand Down
Loading