Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5974d670 authored by Marco Brohet's avatar Marco Brohet
Browse files

LatinIME: Refactor default translations

Change-Id: I7f4bd12d3d0e193cfa1e6a865ec90f990c084748
parent 5868eb40
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012-2013 The CyanogenMod 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">
    <!-- Description for Hungarian (QUERTY) keyboard subtype [CHAR LIMIT=25] -->
    <string name="subtype_hu_ZZ">Hungarian (QUERTY)</string>
</resources>
+0 −2
Original line number Diff line number Diff line
@@ -316,8 +316,6 @@
    <string name="subtype_en_GB">English (UK)</string>
    <!-- Description for English (United States) keyboard subtype [CHAR LIMIT=25] -->
    <string name="subtype_en_US">English (US)</string>
    <!-- Description for Hungarian (QUERTY) keyboard subtype [CHAR LIMIT=25] -->
    <string name="subtype_hu_ZZ">Hungarian (QUERTY)</string>
    <!-- Description for English (United Kingdom) keyboard subtype with explicit keyboard layout [CHAR LIMIT=25]
         This should be identical to subtype_en_GB aside from the trailing (%s). -->
    <string name="subtype_with_layout_en_GB">English (UK) (<xliff:g id="layout">%s</xliff:g>)</string>