@sassoftware/va-report-components
Version:
The SAS Visual Analytics SDK is a set of JavaScript APIs and web components that enable SAS Visual Analytics report content to be easily embedded in a third-party application or web page.
589 lines (570 loc) • 1.35 MB
JavaScript
var e = {
name: "NovaComponents-Button-gui-icu",
comments: [],
messages: {
"NovaComponents-Button-gui-icu.disabledButton.msg": "{label} button, unavailable, {tooltip}.",
"NovaComponents-Button-gui-icu.enabledButton.msg": "{label} button, {tooltip}, to activate press Enter."
}
};
var i = {
name: "NovaComponents-BusyStateIndicator-gui-icu",
comments: [],
messages: {
"NovaComponents-BusyStateIndicator-gui-icu.busyStateIndicatorAnimation.default.aria": "Please wait",
"NovaComponents-BusyStateIndicator-gui-icu.busyStateIndicatorAnimation.default.tooltip.label": "Please wait",
"NovaComponents-BusyStateIndicator-gui-icu.active.aria": "Processing",
"NovaComponents-BusyStateIndicator-gui-icu.dismissed.aria": "Processing has ended.",
"NovaComponents-BusyStateIndicator-gui-icu.hideGraphicLoading.label": "Loading...",
"NovaComponents-BusyStateIndicator-gui-icu.spinner.label": "Loading menu..."
}
};
var o = {
name: "NovaComponents-Menu-gui-icu",
comments: [],
messages: {
"NovaComponents-Menu-gui-icu.item.checked.msg": "{item} checked",
"NovaComponents-Menu-gui-icu.item.notChecked.msg": "{item} not checked",
"NovaComponents-Menu-gui-icu.item.close.icon.tooltip.label": "Close",
"NovaComponents-Menu-gui-icu.item.delete.aria": "Press Delete to close.",
"NovaComponents-Menu-gui-icu.item.delete.tooltip.label": "Press Delete to close.",
"NovaComponents-Menu-gui-icu.item.level.aria": "Level {num}"
}
};
var n = {
name: "NovaComponents-HelpPopup-gui-icu",
comments: [],
messages: {
"NovaComponents-HelpPopup-gui-icu.default.tooltip.msg": "Help",
"NovaComponents-HelpPopup-gui-icu.dialog.content.aria": "Help content"
}
};
var a = {
name: "NovaComponents-Resizable-gui-icu",
comments: [],
messages: {
"NovaComponents-Resizable-gui-icu.gripIcon.label": "Use the arrow keys or drag to resize the area.",
"NovaComponents-Resizable-gui-icu.gripIcon.aria": "Control for resizing the area. Use the arrow keys to resize the area.",
"NovaComponents-Resizable-gui-icu.resize.left.msg": "Resized left",
"NovaComponents-Resizable-gui-icu.resize.right.msg": "Resized right",
"NovaComponents-Resizable-gui-icu.resize.up.msg": "Resized up",
"NovaComponents-Resizable-gui-icu.resize.down.msg": "Resized down"
}
};
var t = {
name: "NovaComponents-SplitButton-gui-icu",
comments: [ "# nolangtool" ],
messages: {
"NovaComponents-SplitButton-gui-icu.role.aria": "split button",
"NovaComponents-SplitButton-gui-icu.button.aria": "Press spacebar to activate or press the down arrow to open the menu.",
"NovaComponents-SplitButton-gui-icu.menubutton.aria": "Menu"
}
};
var c = {
name: "NovaComponents-Dialog-gui-icu",
comments: [],
messages: {
"NovaComponents-Dialog-gui-icu.dialog.dragIcon.label": "Use the arrow keys to move the window.",
"NovaComponents-Dialog-gui-icu.dialog.dragIcon.aria": "Control for moving the window. Use the arrow keys to move the window.",
"NovaComponents-Dialog-gui-icu.dialog.gripIcon.label": "Use the arrow keys or drag to resize the window.",
"NovaComponents-Dialog-gui-icu.dialog.gripIcon.aria": "Control for resizing the window. Use the arrow keys to resize the window.",
"NovaComponents-Dialog-gui-icu.dialog.close.aria": "Close, {title}",
"NovaComponents-Dialog-gui-icu.dialog.close.default.aria": "Close",
"NovaComponents-Dialog-gui-icu.dialog.move.left.msg": "Moved left",
"NovaComponents-Dialog-gui-icu.dialog.move.right.msg": "Moved right",
"NovaComponents-Dialog-gui-icu.dialog.move.up.msg": "Moved up",
"NovaComponents-Dialog-gui-icu.dialog.move.down.msg": "Moved down"
}
};
var l = {
name: "NovaComponents-TextArea-gui-icu",
comments: [],
messages: {
"NovaComponents-TextArea-gui-icu.invalidInput.label": "Invalid input: {message}",
"NovaComponents-TextArea-gui-icu.required.invalidInput.label": "Required field",
"NovaComponents-TextArea-gui-icu.paste.truncated.warning.msg": "Only {maxCharsPasted} characters were pasted. The field cannot contain more than {maxCharsAllowed} characters.",
"NovaComponents-TextArea-gui-icu.warning.label": "Warning: {message}"
}
};
var u = {
name: "NovaComponents-MessageDialog-gui-icu",
comments: [ "# predefined messages", "# actions" ],
messages: {
"NovaComponents-MessageDialog-gui-icu.messageDialog.hideDetails.label": "Hide details",
"NovaComponents-MessageDialog-gui-icu.messageDialog.showDetails.label": "Show details",
"NovaComponents-MessageDialog-gui-icu.messageDialog.dontShowThisMessageAgain.label": "Don't show this message again",
"NovaComponents-MessageDialog-gui-icu.messageDialog.details.aria": "Details",
"NovaComponents-MessageDialog-gui-icu.messageDialog.closeTab.label": "Are you sure you want to close this tab?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.closeTab.title": "Close Tab",
"NovaComponents-MessageDialog-gui-icu.messageDialog.closeAllTabs.label": "Are you sure you want to close all tabs?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.closeAllTabs.title": "Close All Tabs",
"NovaComponents-MessageDialog-gui-icu.messageDialog.saveUnnamedItem.label": "Do you want to save your changes?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.discardUnnamedItem.label": "Do you want to discard your changes?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.saveNamedItem.label": 'Do you want to save the changes to the item "{item}"?',
"NovaComponents-MessageDialog-gui-icu.messageDialog.discardNamedItem.label": 'Do you want to discard the changes to the item "{item}"?',
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteSelectedItems.label": "Are you sure you want to delete the selected items?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteSelectedItems.title": "Delete",
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteSelectedItem.label": "Are you sure you want to delete the selected item?",
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteSelectedItem.title": "Delete",
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteItem.label": 'Are you sure you want to delete the item "{item}"?',
"NovaComponents-MessageDialog-gui-icu.messageDialog.deleteItem.title": "Delete",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.closeTab.label": "Close tab",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.closeTabs.label": "Close tabs",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.ok.label": "OK",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.cancel.label": "Cancel",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.yes.label": "Yes",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.no.label": "No",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.abort.label": "Abort",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.retry.label": "Retry",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.ignore.label": "Ignore",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.close.label": "Close",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.delete.label": "Delete",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.save.label": "Save",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.dontSave.label": "Don't save",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.discard.label": "Discard",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.apply.label": "Apply",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.reset.label": "Reset",
"NovaComponents-MessageDialog-gui-icu.messageDialog.actions.continue.label": "Continue"
}
};
var s = {
name: "NovaComponents-Settings-gui-icu",
comments: [ "#General Form", "# Accessibility form", "# NotificationForm", '#Custom order for the "format and sorting"', '#Custom order for the "offline processes"', "# nolangtool", "# nolangtool", "#Languages", "# nolangtool Rule ID: MORFOLOGIK_RULE_EN_US Bokmål", "# nolangtool Rule ID: MORFOLOGIK_RULE_EN_US Nynorsk", "#Countries", "# nolangtool Override Rule ID: MORFOLOGIK_RULE_EN_US Faroe", "# nolangtool Override Rule ID: MORFOLOGIK_RULE_EN_US Macau" ],
messages: {
"NovaComponents-Settings-gui-icu.settings.dialog.title": "Settings",
"NovaComponents-Settings-gui-icu.settings.dialog.dismissAction.button.label": "Close",
"NovaComponents-Settings-gui-icu.settings.layout.tree.landmark.label": "Navigation Pane",
"NovaComponents-Settings-gui-icu.settings.layout.tree.aria": "Navigation Pane",
"NovaComponents-Settings-gui-icu.settings.layout.tree.nodeslist.aria": "Table of Contents",
"NovaComponents-Settings-gui-icu.settings.reset.button.label": "Reset",
"NovaComponents-Settings-gui-icu.settings.reset.dialog.title": "Reset to Default Values",
"NovaComponents-Settings-gui-icu.settings.reset.warning.msg": "Are you sure you want to reset the options in this section to their default values?",
"NovaComponents-Settings-gui-icu.settings.guest.user.msg": "Note: Because you are signed in as a guest user, changes that you make to these settings will be reset when you sign out.",
"NovaComponents-Settings-gui-icu.settings.groups.global.section.title": "Global",
"NovaComponents-Settings-gui-icu.settings.groups.global.subgroups.general.section.title": "General",
"NovaComponents-Settings-gui-icu.settings.groups.global.subgroups.regionAndLanguage.section.title": "Region and Language",
"NovaComponents-Settings-gui-icu.settings.groups.global.subgroups.notification.section.title": "Notifications",
"NovaComponents-Settings-gui-icu.settings.groups.global.subgroups.accessibility.section.title": "Accessibility",
"NovaComponents-Settings-gui-icu.settings.fetch.error.dialog.title": "Retrieve Default Settings",
"NovaComponents-Settings-gui-icu.settings.fetch.error.msg": "The default settings could not be retrieved.",
"NovaComponents-Settings-gui-icu.settings.save.error.dialog.title": "Save Settings",
"NovaComponents-Settings-gui-icu.settings.save.error.msg": "The settings could not be saved.",
"NovaComponents-Settings-gui-icu.settings.reset.error.dialog.title": "Reset Settings",
"NovaComponents-Settings-gui-icu.settings.reset.error.msg": "The settings could not be reset and saved.",
"NovaComponents-Settings-gui-icu.settings.dismissAction.formInError.dialog.title": "Exit Settings",
"NovaComponents-Settings-gui-icu.settings.formNavigation.formInError.dialog.title": "Leave This Section",
"NovaComponents-Settings-gui-icu.settings.formInError.warning.msg": "One or more of the values are not valid. If you continue, the values will be reset to the most recent valid values.\n\\nDo you want to continue?",
"NovaComponents-Settings-gui-icu.settings.invertApplicationColorsError.dialog.title": "Invert Colors",
"NovaComponents-Settings-gui-icu.settings.invertApplicationColorsError.error.msg": "The colors could not be inverted because of an error in the settings feature.",
"NovaComponents-Settings-gui-icu.settings.forms.general.reset.label": "Reset to show all warning and information messages:",
"NovaComponents-Settings-gui-icu.settings.forms.general.themes.label": "Theme:",
"NovaComponents-Settings-gui-icu.settings.forms.general.defaultTheme.label": "Default theme ({theme})",
"NovaComponents-Settings-gui-icu.settings.forms.general.themeDescription.label": "The default theme is set by an administrator.",
"NovaComponents-Settings-gui-icu.settings.forms.general.theme.msg": "The theme change takes effect after you close the Settings window.",
"NovaComponents-Settings-gui-icu.settings.forms.general.resetMessages.button.label": "Reset messages",
"NovaComponents-Settings-gui-icu.settings.forms.general.reset.msg": "All messages will be displayed.",
"NovaComponents-Settings-gui-icu.settings.forms.general.avatar.label": "Profile picture:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.enableSounds.label": "Enable sounds",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.enableVisualEffects.label": "Enable visual effects",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.popupDurationDisplayCheckbox.label": "Adjust the display duration for pop-up notifications",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.popupDurationDisplay.label": "Duration:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.popupDurationDisplay.suffix.label": "seconds",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.invertApplicationColors.label": "Invert application colors",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.enableKeyboardTooltip.label": "Display tooltips when using the keyboard to navigate",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.customizeFocusIndicator.label": "Customize the focus indicator",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.colorpicker.label": "Color:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.thickness.label": "Thickness:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.thickness.suffix.label": "pixels",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.opacity.label": "Opacity:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.opacity.suffix.label": "percent",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.preview.label": "Preview:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.enableKeyboardTooltips.label": "Display tooltips when using the keyboard to navigate",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.keyboardTooltipLocation.label": "Location in browser window:",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.keyboardTooltipLocation.BottomLeft.label": "Bottom left",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.keyboardTooltipLocation.BottomRight.label": "Bottom right",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.keyboardTooltipLocation.TopLeft.label": "Top left",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.keyboardTooltipLocation.TopRight.label": "Top right",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.focusTruncatedHeadingCheckbox.label": "Make truncated headings focusable",
"NovaComponents-Settings-gui-icu.settings.accessibilityForm.focusTruncatedHeadingCheckbox.description.label": "A truncated heading is displayed fully in a tooltip when focus is put on the heading.",
"NovaComponents-Settings-gui-icu.settings.focusPreview.itemInFocus.label": "Item in focus",
"NovaComponents-Settings-gui-icu.settings.focusPreview.adjacentItem.label": "Adjacent item",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.offlineLocaleField.label": "Locale for offline processes:",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.formatLocaleField.label": "Locale for regional formats and sorting:",
"NovaComponents-Settings-gui-icu.settings.notificationForm.option.label": "When a new notification arrives:",
"NovaComponents-Settings-gui-icu.settings.notificationForm.showPopupMessage.label": "Show a pop-up message",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.format.localeOrder.lcl": "",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.offline.localeOrder.lcl": "",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.formatLocaleField.desc.label": "Changes to regional formats and sorting take effect after you sign out and sign back in.",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.offlineLocaleField.default.value.label": "Locale of the Java Runtime Environment",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.formatLocaleField.default.value.label": "Browser locale",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.format.localeList.lcl": "af_ZA,sq_AL,ar_DZ,ar_BH,ar_EG,ar_IN,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_AE,ar_YE,bn_IN,bs_BA,bg_BG,be_BY,ca_ES,zh_CN,zh_HK,zh_MO,zh_SG,zh_TW,kw_GB,hr_BA,hr_HR,cs_CZ,da_DK,nl_BE,nl_NL,en_AU,en_BE,en_BW,en_CA,en_CB,en_HK,en_IN,en_IE,en_JM,en_MT,en_NZ,en_PH,en_SG,en_ZA,en_GB,en_US,en_ZW,et_EE,fo_FO,fi_FI,fr_BE,fr_CA,fr_FR,fr_LU,fr_CH,de_AT,de_DE,de_LI,de_LU,de_CH,el_CY,el_GR,kl_GL,he_IL,hi_IN,hu_HU,is_IS,id_ID,ga_IE,it_IT,it_CH,ja_JP,ko_KR,lv_LV,lt_LT,mk_MK,ms_MY,mt_MT,eu_ES,mr_IN,nb_NO,nn_NO,no_NO,fa_IN,fa_IR,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,ru_UA,sr_BA,sr_ME,sr_RS,kk_KZ,sh_BA,sh_ME,sh_RS,sk_SK,sl_SI,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_SV,es_GT,es_HN,es_MX,es_NI,es_PA,es_PY,es_PE,es_PR,es_ES,es_US,es_UY,es_VE,sv_SE,ta_IN,te_IN,th_TH,tr_TR,uk_UA,vi_VN,tl_PH",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.offline.localeList.lcl": "af_ZA,sq_AL,ar_DZ,ar_BH,ar_EG,ar_IN,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_AE,ar_YE,bn_IN,bs_BA,bg_BG,be_BY,ca_ES,zh_CN,zh_HK,zh_MO,zh_SG,zh_TW,kw_GB,hr_BA,hr_HR,cs_CZ,da_DK,nl_BE,nl_NL,en_AU,en_BE,en_BW,en_CA,en_CB,en_HK,en_IN,en_IE,en_JM,en_MT,en_NZ,en_PH,en_SG,en_ZA,en_GB,en_US,en_ZW,et_EE,fo_FO,fi_FI,fr_BE,fr_CA,fr_FR,fr_LU,fr_CH,de_AT,de_DE,de_LI,de_LU,de_CH,el_CY,el_GR,kl_GL,he_IL,hi_IN,hu_HU,is_IS,id_ID,ga_IE,it_IT,it_CH,ja_JP,ko_KR,lv_LV,lt_LT,mk_MK,ms_MY,mt_MT,eu_ES,mr_IN,nb_NO,nn_NO,no_NO,fa_IN,fa_IR,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,ru_UA,sr_BA,sr_ME,sr_RS,kk_KZ,sh_BA,sh_ME,sh_RS,sk_SK,sl_SI,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_SV,es_GT,es_HN,es_MX,es_NI,es_PA,es_PY,es_PE,es_PR,es_ES,es_US,es_UY,es_VE,sv_SE,ta_IN,te_IN,th_TH,tr_TR,uk_UA,vi_VN,tl_PH",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.locales.lang_region.lcl": "{language} ({region})",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.locales.listoption.lcl": "{rbLocale} - {nativeLocale}",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.af.label": "Afrikaans",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ar.label": "Arabic",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.be.label": "Belarusian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.bg.label": "Bulgarian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.bn.label": "Bangla",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.bs.label": "Bosnian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ca.label": "Catalan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.cs.label": "Czech",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.da.label": "Danish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.de.label": "German",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.el.label": "Greek",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.en.label": "English",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.es.label": "Spanish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.et.label": "Estonian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.eu.label": "Basque",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.fa.label": "Persian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.fi.label": "Finnish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.fo.label": "Faroese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.fr.label": "French",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ga.label": "Irish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.he.label": "Hebrew",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.hi.label": "Hindi",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.hr.label": "Croatian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.hu.label": "Hungarian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.id.label": "Indonesian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.is.label": "Icelandic",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.it.label": "Italian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ja.label": "Japanese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.kk.label": "Kazakh",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.kl.label": "Kalaallisut",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ko.label": "Korean",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.kw.label": "Cornish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.lt.label": "Lithuanian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.lv.label": "Latvian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.mk.label": "Macedonian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.mr.label": "Marathi",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ms.label": "Malay",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.mt.label": "Maltese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.nb.label": "Norwegian Bokmål",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.nl.label": "Dutch",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.nn.label": "Norwegian Nynorsk",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.no.label": "Norwegian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.pl.label": "Polish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.pt.label": "Portuguese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ro.label": "Romanian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ru.label": "Russian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sh.label": "Serbo-Croatian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sk.label": "Slovak",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sl.label": "Slovenian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sq.label": "Albanian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sr.label": "Serbian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.sv.label": "Swedish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.ta.label": "Tamil",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.te.label": "Telugu",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.th.label": "Thai",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.tl.label": "Tagalog",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.tr.label": "Turkish",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.uk.label": "Ukrainian",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.vi.label": "Vietnamese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.language.zh.label": "Chinese",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.AE.label": "United Arab Emirates",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.AL.label": "Albania",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.AR.label": "Argentina",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.AT.label": "Austria",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.AU.label": "Australia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BA.label": "Bosnia & Herzegovina",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BE.label": "Belgium",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BG.label": "Bulgaria",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BH.label": "Bahrain",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BO.label": "Bolivia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BR.label": "Brazil",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BW.label": "Botswana",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.BY.label": "Belarus",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CA.label": "Canada",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CB.label": "Caribbean",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CH.label": "Switzerland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CL.label": "Chile",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CN.label": "China",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CO.label": "Colombia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CR.label": "Costa Rica",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CY.label": "Cyprus",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.CZ.label": "Czechia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.DE.label": "Germany",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.DK.label": "Denmark",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.DO.label": "Dominican Republic",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.DZ.label": "Algeria",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.EC.label": "Ecuador",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.EE.label": "Estonia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.EG.label": "Egypt",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.ES.label": "Spain",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.FI.label": "Finland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.FO.label": "Faroe Islands",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.FR.label": "France",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.GB.label": "United Kingdom",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.GL.label": "Greenland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.GR.label": "Greece",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.GT.label": "Guatemala",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.HK.label": "Hong Kong SAR China",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.HN.label": "Honduras",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.HR.label": "Croatia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.HU.label": "Hungary",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.ID.label": "Indonesia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IE.label": "Ireland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IL.label": "Israel",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IN.label": "India",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IQ.label": "Iraq",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IR.label": "Iran",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IS.label": "Iceland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.IT.label": "Italy",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.JM.label": "Jamaica",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.JO.label": "Jordan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.JP.label": "Japan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.KR.label": "South Korea",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.KW.label": "Kuwait",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.KZ.label": "Kazakhstan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LB.label": "Lebanon",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LI.label": "Liechtenstein",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LT.label": "Lithuania",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LU.label": "Luxembourg",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LV.label": "Latvia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.LY.label": "Libya",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MA.label": "Morocco",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.ME.label": "Montenegro",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MK.label": "North Macedonia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MO.label": "Macau SAR China",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MT.label": "Malta",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MX.label": "Mexico",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.MY.label": "Malaysia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.NI.label": "Nicaragua",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.NL.label": "Netherlands",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.NO.label": "Norway",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.NZ.label": "New Zealand",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.OM.label": "Oman",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PA.label": "Panama",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PE.label": "Peru",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PH.label": "Philippines",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PL.label": "Poland",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PR.label": "Puerto Rico",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PT.label": "Portugal",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.PY.label": "Paraguay",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.QA.label": "Qatar",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.RO.label": "Romania",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.RS.label": "Serbia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.RU.label": "Russia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SA.label": "Saudi Arabia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SD.label": "Sudan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SE.label": "Sweden",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SG.label": "Singapore",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SI.label": "Slovenia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SK.label": "Slovakia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SV.label": "El Salvador",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.SY.label": "Syria",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.TH.label": "Thailand",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.TN.label": "Tunisia",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.TR.label": "Turkey",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.TW.label": "Taiwan",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.UA.label": "Ukraine",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.US.label": "United States",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.UY.label": "Uruguay",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.VE.label": "Venezuela",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.VN.label": "Vietnam",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.YE.label": "Yemen",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.ZA.label": "South Africa",
"NovaComponents-Settings-gui-icu.regionAndLanguageForm.region.ZW.label": "Zimbabwe",
"NovaComponents-Settings-gui-icu.settings.groups.global.subgroups.startup.section.title": "Start-up",
"NovaComponents-Settings-gui-icu.settings.forms.startup.initialscreen.field.label": "Initial view:",
"NovaComponents-Settings-gui-icu.settings.forms.startup.initialSceen.field.lastAppDirectiveField.label": "(the application you last signed out of)",
"NovaComponents-Settings-gui-icu.settings.forms.startup.initialscreen.placeholder.label": "Select an initial view"
}
};
var r = {
name: "NovaComponents-Splitter-gui-icu",
comments: [],
messages: {
"NovaComponents-Splitter-gui-icu.splitterBar.verticalResize.aria": "Move left or right to resize the panes.",
"NovaComponents-Splitter-gui-icu.splitterBar.horizontalResize.aria": "Move up or down to resize the panes.",
"NovaComponents-Splitter-gui-icu.splitterBar.default.aria": "Splitter {count}",
"NovaComponents-Splitter-gui-icu.splitterBar.collapsible.aria": "Activate to collapse or expand."
}
};
var g = {
name: "NovaComponents-ListBox-gui-icu",
comments: [],
messages: {
"NovaComponents-ListBox-gui-icu.indentation.level.msg": "Level {level}",
"NovaComponents-ListBox-gui-icu.group.msg": "Group"
}
};
var S = {
name: "NovaComponents-Avatar-gui-icu",
comments: [],
messages: {
"NovaComponents-Avatar-gui-icu.unknown.user.tooltip.label": "Unknown user",
"NovaComponents-Avatar-gui-icu.unknown.group.tooltip.label": "Unknown group",
"NovaComponents-Avatar-gui-icu.loading.avatar.tooltip.label": "Loading…",
"NovaComponents-Avatar-gui-icu.avatar.user.tooltip.label": "{name}, user",
"NovaComponents-Avatar-gui-icu.avatar.group.tooltip.label": "{name}, user group"
}
};
var b = {
name: "NovaComponents-Input-gui-icu",
comments: [ "# nolangtool" ],
messages: {
"NovaComponents-Input-gui-icu.required.error.msg": "Required field",
"NovaComponents-Input-gui-icu.minlength.error.msg": "The value must contain at least {minlength} characters.",
"NovaComponents-Input-gui-icu.numericValidator.integers.error.msg": "Specify a valid integer.",
"NovaComponents-Input-gui-icu.numericValidator.numeric.error.msg": "Specify a valid numeric value.",
"NovaComponents-Input-gui-icu.rangeValidator.maxRangeInclusive.msg": "The value cannot be greater than {maxValue}.",
"NovaComponents-Input-gui-icu.rangeValidator.maxRangeExclusive.msg": "The value must be less than {maxValue}.",
"NovaComponents-Input-gui-icu.rangeValidator.minRangeInclusive.msg": "The value must be at least {minValue}.",
"NovaComponents-Input-gui-icu.rangeValidator.minRangeExclusive.msg": "The value must be greater than {minValue}.",
"NovaComponents-Input-gui-icu.telephoneValidator.msg": "The specified telephone number either contains invalid characters or is in the wrong format.",
"NovaComponents-Input-gui-icu.invalidInput.msg": "{message}",
"NovaComponents-Input-gui-icu.invalidEntryError.aria": "{label}, Invalid entry",
"NovaComponents-Input-gui-icu.invalidEntryWarning.aria": "{label}, Alert",
"NovaComponents-Input-gui-icu.clear.tooltip.label": "Clear entry",
"NovaComponents-Input-gui-icu.suggestedValues.aria": "Suggested Values",
"NovaComponents-Input-gui-icu.inplaceEdit.restoredValue.msg": "Previous value restored",
"NovaComponents-Input-gui-icu.urlValidator.msg": "All URLs must begin with either no protocol identifier or with http://, https://, ftp://, or mailto:. The URL must also include a domain name or IP address and can contain only alphanumeric characters and the following characters: & % . ( ) : / _ ~",
"NovaComponents-Input-gui-icu.emailValidator.msg": "The email address contains either a typing error or invalid characters.",
"NovaComponents-Input-gui-icu.emailValidatorConsecutivePeriods.msg": "You cannot use two consecutive periods.",
"NovaComponents-Input-gui-icu.emailValidatorSingleInstance.msg": "The email address can contain only one instance of the @ symbol.",
"NovaComponents-Input-gui-icu.narrator.noresults.msg": "0 results are available.",
"NovaComponents-Input-gui-icu.narrator.result.msg": "1 result available.",
"NovaComponents-Input-gui-icu.narrator.results.msg": "{numResults} results are available."
}
};
var m = {
name: "NovaComponents-SearchField-gui-icu",
comments: [],
messages: {
"NovaComponents-SearchField-gui-icu.searchField.input.search.aria": "Search",
"NovaComponents-SearchField-gui-icu.searchField.input.filter.aria": "Filter",
"NovaComponents-SearchField-gui-icu.searchField.placeholder.search.label": "Search",
"NovaComponents-SearchField-gui-icu.searchField.placeholder.filter.label": "Filter",
"NovaComponents-SearchField-gui-icu.searchField.landmark.search.label": "Search",
"NovaComponents-SearchField-gui-icu.searchField.landmark.filter.label": "Filter",
"NovaComponents-SearchField-gui-icu.searchField.searchButton.startSearch.aria": "Start search",
"NovaComponents-SearchField-gui-icu.searchField.searchButton.startSearch.tooltip.label": "Start search",
"NovaComponents-SearchField-gui-icu.searchField.clearButton.search.aria": "Clear entry",
"NovaComponents-SearchField-gui-icu.searchField.clearButton.search.tooltip.label": "Clear entry",
"NovaComponents-SearchField-gui-icu.searchField.clearButton.filter.aria": "Clear entry",
"NovaComponents-SearchField-gui-icu.searchField.clearButton.filter.tooltip.label": "Clear entry",
"NovaComponents-SearchField-gui-icu.narrator.noresults.msg": "0 results.",
"NovaComponents-SearchField-gui-icu.narrator.result.msg": "1 result.",
"NovaComponents-SearchField-gui-icu.narrator.results.msg": "{count} results.",
"NovaComponents-SearchField-gui-icu.narrator.results.indeterminant.msg": "More than {count} results were found."
}
};
var d = {
name: "NovaComponents-TreeTable-gui-icu",
comments: [],
messages: {
"NovaComponents-TreeTable-gui-icu.expanded.msg": "Expanded",
"NovaComponents-TreeTable-gui-icu.collapsed.msg": "Collapsed",
"NovaComponents-TreeTable-gui-icu.level.msg": "Level {level}",
"NovaComponents-TreeTable-gui-icu.position.setSize.msg": "Row {position} of {setSize}",
"NovaComponents-TreeTable-gui-icu.treeTable.msg": "Press Ctrl+Enter to expand or collapse.",
"NovaComponents-TreeTable-gui-icu.rowSelected.msg": "Row selected",
"NovaComponents-TreeTable-gui-icu.partiallySelected.msg": "Partially checked"
}
};
var p = {
name: "NovaComponents-DualSelector-gui-icu",
comments: [ "# Aria labels", "# Accessibility Messages", "# Warning Messages" ],
messages: {
"NovaComponents-DualSelector-gui-icu.emptyAvailableMessage.msg": "No items are available.",
"NovaComponents-DualSelector-gui-icu.emptySelectedMessage.msg": "No items have been added.",
"NovaComponents-DualSelector-gui-icu.moveButton.add.button.tooltip.label": "Add",
"NovaComponents-DualSelector-gui-icu.moveButton.addall.button.tooltip.label": "Add all",
"NovaComponents-DualSelector-gui-icu.moveButton.remove.button.tooltip.label": "Remove",
"NovaComponents-DualSelector-gui-icu.moveButton.removeall.button.tooltip.label": "Remove all",
"NovaComponents-DualSelector-gui-icu.moveButton.undo.button.tooltip.label": "Undo",
"NovaComponents-DualSelector-gui-icu.moveButton.custom_add.button.tooltip.label": "Add custom item",
"NovaComponents-DualSelector-gui-icu.source.default.label": "Available items",
"NovaComponents-DualSelector-gui-icu.target.default.label": "Selected items",
"NovaComponents-DualSelector-gui-icu.filter.placeholder.label": "Filter",
"NovaComponents-DualSelector-gui-icu.item.length.label": "{label} ({length}):",
"NovaComponents-DualSelector-gui-icu.filtered.length.label": "{label} ({filteredLength} of {totalLength}):",
"NovaComponents-DualSelector-gui-icu.reorderButton.up.button.tooltip.label": "Move up",
"NovaComponents-DualSelector-gui-icu.reorderButton.down.button.tooltip.label": "Move down",
"NovaComponents-DualSelector-gui-icu.reorderButton.top.button.tooltip.label": "Move to the top",
"NovaComponents-DualSelector-gui-icu.reorderButton.bottom.button.tooltip.label": "Move to the bottom",
"NovaComponents-DualSelector-gui-icu.reorderButton.delete.button.tooltip.label": "Permanently delete the selected custom items.",
"NovaComponents-DualSelector-gui-icu.customItem.choiceIcon.tooltip.label": "Custom item",
"NovaComponents-DualSelector-gui-icu.availableItems.length.label": "{label} ({availableItemsLength} of {totalLength}):",
"NovaComponents-DualSelector-gui-icu.lockClosed.tooltip.label": "This item cannot be removed.",
"NovaComponents-DualSelector-gui-icu.noMatchesFound.msg": "No matches were found.",
"NovaComponents-DualSelector-gui-icu.reorderButtons.up.button.aria": "Move selected items up in list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.reorderButtons.down.button.aria": "Move selected items down in list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.reorderButtons.top.button.aria": "Move selected items to the top of list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.reorderButtons.bottom.button.aria": "Move selected items to the bottom of list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.add.button.aria": "Add selected items to the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.addall.button.aria": "Add all items to the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.remove.button.aria": "Remove selected items from the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.removeall.button.aria": "Remove all items from the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.undoaddaction.button.aria": "Undo add to list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.undoremoveaction.button.aria": "Undo remove from list, {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.undoOneToOne.button.aria": "Undo previous action",
"NovaComponents-DualSelector-gui-icu.moveButtons.undoOneToTwo.button.aria": "Undo previous action between these lists: {sourceListLabel} and {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.moveButtons.custom_add.button.aria": "Add custom item",
"NovaComponents-DualSelector-gui-icu.reorderButtons.delete.button.aria": "Permanently delete the selected custom items.",
"NovaComponents-DualSelector-gui-icu.filterField.aria": "Filter {listLabel}",
"NovaComponents-DualSelector-gui-icu.filterResults.aria": "{listLabel} Results",
"NovaComponents-DualSelector-gui-icu.searchField.aria": "Search {listLabel}",
"NovaComponents-DualSelector-gui-icu.directSpeech.afterAction.add.aria": "{noOfSelectedRows} items added to the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.directSpeech.afterAction.remove.aria": "{noOfSelectedRows} items removed from the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.directSpeech.afterAction.addAll.aria": "All items added to the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.directSpeech.afterAction.removeAll.aria": "All items removed from the list named {targetListLabel}",
"NovaComponents-DualSelector-gui-icu.afterAction.up.aria": "Moved up",
"NovaComponents-DualSelector-gui-icu.afterAction.down.aria": "Moved down",
"NovaComponents-DualSelector-gui-icu.afterAction.top.aria": "Moved to the top",
"NovaComponents-DualSelector-gui-icu.afterAction.bottom.aria": "Moved to the bottom",
"NovaComponents-DualSelector-gui-icu.afterAction.undo.add.aria": "Add action reverted",
"NovaComponents-DualSelector-gui-icu.afterAction.undo.remove.aria": "Remove action reverted",
"NovaComponents-DualSelector-gui-icu.afterAction.customAdd.aria": "Custom item added",
"NovaComponents-DualSelector-gui-icu.customItemSelection.aria": "{customItemSelected}, custom item",
"NovaComponents-DualSelector-gui-icu.lockClosed.aria": "This item cannot be removed.",
"NovaComponents-DualSelector-gui-icu.moveButton.removeButton.warningDialog.title": "Remove",
"NovaComponents-DualSelector-gui-icu.moveButton.removeButton.warningDialog.msg": "Any custom items that you have selected for removal will be permanently deleted if you continue.\n\\n Do you want to continue?",
"NovaComponents-DualSelector-gui-icu.moveButton.removeAllButton.warningDialog.title": "Remove All Items",
"NovaComponents-DualSelector-gui-icu.moveButton.removeAllButton.warningDialog.msg": "The custom items in this list will be permanently deleted if you continue.\n\\n Do you want to continue?"
}
};
var D = {
name: "NovaComponents-CompositeInput-gui-icu",
comments: [],
messages: {
"NovaComponents-CompositeInput-gui-icu.button.default.tooltip.label": "Browse",
"NovaComponents-CompositeInput-gui-icu.select.mode.keyboard.tooltip.label": "Press Enter to browse for values.",
"NovaComponents-CompositeInput-gui-icu.combo.mode.keyboard.tooltip.label": "Editable, enter a value. Or press Alt+down arrow to browse for values.",
"NovaComponents-CompositeInput-gui-icu.required.error.msg": "Required field"
}
};
var A = {
name: "NovaComponents-Dropdown-gui-icu",
comments: [],
messages: {
"NovaComponents-Dropdown-gui-icu.placeholder.msg": "Select an item",
"NovaComponents-Dropdown-gui-icu.required.msg": "Required field"
}
};
var v = {
name: "NovaComponents-DatePicker-gui-icu",
comments: [ "# nolangtool", "# nolangtool", "# nolangtool", "# nolangtool", "# nolangtool", "# nolangtool" ],
messages: {
"NovaComponents-DatePicker-gui-icu.quarter.1.menuItem.label": "Q1",
"NovaComponents-DatePicker-gui-icu.quarter.2.menuItem.label": "Q2",
"NovaComponents-DatePicker-gui-icu.quarter.3.menuItem.label": "Q3",
"NovaComponents-DatePicker-gui-icu.quarter.4.menuItem.label": "Q4",
"NovaComponents-DatePicker-gui-icu.week.msg": "W{week} {year}",
"NovaComponents-DatePicker-gui-icu.weekYearFirst.msg": "{year} W{week}",
"NovaComponents-DatePicker-gui-icu.quarter.msg": "Q{quarter} {year}",
"NovaComponents-DatePicker-gui-icu.quarterYearFirst.msg": "{year} Q{quarter}",
"NovaComponents-DatePicker-gui-icu.ok.button.label": "OK",
"NovaComponents-DatePicker-gui-icu.cancel.button.label": "Cancel",
"NovaComponents-DatePicker-gui-icu.invalidyear.msg": "Specify a year from {min} to {max}.",
"NovaComponents-DatePicker-gui-icu.invalidInteger.msg": "Specify a value from {min} to {max}.",
"NovaComponents-DatePicker-gui-icu.week.label": "Week:",
"NovaComponents-DatePicker-gui-icu.month.label": "Month:",
"NovaComponents-DatePicker-gui-icu.year.label": "Year:",
"NovaComponents-DatePicker-gui-icu.quarter.label": "Quarter:",
"NovaComponents-DatePicker-gui-icu.hour.label": "Hour:",
"NovaComponents-DatePicker-gui-icu.minute.label": "Minute:",
"NovaComponents-DatePicker-gui-icu.second.label": "Second:",
"NovaComponents-DatePicker-gui-icu.hours.label": "Hours:",
"NovaComponents-DatePicker-gui-icu.minutes.label": "Minutes:",
"NovaComponents-Dat