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

Added RU translation eos_strings.xml #2

Open
wants to merge 1 commit into
base: lp5.1
Choose a base branch
from
Open
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
46 changes: 46 additions & 0 deletions core/res/res/values-ru/eos_strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2015, The TeamEos Project. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- Screen Pinning -->
<string name="lock_to_app_navbar_description">Закрепление экрана заблокировано в однооконном просмотре.\n\nДля открепления, долго нажмите кнопку \"Обзор\".</string>
<string name="lock_to_app_nx_description">Закрепление экрана заблокировано в однооконном просмотре.\n\nДля открепления, долго нажмите справой или слевой стороны NX панели.</string>
<string name="lock_to_app_hardkey_description">Закрепление экрана заблокировано в однооконном просмотре.\n\nДля открепления, долго нажмите кнопку \"Назад\".</string>
<string name="lock_to_app_navbar_toast">Для открепления этого окна, долго нажмите кнопку \"Обзор\.</string>
<string name="lock_to_app_nx_toast">Для открепления, долго нажмите справой или слевой стороны NX панели.</string>
<string name="lock_to_app_hardkey_toast">Для открепления, долго нажмите кнопку \"Назад\".</string>

<!-- status message in phone options dialog for when pie is on -->
<string name="global_actions_pie_mode_on_status">SlimPie включен</string>

<!-- status message in phone options dialog for when pie is off -->
<string name="global_actions_pie_mode_off_status">SlimPie отключен</string>

<!-- Error message if user want to try to disable all navigation options -->
<string name="disable_pie_navigation_error">Нельзя отключить SlimPie, поскольку не включено иной навигации. Сначала включите панель навигации.</string>

<!-- status message in phone options dialog for when navigation bar is on -->
<string name="global_actions_nav_bar_mode_on_status">Панель навигации включена</string>

<!-- status message in phone options dialog for when navigation bar is off -->
<string name="global_actions_nav_bar_mode_off_status">Панель навигации отключена</string>

<!-- Error message if user want to try to disable all navigation options -->
<string name="disable_navigation_pie_error">Нельзя отключить панель навигации, поскольку не включено иной навигации. Сначала включите SlimPie.</string>

</resources>