Skip to content

Commit 3848cc7

Browse files
committed
values-ru
1 parent d4b77d2 commit 3848cc7

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name">Ojo</string>
4+
<!-- Strings used for fragments for navigation -->
5+
<string name="first_fragment_label">Первый Фрагмент</string>
6+
<string name="second_fragment_label">Второй Фрагмент</string>
7+
8+
<string name="fab_add_camera">Добавить</string>
9+
10+
<string name="stream_list_default_camera_name">VidБезымянная камера №{camNo}</string>
11+
12+
<string name="add_stream_placeholder_url">rtsp://username:password@192.168.1.123:554</string>
13+
<string name="add_stream_placeholder_name">Название IP камеры</string>
14+
<string name="add_stream_name">Нзвание потока IP камеры</string>
15+
<string name="add_stream_save">Сохранить</string>
16+
<string name="add_stream_invalid_url">Неправильный RTSP URL</string>
17+
<string name="add_stream_invalid_url_dismiss">Закрыть</string>
18+
<string name="add_stream_error_saving">Произошла ошибка при сохранении конфигурации</string>
19+
<string name="add_stream">Пожалуйста введите RTSP поток вашей камеры. Обратите внимание, что URL отличается от камеры к камере: вы можете найти полный URL адрес в настройках вашей камеры или руководстве пользователя.</string>
20+
<string name="menuitem_allow_rotation">Разрешить вращение экрана</string>
21+
<string name="menuitem_deny_rotation">Только альбомная</string>
22+
<string name="menuitem_info">Инфо</string>
23+
<string name="menuitem_add_camera">Добавить</string>
24+
25+
<string name="app_info_title">О программе</string>
26+
<string name="app_info_creator_desc">Автор: Daniele Verducci.</string>
27+
<string name="app_info_license_desc">Это приложение лицензировано в соответствии с GNU GENERAL PUBLIC LICENSE v3+. Ознакомьтесь тут: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE</string>
28+
<string name="app_info_repo_desc">Исходный код в репозитории на GitHub:: https://github.com/penguin86/ojo</string>
29+
<string name="app_info_lib_desc">Это приложение стало возможным благодаря усилиям команды VLC и VLC-Android! Вы можете узнать больше или получить исходный код тут: https://code.videolan.org/videolan/vlc-android</string>
30+
31+
</resources>

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<string name="app_info_title">About Ojo</string>
2525
<string name="app_info_creator_desc">Created by Daniele Verducci.</string>
2626
<string name="app_info_license_desc">This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+. You can obtain a copy here: https://raw.githubusercontent.com/penguin86/ojo/master/LICENSE</string>
27-
<string name="app_info_repo_desc">The source code can be obtained at the github repository: https://github.com/penguin86/ojo</string>
28-
<string name="app_info_lib_desc">This app is made possible by the gourgeous vlc and vlc-android teams effort! You can know more or obtain the source code at https://code.videolan.org/videolan/vlc-android</string>
27+
<string name="app_info_repo_desc">The source code can be obtained at the GitHub repository: https://github.com/penguin86/ojo</string>
28+
<string name="app_info_lib_desc">This app is made possible by the gorgeous VLC and VLC-Android teams effort! You can know more or obtain the source code at https://code.videolan.org/videolan/vlc-android</string>
2929
</resources>

0 commit comments

Comments
 (0)