typescript-closure-tools
Version:
Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files
1,146 lines (1,027 loc) • 96 kB
TypeScript
/// <reference path="../../../globals.d.ts" />
declare module goog.i18n {
class CharPickerData extends CharPickerData__Class { }
/** Fake class which should be extended to avoid inheriting static properties */
class CharPickerData__Class {
/**
* Object holding two level character organization and character listing.
* @constructor
*/
constructor();
/**
* Top catagory names of character organization.
* @type {Array.<string>}
*/
categories: string[];
/**
* Subcategory names. Each subarray in this array is a list of subcategory
* names for the corresponding category specified in
* {@code goog.i18n.CharPickerData.categories}.
* @type {Array.<Array.<string>>}
*/
subcategories: string[][];
/**
* Character lists in base88 encoding scheme. Each subarray is a list of
* base88 encoded charater strings representing corresponding subcategory
* specified in {@code goog.i18n.CharPickerData.categories}. Encoding
* scheme is described in {@code goog.i18n.CharListDecompressor}.
* @type {Array.<Array.<string>>}
*/
charList: string[][];
}
}
declare module goog.i18n.CharPickerData {
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SYMBOL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ARROWS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_BRAILLE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CONTROL_PICTURES: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CURRENCY: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_EMOTICONS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GAME_PIECES: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GENDER_AND_GENEALOGICAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GEOMETRIC_SHAPES: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_KEYBOARD_AND_UI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LATIN_1_SUPPLEMENT: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MATH: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MATH_ALPHANUMERIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MISCELLANEOUS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MUSICAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_STARS_ASTERISKS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SUBSCRIPT: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SUPERSCRIPT: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_TECHNICAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_TRANSPORT_AND_MAP: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_WEATHER_AND_ASTROLOGICAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_YIJING_TAI_XUAN_JING: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_HISTORIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_COMPATIBILITY: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_EMOJI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PEOPLE_AND_EMOTIONS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ANIMALS_PLANTS_AND_FOOD: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OBJECTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SPORTS_CELEBRATIONS_AND_ACTIVITIES: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_TRANSPORT_MAPS_AND_SIGNAGE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_WEATHER_SCENES_AND_ZODIAC_SIGNS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ENCLOSED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MARKS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SYMBOLS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PUNCTUATION: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ASCII_BASED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_DASH_CONNECTOR: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OTHER: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PAIRED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_NUMBER: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_DECIMAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ENCLOSED_DOTTED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_FRACTIONS_RELATED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_FORMAT_WHITESPACE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_FORMAT: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_VARIATION_SELECTOR: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_WHITESPACE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MODIFIER: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ENCLOSING: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_NONSPACING: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SPACING: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LATIN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_COMMON: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_FLIPPED_MIRRORED: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PHONETICS_IPA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PHONETICS_X_IPA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OTHER_EUROPEAN_SCRIPTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ARMENIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CYRILLIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GEORGIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GREEK: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CYPRIOT: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GLAGOLITIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GOTHIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LINEAR_B: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OGHAM: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OLD_ITALIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_RUNIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SHAVIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_AMERICAN_SCRIPTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CANADIAN_ABORIGINAL: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CHEROKEE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_DESERET: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_AFRICAN_SCRIPTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_EGYPTIAN_HIEROGLYPHS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ETHIOPIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MEROITIC_CURSIVE: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MEROITIC_HIEROGLYPHS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_NKO: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_TIFINAGH: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_VAI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_BAMUM: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_COPTIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OSMANYA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MIDDLE_EASTERN_SCRIPTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_ARABIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_HEBREW: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_IMPERIAL_ARAMAIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_INSCRIPTIONAL_PAHLAVI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_INSCRIPTIONAL_PARTHIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_MANDAIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OLD_SOUTH_ARABIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SAMARITAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SYRIAC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_AVESTAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CARIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CUNEIFORM: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LYCIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LYDIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_OLD_PERSIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_PHOENICIAN: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_UGARITIC: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_SOUTH_ASIAN_SCRIPTS: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_BENGALI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_CHAKMA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_DEVANAGARI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GUJARATI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_GURMUKHI: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_KANNADA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as consise as
* possible. More details:
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
* @type {string}
*/
var MSG_CP_LEPCHA: string;
/**
* @desc Name for a symbol or character category. Used in a pull-down list
* shown to a document editing user trying to insert a special character.
* Newlines are not allowed; translation should be a noun and as co