strings.xml
3.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2006, The Android Open Source Project
**
** 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.
*/
-->
<!-- This file contains resource definitions for displayed strings, allowing
them to be changed based on the locale and options. -->
<resources>
<!-- Simple strings. -->
<string name="application_label">Player4UX</string>
<string name="viewer">Player4UX viewer</string>
<string name="stand_alone">Player4UX standalone</string>
<string name="really_quit">Do you really want to quit?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="error">Error</string>
<string name="ok">OK</string>
<string name="warning">WARNING</string>
<string name="file_not_found">FILE NOT FOUND</string>
<string name="notification">Notification</string>
<string name="confirm">Confirm</string>
<string name="cancel">Cancel</string>
<string name="delete_contents_message">Do you really want to delete content?</string>
<string name="stop_download_message">Do you really want to stop downloading?</string>
<string name="downloading_contents">Downloading contents...</string>
<string name="downloading">downloading</string>
<string name="contents_download_error">An error occurred during the download of content.</string>
<string name="contents_download_complete">Downloaded complete content</string>
<string name="contents_download_stop">Contents download has been stopped.</string>
<string name="contents_construct">Content are being configured.</string>
<string name="contents_construct_error">An error occurred during configuration of the content. After deletion, please re-download.</string>
<string name="contents_not_found_error">Ensure that the content file exists and try again please.</string>
<string name="progress_current">current</string>
<string name="progress_total">total</string>
<string name="content_configure_text">Content are being configured...</string>
<string name="sdcard_not_available">sd card is not available.</string>
<string name="object_version_mismatch">Generated content is higher. Please update the latest applications.</string>
<string name="force_gpu_notify">If you want to use "Force GPU rendering" option, you can not use this app. Please uncheck [Settings>Developer options>Force GPU rendering] option.</string>
<string name="go_to_developer_option">Go to Developer Option</string>
<string name="file">file</string>
<string name="alert_capture_title">Screen Capture</string>
<string name="alert_capture_message">Saved</string>
<string name="expansion_file_not_found">File not found. After deletion, please re-download.</string>
<string name="sharing">Sharing...</string>
<string name="sharing_unknowtype">The type of sharing is not possible.</string>
</resources>