Path: blob/trunk/third_party/closure/goog/i18n/charpickerdata.js
2868 views
// Copyright 2010 The Closure Library Authors. All Rights Reserved.1//2// Licensed under the Apache License, Version 2.0 (the "License");3// you may not use this file except in compliance with the License.4// You may obtain a copy of the License at5//6// http://www.apache.org/licenses/LICENSE-2.07//8// Unless required by applicable law or agreed to in writing, software9// distributed under the License is distributed on an "AS-IS" BASIS,10// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.11// See the License for the specific language governing permissions and12// limitations under the License.1314/**15* @fileoverview Character lists and their classifications used by character16* picker widget. Autogenerated from Unicode data:17* https://sites/cibu/character-picker.18*/1920// clang-format off21goog.provide('goog.i18n.CharPickerData');22232425/**26* Object holding two level character organization and character listing.27* @constructor28*/29goog.i18n.CharPickerData = function() {};303132/**33* @desc Name for a symbol or character category. Used in a pull-down list34* shown to a document editing user trying to insert a special character.35* Newlines are not allowed; translation should be a noun and as consise as36* possible. More details:37* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.38* @type {string}39*/40goog.i18n.CharPickerData.MSG_CP_SYMBOL = goog.getMsg('Symbol');414243/**44* @desc Name for a symbol or character category. Used in a pull-down list45* shown to a document editing user trying to insert a special character.46* Newlines are not allowed; translation should be a noun and as consise as47* possible. More details:48* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.49* @type {string}50*/51goog.i18n.CharPickerData.MSG_CP_ARROWS = goog.getMsg('Arrows');525354/**55* @desc Name for a symbol or character category. Used in a pull-down list56* shown to a document editing user trying to insert a special character.57* Newlines are not allowed; translation should be a noun and as consise as58* possible. More details:59* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.60* @type {string}61*/62goog.i18n.CharPickerData.MSG_CP_BRAILLE = goog.getMsg('Braille');636465/**66* @desc Name for a symbol or character category. Used in a pull-down list67* shown to a document editing user trying to insert a special character.68* Newlines are not allowed; translation should be a noun and as consise as69* possible. More details:70* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.71* @type {string}72*/73goog.i18n.CharPickerData.MSG_CP_CONTROL_PICTURES =74goog.getMsg('Control Pictures');757677/**78* @desc Name for a symbol or character category. Used in a pull-down list79* shown to a document editing user trying to insert a special character.80* Newlines are not allowed; translation should be a noun and as consise as81* possible. More details:82* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.83* @type {string}84*/85goog.i18n.CharPickerData.MSG_CP_CURRENCY = goog.getMsg('Currency');868788/**89* @desc Name for a symbol or character category. Used in a pull-down list90* shown to a document editing user trying to insert a special character.91* Newlines are not allowed; translation should be a noun and as consise as92* possible. More details:93* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.94* @type {string}95*/96goog.i18n.CharPickerData.MSG_CP_EMOTICONS = goog.getMsg('Emoticons');979899/**100* @desc Name for a symbol or character category. Used in a pull-down list101* shown to a document editing user trying to insert a special character.102* Newlines are not allowed; translation should be a noun and as consise as103* possible. More details:104* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.105* @type {string}106*/107goog.i18n.CharPickerData.MSG_CP_GAME_PIECES = goog.getMsg('Game Pieces');108109110/**111* @desc Name for a symbol or character category. Used in a pull-down list112* shown to a document editing user trying to insert a special character.113* Newlines are not allowed; translation should be a noun and as consise as114* possible. More details:115* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.116* @type {string}117*/118goog.i18n.CharPickerData.MSG_CP_GENDER_AND_GENEALOGICAL =119goog.getMsg('Gender and Genealogical');120121122/**123* @desc Name for a symbol or character category. Used in a pull-down list124* shown to a document editing user trying to insert a special character.125* Newlines are not allowed; translation should be a noun and as consise as126* possible. More details:127* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.128* @type {string}129*/130goog.i18n.CharPickerData.MSG_CP_GEOMETRIC_SHAPES =131goog.getMsg('Geometric Shapes');132133134/**135* @desc Name for a symbol or character category. Used in a pull-down list136* shown to a document editing user trying to insert a special character.137* Newlines are not allowed; translation should be a noun and as consise as138* possible. More details:139* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.140* @type {string}141*/142goog.i18n.CharPickerData.MSG_CP_KEYBOARD_AND_UI =143goog.getMsg('Keyboard and UI');144145146/**147* @desc Name for a symbol or character category. Used in a pull-down list148* shown to a document editing user trying to insert a special character.149* Newlines are not allowed; translation should be a noun and as consise as150* possible. More details:151* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.152* @type {string}153*/154goog.i18n.CharPickerData.MSG_CP_LATIN_1_SUPPLEMENT =155goog.getMsg('Latin 1 Supplement');156157158/**159* @desc Name for a symbol or character category. Used in a pull-down list160* shown to a document editing user trying to insert a special character.161* Newlines are not allowed; translation should be a noun and as consise as162* possible. More details:163* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.164* @type {string}165*/166goog.i18n.CharPickerData.MSG_CP_MATH = goog.getMsg('Math');167168169/**170* @desc Name for a symbol or character category. Used in a pull-down list171* shown to a document editing user trying to insert a special character.172* Newlines are not allowed; translation should be a noun and as consise as173* possible. More details:174* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.175* @type {string}176*/177goog.i18n.CharPickerData.MSG_CP_MATH_ALPHANUMERIC =178goog.getMsg('Math Alphanumeric');179180181/**182* @desc Name for a symbol or character category. Used in a pull-down list183* shown to a document editing user trying to insert a special character.184* Newlines are not allowed; translation should be a noun and as consise as185* possible. More details:186* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.187* @type {string}188*/189goog.i18n.CharPickerData.MSG_CP_MISCELLANEOUS = goog.getMsg('Miscellaneous');190191192/**193* @desc Name for a symbol or character category. Used in a pull-down list194* shown to a document editing user trying to insert a special character.195* Newlines are not allowed; translation should be a noun and as consise as196* possible. More details:197* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.198* @type {string}199*/200goog.i18n.CharPickerData.MSG_CP_MUSICAL = goog.getMsg('Musical');201202203/**204* @desc Name for a symbol or character category. Used in a pull-down list205* shown to a document editing user trying to insert a special character.206* Newlines are not allowed; translation should be a noun and as consise as207* possible. More details:208* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.209* @type {string}210*/211goog.i18n.CharPickerData.MSG_CP_STARS_ASTERISKS =212goog.getMsg('Stars/Asterisks');213214215/**216* @desc Name for a symbol or character category. Used in a pull-down list217* shown to a document editing user trying to insert a special character.218* Newlines are not allowed; translation should be a noun and as consise as219* possible. More details:220* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.221* @type {string}222*/223goog.i18n.CharPickerData.MSG_CP_SUBSCRIPT = goog.getMsg('Subscript');224225226/**227* @desc Name for a symbol or character category. Used in a pull-down list228* shown to a document editing user trying to insert a special character.229* Newlines are not allowed; translation should be a noun and as consise as230* possible. More details:231* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.232* @type {string}233*/234goog.i18n.CharPickerData.MSG_CP_SUPERSCRIPT = goog.getMsg('Superscript');235236237/**238* @desc Name for a symbol or character category. Used in a pull-down list239* shown to a document editing user trying to insert a special character.240* Newlines are not allowed; translation should be a noun and as consise as241* possible. More details:242* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.243* @type {string}244*/245goog.i18n.CharPickerData.MSG_CP_TECHNICAL = goog.getMsg('Technical');246247248/**249* @desc Name for a symbol or character category. Used in a pull-down list250* shown to a document editing user trying to insert a special character.251* Newlines are not allowed; translation should be a noun and as consise as252* possible. More details:253* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.254* @type {string}255*/256goog.i18n.CharPickerData.MSG_CP_TRANSPORT_AND_MAP =257goog.getMsg('Transport And Map');258259260/**261* @desc Name for a symbol or character category. Used in a pull-down list262* shown to a document editing user trying to insert a special character.263* Newlines are not allowed; translation should be a noun and as consise as264* possible. More details:265* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.266* @type {string}267*/268goog.i18n.CharPickerData.MSG_CP_WEATHER_AND_ASTROLOGICAL =269goog.getMsg('Weather and Astrological');270271272/**273* @desc Name for a symbol or character category. Used in a pull-down list274* shown to a document editing user trying to insert a special character.275* Newlines are not allowed; translation should be a noun and as consise as276* possible. More details:277* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.278* @type {string}279*/280goog.i18n.CharPickerData.MSG_CP_YIJING_TAI_XUAN_JING =281goog.getMsg('Yijing / Tai Xuan Jing');282283284/**285* @desc Name for a symbol or character category. Used in a pull-down list286* shown to a document editing user trying to insert a special character.287* Newlines are not allowed; translation should be a noun and as consise as288* possible. More details:289* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.290* @type {string}291*/292goog.i18n.CharPickerData.MSG_CP_HISTORIC = goog.getMsg('Historic');293294295/**296* @desc Name for a symbol or character category. Used in a pull-down list297* shown to a document editing user trying to insert a special character.298* Newlines are not allowed; translation should be a noun and as consise as299* possible. More details:300* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.301* @type {string}302*/303goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY = goog.getMsg('Compatibility');304305306/**307* @desc Name for a symbol or character category. Used in a pull-down list308* shown to a document editing user trying to insert a special character.309* Newlines are not allowed; translation should be a noun and as consise as310* possible. More details:311* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.312* @type {string}313*/314goog.i18n.CharPickerData.MSG_CP_EMOJI = goog.getMsg('Emoji');315316317/**318* @desc Name for a symbol or character category. Used in a pull-down list319* shown to a document editing user trying to insert a special character.320* Newlines are not allowed; translation should be a noun and as consise as321* possible. More details:322* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.323* @type {string}324*/325goog.i18n.CharPickerData.MSG_CP_PEOPLE_AND_EMOTIONS =326goog.getMsg('People and Emotions');327328329/**330* @desc Name for a symbol or character category. Used in a pull-down list331* shown to a document editing user trying to insert a special character.332* Newlines are not allowed; translation should be a noun and as consise as333* possible. More details:334* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.335* @type {string}336*/337goog.i18n.CharPickerData.MSG_CP_ANIMALS_PLANTS_AND_FOOD =338goog.getMsg('Animals, Plants and Food');339340341/**342* @desc Name for a symbol or character category. Used in a pull-down list343* shown to a document editing user trying to insert a special character.344* Newlines are not allowed; translation should be a noun and as consise as345* possible. More details:346* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.347* @type {string}348*/349goog.i18n.CharPickerData.MSG_CP_OBJECTS = goog.getMsg('Objects');350351352/**353* @desc Name for a symbol or character category. Used in a pull-down list354* shown to a document editing user trying to insert a special character.355* Newlines are not allowed; translation should be a noun and as consise as356* possible. More details:357* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.358* @type {string}359*/360goog.i18n.CharPickerData.MSG_CP_SPORTS_CELEBRATIONS_AND_ACTIVITIES =361goog.getMsg('Sports, Celebrations and Activities');362363364/**365* @desc Name for a symbol or character category. Used in a pull-down list366* shown to a document editing user trying to insert a special character.367* Newlines are not allowed; translation should be a noun and as consise as368* possible. More details:369* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.370* @type {string}371*/372goog.i18n.CharPickerData.MSG_CP_TRANSPORT_MAPS_AND_SIGNAGE =373goog.getMsg('Transport, Maps and Signage');374375376/**377* @desc Name for a symbol or character category. Used in a pull-down list378* shown to a document editing user trying to insert a special character.379* Newlines are not allowed; translation should be a noun and as consise as380* possible. More details:381* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.382* @type {string}383*/384goog.i18n.CharPickerData.MSG_CP_WEATHER_SCENES_AND_ZODIAC_SIGNS =385goog.getMsg('Weather, Scenes and Zodiac signs');386387388/**389* @desc Name for a symbol or character category. Used in a pull-down list390* shown to a document editing user trying to insert a special character.391* Newlines are not allowed; translation should be a noun and as consise as392* possible. More details:393* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.394* @type {string}395*/396goog.i18n.CharPickerData.MSG_CP_ENCLOSED = goog.getMsg('Enclosed');397398399/**400* @desc Name for a symbol or character category. Used in a pull-down list401* shown to a document editing user trying to insert a special character.402* Newlines are not allowed; translation should be a noun and as consise as403* possible. More details:404* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.405* @type {string}406*/407goog.i18n.CharPickerData.MSG_CP_MARKS = goog.getMsg('Marks');408409410/**411* @desc Name for a symbol or character category. Used in a pull-down list412* shown to a document editing user trying to insert a special character.413* Newlines are not allowed; translation should be a noun and as consise as414* possible. More details:415* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.416* @type {string}417*/418goog.i18n.CharPickerData.MSG_CP_SYMBOLS = goog.getMsg('Symbols');419420421/**422* @desc Name for a symbol or character category. Used in a pull-down list423* shown to a document editing user trying to insert a special character.424* Newlines are not allowed; translation should be a noun and as consise as425* possible. More details:426* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.427* @type {string}428*/429goog.i18n.CharPickerData.MSG_CP_PUNCTUATION = goog.getMsg('Punctuation');430431432/**433* @desc Name for a symbol or character category. Used in a pull-down list434* shown to a document editing user trying to insert a special character.435* Newlines are not allowed; translation should be a noun and as consise as436* possible. More details:437* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.438* @type {string}439*/440goog.i18n.CharPickerData.MSG_CP_ASCII_BASED = goog.getMsg('ASCII Based');441442443/**444* @desc Name for a symbol or character category. Used in a pull-down list445* shown to a document editing user trying to insert a special character.446* Newlines are not allowed; translation should be a noun and as consise as447* possible. More details:448* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.449* @type {string}450*/451goog.i18n.CharPickerData.MSG_CP_DASH_CONNECTOR = goog.getMsg('Dash/Connector');452453454/**455* @desc Name for a symbol or character category. Used in a pull-down list456* shown to a document editing user trying to insert a special character.457* Newlines are not allowed; translation should be a noun and as consise as458* possible. More details:459* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.460* @type {string}461*/462goog.i18n.CharPickerData.MSG_CP_OTHER = goog.getMsg('Other');463464465/**466* @desc Name for a symbol or character category. Used in a pull-down list467* shown to a document editing user trying to insert a special character.468* Newlines are not allowed; translation should be a noun and as consise as469* possible. More details:470* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.471* @type {string}472*/473goog.i18n.CharPickerData.MSG_CP_PAIRED = goog.getMsg('Paired');474475476/**477* @desc Name for a symbol or character category. Used in a pull-down list478* shown to a document editing user trying to insert a special character.479* Newlines are not allowed; translation should be a noun and as consise as480* possible. More details:481* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.482* @type {string}483*/484goog.i18n.CharPickerData.MSG_CP_NUMBER = goog.getMsg('Number');485486487/**488* @desc Name for a symbol or character category. Used in a pull-down list489* shown to a document editing user trying to insert a special character.490* Newlines are not allowed; translation should be a noun and as consise as491* possible. More details:492* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.493* @type {string}494*/495goog.i18n.CharPickerData.MSG_CP_DECIMAL = goog.getMsg('Decimal');496497498/**499* @desc Name for a symbol or character category. Used in a pull-down list500* shown to a document editing user trying to insert a special character.501* Newlines are not allowed; translation should be a noun and as consise as502* possible. More details:503* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.504* @type {string}505*/506goog.i18n.CharPickerData.MSG_CP_ENCLOSED_DOTTED =507goog.getMsg('Enclosed/Dotted');508509510/**511* @desc Name for a symbol or character category. Used in a pull-down list512* shown to a document editing user trying to insert a special character.513* Newlines are not allowed; translation should be a noun and as consise as514* possible. More details:515* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.516* @type {string}517*/518goog.i18n.CharPickerData.MSG_CP_FRACTIONS_RELATED =519goog.getMsg('Fractions/Related');520521522/**523* @desc Name for a symbol or character category. Used in a pull-down list524* shown to a document editing user trying to insert a special character.525* Newlines are not allowed; translation should be a noun and as consise as526* possible. More details:527* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.528* @type {string}529*/530goog.i18n.CharPickerData.MSG_CP_FORMAT_WHITESPACE =531goog.getMsg('Format & Whitespace');532533534/**535* @desc Name for a symbol or character category. Used in a pull-down list536* shown to a document editing user trying to insert a special character.537* Newlines are not allowed; translation should be a noun and as consise as538* possible. More details:539* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.540* @type {string}541*/542goog.i18n.CharPickerData.MSG_CP_FORMAT = goog.getMsg('Format');543544545/**546* @desc Name for a symbol or character category. Used in a pull-down list547* shown to a document editing user trying to insert a special character.548* Newlines are not allowed; translation should be a noun and as consise as549* possible. More details:550* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.551* @type {string}552*/553goog.i18n.CharPickerData.MSG_CP_VARIATION_SELECTOR =554goog.getMsg('Variation Selector');555556557/**558* @desc Name for a symbol or character category. Used in a pull-down list559* shown to a document editing user trying to insert a special character.560* Newlines are not allowed; translation should be a noun and as consise as561* possible. More details:562* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.563* @type {string}564*/565goog.i18n.CharPickerData.MSG_CP_WHITESPACE = goog.getMsg('Whitespace');566567568/**569* @desc Name for a symbol or character category. Used in a pull-down list570* shown to a document editing user trying to insert a special character.571* Newlines are not allowed; translation should be a noun and as consise as572* possible. More details:573* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.574* @type {string}575*/576goog.i18n.CharPickerData.MSG_CP_MODIFIER = goog.getMsg('Modifier');577578579/**580* @desc Name for a symbol or character category. Used in a pull-down list581* shown to a document editing user trying to insert a special character.582* Newlines are not allowed; translation should be a noun and as consise as583* possible. More details:584* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.585* @type {string}586*/587goog.i18n.CharPickerData.MSG_CP_ENCLOSING = goog.getMsg('Enclosing');588589590/**591* @desc Name for a symbol or character category. Used in a pull-down list592* shown to a document editing user trying to insert a special character.593* Newlines are not allowed; translation should be a noun and as consise as594* possible. More details:595* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.596* @type {string}597*/598goog.i18n.CharPickerData.MSG_CP_NONSPACING = goog.getMsg('Nonspacing');599600601/**602* @desc Name for a symbol or character category. Used in a pull-down list603* shown to a document editing user trying to insert a special character.604* Newlines are not allowed; translation should be a noun and as consise as605* possible. More details:606* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.607* @type {string}608*/609goog.i18n.CharPickerData.MSG_CP_SPACING = goog.getMsg('Spacing');610611612/**613* @desc Name for a symbol or character category. Used in a pull-down list614* shown to a document editing user trying to insert a special character.615* Newlines are not allowed; translation should be a noun and as consise as616* possible. More details:617* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.618* @type {string}619*/620goog.i18n.CharPickerData.MSG_CP_LATIN = goog.getMsg('Latin');621622623/**624* @desc Name for a symbol or character category. Used in a pull-down list625* shown to a document editing user trying to insert a special character.626* Newlines are not allowed; translation should be a noun and as consise as627* possible. More details:628* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.629* @type {string}630*/631goog.i18n.CharPickerData.MSG_CP_COMMON = goog.getMsg('Common');632633634/**635* @desc Name for a symbol or character category. Used in a pull-down list636* shown to a document editing user trying to insert a special character.637* Newlines are not allowed; translation should be a noun and as consise as638* possible. More details:639* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.640* @type {string}641*/642goog.i18n.CharPickerData.MSG_CP_FLIPPED_MIRRORED =643goog.getMsg('Flipped/Mirrored');644645646/**647* @desc Name for a symbol or character category. Used in a pull-down list648* shown to a document editing user trying to insert a special character.649* Newlines are not allowed; translation should be a noun and as consise as650* possible. More details:651* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.652* @type {string}653*/654goog.i18n.CharPickerData.MSG_CP_PHONETICS_IPA = goog.getMsg('Phonetics (IPA)');655656657/**658* @desc Name for a symbol or character category. Used in a pull-down list659* shown to a document editing user trying to insert a special character.660* Newlines are not allowed; translation should be a noun and as consise as661* possible. More details:662* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.663* @type {string}664*/665goog.i18n.CharPickerData.MSG_CP_PHONETICS_X_IPA =666goog.getMsg('Phonetics (X-IPA)');667668669/**670* @desc Name for a symbol or character category. Used in a pull-down list671* shown to a document editing user trying to insert a special character.672* Newlines are not allowed; translation should be a noun and as consise as673* possible. More details:674* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.675* @type {string}676*/677goog.i18n.CharPickerData.MSG_CP_OTHER_EUROPEAN_SCRIPTS =678goog.getMsg('Other European Scripts');679680681/**682* @desc Name for a symbol or character category. Used in a pull-down list683* shown to a document editing user trying to insert a special character.684* Newlines are not allowed; translation should be a noun and as consise as685* possible. More details:686* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.687* @type {string}688*/689goog.i18n.CharPickerData.MSG_CP_ARMENIAN = goog.getMsg('Armenian');690691692/**693* @desc Name for a symbol or character category. Used in a pull-down list694* shown to a document editing user trying to insert a special character.695* Newlines are not allowed; translation should be a noun and as consise as696* possible. More details:697* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.698* @type {string}699*/700goog.i18n.CharPickerData.MSG_CP_CYRILLIC = goog.getMsg('Cyrillic');701702703/**704* @desc Name for a symbol or character category. Used in a pull-down list705* shown to a document editing user trying to insert a special character.706* Newlines are not allowed; translation should be a noun and as consise as707* possible. More details:708* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.709* @type {string}710*/711goog.i18n.CharPickerData.MSG_CP_GEORGIAN = goog.getMsg('Georgian');712713714/**715* @desc Name for a symbol or character category. Used in a pull-down list716* shown to a document editing user trying to insert a special character.717* Newlines are not allowed; translation should be a noun and as consise as718* possible. More details:719* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.720* @type {string}721*/722goog.i18n.CharPickerData.MSG_CP_GREEK = goog.getMsg('Greek');723724725/**726* @desc Name for a symbol or character category. Used in a pull-down list727* shown to a document editing user trying to insert a special character.728* Newlines are not allowed; translation should be a noun and as consise as729* possible. More details:730* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.731* @type {string}732*/733goog.i18n.CharPickerData.MSG_CP_CYPRIOT = goog.getMsg('Cypriot');734735736/**737* @desc Name for a symbol or character category. Used in a pull-down list738* shown to a document editing user trying to insert a special character.739* Newlines are not allowed; translation should be a noun and as consise as740* possible. More details:741* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.742* @type {string}743*/744goog.i18n.CharPickerData.MSG_CP_GLAGOLITIC = goog.getMsg('Glagolitic');745746747/**748* @desc Name for a symbol or character category. Used in a pull-down list749* shown to a document editing user trying to insert a special character.750* Newlines are not allowed; translation should be a noun and as consise as751* possible. More details:752* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.753* @type {string}754*/755goog.i18n.CharPickerData.MSG_CP_GOTHIC = goog.getMsg('Gothic');756757758/**759* @desc Name for a symbol or character category. Used in a pull-down list760* shown to a document editing user trying to insert a special character.761* Newlines are not allowed; translation should be a noun and as consise as762* possible. More details:763* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.764* @type {string}765*/766goog.i18n.CharPickerData.MSG_CP_LINEAR_B = goog.getMsg('Linear B');767768769/**770* @desc Name for a symbol or character category. Used in a pull-down list771* shown to a document editing user trying to insert a special character.772* Newlines are not allowed; translation should be a noun and as consise as773* possible. More details:774* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.775* @type {string}776*/777goog.i18n.CharPickerData.MSG_CP_OGHAM = goog.getMsg('Ogham');778779780/**781* @desc Name for a symbol or character category. Used in a pull-down list782* shown to a document editing user trying to insert a special character.783* Newlines are not allowed; translation should be a noun and as consise as784* possible. More details:785* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.786* @type {string}787*/788goog.i18n.CharPickerData.MSG_CP_OLD_ITALIC = goog.getMsg('Old Italic');789790791/**792* @desc Name for a symbol or character category. Used in a pull-down list793* shown to a document editing user trying to insert a special character.794* Newlines are not allowed; translation should be a noun and as consise as795* possible. More details:796* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.797* @type {string}798*/799goog.i18n.CharPickerData.MSG_CP_RUNIC = goog.getMsg('Runic');800801802/**803* @desc Name for a symbol or character category. Used in a pull-down list804* shown to a document editing user trying to insert a special character.805* Newlines are not allowed; translation should be a noun and as consise as806* possible. More details:807* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.808* @type {string}809*/810goog.i18n.CharPickerData.MSG_CP_SHAVIAN = goog.getMsg('Shavian');811812813/**814* @desc Name for a symbol or character category. Used in a pull-down list815* shown to a document editing user trying to insert a special character.816* Newlines are not allowed; translation should be a noun and as consise as817* possible. More details:818* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.819* @type {string}820*/821goog.i18n.CharPickerData.MSG_CP_AMERICAN_SCRIPTS =822goog.getMsg('American Scripts');823824825/**826* @desc Name for a symbol or character category. Used in a pull-down list827* shown to a document editing user trying to insert a special character.828* Newlines are not allowed; translation should be a noun and as consise as829* possible. More details:830* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.831* @type {string}832*/833goog.i18n.CharPickerData.MSG_CP_CANADIAN_ABORIGINAL =834goog.getMsg('Canadian Aboriginal');835836837/**838* @desc Name for a symbol or character category. Used in a pull-down list839* shown to a document editing user trying to insert a special character.840* Newlines are not allowed; translation should be a noun and as consise as841* possible. More details:842* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.843* @type {string}844*/845goog.i18n.CharPickerData.MSG_CP_CHEROKEE = goog.getMsg('Cherokee');846847848/**849* @desc Name for a symbol or character category. Used in a pull-down list850* shown to a document editing user trying to insert a special character.851* Newlines are not allowed; translation should be a noun and as consise as852* possible. More details:853* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.854* @type {string}855*/856goog.i18n.CharPickerData.MSG_CP_DESERET = goog.getMsg('Deseret');857858859/**860* @desc Name for a symbol or character category. Used in a pull-down list861* shown to a document editing user trying to insert a special character.862* Newlines are not allowed; translation should be a noun and as consise as863* possible. More details:864* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.865* @type {string}866*/867goog.i18n.CharPickerData.MSG_CP_AFRICAN_SCRIPTS =868goog.getMsg('African Scripts');869870871/**872* @desc Name for a symbol or character category. Used in a pull-down list873* shown to a document editing user trying to insert a special character.874* Newlines are not allowed; translation should be a noun and as consise as875* possible. More details:876* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.877* @type {string}878*/879goog.i18n.CharPickerData.MSG_CP_EGYPTIAN_HIEROGLYPHS =880goog.getMsg('Egyptian Hieroglyphs');881882883/**884* @desc Name for a symbol or character category. Used in a pull-down list885* shown to a document editing user trying to insert a special character.886* Newlines are not allowed; translation should be a noun and as consise as887* possible. More details:888* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.889* @type {string}890*/891goog.i18n.CharPickerData.MSG_CP_ETHIOPIC = goog.getMsg('Ethiopic');892893894/**895* @desc Name for a symbol or character category. Used in a pull-down list896* shown to a document editing user trying to insert a special character.897* Newlines are not allowed; translation should be a noun and as consise as898* possible. More details:899* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.900* @type {string}901*/902goog.i18n.CharPickerData.MSG_CP_MEROITIC_CURSIVE =903goog.getMsg('Meroitic Cursive');904905906/**907* @desc Name for a symbol or character category. Used in a pull-down list908* shown to a document editing user trying to insert a special character.909* Newlines are not allowed; translation should be a noun and as consise as910* possible. More details:911* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.912* @type {string}913*/914goog.i18n.CharPickerData.MSG_CP_MEROITIC_HIEROGLYPHS =915goog.getMsg('Meroitic Hieroglyphs');916917918/**919* @desc Name for a symbol or character category. Used in a pull-down list920* shown to a document editing user trying to insert a special character.921* Newlines are not allowed; translation should be a noun and as consise as922* possible. More details:923* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.924* @type {string}925*/926goog.i18n.CharPickerData.MSG_CP_NKO = goog.getMsg('Nko');927928929/**930* @desc Name for a symbol or character category. Used in a pull-down list931* shown to a document editing user trying to insert a special character.932* Newlines are not allowed; translation should be a noun and as consise as933* possible. More details:934* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.935* @type {string}936*/937goog.i18n.CharPickerData.MSG_CP_TIFINAGH = goog.getMsg('Tifinagh');938939940/**941* @desc Name for a symbol or character category. Used in a pull-down list942* shown to a document editing user trying to insert a special character.943* Newlines are not allowed; translation should be a noun and as consise as944* possible. More details:945* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.946* @type {string}947*/948goog.i18n.CharPickerData.MSG_CP_VAI = goog.getMsg('Vai');949950951/**952* @desc Name for a symbol or character category. Used in a pull-down list953* shown to a document editing user trying to insert a special character.954* Newlines are not allowed; translation should be a noun and as consise as955* possible. More details:956* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.957* @type {string}958*/959goog.i18n.CharPickerData.MSG_CP_BAMUM = goog.getMsg('Bamum');960961962/**963* @desc Name for a symbol or character category. Used in a pull-down list964* shown to a document editing user trying to insert a special character.965* Newlines are not allowed; translation should be a noun and as consise as966* possible. More details:967* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.968* @type {string}969*/970goog.i18n.CharPickerData.MSG_CP_COPTIC = goog.getMsg('Coptic');971972973/**974* @desc Name for a symbol or character category. Used in a pull-down list975* shown to a document editing user trying to insert a special character.976* Newlines are not allowed; translation should be a noun and as consise as977* possible. More details:978* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.979* @type {string}980*/981goog.i18n.CharPickerData.MSG_CP_OSMANYA = goog.getMsg('Osmanya');982983984/**985* @desc Name for a symbol or character category. Used in a pull-down list986* shown to a document editing user trying to insert a special character.987* Newlines are not allowed; translation should be a noun and as consise as988* possible. More details:989* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.990* @type {string}991*/992goog.i18n.CharPickerData.MSG_CP_MIDDLE_EASTERN_SCRIPTS =993goog.getMsg('Middle Eastern Scripts');994995996/**997* @desc Name for a symbol or character category. Used in a pull-down list998* shown to a document editing user trying to insert a special character.999* Newlines are not allowed; translation should be a noun and as consise as1000* possible. More details:1001* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1002* @type {string}1003*/1004goog.i18n.CharPickerData.MSG_CP_ARABIC = goog.getMsg('Arabic');100510061007/**1008* @desc Name for a symbol or character category. Used in a pull-down list1009* shown to a document editing user trying to insert a special character.1010* Newlines are not allowed; translation should be a noun and as consise as1011* possible. More details:1012* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1013* @type {string}1014*/1015goog.i18n.CharPickerData.MSG_CP_HEBREW = goog.getMsg('Hebrew');101610171018/**1019* @desc Name for a symbol or character category. Used in a pull-down list1020* shown to a document editing user trying to insert a special character.1021* Newlines are not allowed; translation should be a noun and as consise as1022* possible. More details:1023* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1024* @type {string}1025*/1026goog.i18n.CharPickerData.MSG_CP_IMPERIAL_ARAMAIC =1027goog.getMsg('Imperial Aramaic');102810291030/**1031* @desc Name for a symbol or character category. Used in a pull-down list1032* shown to a document editing user trying to insert a special character.1033* Newlines are not allowed; translation should be a noun and as consise as1034* possible. More details:1035* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1036* @type {string}1037*/1038goog.i18n.CharPickerData.MSG_CP_INSCRIPTIONAL_PAHLAVI =1039goog.getMsg('Inscriptional Pahlavi');104010411042/**1043* @desc Name for a symbol or character category. Used in a pull-down list1044* shown to a document editing user trying to insert a special character.1045* Newlines are not allowed; translation should be a noun and as consise as1046* possible. More details:1047* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1048* @type {string}1049*/1050goog.i18n.CharPickerData.MSG_CP_INSCRIPTIONAL_PARTHIAN =1051goog.getMsg('Inscriptional Parthian');105210531054/**1055* @desc Name for a symbol or character category. Used in a pull-down list1056* shown to a document editing user trying to insert a special character.1057* Newlines are not allowed; translation should be a noun and as consise as1058* possible. More details:1059* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1060* @type {string}1061*/1062goog.i18n.CharPickerData.MSG_CP_MANDAIC = goog.getMsg('Mandaic');106310641065/**1066* @desc Name for a symbol or character category. Used in a pull-down list1067* shown to a document editing user trying to insert a special character.1068* Newlines are not allowed; translation should be a noun and as consise as1069* possible. More details:1070* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1071* @type {string}1072*/1073goog.i18n.CharPickerData.MSG_CP_OLD_SOUTH_ARABIAN =1074goog.getMsg('Old South Arabian');107510761077/**1078* @desc Name for a symbol or character category. Used in a pull-down list1079* shown to a document editing user trying to insert a special character.1080* Newlines are not allowed; translation should be a noun and as consise as1081* possible. More details:1082* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1083* @type {string}1084*/1085goog.i18n.CharPickerData.MSG_CP_SAMARITAN = goog.getMsg('Samaritan');108610871088/**1089* @desc Name for a symbol or character category. Used in a pull-down list1090* shown to a document editing user trying to insert a special character.1091* Newlines are not allowed; translation should be a noun and as consise as1092* possible. More details:1093* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1094* @type {string}1095*/1096goog.i18n.CharPickerData.MSG_CP_SYRIAC = goog.getMsg('Syriac');109710981099/**1100* @desc Name for a symbol or character category. Used in a pull-down list1101* shown to a document editing user trying to insert a special character.1102* Newlines are not allowed; translation should be a noun and as consise as1103* possible. More details:1104* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1105* @type {string}1106*/1107goog.i18n.CharPickerData.MSG_CP_AVESTAN = goog.getMsg('Avestan');110811091110/**1111* @desc Name for a symbol or character category. Used in a pull-down list1112* shown to a document editing user trying to insert a special character.1113* Newlines are not allowed; translation should be a noun and as consise as1114* possible. More details:1115* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1116* @type {string}1117*/1118goog.i18n.CharPickerData.MSG_CP_CARIAN = goog.getMsg('Carian');111911201121/**1122* @desc Name for a symbol or character category. Used in a pull-down list1123* shown to a document editing user trying to insert a special character.1124* Newlines are not allowed; translation should be a noun and as consise as1125* possible. More details:1126* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1127* @type {string}1128*/1129goog.i18n.CharPickerData.MSG_CP_CUNEIFORM = goog.getMsg('Cuneiform');113011311132/**1133* @desc Name for a symbol or character category. Used in a pull-down list1134* shown to a document editing user trying to insert a special character.1135* Newlines are not allowed; translation should be a noun and as consise as1136* possible. More details:1137* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1138* @type {string}1139*/1140goog.i18n.CharPickerData.MSG_CP_LYCIAN = goog.getMsg('Lycian');114111421143/**1144* @desc Name for a symbol or character category. Used in a pull-down list1145* shown to a document editing user trying to insert a special character.1146* Newlines are not allowed; translation should be a noun and as consise as1147* possible. More details:1148* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1149* @type {string}1150*/1151goog.i18n.CharPickerData.MSG_CP_LYDIAN = goog.getMsg('Lydian');115211531154/**1155* @desc Name for a symbol or character category. Used in a pull-down list1156* shown to a document editing user trying to insert a special character.1157* Newlines are not allowed; translation should be a noun and as consise as1158* possible. More details:1159* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1160* @type {string}1161*/1162goog.i18n.CharPickerData.MSG_CP_OLD_PERSIAN = goog.getMsg('Old Persian');116311641165/**1166* @desc Name for a symbol or character category. Used in a pull-down list1167* shown to a document editing user trying to insert a special character.1168* Newlines are not allowed; translation should be a noun and as consise as1169* possible. More details:1170* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1171* @type {string}1172*/1173goog.i18n.CharPickerData.MSG_CP_PHOENICIAN = goog.getMsg('Phoenician');117411751176/**1177* @desc Name for a symbol or character category. Used in a pull-down list1178* shown to a document editing user trying to insert a special character.1179* Newlines are not allowed; translation should be a noun and as consise as1180* possible. More details:1181* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1182* @type {string}1183*/1184goog.i18n.CharPickerData.MSG_CP_UGARITIC = goog.getMsg('Ugaritic');118511861187/**1188* @desc Name for a symbol or character category. Used in a pull-down list1189* shown to a document editing user trying to insert a special character.1190* Newlines are not allowed; translation should be a noun and as consise as1191* possible. More details:1192* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1193* @type {string}1194*/1195goog.i18n.CharPickerData.MSG_CP_SOUTH_ASIAN_SCRIPTS =1196goog.getMsg('South Asian Scripts');119711981199/**1200* @desc Name for a symbol or character category. Used in a pull-down list1201* shown to a document editing user trying to insert a special character.1202* Newlines are not allowed; translation should be a noun and as consise as1203* possible. More details:1204* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1205* @type {string}1206*/1207goog.i18n.CharPickerData.MSG_CP_BENGALI = goog.getMsg('Bengali');120812091210/**1211* @desc Name for a symbol or character category. Used in a pull-down list1212* shown to a document editing user trying to insert a special character.1213* Newlines are not allowed; translation should be a noun and as consise as1214* possible. More details:1215* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1216* @type {string}1217*/1218goog.i18n.CharPickerData.MSG_CP_CHAKMA = goog.getMsg('Chakma');121912201221/**1222* @desc Name for a symbol or character category. Used in a pull-down list1223* shown to a document editing user trying to insert a special character.1224* Newlines are not allowed; translation should be a noun and as consise as1225* possible. More details:1226* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1227* @type {string}1228*/1229goog.i18n.CharPickerData.MSG_CP_DEVANAGARI = goog.getMsg('Devanagari');123012311232/**1233* @desc Name for a symbol or character category. Used in a pull-down list1234* shown to a document editing user trying to insert a special character.1235* Newlines are not allowed; translation should be a noun and as consise as1236* possible. More details:1237* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1238* @type {string}1239*/1240goog.i18n.CharPickerData.MSG_CP_GUJARATI = goog.getMsg('Gujarati');124112421243/**1244* @desc Name for a symbol or character category. Used in a pull-down list1245* shown to a document editing user trying to insert a special character.1246* Newlines are not allowed; translation should be a noun and as consise as1247* possible. More details:1248* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1249* @type {string}1250*/1251goog.i18n.CharPickerData.MSG_CP_GURMUKHI = goog.getMsg('Gurmukhi');125212531254/**1255* @desc Name for a symbol or character category. Used in a pull-down list1256* shown to a document editing user trying to insert a special character.1257* Newlines are not allowed; translation should be a noun and as consise as1258* possible. More details:1259* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1260* @type {string}1261*/1262goog.i18n.CharPickerData.MSG_CP_KANNADA = goog.getMsg('Kannada');126312641265/**1266* @desc Name for a symbol or character category. Used in a pull-down list1267* shown to a document editing user trying to insert a special character.1268* Newlines are not allowed; translation should be a noun and as consise as1269* possible. More details:1270* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1271* @type {string}1272*/1273goog.i18n.CharPickerData.MSG_CP_LEPCHA = goog.getMsg('Lepcha');127412751276/**1277* @desc Name for a symbol or character category. Used in a pull-down list1278* shown to a document editing user trying to insert a special character.1279* Newlines are not allowed; translation should be a noun and as consise as1280* possible. More details:1281* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1282* @type {string}1283*/1284goog.i18n.CharPickerData.MSG_CP_LIMBU = goog.getMsg('Limbu');128512861287/**1288* @desc Name for a symbol or character category. Used in a pull-down list1289* shown to a document editing user trying to insert a special character.1290* Newlines are not allowed; translation should be a noun and as consise as1291* possible. More details:1292* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1293* @type {string}1294*/1295goog.i18n.CharPickerData.MSG_CP_MALAYALAM = goog.getMsg('Malayalam');129612971298/**1299* @desc Name for a symbol or character category. Used in a pull-down list1300* shown to a document editing user trying to insert a special character.1301* Newlines are not allowed; translation should be a noun and as consise as1302* possible. More details:1303* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1304* @type {string}1305*/1306goog.i18n.CharPickerData.MSG_CP_MEETEI_MAYEK = goog.getMsg('Meetei Mayek');130713081309/**1310* @desc Name for a symbol or character category. Used in a pull-down list1311* shown to a document editing user trying to insert a special character.1312* Newlines are not allowed; translation should be a noun and as consise as1313* possible. More details:1314* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1315* @type {string}1316*/1317goog.i18n.CharPickerData.MSG_CP_OL_CHIKI = goog.getMsg('Ol Chiki');131813191320/**1321* @desc Name for a symbol or character category. Used in a pull-down list1322* shown to a document editing user trying to insert a special character.1323* Newlines are not allowed; translation should be a noun and as consise as1324* possible. More details:1325* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1326* @type {string}1327*/1328goog.i18n.CharPickerData.MSG_CP_ORIYA = goog.getMsg('Oriya');132913301331/**1332* @desc Name for a symbol or character category. Used in a pull-down list1333* shown to a document editing user trying to insert a special character.1334* Newlines are not allowed; translation should be a noun and as consise as1335* possible. More details:1336* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1337* @type {string}1338*/1339goog.i18n.CharPickerData.MSG_CP_SAURASHTRA = goog.getMsg('Saurashtra');134013411342/**1343* @desc Name for a symbol or character category. Used in a pull-down list1344* shown to a document editing user trying to insert a special character.1345* Newlines are not allowed; translation should be a noun and as consise as1346* possible. More details:1347* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1348* @type {string}1349*/1350goog.i18n.CharPickerData.MSG_CP_SINHALA = goog.getMsg('Sinhala');135113521353/**1354* @desc Name for a symbol or character category. Used in a pull-down list1355* shown to a document editing user trying to insert a special character.1356* Newlines are not allowed; translation should be a noun and as consise as1357* possible. More details:1358* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1359* @type {string}1360*/1361goog.i18n.CharPickerData.MSG_CP_SORA_SOMPENG = goog.getMsg('Sora Sompeng');136213631364/**1365* @desc Name for a symbol or character category. Used in a pull-down list1366* shown to a document editing user trying to insert a special character.1367* Newlines are not allowed; translation should be a noun and as consise as1368* possible. More details:1369* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1370* @type {string}1371*/1372goog.i18n.CharPickerData.MSG_CP_TAMIL = goog.getMsg('Tamil');137313741375/**1376* @desc Name for a symbol or character category. Used in a pull-down list1377* shown to a document editing user trying to insert a special character.1378* Newlines are not allowed; translation should be a noun and as consise as1379* possible. More details:1380* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1381* @type {string}1382*/1383goog.i18n.CharPickerData.MSG_CP_TELUGU = goog.getMsg('Telugu');138413851386/**1387* @desc Name for a symbol or character category. Used in a pull-down list1388* shown to a document editing user trying to insert a special character.1389* Newlines are not allowed; translation should be a noun and as consise as1390* possible. More details:1391* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1392* @type {string}1393*/1394goog.i18n.CharPickerData.MSG_CP_THAANA = goog.getMsg('Thaana');139513961397/**1398* @desc Name for a symbol or character category. Used in a pull-down list1399* shown to a document editing user trying to insert a special character.1400* Newlines are not allowed; translation should be a noun and as consise as1401* possible. More details:1402* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1403* @type {string}1404*/1405goog.i18n.CharPickerData.MSG_CP_TIBETAN = goog.getMsg('Tibetan');140614071408/**1409* @desc Name for a symbol or character category. Used in a pull-down list1410* shown to a document editing user trying to insert a special character.1411* Newlines are not allowed; translation should be a noun and as consise as1412* possible. More details:1413* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1414* @type {string}1415*/1416goog.i18n.CharPickerData.MSG_CP_BRAHMI = goog.getMsg('Brahmi');141714181419/**1420* @desc Name for a symbol or character category. Used in a pull-down list1421* shown to a document editing user trying to insert a special character.1422* Newlines are not allowed; translation should be a noun and as consise as1423* possible. More details:1424* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1425* @type {string}1426*/1427goog.i18n.CharPickerData.MSG_CP_KAITHI = goog.getMsg('Kaithi');142814291430/**1431* @desc Name for a symbol or character category. Used in a pull-down list1432* shown to a document editing user trying to insert a special character.1433* Newlines are not allowed; translation should be a noun and as consise as1434* possible. More details:1435* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1436* @type {string}1437*/1438goog.i18n.CharPickerData.MSG_CP_KHAROSHTHI = goog.getMsg('Kharoshthi');143914401441/**1442* @desc Name for a symbol or character category. Used in a pull-down list1443* shown to a document editing user trying to insert a special character.1444* Newlines are not allowed; translation should be a noun and as consise as1445* possible. More details:1446* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1447* @type {string}1448*/1449goog.i18n.CharPickerData.MSG_CP_SHARADA = goog.getMsg('Sharada');145014511452/**1453* @desc Name for a symbol or character category. Used in a pull-down list1454* shown to a document editing user trying to insert a special character.1455* Newlines are not allowed; translation should be a noun and as consise as1456* possible. More details:1457* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1458* @type {string}1459*/1460goog.i18n.CharPickerData.MSG_CP_SYLOTI_NAGRI = goog.getMsg('Syloti Nagri');146114621463/**1464* @desc Name for a symbol or character category. Used in a pull-down list1465* shown to a document editing user trying to insert a special character.1466* Newlines are not allowed; translation should be a noun and as consise as1467* possible. More details:1468* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1469* @type {string}1470*/1471goog.i18n.CharPickerData.MSG_CP_TAKRI = goog.getMsg('Takri');147214731474/**1475* @desc Name for a symbol or character category. Used in a pull-down list1476* shown to a document editing user trying to insert a special character.1477* Newlines are not allowed; translation should be a noun and as consise as1478* possible. More details:1479* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1480* @type {string}1481*/1482goog.i18n.CharPickerData.MSG_CP_SOUTHEAST_ASIAN_SCRIPTS =1483goog.getMsg('Southeast Asian Scripts');148414851486/**1487* @desc Name for a symbol or character category. Used in a pull-down list1488* shown to a document editing user trying to insert a special character.1489* Newlines are not allowed; translation should be a noun and as consise as1490* possible. More details:1491* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1492* @type {string}1493*/1494goog.i18n.CharPickerData.MSG_CP_BALINESE = goog.getMsg('Balinese');149514961497/**1498* @desc Name for a symbol or character category. Used in a pull-down list1499* shown to a document editing user trying to insert a special character.1500* Newlines are not allowed; translation should be a noun and as consise as1501* possible. More details:1502* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1503* @type {string}1504*/1505goog.i18n.CharPickerData.MSG_CP_BATAK = goog.getMsg('Batak');150615071508/**1509* @desc Name for a symbol or character category. Used in a pull-down list1510* shown to a document editing user trying to insert a special character.1511* Newlines are not allowed; translation should be a noun and as consise as1512* possible. More details:1513* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1514* @type {string}1515*/1516goog.i18n.CharPickerData.MSG_CP_CHAM = goog.getMsg('Cham');151715181519/**1520* @desc Name for a symbol or character category. Used in a pull-down list1521* shown to a document editing user trying to insert a special character.1522* Newlines are not allowed; translation should be a noun and as consise as1523* possible. More details:1524* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1525* @type {string}1526*/1527goog.i18n.CharPickerData.MSG_CP_JAVANESE = goog.getMsg('Javanese');152815291530/**1531* @desc Name for a symbol or character category. Used in a pull-down list1532* shown to a document editing user trying to insert a special character.1533* Newlines are not allowed; translation should be a noun and as consise as1534* possible. More details:1535* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1536* @type {string}1537*/1538goog.i18n.CharPickerData.MSG_CP_KAYAH_LI = goog.getMsg('Kayah Li');153915401541/**1542* @desc Name for a symbol or character category. Used in a pull-down list1543* shown to a document editing user trying to insert a special character.1544* Newlines are not allowed; translation should be a noun and as consise as1545* possible. More details:1546* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1547* @type {string}1548*/1549goog.i18n.CharPickerData.MSG_CP_KHMER = goog.getMsg('Khmer');155015511552/**1553* @desc Name for a symbol or character category. Used in a pull-down list1554* shown to a document editing user trying to insert a special character.1555* Newlines are not allowed; translation should be a noun and as consise as1556* possible. More details:1557* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1558* @type {string}1559*/1560goog.i18n.CharPickerData.MSG_CP_LAO = goog.getMsg('Lao');156115621563/**1564* @desc Name for a symbol or character category. Used in a pull-down list1565* shown to a document editing user trying to insert a special character.1566* Newlines are not allowed; translation should be a noun and as consise as1567* possible. More details:1568* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1569* @type {string}1570*/1571goog.i18n.CharPickerData.MSG_CP_MYANMAR = goog.getMsg('Myanmar');157215731574/**1575* @desc Name for a symbol or character category. Used in a pull-down list1576* shown to a document editing user trying to insert a special character.1577* Newlines are not allowed; translation should be a noun and as consise as1578* possible. More details:1579* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1580* @type {string}1581*/1582goog.i18n.CharPickerData.MSG_CP_NEW_TAI_LUE = goog.getMsg('New Tai Lue');158315841585/**1586* @desc Name for a symbol or character category. Used in a pull-down list1587* shown to a document editing user trying to insert a special character.1588* Newlines are not allowed; translation should be a noun and as consise as1589* possible. More details:1590* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1591* @type {string}1592*/1593goog.i18n.CharPickerData.MSG_CP_TAI_LE = goog.getMsg('Tai Le');159415951596/**1597* @desc Name for a symbol or character category. Used in a pull-down list1598* shown to a document editing user trying to insert a special character.1599* Newlines are not allowed; translation should be a noun and as consise as1600* possible. More details:1601* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1602* @type {string}1603*/1604goog.i18n.CharPickerData.MSG_CP_TAI_THAM = goog.getMsg('Tai Tham');160516061607/**1608* @desc Name for a symbol or character category. Used in a pull-down list1609* shown to a document editing user trying to insert a special character.1610* Newlines are not allowed; translation should be a noun and as consise as1611* possible. More details:1612* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1613* @type {string}1614*/1615goog.i18n.CharPickerData.MSG_CP_TAI_VIET = goog.getMsg('Tai Viet');161616171618/**1619* @desc Name for a symbol or character category. Used in a pull-down list1620* shown to a document editing user trying to insert a special character.1621* Newlines are not allowed; translation should be a noun and as consise as1622* possible. More details:1623* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1624* @type {string}1625*/1626goog.i18n.CharPickerData.MSG_CP_THAI = goog.getMsg('Thai');162716281629/**1630* @desc Name for a symbol or character category. Used in a pull-down list1631* shown to a document editing user trying to insert a special character.1632* Newlines are not allowed; translation should be a noun and as consise as1633* possible. More details:1634* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1635* @type {string}1636*/1637goog.i18n.CharPickerData.MSG_CP_BUGINESE = goog.getMsg('Buginese');163816391640/**1641* @desc Name for a symbol or character category. Used in a pull-down list1642* shown to a document editing user trying to insert a special character.1643* Newlines are not allowed; translation should be a noun and as consise as1644* possible. More details:1645* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1646* @type {string}1647*/1648goog.i18n.CharPickerData.MSG_CP_BUHID = goog.getMsg('Buhid');164916501651/**1652* @desc Name for a symbol or character category. Used in a pull-down list1653* shown to a document editing user trying to insert a special character.1654* Newlines are not allowed; translation should be a noun and as consise as1655* possible. More details:1656* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1657* @type {string}1658*/1659goog.i18n.CharPickerData.MSG_CP_HANUNOO = goog.getMsg('Hanunoo');166016611662/**1663* @desc Name for a symbol or character category. Used in a pull-down list1664* shown to a document editing user trying to insert a special character.1665* Newlines are not allowed; translation should be a noun and as consise as1666* possible. More details:1667* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1668* @type {string}1669*/1670goog.i18n.CharPickerData.MSG_CP_REJANG = goog.getMsg('Rejang');167116721673/**1674* @desc Name for a symbol or character category. Used in a pull-down list1675* shown to a document editing user trying to insert a special character.1676* Newlines are not allowed; translation should be a noun and as consise as1677* possible. More details:1678* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1679* @type {string}1680*/1681goog.i18n.CharPickerData.MSG_CP_SUNDANESE = goog.getMsg('Sundanese');168216831684/**1685* @desc Name for a symbol or character category. Used in a pull-down list1686* shown to a document editing user trying to insert a special character.1687* Newlines are not allowed; translation should be a noun and as consise as1688* possible. More details:1689* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1690* @type {string}1691*/1692goog.i18n.CharPickerData.MSG_CP_TAGALOG = goog.getMsg('Tagalog');169316941695/**1696* @desc Name for a symbol or character category. Used in a pull-down list1697* shown to a document editing user trying to insert a special character.1698* Newlines are not allowed; translation should be a noun and as consise as1699* possible. More details:1700* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1701* @type {string}1702*/1703goog.i18n.CharPickerData.MSG_CP_TAGBANWA = goog.getMsg('Tagbanwa');170417051706/**1707* @desc Name for a symbol or character category. Used in a pull-down list1708* shown to a document editing user trying to insert a special character.1709* Newlines are not allowed; translation should be a noun and as consise as1710* possible. More details:1711* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1712* @type {string}1713*/1714goog.i18n.CharPickerData.MSG_CP_HANGUL = goog.getMsg('Hangul');171517161717/**1718* @desc Name for a symbol or character category. Used in a pull-down list1719* shown to a document editing user trying to insert a special character.1720* Newlines are not allowed; translation should be a noun and as consise as1721* possible. More details:1722* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1723* @type {string}1724*/1725goog.i18n.CharPickerData.MSG_CP_OTHER_EAST_ASIAN_SCRIPTS =1726goog.getMsg('Other East Asian Scripts');172717281729/**1730* @desc Name for a symbol or character category. Used in a pull-down list1731* shown to a document editing user trying to insert a special character.1732* Newlines are not allowed; translation should be a noun and as consise as1733* possible. More details:1734* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1735* @type {string}1736*/1737goog.i18n.CharPickerData.MSG_CP_BOPOMOFO = goog.getMsg('Bopomofo');173817391740/**1741* @desc Name for a symbol or character category. Used in a pull-down list1742* shown to a document editing user trying to insert a special character.1743* Newlines are not allowed; translation should be a noun and as consise as1744* possible. More details:1745* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1746* @type {string}1747*/1748goog.i18n.CharPickerData.MSG_CP_HIRAGANA = goog.getMsg('Hiragana');174917501751/**1752* @desc Name for a symbol or character category. Used in a pull-down list1753* shown to a document editing user trying to insert a special character.1754* Newlines are not allowed; translation should be a noun and as consise as1755* possible. More details:1756* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1757* @type {string}1758*/1759goog.i18n.CharPickerData.MSG_CP_KATAKANA = goog.getMsg('Katakana');176017611762/**1763* @desc Name for a symbol or character category. Used in a pull-down list1764* shown to a document editing user trying to insert a special character.1765* Newlines are not allowed; translation should be a noun and as consise as1766* possible. More details:1767* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1768* @type {string}1769*/1770goog.i18n.CharPickerData.MSG_CP_LISU = goog.getMsg('Lisu');177117721773/**1774* @desc Name for a symbol or character category. Used in a pull-down list1775* shown to a document editing user trying to insert a special character.1776* Newlines are not allowed; translation should be a noun and as consise as1777* possible. More details:1778* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1779* @type {string}1780*/1781goog.i18n.CharPickerData.MSG_CP_MIAO = goog.getMsg('Miao');178217831784/**1785* @desc Name for a symbol or character category. Used in a pull-down list1786* shown to a document editing user trying to insert a special character.1787* Newlines are not allowed; translation should be a noun and as consise as1788* possible. More details:1789* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1790* @type {string}1791*/1792goog.i18n.CharPickerData.MSG_CP_MONGOLIAN = goog.getMsg('Mongolian');179317941795/**1796* @desc Name for a symbol or character category. Used in a pull-down list1797* shown to a document editing user trying to insert a special character.1798* Newlines are not allowed; translation should be a noun and as consise as1799* possible. More details:1800* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1801* @type {string}1802*/1803goog.i18n.CharPickerData.MSG_CP_OLD_TURKIC = goog.getMsg('Old Turkic');180418051806/**1807* @desc Name for a symbol or character category. Used in a pull-down list1808* shown to a document editing user trying to insert a special character.1809* Newlines are not allowed; translation should be a noun and as consise as1810* possible. More details:1811* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1812* @type {string}1813*/1814goog.i18n.CharPickerData.MSG_CP_PHAGS_PA = goog.getMsg('Phags Pa');181518161817/**1818* @desc Name for a symbol or character category. Used in a pull-down list1819* shown to a document editing user trying to insert a special character.1820* Newlines are not allowed; translation should be a noun and as consise as1821* possible. More details:1822* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1823* @type {string}1824*/1825goog.i18n.CharPickerData.MSG_CP_YI = goog.getMsg('Yi');182618271828/**1829* @desc Name for a symbol or character category. Used in a pull-down list1830* shown to a document editing user trying to insert a special character.1831* Newlines are not allowed; translation should be a noun and as consise as1832* possible. More details:1833* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1834* @type {string}1835*/1836goog.i18n.CharPickerData.MSG_CP_HAN_1_STROKE_RADICALS =1837goog.getMsg('Han 1-Stroke Radicals');183818391840/**1841* @desc Name for a symbol or character category. Used in a pull-down list1842* shown to a document editing user trying to insert a special character.1843* Newlines are not allowed; translation should be a noun and as consise as1844* possible. More details:1845* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1846* @type {string}1847*/1848goog.i18n.CharPickerData.MSG_CP_LESS_COMMON = goog.getMsg('Less Common');184918501851/**1852* @desc Name for a symbol or character category. Used in a pull-down list1853* shown to a document editing user trying to insert a special character.1854* Newlines are not allowed; translation should be a noun and as consise as1855* possible. More details:1856* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1857* @type {string}1858*/1859goog.i18n.CharPickerData.MSG_CP_HAN_2_STROKE_RADICALS =1860goog.getMsg('Han 2-Stroke Radicals');186118621863/**1864* @desc Name for a symbol or character category. Used in a pull-down list1865* shown to a document editing user trying to insert a special character.1866* Newlines are not allowed; translation should be a noun and as consise as1867* possible. More details:1868* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1869* @type {string}1870*/1871goog.i18n.CharPickerData.MSG_CP_HAN_3_STROKE_RADICALS =1872goog.getMsg('Han 3-Stroke Radicals');187318741875/**1876* @desc Name for a symbol or character category. Used in a pull-down list1877* shown to a document editing user trying to insert a special character.1878* Newlines are not allowed; translation should be a noun and as consise as1879* possible. More details:1880* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1881* @type {string}1882*/1883goog.i18n.CharPickerData.MSG_CP_HAN_4_STROKE_RADICALS =1884goog.getMsg('Han 4-Stroke Radicals');188518861887/**1888* @desc Name for a symbol or character category. Used in a pull-down list1889* shown to a document editing user trying to insert a special character.1890* Newlines are not allowed; translation should be a noun and as consise as1891* possible. More details:1892* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1893* @type {string}1894*/1895goog.i18n.CharPickerData.MSG_CP_HAN_5_STROKE_RADICALS =1896goog.getMsg('Han 5-Stroke Radicals');189718981899/**1900* @desc Name for a symbol or character category. Used in a pull-down list1901* shown to a document editing user trying to insert a special character.1902* Newlines are not allowed; translation should be a noun and as consise as1903* possible. More details:1904* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1905* @type {string}1906*/1907goog.i18n.CharPickerData.MSG_CP_HAN_6_STROKE_RADICALS =1908goog.getMsg('Han 6-Stroke Radicals');190919101911/**1912* @desc Name for a symbol or character category. Used in a pull-down list1913* shown to a document editing user trying to insert a special character.1914* Newlines are not allowed; translation should be a noun and as consise as1915* possible. More details:1916* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1917* @type {string}1918*/1919goog.i18n.CharPickerData.MSG_CP_HAN_7_STROKE_RADICALS =1920goog.getMsg('Han 7-Stroke Radicals');192119221923/**1924* @desc Name for a symbol or character category. Used in a pull-down list1925* shown to a document editing user trying to insert a special character.1926* Newlines are not allowed; translation should be a noun and as consise as1927* possible. More details:1928* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1929* @type {string}1930*/1931goog.i18n.CharPickerData.MSG_CP_HAN_8_STROKE_RADICALS =1932goog.getMsg('Han 8-Stroke Radicals');193319341935/**1936* @desc Name for a symbol or character category. Used in a pull-down list1937* shown to a document editing user trying to insert a special character.1938* Newlines are not allowed; translation should be a noun and as consise as1939* possible. More details:1940* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1941* @type {string}1942*/1943goog.i18n.CharPickerData.MSG_CP_HAN_9_STROKE_RADICALS =1944goog.getMsg('Han 9-Stroke Radicals');194519461947/**1948* @desc Name for a symbol or character category. Used in a pull-down list1949* shown to a document editing user trying to insert a special character.1950* Newlines are not allowed; translation should be a noun and as consise as1951* possible. More details:1952* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1953* @type {string}1954*/1955goog.i18n.CharPickerData.MSG_CP_HAN_10_STROKE_RADICALS =1956goog.getMsg('Han 10-Stroke Radicals');195719581959/**1960* @desc Name for a symbol or character category. Used in a pull-down list1961* shown to a document editing user trying to insert a special character.1962* Newlines are not allowed; translation should be a noun and as consise as1963* possible. More details:1964* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1965* @type {string}1966*/1967goog.i18n.CharPickerData.MSG_CP_HAN_11_17_STROKE_RADICALS =1968goog.getMsg('Han 11..17-Stroke Radicals');196919701971/**1972* @desc Name for a symbol or character category. Used in a pull-down list1973* shown to a document editing user trying to insert a special character.1974* Newlines are not allowed; translation should be a noun and as consise as1975* possible. More details:1976* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1977* @type {string}1978*/1979goog.i18n.CharPickerData.MSG_CP_HAN_OTHER = goog.getMsg('Han - Other');198019811982/**1983* @desc Name for a symbol or character category. Used in a pull-down list1984* shown to a document editing user trying to insert a special character.1985* Newlines are not allowed; translation should be a noun and as consise as1986* possible. More details:1987* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1988* @type {string}1989*/1990goog.i18n.CharPickerData.MSG_CP_CJK_STROKES = goog.getMsg('CJK Strokes');199119921993/**1994* @desc Name for a symbol or character category. Used in a pull-down list1995* shown to a document editing user trying to insert a special character.1996* Newlines are not allowed; translation should be a noun and as consise as1997* possible. More details:1998* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.1999* @type {string}2000*/2001goog.i18n.CharPickerData.MSG_CP_IDEOGRAPHIC_DESCRIPTION =2002goog.getMsg('Ideographic Description');200320042005/**2006* Top catagory names of character organization.2007* @type {!Array<string>}2008*/2009goog.i18n.CharPickerData.prototype.categories = [2010goog.i18n.CharPickerData.MSG_CP_SYMBOL,2011goog.i18n.CharPickerData.MSG_CP_EMOJI,2012goog.i18n.CharPickerData.MSG_CP_PUNCTUATION,2013goog.i18n.CharPickerData.MSG_CP_NUMBER,2014goog.i18n.CharPickerData.MSG_CP_FORMAT_WHITESPACE,2015goog.i18n.CharPickerData.MSG_CP_MODIFIER,2016goog.i18n.CharPickerData.MSG_CP_LATIN,2017goog.i18n.CharPickerData.MSG_CP_OTHER_EUROPEAN_SCRIPTS,2018goog.i18n.CharPickerData.MSG_CP_AMERICAN_SCRIPTS,2019goog.i18n.CharPickerData.MSG_CP_AFRICAN_SCRIPTS,2020goog.i18n.CharPickerData.MSG_CP_MIDDLE_EASTERN_SCRIPTS,2021goog.i18n.CharPickerData.MSG_CP_SOUTH_ASIAN_SCRIPTS,2022goog.i18n.CharPickerData.MSG_CP_SOUTHEAST_ASIAN_SCRIPTS,2023goog.i18n.CharPickerData.MSG_CP_HANGUL,2024goog.i18n.CharPickerData.MSG_CP_OTHER_EAST_ASIAN_SCRIPTS,2025goog.i18n.CharPickerData.MSG_CP_HAN_1_STROKE_RADICALS,2026goog.i18n.CharPickerData.MSG_CP_HAN_2_STROKE_RADICALS,2027goog.i18n.CharPickerData.MSG_CP_HAN_3_STROKE_RADICALS,2028goog.i18n.CharPickerData.MSG_CP_HAN_4_STROKE_RADICALS,2029goog.i18n.CharPickerData.MSG_CP_HAN_5_STROKE_RADICALS,2030goog.i18n.CharPickerData.MSG_CP_HAN_6_STROKE_RADICALS,2031goog.i18n.CharPickerData.MSG_CP_HAN_7_STROKE_RADICALS,2032goog.i18n.CharPickerData.MSG_CP_HAN_8_STROKE_RADICALS,2033goog.i18n.CharPickerData.MSG_CP_HAN_9_STROKE_RADICALS,2034goog.i18n.CharPickerData.MSG_CP_HAN_10_STROKE_RADICALS,2035goog.i18n.CharPickerData.MSG_CP_HAN_11_17_STROKE_RADICALS,2036goog.i18n.CharPickerData.MSG_CP_HAN_OTHER2037];203820392040/**2041* Names of subcategories. Each message this array is the2042* name for the corresponding subcategory specified in2043* {@code goog.i18n.CharPickerData.subcategories}.2044* @type {!Array<string>}2045*/2046goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SYMBOL = [2047goog.i18n.CharPickerData.MSG_CP_ARROWS,2048goog.i18n.CharPickerData.MSG_CP_BRAILLE,2049goog.i18n.CharPickerData.MSG_CP_CONTROL_PICTURES,2050goog.i18n.CharPickerData.MSG_CP_CURRENCY,2051goog.i18n.CharPickerData.MSG_CP_EMOTICONS,2052goog.i18n.CharPickerData.MSG_CP_GAME_PIECES,2053goog.i18n.CharPickerData.MSG_CP_GENDER_AND_GENEALOGICAL,2054goog.i18n.CharPickerData.MSG_CP_GEOMETRIC_SHAPES,2055goog.i18n.CharPickerData.MSG_CP_KEYBOARD_AND_UI,2056goog.i18n.CharPickerData.MSG_CP_LATIN_1_SUPPLEMENT,2057goog.i18n.CharPickerData.MSG_CP_MATH,2058goog.i18n.CharPickerData.MSG_CP_MATH_ALPHANUMERIC,2059goog.i18n.CharPickerData.MSG_CP_MISCELLANEOUS,2060goog.i18n.CharPickerData.MSG_CP_MUSICAL,2061goog.i18n.CharPickerData.MSG_CP_STARS_ASTERISKS,2062goog.i18n.CharPickerData.MSG_CP_SUBSCRIPT,2063goog.i18n.CharPickerData.MSG_CP_SUPERSCRIPT,2064goog.i18n.CharPickerData.MSG_CP_TECHNICAL,2065goog.i18n.CharPickerData.MSG_CP_TRANSPORT_AND_MAP,2066goog.i18n.CharPickerData.MSG_CP_WEATHER_AND_ASTROLOGICAL,2067goog.i18n.CharPickerData.MSG_CP_YIJING_TAI_XUAN_JING,2068goog.i18n.CharPickerData.MSG_CP_HISTORIC,2069goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2070];207120722073/**2074* List of characters in base88 encoding scheme. Each base88 encoded2075* charater string represents corresponding subcategory specified in2076* {@code goog.i18n.CharPickerData.subcategories}. Encoding2077* scheme is described in {@code goog.i18n.CharListDecompressor}.2078* @type {!Array<string>}2079*/2080goog.i18n.CharPickerData.CHARLIST_OF_SYMBOL = [2081'2>807AnTMm6e6HDk%`O728F1f4V1PNF2WF1G}58?]514M]Ol1%2l2^3X1U:1Un2Mb>$0MD-(068k11I3706:%MwiZ06',2082';oA0FN',2083'(j90d3',2084'H3XBMQQ10HB(2106uPM]N:qol202S20#2;.Z0^xM0:91E]J6O6',2085';(i1-5W?',2086'Q6A06f5#1H2,]4MeEY[W1@3W}891N1GF1GN18N1P%k',2087'2JA0sOc',2088'oG90nMcPTFNfFEQE10t2H3kQ7X1sj>$0OW6*F%E',2089'(P90UGv771.Uv46%7Y^Y1F2mc]1M+<Z1',2090'9FP1',2091':3f1En5894WX3:2v+]lEQ?60f2E11OH1P1M]1U11UfCf111MuUmH6Ue6WGGu:26G8:2NO$M:16H8%2V28H211cvg.]4s9AnU#5PNdkX4-1Gc24P1P2:2P2:2P2:2P2:2P2g>50M8V2868G8,8M88mW888E868G8888868GM8k8M8M88,8d1eE8U8d1%46bf$0:;c8%Ef1Ev2:28]BmMbp)02p8071WO6WUw+w0',2092'9G6e:-EGX26G6(k70Ocm,]AWG,8OUmOO68E86uMeU^`Q1t78V686GG6GM8|88k8-58MGs8k8d28M8U8Ok8-UGF28F28#28F28#28F28#28F28#28F28sGd4rLS1H1',2093'1FGW8I(90EHB686WU8l1$Uv4?8En1E8|:29168U8718k8kG8M868688686e686888,148MO8|8E]7wV10k2tN1cYf806813692W]3%68X2f2|O6G86%1P5m6%5$6%468e[E8c11126v1MH2|%F9DuM8E86m8UTN%065j#0M',2094';DA0k2mO1NM[d3GV5eEms$6ut2WN493@5OA;80sD790UOc$sGk%2MfDE',2095';OA0v5-3g510E^jW1WV1:l',2096'Qq80N1871QC30',2097'XFu6e6^X80O?vE82+Y16T+g1Ug2709+H12F30QjW0PC6',2098'gM90sW#1G6$l7H1!%2N2O?ml1]6?',2099'g?i1N6',2100'Q4A0F1mv3}1v8,uUe^zX171',2101'w8A0sf7c2WA0#5A>E1-7',2102'I{)0%4!P7|%4}3A,$0dA',2103'(PD0M(ZU16H1-3e!u6'2104];210521062107/**2108* Names of subcategories. Each message this array is the2109* name for the corresponding subcategory specified in2110* {@code goog.i18n.CharPickerData.subcategories}.2111* @type {!Array<string>}2112*/2113goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_EMOJI = [2114goog.i18n.CharPickerData.MSG_CP_PEOPLE_AND_EMOTIONS,2115goog.i18n.CharPickerData.MSG_CP_ANIMALS_PLANTS_AND_FOOD,2116goog.i18n.CharPickerData.MSG_CP_OBJECTS,2117goog.i18n.CharPickerData.MSG_CP_SPORTS_CELEBRATIONS_AND_ACTIVITIES,2118goog.i18n.CharPickerData.MSG_CP_TRANSPORT_MAPS_AND_SIGNAGE,2119goog.i18n.CharPickerData.MSG_CP_WEATHER_SCENES_AND_ZODIAC_SIGNS,2120goog.i18n.CharPickerData.MSG_CP_ENCLOSED,2121goog.i18n.CharPickerData.MSG_CP_MARKS,2122goog.i18n.CharPickerData.MSG_CP_SYMBOLS2123];212421252126/**2127* List of characters in base88 encoding scheme. Each base88 encoded2128* charater string represents corresponding subcategory specified in2129* {@code goog.i18n.CharPickerData.subcategories}. Encoding2130* scheme is described in {@code goog.i18n.CharListDecompressor}.2131* @type {!Array<string>}2132*/2133goog.i18n.CharPickerData.CHARLIST_OF_EMOJI = [2134'^6A0n2:IE]7Y>X18N1%1-28EOO8871G|%U-5W?',2135'I6A0A_X1c8N6eXBt5',2136';O906PJG]m1C1Amew)X16:It1]2W68E8X168[8d68MP171P1!1372',2137'2DA0s%76o]W1@3nAN1GF1GN18N1Xzd191N38U9I',2138'(DA0v1O]2694t1m72$2>X1d1%DvXUvBN6',2139'Q4A0F1mv4|HAUe98(rX1@2]k',2140'Y#90;v308ICU1d2W-3H9EH1-3e!u6',2141';5A09M9188:48WE8n5EH2',2142'Y%C0(wV1P7N3[EP1M'2143];214421452146/**2147* Names of subcategories. Each message this array is the2148* name for the corresponding subcategory specified in2149* {@code goog.i18n.CharPickerData.subcategories}.2150* @type {!Array<string>}2151*/2152goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_PUNCTUATION = [2153goog.i18n.CharPickerData.MSG_CP_ASCII_BASED,2154goog.i18n.CharPickerData.MSG_CP_DASH_CONNECTOR,2155goog.i18n.CharPickerData.MSG_CP_OTHER,2156goog.i18n.CharPickerData.MSG_CP_PAIRED,2157goog.i18n.CharPickerData.MSG_CP_HISTORIC,2158goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2159];216021612162/**2163* List of characters in base88 encoding scheme. Each base88 encoded2164* charater string represents corresponding subcategory specified in2165* {@code goog.i18n.CharPickerData.subcategories}. Encoding2166* scheme is described in {@code goog.i18n.CharListDecompressor}.2167* @type {!Array<string>}2168*/2169goog.i18n.CharPickerData.CHARLIST_OF_PUNCTUATION = [2170':2M8EG886[6O6f2H6eP16u',2171'14f4gX80c%36%1gu30:26Q3t0XG',2172'(s70:<.MOEmEGGG8OEms88Iu3068G6n1!',2173'n36f48v2894X1;P80sP26[6]46P16nvMPF6f3c1^F1H76:2,va@1%5M]26;7106G,fh,Gs2Ms06nPcXF6f48v288686',2174'gm808kQT30MnN72v1U8U(%t0Eb(t0',2175'Ig80e91E91686W8$EH1X36P162pw0,12-1G|8F18W86nDE8c8M[6O6X2E8f2886'2176];217721782179/**2180* Names of subcategories. Each message this array is the2181* name for the corresponding subcategory specified in2182* {@code goog.i18n.CharPickerData.subcategories}.2183* @type {!Array<string>}2184*/2185goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_NUMBER = [2186goog.i18n.CharPickerData.MSG_CP_DECIMAL,2187goog.i18n.CharPickerData.MSG_CP_ENCLOSED_DOTTED,2188goog.i18n.CharPickerData.MSG_CP_FRACTIONS_RELATED,2189goog.i18n.CharPickerData.MSG_CP_OTHER,2190goog.i18n.CharPickerData.MSG_CP_HISTORIC,2191goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2192];219321942195/**2196* List of characters in base88 encoding scheme. Each base88 encoded2197* charater string represents corresponding subcategory specified in2198* {@code goog.i18n.CharPickerData.subcategories}. Encoding2199* scheme is described in {@code goog.i18n.CharListDecompressor}.2200* @type {!Array<string>}2201*/2202goog.i18n.CharPickerData.CHARLIST_OF_NUMBER = [2203'P4,]A6egh10,HC,1I,fb,%A,%A,%A,%A,%A,%A,%A,%A,XK,%A,X6,PP,X6,Q]10,f3,PR,vB,9F,m,nG,]K,m,A710Ocm,^SZ0,vz,f3,1I,%A,]a,AnQ0,vB,f5,9D,2Q10,5O60,',2204'gs90#7%4@1Pvt2g+20,%2s8N1]2,n3N1',2205'9G6eGEoX80Ocm,1IV1%3',2206'ot20cHYc]AE9Ck]Lcvd,^910#1oF10,vh2}1073GMQ:30P2!P1EHVMI2V0,9Ts8^aP0sHn6%JsH2s](#2fg#1wnp0l1;-70?',2207'o560EgM10,Yk10EGMo230w6u0}39175n1:aMv2$HCUXI,^E10cnQso,60@8',2208'w.80-2o?30EHVMoSU1?b}#0,'2209];221022112212/**2213* Names of subcategories. Each message this array is the2214* name for the corresponding subcategory specified in2215* {@code goog.i18n.CharPickerData.subcategories}.2216* @type {!Array<string>}2217*/2218goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_FORMAT_WHITESPACE = [2219goog.i18n.CharPickerData.MSG_CP_FORMAT,2220goog.i18n.CharPickerData.MSG_CP_VARIATION_SELECTOR,2221goog.i18n.CharPickerData.MSG_CP_WHITESPACE,2222goog.i18n.CharPickerData.MSG_CP_HISTORIC,2223goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2224];222522262227/**2228* List of characters in base88 encoding scheme. Each base88 encoded2229* charater string represents corresponding subcategory specified in2230* {@code goog.i18n.CharPickerData.subcategories}. Encoding2231* scheme is described in {@code goog.i18n.CharListDecompressor}.2232* @type {!Array<string>}2233*/2234goog.i18n.CharPickerData.CHARLIST_OF_FORMAT_WHITESPACE = [2235'vF;Z10c12fHf4gh40;920UX2Uf4U8M2n#0Iej0MQi50sY)W9l8bk0AvME',2236']=oY506%7E^$zA#LDF1AV1',2237'fEIH602920,H3P4wB40;#s0',2238'w-10f4^#206IV10(970ols0',2239'fEAQ80?P3P4wB40^@s0'2240];224122422243/**2244* Names of subcategories. Each message this array is the2245* name for the corresponding subcategory specified in2246* {@code goog.i18n.CharPickerData.subcategories}.2247* @type {!Array<string>}2248*/2249goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_MODIFIER = [2250goog.i18n.CharPickerData.MSG_CP_ENCLOSING,2251goog.i18n.CharPickerData.MSG_CP_NONSPACING,2252goog.i18n.CharPickerData.MSG_CP_SPACING,2253goog.i18n.CharPickerData.MSG_CP_HISTORIC,2254goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2255];225622572258/**2259* List of characters in base88 encoding scheme. Each base88 encoded2260* charater string represents corresponding subcategory specified in2261* {@code goog.i18n.CharPickerData.subcategories}. Encoding2262* scheme is described in {@code goog.i18n.CharListDecompressor}.2263* @type {!Array<string>}2264*/2265goog.i18n.CharPickerData.CHARLIST_OF_MODIFIER = [2266'(y80M8E',2267'%+#5GG,8t1(#60E8718kWm:I,H46v%71WO|oWQ1En1sGk%2MT_t0k',2268'f!!.M%3M91gz30(C30f1695E8?8l18d2X4N32D40XH',2269'%?71HP62x60M[F2926^Py0',2270'n<686'2271];227222732274/**2275* Names of subcategories. Each message this array is the2276* name for the corresponding subcategory specified in2277* {@code goog.i18n.CharPickerData.subcategories}.2278* @type {!Array<string>}2279*/2280goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_LATIN = [2281goog.i18n.CharPickerData.MSG_CP_COMMON,2282goog.i18n.CharPickerData.MSG_CP_ENCLOSED,2283goog.i18n.CharPickerData.MSG_CP_FLIPPED_MIRRORED,2284goog.i18n.CharPickerData.MSG_CP_OTHER,2285goog.i18n.CharPickerData.MSG_CP_PHONETICS_IPA,2286goog.i18n.CharPickerData.MSG_CP_PHONETICS_X_IPA,2287goog.i18n.CharPickerData.MSG_CP_HISTORIC,2288goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2289];229022912292/**2293* List of characters in base88 encoding scheme. Each base88 encoded2294* charater string represents corresponding subcategory specified in2295* {@code goog.i18n.CharPickerData.subcategories}. Encoding2296* scheme is described in {@code goog.i18n.CharListDecompressor}.2297* @type {!Array<string>}2298*/2299goog.i18n.CharPickerData.CHARLIST_OF_LATIN = [2300':5N2mN2P6}18#28V1Gl1GcG|W68cGs8|GMGMG6G}1GWG6OU8GEOG6H168E11M.s$$6f16%2Mv3P168688uW.128$IN706126H26W6:16m6$6P16Gc916[878QAa06zph0696U8EOP3o2706',2301'^x90}6^yX1#28F5m-3:6N2',2302'X4X1m6OEWku8WGc88M8H6%1nFmu11916X16H3H1%4P3[8EOmeWW.euWM918HMH6%512]I1Q^+20f+.%2X8]cfBg*10I710P1681H]E^BZ01BE',2303']N6v16m6P16Gv26W6W6G6H286O6G6m86OE86GUGGEGOEv2s8sG!OEOt2mV38?A570@3%5718}2H9|G@1G72GMG#1GcGsGF1G6m|GcHuO11G6e6O88mOuX18Eo]20}1u62cW0F1v6N1e68M91?H7zSi081s868EG?8E8EGcu8E8UGEw^60t5H193N3v!H1f171QmZ072f9E]96',2304'%8N2%96$uH4H3u:9M%CF28718M868UO?86G68E8868GHOeP1I>70EO6LF80E8GW11OO6918Of26868886OV3WU%2W',2305'1uH1WGeE11G6GO8G868s',2306'HZ6uP268691s15P36Al7068H8cHw!Y?20UwdW0#58s:BUbvh0d1g{A06AZW0sH2697',2307'XFX1:A6116v5H6!P3E(o706vtM8E8?86GUGE8O8M8E86W8.U12-2Qd40HBMvE,et8:2Qtq0kg710N2mN2bV)0mWOXnc'2308];230923102311/**2312* Names of subcategories. Each message this array is the2313* name for the corresponding subcategory specified in2314* {@code goog.i18n.CharPickerData.subcategories}.2315* @type {!Array<string>}2316*/2317goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_OTHER_EUROPEAN_SCRIPTS = [2318goog.i18n.CharPickerData.MSG_CP_ARMENIAN,2319goog.i18n.CharPickerData.MSG_CP_CYRILLIC,2320goog.i18n.CharPickerData.MSG_CP_GEORGIAN,2321goog.i18n.CharPickerData.MSG_CP_GREEK,2322goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2323goog.i18n.CharPickerData.MSG_CP_CYPRIOT,2324goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2325goog.i18n.CharPickerData.MSG_CP_CYRILLIC,2326goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2327goog.i18n.CharPickerData.MSG_CP_GEORGIAN,2328goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2329goog.i18n.CharPickerData.MSG_CP_GLAGOLITIC,2330goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2331goog.i18n.CharPickerData.MSG_CP_GOTHIC,2332goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2333goog.i18n.CharPickerData.MSG_CP_GREEK,2334goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2335goog.i18n.CharPickerData.MSG_CP_LINEAR_B,2336goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2337goog.i18n.CharPickerData.MSG_CP_OGHAM,2338goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2339goog.i18n.CharPickerData.MSG_CP_OLD_ITALIC,2340goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2341goog.i18n.CharPickerData.MSG_CP_RUNIC,2342goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2343goog.i18n.CharPickerData.MSG_CP_SHAVIAN,2344goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2345goog.i18n.CharPickerData.MSG_CP_ARMENIAN,2346goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2347goog.i18n.CharPickerData.MSG_CP_GREEK2348];234923502351/**2352* List of characters in base88 encoding scheme. Each base88 encoded2353* charater string represents corresponding subcategory specified in2354* {@code goog.i18n.CharPickerData.subcategories}. Encoding2355* scheme is described in {@code goog.i18n.CharListDecompressor}.2356* @type {!Array<string>}2357*/2358goog.i18n.CharPickerData.CHARLIST_OF_OTHER_EUROPEAN_SCRIPTS = [2359'(W10V3Oc8V3G6W=4',2360'2510-BuNEKuvfE',2361'(e10o{20eG@2mMGEJ',2362']]8E88#18@3P3$wC70@1GcGV3GcGs8888l1888888O#48U8eE8E88OEOUeE8k8eE8E88{l706W',2363'^-+0cG8@386OG',2364'2{h0F4W[872{<g06g^A0-2;;V0M8,8:2',2365';Y40V3]3cW2a70V38e',2366'^tB0F48F4',2367'^l*0V2',2368']@MG6OEX7EO71f18GU8E;{(0#6YBt0@5OJE',2369'(z)0|8N28t1868N1GF1937B',2370'o_50l2',2371'oh*0#28M',2372'g|50N7',2373'A;*0N4',2374'oe10g^$0U',2375'XG%$$%6Ef26OoN70888888n5G[8uuuuH189Rr:706we708E11EH1EH1EH16'2376];237723782379/**2380* Names of subcategories. Each message this array is the2381* name for the corresponding subcategory specified in2382* {@code goog.i18n.CharPickerData.subcategories}.2383* @type {!Array<string>}2384*/2385goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_AMERICAN_SCRIPTS = [2386goog.i18n.CharPickerData.MSG_CP_CANADIAN_ABORIGINAL,2387goog.i18n.CharPickerData.MSG_CP_CHEROKEE,2388goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2389goog.i18n.CharPickerData.MSG_CP_DESERET2390];239123922393/**2394* List of characters in base88 encoding scheme. Each base88 encoded2395* charater string represents corresponding subcategory specified in2396* {@code goog.i18n.CharPickerData.subcategories}. Encoding2397* scheme is described in {@code goog.i18n.CharListDecompressor}.2398* @type {!Array<string>}2399*/2400goog.i18n.CharPickerData.CHARLIST_OF_AMERICAN_SCRIPTS = [2401'YP507w]oN6',2402'wG50t7',2403';(*0F7'2404];240524062407/**2408* Names of subcategories. Each message this array is the2409* name for the corresponding subcategory specified in2410* {@code goog.i18n.CharPickerData.subcategories}.2411* @type {!Array<string>}2412*/2413goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_AFRICAN_SCRIPTS = [2414goog.i18n.CharPickerData.MSG_CP_EGYPTIAN_HIEROGLYPHS,2415goog.i18n.CharPickerData.MSG_CP_ETHIOPIC,2416goog.i18n.CharPickerData.MSG_CP_MEROITIC_CURSIVE,2417goog.i18n.CharPickerData.MSG_CP_MEROITIC_HIEROGLYPHS,2418goog.i18n.CharPickerData.MSG_CP_NKO,2419goog.i18n.CharPickerData.MSG_CP_TIFINAGH,2420goog.i18n.CharPickerData.MSG_CP_VAI,2421goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2422goog.i18n.CharPickerData.MSG_CP_BAMUM,2423goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2424goog.i18n.CharPickerData.MSG_CP_COPTIC,2425goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2426goog.i18n.CharPickerData.MSG_CP_NKO,2427goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2428goog.i18n.CharPickerData.MSG_CP_OSMANYA2429];243024312432/**2433* List of characters in base88 encoding scheme. Each base88 encoded2434* charater string represents corresponding subcategory specified in2435* {@code goog.i18n.CharPickerData.subcategories}. Encoding2436* scheme is described in {@code goog.i18n.CharListDecompressor}.2437* @type {!Array<string>}2438*/2439goog.i18n.CharPickerData.CHARLIST_OF_AFRICAN_SCRIPTS = [2440';Y[0}}N9',2441';(40l68MGk88MGt38MG@28MGk88MGN18758MG}5el2ON2(;60}1.k8k8k8k8k8k8k8kI8X0cGcGc.k8kDDe0E',2442'(L,072m6',2443';I,0-2',2444'Q420l3P1MK1?W',2445'o_B0}4$3X1',2446'^th0NO8#2*2',2447'(5i0F7GcY4p0tpzup06',2448'Q210F12$A0}9O6eka1E',2449'^720E',2450'g?*0t2G,'2451];245224532454/**2455* Names of subcategories. Each message this array is the2456* name for the corresponding subcategory specified in2457* {@code goog.i18n.CharPickerData.subcategories}.2458* @type {!Array<string>}2459*/2460goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_MIDDLE_EASTERN_SCRIPTS = [2461goog.i18n.CharPickerData.MSG_CP_ARABIC,2462goog.i18n.CharPickerData.MSG_CP_HEBREW,2463goog.i18n.CharPickerData.MSG_CP_IMPERIAL_ARAMAIC,2464goog.i18n.CharPickerData.MSG_CP_INSCRIPTIONAL_PAHLAVI,2465goog.i18n.CharPickerData.MSG_CP_INSCRIPTIONAL_PARTHIAN,2466goog.i18n.CharPickerData.MSG_CP_MANDAIC,2467goog.i18n.CharPickerData.MSG_CP_OLD_SOUTH_ARABIAN,2468goog.i18n.CharPickerData.MSG_CP_SAMARITAN,2469goog.i18n.CharPickerData.MSG_CP_SYRIAC,2470goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2471goog.i18n.CharPickerData.MSG_CP_ARABIC,2472goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2473goog.i18n.CharPickerData.MSG_CP_AVESTAN,2474goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2475goog.i18n.CharPickerData.MSG_CP_CARIAN,2476goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2477goog.i18n.CharPickerData.MSG_CP_CUNEIFORM,2478goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2479goog.i18n.CharPickerData.MSG_CP_HEBREW,2480goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2481goog.i18n.CharPickerData.MSG_CP_LYCIAN,2482goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2483goog.i18n.CharPickerData.MSG_CP_LYDIAN,2484goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2485goog.i18n.CharPickerData.MSG_CP_OLD_PERSIAN,2486goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2487goog.i18n.CharPickerData.MSG_CP_PHOENICIAN,2488goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2489goog.i18n.CharPickerData.MSG_CP_SYRIAC,2490goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2491goog.i18n.CharPickerData.MSG_CP_UGARITIC,2492goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2493goog.i18n.CharPickerData.MSG_CP_ARABIC,2494goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2495goog.i18n.CharPickerData.MSG_CP_HEBREW2496];249724982499/**2500* List of characters in base88 encoding scheme. Each base88 encoded2501* charater string represents corresponding subcategory specified in2502* {@code goog.i18n.CharPickerData.subcategories}. Encoding2503* scheme is described in {@code goog.i18n.CharListDecompressor}.2504* @type {!Array<string>}2505*/2506goog.i18n.CharPickerData.CHARLIST_OF_MIDDLE_EASTERN_SCRIPTS = [2507'op10U8,11Gl2m,]1F1O68W-18V6H2l1P774XQ8?^F60g2#0#2YVx06r##0vAry%0U]3[-1f11vV2QG$0V1',2508'oj108G91V2eUC6F1886A?$0',2509'(>+0@18!',2510'g!,0t1es',2511'ox,0@1Gs',2512'^F20F2eZE',2513'Id,0-2',2514'AA20@1X2N1Qt60{w6072',2515'wq10P1O]2[?X2',2516'^u10UH46%2H7[fD6=Wc1HkG,8M',2517'(r,0-4Ok',2518';Y*0V4',2519'gE=0-@HD@8H1M',2520'Qk10^>$0!f35}$0#2:168',2521'^V*0l2',2522'AA,0N2e',2523'Aw*0F3WF1',2524'I7,0d2O',2525';;10F1868t2v2Eq5%2V2',2526'It*0t28',2527'I!10MA^e1M8V2868G8,8M88mW888E868G8888868GM8k8M8M88,8d1eE8U8d1{W$0-813@Wv1#5G-4v371fAE88FC',2528'2a(08.F18U886868!'2529];253025312532/**2533* Names of subcategories. Each message this array is the2534* name for the corresponding subcategory specified in2535* {@code goog.i18n.CharPickerData.subcategories}.2536* @type {!Array<string>}2537*/2538goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SOUTH_ASIAN_SCRIPTS = [2539goog.i18n.CharPickerData.MSG_CP_BENGALI,2540goog.i18n.CharPickerData.MSG_CP_CHAKMA,2541goog.i18n.CharPickerData.MSG_CP_DEVANAGARI,2542goog.i18n.CharPickerData.MSG_CP_GUJARATI,2543goog.i18n.CharPickerData.MSG_CP_GURMUKHI,2544goog.i18n.CharPickerData.MSG_CP_KANNADA,2545goog.i18n.CharPickerData.MSG_CP_LEPCHA,2546goog.i18n.CharPickerData.MSG_CP_LIMBU,2547goog.i18n.CharPickerData.MSG_CP_MALAYALAM,2548goog.i18n.CharPickerData.MSG_CP_MEETEI_MAYEK,2549goog.i18n.CharPickerData.MSG_CP_OL_CHIKI,2550goog.i18n.CharPickerData.MSG_CP_ORIYA,2551goog.i18n.CharPickerData.MSG_CP_SAURASHTRA,2552goog.i18n.CharPickerData.MSG_CP_SINHALA,2553goog.i18n.CharPickerData.MSG_CP_SORA_SOMPENG,2554goog.i18n.CharPickerData.MSG_CP_TAMIL,2555goog.i18n.CharPickerData.MSG_CP_TELUGU,2556goog.i18n.CharPickerData.MSG_CP_THAANA,2557goog.i18n.CharPickerData.MSG_CP_TIBETAN,2558goog.i18n.CharPickerData.MSG_CP_HISTORIC,2559goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2560goog.i18n.CharPickerData.MSG_CP_BRAHMI,2561goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2562goog.i18n.CharPickerData.MSG_CP_KAITHI,2563goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2564goog.i18n.CharPickerData.MSG_CP_KANNADA,2565goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2566goog.i18n.CharPickerData.MSG_CP_KHAROSHTHI,2567goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2568goog.i18n.CharPickerData.MSG_CP_SHARADA,2569goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2570goog.i18n.CharPickerData.MSG_CP_SYLOTI_NAGRI,2571goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2572goog.i18n.CharPickerData.MSG_CP_TAKRI,2573goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2574goog.i18n.CharPickerData.MSG_CP_BENGALI,2575goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2576goog.i18n.CharPickerData.MSG_CP_DEVANAGARI,2577goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2578goog.i18n.CharPickerData.MSG_CP_GURMUKHI,2579goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2580goog.i18n.CharPickerData.MSG_CP_ORIYA,2581goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2582goog.i18n.CharPickerData.MSG_CP_TIBETAN2583];258425852586/**2587* List of characters in base88 encoding scheme. Each base88 encoded2588* charater string represents corresponding subcategory specified in2589* {@code goog.i18n.CharPickerData.subcategories}. Encoding2590* scheme is described in {@code goog.i18n.CharListDecompressor}.2591* @type {!Array<string>}2592*/2593goog.i18n.CharPickerData.CHARLIST_OF_SOUTH_ASIAN_SCRIPTS = [2594'gg206:2sG6G@18k8OMOf1n16W@1:*64[E958kG6GE.[6',2595'wH.0F3X1F146EP3F1',2596'(X20-4Ov1X16G718c8k9[6gMf0,DRg0M]4E8l18k[6H1YEg0l1',2597'(*20!8E8@18k868UOv1X16W|fk6*uE958s8E8E:16',2598'gg206fEcW6G@18k8GG693.,GE:v6a*E958UW6GEO%26O',2599'QR30s8E8}18,8UO936W,86CA6958k8E8Mu6116',2600'oZ70F392N1OE=3#1',2601'(r60l2H3O|K4|W|',2602'^c30s8E8t3Gf1n16WV1Okw@4053506P5k8E8M.[6',2603'wGj0?eEvI73$W,iOUOMfLs86',2604';g70l3m6pc',2605'gg206%bsG6G@18k868UO13EWl1PY6CjE958kG6GE$6[6',2606'oni0d4X2|486n4d1',2607'oo30l1O728!8Gk94A+40j@406X6Wc88sv16',2608'2D.0F2u,',2609';3308cOE8MO6886O6OEO|12]1-1=AX5UOE8M.',2610'wF30s8E8}18,8UOX26m6W,$sPA6=LEP5k8E8Mu6116',2611'wq10P1O:5,PPV311_?',2612'2{30|8?GV2888MGE8M8M8M8M8M8|8EH2GUf4s8c8kW6Ii806e,GsL$806f288W6f468ek8E86ec8M8M8M8M8M8|8E.',2613'(u70M8MO6jf30M',2614'Y^-0#4X1kWt24AE:4N1',2615'26.0}311k=5E94?',2616'YZ30',2617'gU,0X1M8E8V291s$!=7E86eMv3EW',2618'QT.0N4P1su,48EX4F1',2619'(bi068E8M8}1eMy3OW92U',2620'Yv:0-3]1,y271',2621'Yr2068',2622'Yf20s',2623'Qz20G93EG',2624'Q0306',2625'A|30]4.WWW91we#0M5e#0868$n1.WWW91'2626];262726282629/**2630* Names of subcategories. Each message this array is the2631* name for the corresponding subcategory specified in2632* {@code goog.i18n.CharPickerData.subcategories}.2633* @type {!Array<string>}2634*/2635goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SOUTHEAST_ASIAN_SCRIPTS = [2636goog.i18n.CharPickerData.MSG_CP_BALINESE,2637goog.i18n.CharPickerData.MSG_CP_BATAK,2638goog.i18n.CharPickerData.MSG_CP_CHAM,2639goog.i18n.CharPickerData.MSG_CP_JAVANESE,2640goog.i18n.CharPickerData.MSG_CP_KAYAH_LI,2641goog.i18n.CharPickerData.MSG_CP_KHMER,2642goog.i18n.CharPickerData.MSG_CP_LAO,2643goog.i18n.CharPickerData.MSG_CP_MYANMAR,2644goog.i18n.CharPickerData.MSG_CP_NEW_TAI_LUE,2645goog.i18n.CharPickerData.MSG_CP_TAI_LE,2646goog.i18n.CharPickerData.MSG_CP_TAI_THAM,2647goog.i18n.CharPickerData.MSG_CP_TAI_VIET,2648goog.i18n.CharPickerData.MSG_CP_THAI,2649goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2650goog.i18n.CharPickerData.MSG_CP_BUGINESE,2651goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2652goog.i18n.CharPickerData.MSG_CP_BUHID,2653goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2654goog.i18n.CharPickerData.MSG_CP_HANUNOO,2655goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2656goog.i18n.CharPickerData.MSG_CP_KHMER,2657goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2658goog.i18n.CharPickerData.MSG_CP_REJANG,2659goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2660goog.i18n.CharPickerData.MSG_CP_SUNDANESE,2661goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2662goog.i18n.CharPickerData.MSG_CP_TAGALOG,2663goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2664goog.i18n.CharPickerData.MSG_CP_TAGBANWA2665];266626672668/**2669* List of characters in base88 encoding scheme. Each base88 encoded2670* charater string represents corresponding subcategory specified in2671* {@code goog.i18n.CharPickerData.subcategories}. Encoding2672* scheme is described in {@code goog.i18n.CharListDecompressor}.2673* @type {!Array<string>}2674*/2675goog.i18n.CharPickerData.CHARLIST_OF_SOUTHEAST_ASIAN_SCRIPTS = [2676'(C70F4n1kWV2.!KBUP4d1f3!',2677'(T70V312MK2F1',2678'Q`i0t392E8sW,GM=4F191$6',2679'2:i0F4P171G,W6q8MP4F1P1',2680'2zi0V3$6)s',2681';I6073GE8?]2E8UO,m,Hi-2Srl286O',2682'g:3068G68GmM8k8E88G68M86.GU11,GMC4Gc86.8c',2683'QK40-3:1}1WMOO6uEW71918,W6Iwe0V18,D-e0#192MWE8EGkOMH1|8[M;xe0[',2684'Y%60@3WN2m?O6',2685'2z60t2GU',2686'^@60#4]3,m,mk8c`7,8l2Gn3',2687'^7j0N48O6GUG8H2686K48EG6e68f2',2688';z30N48691c.71*3Gk11!',2689'2>60}1u6xU',2690'2C606.#1',2691'AA60l1O6RE',2692'gM60v311',2693'Y%i0}1H2C271',2694'IO70t2H1l1PNsyTE%271',2695'I760718MH36K3E',2696'2C606%3718E86'2697];269826992700/**2701* Names of subcategories. Each message this array is the2702* name for the corresponding subcategory specified in2703* {@code goog.i18n.CharPickerData.subcategories}.2704* @type {!Array<string>}2705*/2706goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HANGUL = [2707goog.i18n.CharPickerData.MSG_CP_OTHER,2708'\u1100',2709'\u1102',2710'\u1103',2711'\u1105',2712'\u1106',2713'\u1107',2714'\u1109',2715'\u110B',2716'\u110C',2717'\u110E',2718'\u110F',2719'\u1110',2720'\u1111',2721'\u1112',2722'\u1159',2723goog.i18n.CharPickerData.MSG_CP_HISTORIC,2724goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY2725];272627272728/**2729* List of characters in base88 encoding scheme. Each base88 encoded2730* charater string represents corresponding subcategory specified in2731* {@code goog.i18n.CharPickerData.subcategories}. Encoding2732* scheme is described in {@code goog.i18n.CharListDecompressor}.2733* @type {!Array<string>}2734*/2735goog.i18n.CharPickerData.CHARLIST_OF_HANGUL = [2736'AzC0M88,8F1X1mWMPqYyh0}1WV42BA06Tis06',2737';gj0}}-I',2738'(zk0Vr',2739'(+i0MAj20}}-I',2740'A,i0?2#30Vr',2741'A-i0EIS40Vr',2742'Y-i0EY]40}}-I',2743'w-i0IC60}}-I',2744'(-i06^U70Vr',2745'^-i0Q`70}}-I',2746'I}r0Vr',2747'wqs0Vr',2748'2.i02YA0Vr',2749'A.i0Y}A0Vr',2750'I.i0(qB0Vr',2751'Q.i0',2752'oh40FN^L80d8',2753'oJD0#2]5#2IGs0MX5#2OcGcGcGE'2754];275527562757/**2758* Names of subcategories. Each message this array is the2759* name for the corresponding subcategory specified in2760* {@code goog.i18n.CharPickerData.subcategories}.2761* @type {!Array<string>}2762*/2763goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_OTHER_EAST_ASIAN_SCRIPTS = [2764goog.i18n.CharPickerData.MSG_CP_BOPOMOFO,2765goog.i18n.CharPickerData.MSG_CP_HIRAGANA,2766goog.i18n.CharPickerData.MSG_CP_KATAKANA,2767goog.i18n.CharPickerData.MSG_CP_LISU,2768goog.i18n.CharPickerData.MSG_CP_MIAO,2769goog.i18n.CharPickerData.MSG_CP_MONGOLIAN,2770goog.i18n.CharPickerData.MSG_CP_OLD_TURKIC,2771goog.i18n.CharPickerData.MSG_CP_PHAGS_PA,2772goog.i18n.CharPickerData.MSG_CP_YI,2773goog.i18n.CharPickerData.MSG_CP_HISTORIC + ' - ' +2774goog.i18n.CharPickerData.MSG_CP_PHAGS_PA,2775goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2776goog.i18n.CharPickerData.MSG_CP_BOPOMOFO,2777goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2778goog.i18n.CharPickerData.MSG_CP_HIRAGANA,2779goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2780goog.i18n.CharPickerData.MSG_CP_KATAKANA,2781goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2782goog.i18n.CharPickerData.MSG_CP_PHAGS_PA,2783goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY + ' - ' +2784goog.i18n.CharPickerData.MSG_CP_YI2785];278627872788/**2789* List of characters in base88 encoding scheme. Each base88 encoded2790* charater string represents corresponding subcategory specified in2791* {@code goog.i18n.CharPickerData.subcategories}. Encoding2792* scheme is described in {@code goog.i18n.CharListDecompressor}.2793* @type {!Array<string>}2794*/2795goog.i18n.CharPickerData.CHARLIST_OF_OTHER_EAST_ASIAN_SCRIPTS = [2796'AzC0M88,8F1X1mWM]Ht3XAV2I8s06+f(06^`B0M',2797'AzC0M88F2X1mWM8#7.H8fD6QCD1T0l065is0U196G6f8wqs0946',2798'AzC0M88F2X1mWM%8N8fD6n8V1I2D1L0l065is0U196:8Egqs0946',2799'oph0l3m6pc',2800'2591F611F4f1d1',2801'gU60?O8,m738t4$t38aEE:4H9',2802'2>,0l6',2803'wU6068AU606e,Gs',2804'AzC06e,Gs2qT0-18}}-FO@4DL10',2805'ohi0}4',2806'Ql)0M',2807'^%C0f91MF1^oU1bE$0Ujys06',2808'^%C0HIPDF1vRF48@7g`r0N18}3r%s06',2809'Ql)0M',2810'Ql)0M'2811];281228132814/**2815* Names of subcategories. Each message this array is the2816* name for the corresponding subcategory specified in2817* {@code goog.i18n.CharPickerData.subcategories}.2818* @type {!Array<string>}2819*/2820goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_1_STROKE_RADICALS = [2821'\u4E00',2822'\u4E28',2823'\u4E36',2824'\u4E3F',2825'\u4E59',2826'\u4E85',2827goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,2828goog.i18n.CharPickerData.MSG_CP_LESS_COMMON2829];283028312832/**2833* List of characters in base88 encoding scheme. Each base88 encoded2834* charater string represents corresponding subcategory specified in2835* {@code goog.i18n.CharPickerData.subcategories}. Encoding2836* scheme is described in {@code goog.i18n.CharListDecompressor}.2837* @type {!Array<string>}2838*/2839goog.i18n.CharPickerData.CHARLIST_OF_HAN_1_STROKE_RADICALS = [2840'ItK0l3]1f7YL10',2841';wK0M8!',2842'AyK0k8[',2843'^yK0,8N1^w30',2844'Q#K0sG}2YfL0',2845'Q)K0k',2846'(bC0c]R]q8O8f2EgqB2E5Cl1]116$f7fG',2847'A(D0t3(rX1V288k8!8k8868|8l188U8718M8N48E88GE8#48MG@3oA20]G2P60;QB0]9^(20^7L0t2'2848];284928502851/**2852* Names of subcategories. Each message this array is the2853* name for the corresponding subcategory specified in2854* {@code goog.i18n.CharPickerData.subcategories}.2855* @type {!Array<string>}2856*/2857goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_2_STROKE_RADICALS = [2858'\u4E8C',2859'\u4EA0',2860'\u4EBA',2861'\u513F',2862'\u5165',2863'\u516B',2864'\u5182',2865'\u5196',2866'\u51AB',2867'\u51E0',2868'\u51F5',2869'\u5200',2870'\u529B',2871'\u52F9',2872'\u5315',2873'\u531A',2874'\u5338',2875'\u5341',2876'\u535C',2877'\u5369',2878'\u5382',2879'\u53B6',2880'\u53C8',2881'\u8BA0',2882goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,2883goog.i18n.CharPickerData.MSG_CP_LESS_COMMON2884];288528862887/**2888* List of characters in base88 encoding scheme. Each base88 encoded2889* charater string represents corresponding subcategory specified in2890* {@code goog.i18n.CharPickerData.subcategories}. Encoding2891* scheme is described in {@code goog.i18n.CharListDecompressor}.2892* @type {!Array<string>}2893*/2894goog.i18n.CharPickerData.CHARLIST_OF_HAN_2_STROKE_RADICALS = [2895'^)K0M8N1',2896'(+K0N2',2897'A.K0lww)K0',2898'(gL0V3',2899'IkL0cI870',2900'(kL0}1QyK0',2901';mL0#1Yw50',2902'woL0-1',2903'oqL0#4',2904'YvL0-1',2905'QxL0?',2906'QyL0}D',2907'Y;L0V58@2',2908'^^L0d2',2909'g{L0U',2910'^{L0t2^IK0',2911'w0M0!',2912'g1M0E8s868?QHK0rIK0G',2913'^3M071',2914'A5M0F2',2915'Y7M0t4;XD0',2916'ACM0l1',2917'(DM0V2IS10',2918'Y]a0tD',2919'QcC0}1%P8]qG688P1W6G6mO8^pB2F28d292%B6f6%A15P1ODrl1f1E9386H18e11Ee[n16[91e11.G$H1n18611$X2cX5k',2920';+D0tN8l49H2i40kAsS1uH3v1H788]9@18}2872Gk8E8|8s88E8G-18778@28lF8-6G,8@48#486GF28d28t18t48N3874868-78F58V18}28F48l48lG868d18N18#18!8FN8@98FP8s8}F8N28,8VG8F18tF8}2(s30%U;@101bI-50QE60^{40;X60IhB0}Oo_20d3j%S1'2921];292229232924/**2925* Names of subcategories. Each message this array is the2926* name for the corresponding subcategory specified in2927* {@code goog.i18n.CharPickerData.subcategories}.2928* @type {!Array<string>}2929*/2930goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_3_STROKE_RADICALS = [2931'\u53E3',2932'\u56D7',2933'\u571F',2934'\u58EB',2935'\u5902',2936'\u590A',2937'\u5915',2938'\u5927',2939'\u5973',2940'\u5B50',2941'\u5B80',2942'\u5BF8',2943'\u5C0F',2944'\u5C22',2945'\u5C38',2946'\u5C6E',2947'\u5C71',2948'\u5DDB',2949'\u5DE5',2950'\u5DF1',2951'\u5DFE',2952'\u5E72',2953'\u5E7A',2954'\u5E7F',2955'\u5EF4',2956'\u5EFE',2957'\u5F0B',2958'\u5F13',2959'\u5F50',2960'\u5F61',2961'\u5F73',2962'\u7E9F',2963'\u95E8',2964'\u98DE',2965'\u9963',2966'\u9A6C',2967goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,2968goog.i18n.CharPickerData.MSG_CP_LESS_COMMON2969];297029712972/**2973* List of characters in base88 encoding scheme. Each base88 encoded2974* charater string represents corresponding subcategory specified in2975* {@code goog.i18n.CharPickerData.subcategories}. Encoding2976* scheme is described in {@code goog.i18n.CharListDecompressor}.2977* @type {!Array<string>}2978*/2979goog.i18n.CharPickerData.CHARLIST_OF_HAN_3_STROKE_RADICALS = [2980'IGM0dY8FM8tB',2981'^`M0d6^GJ0',2982'g3N0tZ8}48!Q#I0Ge',2983'gCN0%W}1',2984'YlN0k',2985'2mN0|',2986'AnN0l1',2987'(oN0-6',2988'wvN07D8}T',2989'2DO0N4',2990'YHO0-Aw]50',2991'QSO0}1',2992'YUO0t1^=H0',2993'AWO0@1',2994'AYO08t4',2995'2dO0E',2996'A$K0A#30-W',2997'I.O0c8E',2998'A:O0|',2999'I;O071',3000'Y<O0V78@2',3001'^{O0s',3002'2$K0oM40U',3003'A}O0lAw7H0',3004'(9P0,',3005'wAP071',3006';BP0s',3007'oCP0d5',3008'AIP0d1',3009'wJP0!8s',3010'QLP0F7^]G06',3011'(gX0tD',3012'wud0t4',3013'obe0',3014'wne0l4',3015'(:e0V5',3016'YeC0#2P=11Wm11686W(uB2}18l58E8EGMP8:5]6]9Lvl1G86:1mP26m6%1me%1E11X1OmEf1692Ge6H1%1Gm8GX3kX4[F1',3017'YAE0@G8V(I!20|I!10E:5fX18EwYR1%1u8Gn3v11B1693P2uO91$8OH2H713vMXG%1%K:6]SG13%2H@vX93tU8F587w8}V8-68tA8dO8db8V38758V28t58F18k8#C8t!8V78V98tU8lT8de8}}V98lB8}B8#387987H8#38NJ8@78U8N18U8kgE10(L10v_X4ngA6109Nn2v2Ac101O1}HSQ*1094^.50N2:BP6Ay10Q<40]5;s20AE20V1H9^j20l1%g-3YY20YU10}zAv10@2;310F1]E72X3}1DeT18'3018];301930203021/**3022* Names of subcategories. Each message this array is the3023* name for the corresponding subcategory specified in3024* {@code goog.i18n.CharPickerData.subcategories}.3025* @type {!Array<string>}3026*/3027goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_4_STROKE_RADICALS = [3028'\u5FC3',3029'\u6208',3030'\u6236',3031'\u624B',3032'\u652F',3033'\u6534',3034'\u6587',3035'\u6597',3036'\u65A4',3037'\u65B9',3038'\u65E0',3039'\u65E5',3040'\u66F0',3041'\u6708',3042'\u6728',3043'\u6B20',3044'\u6B62',3045'\u6B79',3046'\u6BB3',3047'\u6BCB',3048'\u6BD4',3049'\u6BDB',3050'\u6C0F',3051'\u6C14',3052'\u6C34',3053'\u706B',3054'\u722A',3055'\u7236',3056'\u723B',3057'\u723F',3058'\u7247',3059'\u7259',3060'\u725B',3061'\u72AC',3062'\u89C1',3063'\u8D1D',3064'\u8F66',3065'\u97E6',3066'\u98CE',3067goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3068goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3069];307030713072/**3073* List of characters in base88 encoding scheme. Each base88 encoded3074* charater string represents corresponding subcategory specified in3075* {@code goog.i18n.CharPickerData.subcategories}. Encoding3076* scheme is described in {@code goog.i18n.CharListDecompressor}.3077* @type {!Array<string>}3078*/3079goog.i18n.CharPickerData.CHARLIST_OF_HAN_4_STROKE_RADICALS = [3080'oSP0#q',3081'Y]P074',3082'o{P0-1',3083'g}P0F)2gF0',3084'((Q0U',3085'(oM0YG40d7(cA0',3086'(;Q0V1YNF0',3087'I=Q071',3088'Y>Q0-1',3089'Q@Q0d3',3090';^Q0U',3091';@L0Y350FOH1os602W80',3092';@L0wR5071868k',3093'(LR0-2Y070',3094'wOR0}}N4:+IBD0',3095'2TS0@5',3096'2ZS0}1I-D0',3097'AbS0F5',3098'YgS072',3099'oiS0!',3100'YjS0k',3101'2kS0t4',3102'(oS0U',3103'IpS0-2',3104'AsS0dH8V[',3105'I$T0le;@402[60nI12',3106'A:M0wV70|',3107'^HU0U',3108'YIU0M',3109'IxK0gl90s',3110'gJU0l1',3111'ALU06',3112'QLU0N7',3113'wSU0lJ',3114';ba0U8?',3115'2Sb0V6',3116'I]b0#4',3117'2Fe0k',3118'Aae071',3119'^SC0HE}2::MGEG.OovB2:8e#4G6G-28}2871]7$65ml1G$mEm6OGOEWE%1eE916Ou6m868W$6m6GU11OE8W91WEWGMmOG6eM$8e6W6mG611Of371136P2}18EH4M',3120'^aE0]uFq8#@^U20U%LEwSS1f7HLfkX2vCH4vM(a10gv10IO10Yg30Hz}}VE8to8-w8@J8-28tK8td8N48FC8E8l68cGNM8V#8#98lK8-A8-A8|8728E8l287N8}}#E8@N8V%8tC88V88-88lC8N18@48t38l`;Y20(>101dYk201)XQ6nUv^Xao940kAi10cv3QF40UHdXG|fe8o^40}}l3YD10c]Ak]7@19YcX4UjUT16'3121];312231233124/**3125* Names of subcategories. Each message this array is the3126* name for the corresponding subcategory specified in3127* {@code goog.i18n.CharPickerData.subcategories}.3128* @type {!Array<string>}3129*/3130goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_5_STROKE_RADICALS = [3131'\u7384',3132'\u7389',3133'\u74DC',3134'\u74E6',3135'\u7518',3136'\u751F',3137'\u7528',3138'\u7530',3139'\u758B',3140'\u7592',3141'\u7676',3142'\u767D',3143'\u76AE',3144'\u76BF',3145'\u76EE',3146'\u77DB',3147'\u77E2',3148'\u77F3',3149'\u793A',3150'\u79B8',3151'\u79BE',3152'\u7A74',3153'\u7ACB',3154'\u9485',3155'\u957F',3156'\u9E1F',3157'\u9F99',3158goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3159goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3160];316131623163/**3164* List of characters in base88 encoding scheme. Each base88 encoded3165* charater string represents corresponding subcategory specified in3166* {@code goog.i18n.CharPickerData.subcategories}. Encoding3167* scheme is described in {@code goog.i18n.CharListDecompressor}.3168* @type {!Array<string>}3169*/3170goog.i18n.CharPickerData.CHARLIST_OF_HAN_5_STROKE_RADICALS = [3171'QmU0U',3172'(mU0#U',3173'o@U0,',3174'g[U0d4',3175'2{U0k',3176'w{U0!',3177'g|U0s',3178'I}U0N48k8}2',3179'g7V0k',3180'A8V0tK',3181';SV0k',3182'o3V0:PV4',3183'^XV0d1A;A0',3184'gZV0F4',3185'(dV0dL(mA0',3186'QzV0k',3187'^zV0d1',3188'w-S0(@20tT',3189'I5W0VBQH40P4;-506',3190'wGW0c((20',3191'IHW0dG',3192'(XW0-7',3193'wfW0#1G72Ai70',3194'YOd0@L',3195'Ald0',3196';-f0#7',3197'IIg0E',3198'QkC0}1n.O86n1^?B2V18V3{gl1$f2u6[P1[68$$P1P16926u[[E91$6.u:2UH4|f6O|11X1[E',3199'AoG0@:;12071n^kXD6I4R1:4WnB9d[15:49lHkX.1pP5Hw]nf]^H20()109d;u101@]2%KY!10:9f.;(307k8dL8}38@88-98?8V?WdA8}S87Q8748l!8-T8#d8d28lI8FK8#12@30nQI,10w^402B20F22,50-1AQ30}b(F10V49f}3]3'3200];320132023203/**3204* Names of subcategories. Each message this array is the3205* name for the corresponding subcategory specified in3206* {@code goog.i18n.CharPickerData.subcategories}.3207* @type {!Array<string>}3208*/3209goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_6_STROKE_RADICALS = [3210'\u7AF9',3211'\u7C73',3212'\u7CF8',3213'\u7F36',3214'\u7F51',3215'\u7F8A',3216'\u7FBD',3217'\u8001',3218'\u800C',3219'\u8012',3220'\u8033',3221'\u807F',3222'\u8089',3223'\u81E3',3224'\u81EA',3225'\u81F3',3226'\u81FC',3227'\u820C',3228'\u821B',3229'\u821F',3230'\u826E',3231'\u8272',3232'\u8278',3233'\u864D',3234'\u866B',3235'\u8840',3236'\u884C',3237'\u8863',3238'\u897E',3239'\u9875',3240'\u9F50',3241goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3242goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3243];324432453246/**3247* List of characters in base88 encoding scheme. Each base88 encoded3248* charater string represents corresponding subcategory specified in3249* {@code goog.i18n.CharPickerData.subcategories}. Encoding3250* scheme is described in {@code goog.i18n.CharListDecompressor}.3251* @type {!Array<string>}3252*/3253goog.i18n.CharPickerData.CHARLIST_OF_HAN_6_STROKE_RADICALS = [3254';jW0NY',3255';,N0YL70;<10}B',3256'Q4X0Vc',3257'guX0V2',3258'^wX075',3259'IlV0;G20l4',3260'(*X076',3261'^;X0?',3262'^<X0c',3263'g=X0@2',3264'g@X0-6',3265'Y|X0,',3266';^O0Y490tP8l5',3267'(UY0k',3268'YVY0!',3269'IWY0!',3270'2XY0V1',3271'gYY0N1',3272';ZY0M',3273'IaY077',3274'YhY0M',3275'(hY0c',3276'QiY0ld8lC8taI!60H1u6.',3277'gKP0^OA0U872',3278'ImZ0lg',3279';2a0|',3280'^3a0}1',3281'^!L0(K10IAD0tP2@50',3282'(Va071',3283'2Se0l4',3284'oBg06',3285'[email protected]$6n19112Eue86WWW:168:4?v6G?%2',3286'o5E0oq10;%10VE8VH91l;P^w0S1Q0101Io3102E20XZoi10n>2;10XUPN18e]1;n30v6m6(L40vHvCX1:8;g10A{30HM}}N@X2#B8F68@D8VI8@(8NQG#L8#68t18tO8#v8Na8##8VC8#^8tt(j10wB30YE30E(870NF13#hfxd1>RT18'3287];328832893290/**3291* Names of subcategories. Each message this array is the3292* name for the corresponding subcategory specified in3293* {@code goog.i18n.CharPickerData.subcategories}.3294* @type {!Array<string>}3295*/3296goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_7_STROKE_RADICALS = [3297'\u5364',3298'\u898B',3299'\u89D2',3300'\u8A00',3301'\u8C37',3302'\u8C46',3303'\u8C55',3304'\u8C78',3305'\u8C9D',3306'\u8D64',3307'\u8D70',3308'\u8DB3',3309'\u8EAB',3310'\u8ECA',3311'\u8F9B',3312'\u8FB0',3313'\u8FB5',3314'\u9091',3315'\u9149',3316'\u91C6',3317'\u91CC',3318'\u9F9F',3319goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3320goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3321];332233233324/**3325* List of characters in base88 encoding scheme. Each base88 encoded3326* charater string represents corresponding subcategory specified in3327* {@code goog.i18n.CharPickerData.subcategories}. Encoding3328* scheme is described in {@code goog.i18n.CharListDecompressor}.3329* @type {!Array<string>}3330*/3331goog.i18n.CharPickerData.CHARLIST_OF_HAN_7_STROKE_RADICALS = [3332'w4M0(<J0',3333'^Wa0?8#3',3334'Yda074QB50',3335'oha0#b^R50e',3336'A7b0N1',3337'g8b0N1',3338';9b073',3339'2Db0N3',3340'YGb0}88V2',3341'gYb0|',3342'oZb0}5A(40',3343'wfb0dM',3344'I$b0#2',3345'2)b07EwQ4012',3346'2|b0-1',3347'^}b0U',3348'(.O0oFD0@J',3349'YKc0tG',3350'Abc0NB',3351'gmc0c',3352'2nc0U',3353'(Ig0',3354'oaC0XE#1X*en1;}B2n5F18E8!jul186X1ev1[.mn1Gn18116P1[8m]111%1n1v1[G92G6un4kX7|v1',3355'QAE0gj40lFu-8etLO#D^DT1PL9,AY30v9]_A^60Yl10;N50Az10oi10(I80F`8M8V58Nh8lCu}}}hml3Glb8N@;820o{80|m-3n3V3u-712#9nwv3+zT16'3356];335733583359/**3360* Names of subcategories. Each message this array is the3361* name for the corresponding subcategory specified in3362* {@code goog.i18n.CharPickerData.subcategories}.3363* @type {!Array<string>}3364*/3365goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_8_STROKE_RADICALS = [3366'\u91D1',3367'\u9577',3368'\u9580',3369'\u961C',3370'\u96B6',3371'\u96B9',3372'\u96E8',3373'\u9751',3374'\u975E',3375'\u9C7C',3376'\u9F7F',3377goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3378goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3379];338033813382/**3383* List of characters in base88 encoding scheme. Each base88 encoded3384* charater string represents corresponding subcategory specified in3385* {@code goog.i18n.CharPickerData.subcategories}. Encoding3386* scheme is described in {@code goog.i18n.CharListDecompressor}.3387* @type {!Array<string>}3388*/3389goog.i18n.CharPickerData.CHARLIST_OF_HAN_8_STROKE_RADICALS = [3390'wVS0(HA0-!o_20GG',3391'Ykd0s',3392'Ild0V9',3393'Yzd0@D',3394'Y<d0E',3395'w<d0F4',3396'^@d0d9',3397'g1e071',3398'w2e0M',3399'(Xf0d9',3400';Fg0F1',3401';qC0!:(IvB2vf71865vl194m.uu14:1]1EWH191$H1m92v1v195X8M',3402'QTJ0l8H1F4OV68-5:ssQMR1AQ50Q>U0#88@yP2dcf1798N#8FJQn30@1^;106;y30l8f4@1P1N61OV39B!DzT1E'3403];340434053406/**3407* Names of subcategories. Each message this array is the3408* name for the corresponding subcategory specified in3409* {@code goog.i18n.CharPickerData.subcategories}.3410* @type {!Array<string>}3411*/3412goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_9_STROKE_RADICALS = [3413'\u9762',3414'\u9769',3415'\u97CB',3416'\u97ED',3417'\u97F3',3418'\u9801',3419'\u98A8',3420'\u98DB',3421'\u98DF',3422'\u9996',3423'\u9999',3424goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3425goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3426];342734283429/**3430* List of characters in base88 encoding scheme. Each base88 encoded3431* charater string represents corresponding subcategory specified in3432* {@code goog.i18n.CharPickerData.subcategories}. Encoding3433* scheme is described in {@code goog.i18n.CharListDecompressor}.3434* @type {!Array<string>}3435*/3436goog.i18n.CharPickerData.CHARLIST_OF_HAN_9_STROKE_RADICALS = [3437'23e0k',3438'w3e0-8',3439'oCe0V2',3440'wFe0c',3441'ghW06oy70F1',3442'gHe0dA',3443'wWe0V3',3444'Qbe0E',3445'wbe0@B',3446'Qse0E',3447'ose0t1',3448'wrC0?f)(AC2N1{gl1f298Ef56n8M',3449'ooH0g520-Q8!IHS1:_P32-30ARC0YA40](^b70gd807Y8lBelaW728NG91}Zv1t288-4Iz70d1mt1n1|el1H2N1'3450];345134523453/**3454* Names of subcategories. Each message this array is the3455* name for the corresponding subcategory specified in3456* {@code goog.i18n.CharPickerData.subcategories}.3457* @type {!Array<string>}3458*/3459goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_10_STROKE_RADICALS = [3460'\u99AC',3461'\u9AA8',3462'\u9AD8',3463'\u9ADF',3464'\u9B25',3465'\u9B2F',3466'\u9B32',3467'\u9B3C',3468goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3469goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3470];347134723473/**3474* List of characters in base88 encoding scheme. Each base88 encoded3475* charater string represents corresponding subcategory specified in3476* {@code goog.i18n.CharPickerData.subcategories}. Encoding3477* scheme is described in {@code goog.i18n.CharListDecompressor}.3478* @type {!Array<string>}3479*/3480goog.i18n.CharPickerData.CHARLIST_OF_HAN_10_STROKE_RADICALS = [3481'Que0VHQY106',3482'I@e0N4',3483'o_e0k',3484'I`e0N6',3485'o2f0,',3486'g3f0E',3487'(3f0,',3488'w4f0t2',3489'wsC0s^?C2Ubvl1:9nT',3490'^_J077O#9wM(1gQ10#Y]3};gl60@192l2'3491];349234933494/**3495* Names of subcategories. Each message this array is the3496* name for the corresponding subcategory specified in3497* {@code goog.i18n.CharPickerData.subcategories}.3498* @type {!Array<string>}3499*/3500goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_11_17_STROKE_RADICALS = [3501'\u9B5A',3502'\u9CE5',3503'\u9E75',3504'\u9E7F',3505'\u9EA5',3506'\u9EA6',3507'\u9EBB',3508'\u9EC3',3509'\u9ECD',3510'\u9ED1',3511'\u9EF9',3512'\u9EFD',3513'\u9EFE',3514'\u9F0E',3515'\u9F13',3516'\u9F20',3517'\u9F3B',3518'\u9F4A',3519'\u9F52',3520'\u9F8D',3521'\u9F9C',3522'\u9FA0',3523goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3524goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3525];352635273528/**3529* List of characters in base88 encoding scheme. Each base88 encoded3530* charater string represents corresponding subcategory specified in3531* {@code goog.i18n.CharPickerData.subcategories}. Encoding3532* scheme is described in {@code goog.i18n.CharListDecompressor}.3533* @type {!Array<string>}3534*/3535goog.i18n.CharPickerData.CHARLIST_OF_HAN_11_17_STROKE_RADICALS = [3536'Y7f0NQXWPh',3537'Qhf0dB87B8l59c',3538'w@f0!',3539'o[f0V3',3540'2`f08d1',3541'A`f0n1E',3542'2|f0s',3543'(|f0,',3544'w}f0M',3545'IdN0(mI0s8#2',3546'w3g0M',3547'24g08|',3548'A4g091E',3549'o5g0U',3550'26g071',3551'I7g0V2',3552'w9g0N1',3553'2Bg0c',3554'(Bg0}3',3555'AHg0E8s',3556'gIg0E',3557';Ig0c',3558'YtC0#12hC2fYt1>yl1692H26ef66P5946H5nE.6',3559'IDK0t9$@9uNDGkoOR1fk^x102.20nDQf301=^N50;g202j30M^>90od80g320to12t!]1-H8F[[email protected]'3560];356135623563/**3564* Names of subcategories. Each message this array is the3565* name for the corresponding subcategory specified in3566* {@code goog.i18n.CharPickerData.subcategories}.3567* @type {!Array<string>}3568*/3569goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_OTHER = [3570goog.i18n.CharPickerData.MSG_CP_CJK_STROKES,3571goog.i18n.CharPickerData.MSG_CP_IDEOGRAPHIC_DESCRIPTION,3572goog.i18n.CharPickerData.MSG_CP_OTHER,3573goog.i18n.CharPickerData.MSG_CP_COMPATIBILITY,3574goog.i18n.CharPickerData.MSG_CP_LESS_COMMON3575];357635773578/**3579* List of characters in base88 encoding scheme. Each base88 encoded3580* charater string represents corresponding subcategory specified in3581* {@code goog.i18n.CharPickerData.subcategories}. Encoding3582* scheme is described in {@code goog.i18n.CharListDecompressor}.3583* @type {!Array<string>}3584*/3585goog.i18n.CharPickerData.CHARLIST_OF_HAN_OTHER = [3586'AQC0N28M8d7H%F3',3587'oxC0|',3588'AzC0M8|8}1mmWM2iT0o|O065ms0P3MH1',3589'gMD0F3PB|%CF2[U%8#2Q+r0M',3590'Q=727K'3591];359235933594/**3595* Subcategory names. Each subarray in this array is a list of subcategory3596* names for the corresponding category specified in3597* {@code goog.i18n.CharPickerData.categories}.3598* @type {!Array<!Array<string>>}3599*/3600goog.i18n.CharPickerData.prototype.subcategories = [3601goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SYMBOL,3602goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_EMOJI,3603goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_PUNCTUATION,3604goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_NUMBER,3605goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_FORMAT_WHITESPACE,3606goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_MODIFIER,3607goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_LATIN,3608goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_OTHER_EUROPEAN_SCRIPTS,3609goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_AMERICAN_SCRIPTS,3610goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_AFRICAN_SCRIPTS,3611goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_MIDDLE_EASTERN_SCRIPTS,3612goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SOUTH_ASIAN_SCRIPTS,3613goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_SOUTHEAST_ASIAN_SCRIPTS,3614goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HANGUL,3615goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_OTHER_EAST_ASIAN_SCRIPTS,3616goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_1_STROKE_RADICALS,3617goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_2_STROKE_RADICALS,3618goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_3_STROKE_RADICALS,3619goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_4_STROKE_RADICALS,3620goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_5_STROKE_RADICALS,3621goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_6_STROKE_RADICALS,3622goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_7_STROKE_RADICALS,3623goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_8_STROKE_RADICALS,3624goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_9_STROKE_RADICALS,3625goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_10_STROKE_RADICALS,3626goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_11_17_STROKE_RADICALS,3627goog.i18n.CharPickerData.SUBCATEGORY_NAMES_OF_HAN_OTHER3628];362936303631/**3632* Character lists in base88 encoding scheme. Each subarray is a list of3633* base88 encoded charater strings representing corresponding subcategory3634* specified in {@code goog.i18n.CharPickerData.categories}. Encoding3635* scheme is described in {@code goog.i18n.CharListDecompressor}.3636* @type {!Array<!Array<string>>}3637*/3638goog.i18n.CharPickerData.prototype.charList = [3639goog.i18n.CharPickerData.CHARLIST_OF_SYMBOL,3640goog.i18n.CharPickerData.CHARLIST_OF_EMOJI,3641goog.i18n.CharPickerData.CHARLIST_OF_PUNCTUATION,3642goog.i18n.CharPickerData.CHARLIST_OF_NUMBER,3643goog.i18n.CharPickerData.CHARLIST_OF_FORMAT_WHITESPACE,3644goog.i18n.CharPickerData.CHARLIST_OF_MODIFIER,3645goog.i18n.CharPickerData.CHARLIST_OF_LATIN,3646goog.i18n.CharPickerData.CHARLIST_OF_OTHER_EUROPEAN_SCRIPTS,3647goog.i18n.CharPickerData.CHARLIST_OF_AMERICAN_SCRIPTS,3648goog.i18n.CharPickerData.CHARLIST_OF_AFRICAN_SCRIPTS,3649goog.i18n.CharPickerData.CHARLIST_OF_MIDDLE_EASTERN_SCRIPTS,3650goog.i18n.CharPickerData.CHARLIST_OF_SOUTH_ASIAN_SCRIPTS,3651goog.i18n.CharPickerData.CHARLIST_OF_SOUTHEAST_ASIAN_SCRIPTS,3652goog.i18n.CharPickerData.CHARLIST_OF_HANGUL,3653goog.i18n.CharPickerData.CHARLIST_OF_OTHER_EAST_ASIAN_SCRIPTS,3654goog.i18n.CharPickerData.CHARLIST_OF_HAN_1_STROKE_RADICALS,3655goog.i18n.CharPickerData.CHARLIST_OF_HAN_2_STROKE_RADICALS,3656goog.i18n.CharPickerData.CHARLIST_OF_HAN_3_STROKE_RADICALS,3657goog.i18n.CharPickerData.CHARLIST_OF_HAN_4_STROKE_RADICALS,3658goog.i18n.CharPickerData.CHARLIST_OF_HAN_5_STROKE_RADICALS,3659goog.i18n.CharPickerData.CHARLIST_OF_HAN_6_STROKE_RADICALS,3660goog.i18n.CharPickerData.CHARLIST_OF_HAN_7_STROKE_RADICALS,3661goog.i18n.CharPickerData.CHARLIST_OF_HAN_8_STROKE_RADICALS,3662goog.i18n.CharPickerData.CHARLIST_OF_HAN_9_STROKE_RADICALS,3663goog.i18n.CharPickerData.CHARLIST_OF_HAN_10_STROKE_RADICALS,3664goog.i18n.CharPickerData.CHARLIST_OF_HAN_11_17_STROKE_RADICALS,3665goog.i18n.CharPickerData.CHARLIST_OF_HAN_OTHER3666];366736683669