mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
204 lines
8.0 KiB
C
204 lines
8.0 KiB
C
// Copyright (c) 2012 Marshall A. Greenblatt. All rights reserved.
|
|
//
|
|
// Redistribution and use in source and binary forms, with or without
|
|
// modification, are permitted provided that the following conditions are
|
|
// met:
|
|
//
|
|
// * Redistributions of source code must retain the above copyright
|
|
// notice, this list of conditions and the following disclaimer.
|
|
// * Redistributions in binary form must reproduce the above
|
|
// copyright notice, this list of conditions and the following disclaimer
|
|
// in the documentation and/or other materials provided with the
|
|
// distribution.
|
|
// * Neither the name of Google Inc. nor the name Chromium Embedded
|
|
// Framework nor the names of its contributors may be used to endorse
|
|
// or promote products derived from this software without specific prior
|
|
// written permission.
|
|
//
|
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
//
|
|
// ---------------------------------------------------------------------------
|
|
//
|
|
// This file is generated by the make_pack_header.py tool.
|
|
//
|
|
|
|
#ifndef CEF_INCLUDE_CEF_PACK_STRINGS_H_
|
|
#define CEF_INCLUDE_CEF_PACK_STRINGS_H_
|
|
#pragma once
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// From cef_strings.h:
|
|
|
|
#define IDS_MENU_BACK 28000
|
|
#define IDS_MENU_FORWARD 28001
|
|
#define IDS_MENU_RELOAD 28002
|
|
#define IDS_MENU_RELOAD_NOCACHE 28003
|
|
#define IDS_MENU_STOPLOAD 28004
|
|
#define IDS_MENU_UNDO 28005
|
|
#define IDS_MENU_REDO 28006
|
|
#define IDS_MENU_CUT 28007
|
|
#define IDS_MENU_COPY 28008
|
|
#define IDS_MENU_PASTE 28009
|
|
#define IDS_MENU_DELETE 28010
|
|
#define IDS_MENU_SELECT_ALL 28011
|
|
#define IDS_MENU_FIND 28012
|
|
#define IDS_MENU_PRINT 28013
|
|
#define IDS_MENU_VIEW_SOURCE 28014
|
|
#define IDS_APP_AUDIO_FILES 28015
|
|
#define IDS_APP_IMAGE_FILES 28016
|
|
#define IDS_APP_TEXT_FILES 28017
|
|
#define IDS_APP_VIDEO_FILES 28018
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// From ui_strings.h:
|
|
|
|
#define IDS_APP_MENU_EMPTY_SUBMENU 11000
|
|
#define IDS_APP_UNTITLED_SHORTCUT_FILE_NAME 11001
|
|
#define IDS_APP_SAVEAS_ALL_FILES 11002
|
|
#define IDS_APP_SAVEAS_EXTENSION_FORMAT 11003
|
|
#define IDS_SELECT_FOLDER_BUTTON_TITLE 11004
|
|
#define IDS_SELECT_FOLDER_DIALOG_TITLE 11005
|
|
#define IDS_SAVE_AS_DIALOG_TITLE 11006
|
|
#define IDS_OPEN_FILE_DIALOG_TITLE 11007
|
|
#define IDS_OPEN_FILES_DIALOG_TITLE 11008
|
|
#define IDS_SAVEAS_ALL_FILES 11009
|
|
#define IDS_APP_ACCACTION_PRESS 11010
|
|
#define IDS_APP_ACCNAME_CLOSE 11011
|
|
#define IDS_APP_ACCNAME_MINIMIZE 11012
|
|
#define IDS_APP_ACCNAME_MAXIMIZE 11013
|
|
#define IDS_APP_ACCNAME_RESTORE 11014
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLHERE 11015
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFTEDGE 11016
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHTEDGE 11017
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLHOME 11018
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLEND 11019
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLPAGEUP 11020
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLPAGEDOWN 11021
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLLEFT 11022
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLRIGHT 11023
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLUP 11024
|
|
#define IDS_APP_SCROLLBAR_CXMENU_SCROLLDOWN 11025
|
|
#define IDS_APP_UNDO 11026
|
|
#define IDS_APP_CUT 11027
|
|
#define IDS_APP_COPY 11028
|
|
#define IDS_APP_PASTE 11029
|
|
#define IDS_APP_DELETE 11030
|
|
#define IDS_APP_SELECT_ALL 11031
|
|
#define IDS_APP_OK 11032
|
|
#define IDS_APP_CANCEL 11033
|
|
#define IDS_APP_CLOSE 11034
|
|
#define IDS_APP_ESC_KEY 11035
|
|
#define IDS_APP_TAB_KEY 11036
|
|
#define IDS_APP_INSERT_KEY 11037
|
|
#define IDS_APP_HOME_KEY 11038
|
|
#define IDS_APP_DELETE_KEY 11039
|
|
#define IDS_APP_END_KEY 11040
|
|
#define IDS_APP_PAGEUP_KEY 11041
|
|
#define IDS_APP_PAGEDOWN_KEY 11042
|
|
#define IDS_APP_LEFT_ARROW_KEY 11043
|
|
#define IDS_APP_RIGHT_ARROW_KEY 11044
|
|
#define IDS_APP_RIGHT_UP_KEY 11045
|
|
#define IDS_APP_RIGHT_DOWN_KEY 11046
|
|
#define IDS_APP_ENTER_KEY 11047
|
|
#define IDS_APP_F1_KEY 11048
|
|
#define IDS_APP_F11_KEY 11049
|
|
#define IDS_APP_BACKSPACE_KEY 11050
|
|
#define IDS_APP_CONTROL_MODIFIER 11051
|
|
#define IDS_APP_ALT_MODIFIER 11052
|
|
#define IDS_APP_SHIFT_MODIFIER 11053
|
|
#define IDS_APP_COMMAND_MODIFIER 11054
|
|
#define IDS_APP_BYTES 11055
|
|
#define IDS_APP_KIBIBYTES 11056
|
|
#define IDS_APP_MEBIBYTES 11057
|
|
#define IDS_APP_GIBIBYTES 11058
|
|
#define IDS_APP_TEBIBYTES 11059
|
|
#define IDS_APP_PEBIBYTES 11060
|
|
#define IDS_APP_BYTES_PER_SECOND 11061
|
|
#define IDS_APP_KIBIBYTES_PER_SECOND 11062
|
|
#define IDS_APP_MEBIBYTES_PER_SECOND 11063
|
|
#define IDS_APP_GIBIBYTES_PER_SECOND 11064
|
|
#define IDS_APP_TEBIBYTES_PER_SECOND 11065
|
|
#define IDS_APP_PEBIBYTES_PER_SECOND 11066
|
|
|
|
// ---------------------------------------------------------------------------
|
|
// From webkit_strings.h:
|
|
|
|
#define IDS_DETAILS_WITHOUT_SUMMARY_LABEL 18000
|
|
#define IDS_SEARCHABLE_INDEX_INTRO 18001
|
|
#define IDS_FORM_CALENDAR_CLEAR 18002
|
|
#define IDS_FORM_CALENDAR_TODAY 18003
|
|
#define IDS_FORM_DATE_FORMAT_DAY_IN_MONTH 18004
|
|
#define IDS_FORM_DATE_FORMAT_MONTH 18005
|
|
#define IDS_FORM_DATE_FORMAT_YEAR 18006
|
|
#define IDS_FORM_SUBMIT_LABEL 18007
|
|
#define IDS_FORM_INPUT_ALT 18008
|
|
#define IDS_FORM_RESET_LABEL 18009
|
|
#define IDS_FORM_FILE_BUTTON_LABEL 18010
|
|
#define IDS_FORM_MULTIPLE_FILES_BUTTON_LABEL 18011
|
|
#define IDS_FORM_FILE_NO_FILE_LABEL 18012
|
|
#define IDS_FORM_FILE_NO_FILE_DRAG_LABEL 18013
|
|
#define IDS_FORM_FILE_MULTIPLE_UPLOAD 18014
|
|
#define IDS_FORM_OTHER_COLOR_LABEL 18015
|
|
#define IDS_RECENT_SEARCHES_NONE 18016
|
|
#define IDS_RECENT_SEARCHES 18017
|
|
#define IDS_RECENT_SEARCHES_CLEAR 18018
|
|
#define IDS_IMAGE_TITLE_FOR_FILENAME 18019
|
|
#define IDS_AX_ROLE_WEB_AREA 18020
|
|
#define IDS_AX_ROLE_LINK 18021
|
|
#define IDS_AX_ROLE_LIST_MARKER 18022
|
|
#define IDS_AX_ROLE_IMAGE_MAP 18023
|
|
#define IDS_AX_ROLE_HEADING 18024
|
|
#define IDS_AX_ROLE_FOOTER 18025
|
|
#define IDS_AX_ROLE_STEPPER 18026
|
|
#define IDS_AX_BUTTON_ACTION_VERB 18027
|
|
#define IDS_AX_RADIO_BUTTON_ACTION_VERB 18028
|
|
#define IDS_AX_TEXT_FIELD_ACTION_VERB 18029
|
|
#define IDS_AX_CHECKED_CHECK_BOX_ACTION_VERB 18030
|
|
#define IDS_AX_UNCHECKED_CHECK_BOX_ACTION_VERB 18031
|
|
#define IDS_AX_LINK_ACTION_VERB 18032
|
|
#define IDS_AX_AM_PM_FIELD_TEXT 18033
|
|
#define IDS_AX_DAY_OF_MONTH_FIELD_TEXT 18034
|
|
#define IDS_AX_DATE_TIME_FIELD_EMPTY_VALUE_TEXT 18035
|
|
#define IDS_AX_HOUR_FIELD_TEXT 18036
|
|
#define IDS_AX_MILLISECOND_FIELD_TEXT 18037
|
|
#define IDS_AX_MINUTE_FIELD_TEXT 18038
|
|
#define IDS_AX_MONTH_FIELD_TEXT 18039
|
|
#define IDS_AX_SECOND_FIELD_TEXT 18040
|
|
#define IDS_AX_WEEK_OF_YEAR_FIELD_TEXT 18041
|
|
#define IDS_AX_YEAR_FIELD_TEXT 18042
|
|
#define IDS_KEYGEN_HIGH_GRADE_KEY 18043
|
|
#define IDS_KEYGEN_MED_GRADE_KEY 18044
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING_MULTIPLE_FILE 18045
|
|
#define IDS_FORM_VALIDATION_TYPE_MISMATCH 18046
|
|
#define IDS_FORM_VALIDATION_TYPE_MISMATCH_MULTIPLE_EMAIL 18047
|
|
#define IDS_FORM_VALIDATION_RANGE_UNDERFLOW 18048
|
|
#define IDS_FORM_VALIDATION_RANGE_OVERFLOW 18049
|
|
#define IDS_FORM_VALIDATION_STEP_MISMATCH 18050
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING 18051
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING_CHECKBOX 18052
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING_FILE 18053
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING_RADIO 18054
|
|
#define IDS_FORM_VALIDATION_VALUE_MISSING_SELECT 18055
|
|
#define IDS_FORM_VALIDATION_TYPE_MISMATCH_EMAIL 18056
|
|
#define IDS_FORM_VALIDATION_TYPE_MISMATCH_URL 18057
|
|
#define IDS_FORM_VALIDATION_PATTERN_MISMATCH 18058
|
|
#define IDS_FORM_VALIDATION_TOO_LONG 18059
|
|
#define IDS_PDF_NEED_PASSWORD 18060
|
|
#define IDS_PDF_PAGE_LOADING 18061
|
|
#define IDS_PDF_LOADING_PROGRESS 18062
|
|
#define IDS_PDF_PAGE_LOAD_FAILED 18063
|
|
#define IDS_PDF_PROGRESS_LOADING 18064
|
|
#define IDS_PLUGIN_INITIALIZATION_ERROR 18065
|
|
|
|
#endif // CEF_INCLUDE_CEF_PACK_STRINGS_H_
|