19 lines
1.5 KiB
XML
19 lines
1.5 KiB
XML
<resources>
|
|
<string name="app_name">Ojo</string>
|
|
<!-- Strings used for fragments for navigation -->
|
|
<string name="first_fragment_label">First Fragment</string>
|
|
<string name="second_fragment_label">Second Fragment</string>
|
|
|
|
<string name="add_stream_placeholder_url">rtsp://username:password@192.168.1.123:554</string>
|
|
<string name="add_stream">Please insert your camera\'s RTSP stream. Note that the URL differs from camera to camera: you can find the complete URL in your camera\'s settings or user manual.</string>
|
|
<string name="add_stream_save">Save</string>
|
|
<string name="add_stream_invalid_url">Invalid RTSP url</string>
|
|
<string name="add_stream_invalid_url_dismiss">Dismiss</string>
|
|
<string name="add_stream_error_saving">An error has occurred while saving configuration</string>
|
|
|
|
<string name="app_info_title">About Ojo</string>
|
|
<string name="app_info_creator_desc">Created by Daniele Verducci.</string>
|
|
<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>
|
|
<string name="app_info_repo_desc">The source code can be obtained at the github repository: https://github.com/penguin86/ojo</string>
|
|
<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>
|
|
</resources> |