]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/glass/src/main/res/values/strings.xml
Implement and include the main activity layout
[hornmich/skoda-qr-demo.git] / QRScanner / glass / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2014 ZXing authors
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9   http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16 -->
17 <resources>
18     <string name="app_name">Skoda Manufacturer Helper</string>
19     <string name="start_scan">Scan</string>
20     <string name="title_activity_preview">Component preview</string>
21   <string name="title_activity_main">Skoda Demo</string>
22   <string name="hello_world">Skoda Demo</string>
23     <string name="action_stop">Stop</string>
24     <string name="action_scan">Scan code</string>
25     <string name="cannot_open_file_Path">Cannot open file: %1$s</string>
26     <string name="cannot_open_buffer">Cannot open buffer</string>
27     <string name="show_contacts">Contacts</string>
28     <string name="show_manufacturing">Manufacturing</string>
29     <string name="show_pictured_manufacturing">Pictured manuf</string>
30     <string name="show_workshop">Workshow guide</string>
31     <string name="glass_voice_trigger">Skoda Manufacturer Helper</string>
32     <string name="title_activity_pdf_view">PdfViewActivity</string>
33     <string name="action_settings">Settings</string>
34     <string name="page_number_label">Page:</string>
35     <string name="pdf_viewer_state_label">State:</string>
36     <string name="page_state_scrolling">scrolling</string>
37     <string name="loading_page">Loading...</string>
38     <string name="zoom_label">Zoom:</string>
39     <string name="tap_to_start_scan">Tap to start scanning</string>
40 </resources>