blob: 06144d021f28173c7889eda1bd2fdc78b266ff95 [file] [log] [blame]
Ken Wakasa2fa36932013-12-13 17:09:16 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2013, 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
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
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.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <!-- TODO: these settings depend on the language. They should be put either in the dictionary
22 header, or in the subtype maybe? -->
23 <!-- Symbols that are suggested between words -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090024 <string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090025 <!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090026 <string name="symbols_preceded_by_space">([{&amp;</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090027 <!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090028 <string name="symbols_followed_by_space">.,;:!?)]}&amp;</string>
Jean Chalard29c00ff2014-05-01 12:33:59 +090029 <!-- Symbols that behave like a single punctuation when typed next to each other -->
30 <string name="symbols_clustering_together"></string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090031 <!-- Symbols that separate words -->
32 <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090033 <string name="symbols_word_separators">"&#x0009;&#x0020;&#x000A;&#x00A0;"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090034 <!-- Word connectors -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090035 <string name="symbols_word_connectors">\'-</string>
Jean Chalardb526a892014-09-05 16:49:32 +090036 <!-- The sentence separator code point, for capitalization and auto-insertion -->
Ken Wakasa2fa36932013-12-13 17:09:16 +090037 <!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090038 <integer name="sentence_separator">46</integer>
Jean Chalardb526a892014-09-05 16:49:32 +090039 <!-- The abbreviation marker code point -->
40 <!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
41 <integer name="abbreviation_marker">46</integer>
42 <!-- Symbols that terminate sentences and require capitalization on the next char -->
43 <string name="symbols_sentence_terminators">.?!</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090044 <!-- Whether this language uses spaces between words -->
45 <bool name="current_language_has_spaces">true</bool>
46</resources>