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

72 lines
3.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2010, 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">
<!-- \u00e1: "á" LATIN SMALL LETTER A WITH ACUTE
\u00e4: "ä" LATIN SMALL LETTER A WITH DIAERESIS
\u00e0: "à" LATIN SMALL LETTER A WITH GRAVE
\u00e2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX
\u00e3: "ã" LATIN SMALL LETTER A WITH TILDE
\u0101: "ā" LATIN SMALL LETTER A WITH MACRON -->
<string name="more_keys_for_a">\u00e1,\u00e4,\u00e0,\u00e2,\u00e3,\u0101</string>
<!-- \u00e9: "é" LATIN SMALL LETTER E WITH ACUTE
\u00eb: "ë" LATIN SMALL LETTER E WITH DIAERESIS -->
<string name="more_keys_for_e">\u00e9,\u00eb</string>
<!-- \u00ed: "í" LATIN SMALL LETTER I WITH ACUTE
\u00ef: "ï" LATIN SMALL LETTER I WITH DIAERESIS -->
<string name="more_keys_for_i">\u00ed,\u00ef</string>
<!-- \u00f3: "ó" LATIN SMALL LETTER O WITH ACUTE
\u00f4: "ô" LATIN SMALL LETTER O WITH CIRCUMFLEX
\u00f2: "ò" LATIN SMALL LETTER O WITH GRAVE
\u00f5: "õ" LATIN SMALL LETTER O WITH TILDE
\u0153: "œ" LATIN SMALL LIGATURE OE
\u014d: "ō" LATIN SMALL LETTER O WITH MACRON -->
<string name="more_keys_for_o">\u00f3,\u00f4,\u00f2,\u00f5,\u0153,\u014d</string>
<!-- \u00fa: "ú" LATIN SMALL LETTER U WITH ACUTE
\u00fc: "ü" LATIN SMALL LETTER U WITH DIAERESIS
\u00fb: "û" LATIN SMALL LETTER U WITH CIRCUMFLEX
\u00f9: "ù" LATIN SMALL LETTER U WITH GRAVE
\u016b: "ū" LATIN SMALL LETTER U WITH MACRON -->
<string name="more_keys_for_u">\u00fa,\u00fc,\u00fb,\u00f9,\u016b</string>
<!-- \u00df: "ß" LATIN SMALL LETTER SHARP S
\u015b: "ś" LATIN SMALL LETTER S WITH ACUTE
\u0161: "š" LATIN SMALL LETTER S WITH CARON -->
<string name="more_keys_for_s">\u00df,\u015b,\u0161</string>
<!-- \u00f1: "ñ" LATIN SMALL LETTER N WITH TILDE
\u0144: "ń" LATIN SMALL LETTER N WITH ACUTE -->
<string name="more_keys_for_n">\u00f1,\u0144</string>
<!-- \u00fd: "ý" LATIN SMALL LETTER Y WITH ACUTE
\u00ff: "ÿ" LATIN SMALL LETTER Y WITH DIAERESIS -->
<string name="more_keys_for_y">\u00fd,\u00ff</string>
<!-- \u00f0: "ð" LATIN SMALL LETTER ETH -->
<string name="more_keys_for_d">\u00f0</string>
<!-- \u0142: "ł" LATIN SMALL LETTER L WITH STROKE -->
<string name="more_keys_for_l">\u0142</string>
<!-- \u00e5: "å" LATIN SMALL LETTER A WITH RING ABOVE -->
<string name="keylabel_for_scandinavia_row1_11">\u00e5</string>
<!-- \u00e6: "æ" LATIN SMALL LETTER AE -->
<string name="keylabel_for_scandinavia_row2_10">\u00e6</string>
<!-- \u00f8: "ø" LATIN SMALL LETTER O WITH STROKE -->
<string name="keylabel_for_scandinavia_row2_11">\u00f8</string>
<!-- \u00e4: "ä" LATIN SMALL LETTER A WITH DIAERESIS -->
<string name="more_keys_for_scandinavia_row2_10">\u00e4</string>
<!-- \u00f6: "ö" LATIN SMALL LETTER O WITH DIAERESIS -->
<string name="more_keys_for_scandinavia_row2_11">\u00f6</string>
</resources>