Android O SDK.
[android_tools.git] / sdk / platforms / android-26 / data / res / values / donottranslate.xml
blob3a1679c19fc8805c673930ed37327f39c019fa23
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /* //device/apps/common/assets/res/any/strings.xml
4 **
5 ** Copyright 2009, The Android Open Source Project
6 **
7 ** Licensed under the Apache License, Version 2.0 (the "License");
8 ** you may not use this file except in compliance with the License.
9 ** You may obtain a copy of the License at
11 **     http://www.apache.org/licenses/LICENSE-2.0
13 ** Unless required by applicable law or agreed to in writing, software
14 ** distributed under the License is distributed on an "AS IS" BASIS,
15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ** See the License for the specific language governing permissions and
17 ** limitations under the License.
19 -->
20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21     <!-- @hide DO NOT TRANSLATE. Workaround for resource race condition in lockscreen. -->
22     <bool name="lockscreen_isPortrait">true</bool>
23     <!-- @hide DO NOT TRANSLATE. Control aspect ratio of lock pattern -->
24     <string name="lock_pattern_view_aspect">square</string>
25     <!-- @hide DO NOT TRANSLATE. ICU pattern for "Mon, 14 January" -->
26     <string name="icu_abbrev_wday_month_day_no_year">eeeMMMMd</string>
27     <!-- @hide DO NOT TRANSLATE. date formatting pattern for system ui.-->
28     <string name="system_ui_date_pattern">@string/icu_abbrev_wday_month_day_no_year</string>
29     <!-- @hide DO NOT TRANSLATE Spans within this text are applied to style composing regions
30     within an EditText widget. The text content is ignored and not used. -->
31     <string name="candidates_style" translatable="false"><u>candidates</u></string>
32 </resources>