LatinIME/java/res/values-hr/donottranslate-more-keys.xml

40 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2011, 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.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- \u0161: "š" LATIN SMALL LETTER S WITH CARON
\u015b: "ś" LATIN SMALL LETTER S WITH ACUTE
\u00df: "ß" LATIN SMALL LETTER SHARP S -->
<string name="more_keys_for_s">\u0161,\u015b,\u00df</string>
<!-- \u00f1: "ñ" LATIN SMALL LETTER N WITH TILDE
\u0144: "ń" LATIN SMALL LETTER N WITH ACUTE -->
<string name="more_keys_for_n">\u00f1,\u0144</string>
<string name="more_keys_for_y"></string>
<!-- \u017e: "ž" LATIN SMALL LETTER Z WITH CARON
\u017a: "ź" LATIN SMALL LETTER Z WITH ACUTE
\u017c: "ż" LATIN SMALL LETTER Z WITH DOT ABOVE -->
<string name="more_keys_for_z">\u017e,\u017a,\u017c</string>
<!-- \u010d: "č" LATIN SMALL LETTER C WITH CARON
\u0107: "ć" LATIN SMALL LETTER C WITH ACUTE
\u00e7: "ç" LATIN SMALL LETTER C WITH CEDILLA -->
<string name="more_keys_for_c">\u010d,\u0107,\u00e7</string>
<!-- \u0111: "đ" LATIN SMALL LETTER D WITH STROKE -->
<string name="more_keys_for_d">\u0111</string>
</resources>