diff options
author | 2011-01-06 18:21:11 -0800 | |
---|---|---|
committer | 2011-01-07 10:42:26 -0800 | |
commit | f73e76de00f15918828f4f97e5abd4cc1b05c50f (patch) | |
tree | 079b30b9e12dbb2ee21ba0418997249a77034c54 /java/res/values-ja | |
parent | 6d075dbda58be4c7b0d98d492707b0a6c061057e (diff) | |
download | latinime-f73e76de00f15918828f4f97e5abd4cc1b05c50f.tar.gz latinime-f73e76de00f15918828f4f97e5abd4cc1b05c50f.tar.xz latinime-f73e76de00f15918828f4f97e5abd4cc1b05c50f.zip |
Mark configuration strings untranslatable.
Change-Id: If8a35fe33e2091bcf95cc543e76df1184d52ce2b
Diffstat (limited to 'java/res/values-ja')
-rw-r--r-- | java/res/values-ja/config.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/java/res/values-ja/config.xml b/java/res/values-ja/config.xml deleted file mode 100644 index 58f957d51..000000000 --- a/java/res/values-ja/config.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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:android="http://schemas.android.com/apk/res/android" - xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - <!-- no translation found for config_text_size_of_language_on_spacebar (2561849581542626045) --> - <skip /> - <!-- no translation found for auto_correction_threshold_values:1 (162196081188429793) --> - <!-- no translation found for auto_correction_threshold_values:2 (861483375701275215) --> -</resources> |