[2] | 1 | # |
---|
| 2 | # Lucide language file, EN |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | # |
---|
| 6 | # Main menu |
---|
| 7 | # |
---|
[91] | 8 | MENU_DOCUMENT=~Document |
---|
| 9 | MENU_OPEN=~Open...\tCtrl+O |
---|
| 10 | MENU_SAVE_AS=~Save As... |
---|
[112] | 11 | # MENU_PAGE_SETUP: to delete |
---|
[91] | 12 | MENU_PAGE_SETUP=Pa~ge setup... |
---|
| 13 | MENU_PRINT=~Print... |
---|
| 14 | MENU_PLUGINS_LIST=Plugins ~list... |
---|
| 15 | MENU_EXIT=E~xit\tCtrl+X |
---|
[2] | 16 | MENU_EDIT=~Edit |
---|
[91] | 17 | MENU_COPY=~Copy\tCtrl+Insert |
---|
| 18 | MENU_SELECT_ALL=Select ~all\tCtrl+/ |
---|
| 19 | MENU_FIND=~Find...\tCtrl+F |
---|
| 20 | MENU_FINDAGAIN=Find a~gain\tCtrl+G |
---|
| 21 | MENU_SETTINGS=~Settings |
---|
[112] | 22 | MENU_VIEW=~View |
---|
| 23 | MENU_FIT_WINDOW=Fi~t in window |
---|
| 24 | MENU_ACTUAL_SIZE=~Actual size |
---|
| 25 | MENU_FIT_WIDTH=Fit ~width |
---|
[122] | 26 | MENU_ZOOM_IN_OUT=~Zoom in/out |
---|
[91] | 27 | MENU_FIRST_PAGE=~First page |
---|
| 28 | MENU_PREV_PAGE=~Previous page\t- |
---|
| 29 | MENU_NEXT_PAGE=~Next page\t+ |
---|
| 30 | MENU_LAST_PAGE=~Last page |
---|
| 31 | MENU_GO_TO_PAGE=~Go to page...\tCtrl+N |
---|
| 32 | MENU_ROTATE_CW=~Rotate 90ø CW |
---|
| 33 | MENU_ROTATE_CCW=Rotate 90ø ~CCW |
---|
| 34 | MENU_SHOW_NAV_PANE=~Show navigation pane |
---|
| 35 | MENU_SINGLE_PAGE=~Single page |
---|
| 36 | MENU_CONTINUOUS=C~ontinuous |
---|
[112] | 37 | MENU_DOCUMENT_INFO=~Document info... |
---|
| 38 | MENU_FONTS_INFO=Fonts ~info... |
---|
[21] | 39 | MENU_WINDOW=~Window |
---|
[91] | 40 | MENU_MAXVIEW=~Maximized view\tF11 |
---|
| 41 | MENU_FULLSCREEN=~Fullscreen\tCtrl+L |
---|
[21] | 42 | MENU_HELP=~Help |
---|
[91] | 43 | MENU_PRODUCT_INFORMATION=~Product Information |
---|
[2] | 44 | |
---|
| 45 | # |
---|
| 46 | # Toolbar hints |
---|
| 47 | # |
---|
| 48 | TBHINT_OPEN=Open document... |
---|
| 49 | TBHINT_PRINT=Print... |
---|
| 50 | TBHINT_SHOW_NAV_PANE=Show/hide navigation pane |
---|
| 51 | TBHINT_FIRST_PAGE=First page |
---|
| 52 | TBHINT_PREV_PAGE=Previous page |
---|
| 53 | TBHINT_NEXT_PAGE=Next page |
---|
| 54 | TBHINT_LAST_PAGE=Last page |
---|
| 55 | TBHINT_ACTUAL_SIZE=Actual size |
---|
| 56 | TBHINT_FIT_WINDOW=Fit in window |
---|
| 57 | TBHINT_FIT_WIDTH=Fit width |
---|
| 58 | TBHINT_FIND=Find... |
---|
[64] | 59 | TBHINT_FINDAGAIN=Find again |
---|
[129] | 60 | TBHINT_ZOOM_IN_OUT=Zoom in/out |
---|
[2] | 61 | # toolbar's page number |
---|
| 62 | TB_PAGENUM=of %d |
---|
| 63 | |
---|
| 64 | # |
---|
| 65 | # Lucide messages |
---|
| 66 | # |
---|
[136] | 67 | MSGS_MAIN_WIN_TITLE=%APPNAME% - Document Viewer |
---|
[2] | 68 | MSGS_NO_SUIT_PLUG=Can't find suitable plugin for specified document! |
---|
| 69 | MSGS_FILE_LOAD_ERROR=File load error! |
---|
[50] | 70 | MSGS_LOADING_DOCUMENT=Loading document, please wait... |
---|
[153] | 71 | MSGS_CREATING_THUMBNAIL=Creating thumbnail for document, please wait... |
---|
[88] | 72 | MSGS_WARNING=Warning! |
---|
| 73 | MSGS_OVERWRITE_FILE=File already exist. Overwrite? |
---|
| 74 | MSGS_FILE_SAVE_ERROR=Error saving file! |
---|
[94] | 75 | MSGS_PAGE=Page |
---|
[127] | 76 | MSGS_ERROR_STARTING_BROWSER=Error starting browser! |
---|
[2] | 77 | |
---|
| 78 | # |
---|
| 79 | # "Plugins list" dialog |
---|
| 80 | # |
---|
| 81 | PLUGLIST_PLUGINS_LIST=Plugins list |
---|
[91] | 82 | PLUGLIST_CLOSE=~Close |
---|
[2] | 83 | # List columns titles |
---|
| 84 | PLUGLIST_PLUGIN_NAME=Plugin name |
---|
| 85 | PLUGLIST_SUPP_EXTS=Supported extensions |
---|
| 86 | PLUGLIST_PLUGIN_DESC=Plugin description |
---|
| 87 | |
---|
| 88 | # |
---|
| 89 | # "Font info" dialog |
---|
| 90 | # |
---|
| 91 | FONTINFO_FONTINFO=Font info |
---|
[91] | 92 | FONTINFO_CLOSE=~Close |
---|
[2] | 93 | FONTINFO_ENUMERATING=Enumerating fonts, please wait... |
---|
| 94 | # List columns titles |
---|
| 95 | FONTINFO_NAME=Name |
---|
| 96 | FONTINFO_TYPE=Type |
---|
| 97 | FONTINFO_EMBEDDED=Embedded? |
---|
[99] | 98 | # Embedded types |
---|
| 99 | FONTINFO_EMBED_NOT_EMBEDDED=Not embedded |
---|
| 100 | FONTINFO_EMBED_EMBEDDED=Embedded |
---|
| 101 | FONTINFO_EMBED_EMBEDDED_SUBSET=Embedded subset |
---|
[2] | 102 | |
---|
| 103 | # |
---|
| 104 | # "Document info" dialog |
---|
| 105 | # |
---|
| 106 | DOCINFO_DOCUMENT_INFO=Document info |
---|
[91] | 107 | DOCINFO_CLOSE=~Close |
---|
[2] | 108 | # Document info keys |
---|
| 109 | DOCINFO_TITLE=Title: |
---|
| 110 | DOCINFO_FORMAT=Format: |
---|
| 111 | DOCINFO_AUTHOR=Author: |
---|
| 112 | DOCINFO_SUBJECT=Subject: |
---|
| 113 | DOCINFO_KEYWORDS=Keywords: |
---|
| 114 | DOCINFO_CREATOR=Creator: |
---|
| 115 | DOCINFO_PRODUCER=Producer: |
---|
| 116 | DOCINFO_CREATION_DATE=Created: |
---|
| 117 | DOCINFO_MOD_DATE=Modified: |
---|
| 118 | |
---|
| 119 | # |
---|
| 120 | # "Find" dialog |
---|
| 121 | # |
---|
| 122 | FIND_FIND=Find |
---|
[87] | 123 | FIND_FIND_WHAT=~Find what |
---|
[2] | 124 | FIND_MATCH_CASE=~Match case |
---|
| 125 | FIND_OK=~OK |
---|
| 126 | FIND_CANCEL=~Cancel |
---|
| 127 | # other 'find'-related messages |
---|
| 128 | FIND_SEARCH_PAGE_OF=Searching page %d of %d... |
---|
| 129 | FIND_NOT_FOUND=Not found! |
---|
| 130 | |
---|
| 131 | # |
---|
| 132 | # "Progress" dialog |
---|
| 133 | # |
---|
| 134 | PDLG_PROGRESS=Progress |
---|
| 135 | PDLG_CANCEL=~Cancel |
---|
[30] | 136 | |
---|
| 137 | # |
---|
| 138 | # About dialog |
---|
| 139 | # |
---|
| 140 | AD_ABOUT=About |
---|
[76] | 141 | AD_DESCRIPTION=Plugin-based document viewer with support for various file formats |
---|
[48] | 142 | AD_COPYRIGHTS=(c) by Eugene Romanenko, netlabs.org in co-operation with Serenity Systems International |
---|
[91] | 143 | AD_OK=~OK |
---|
[50] | 144 | |
---|
| 145 | # |
---|
| 146 | # Settings dialog |
---|
| 147 | # |
---|
| 148 | SD_SETTINGS=Settings |
---|
[91] | 149 | SD_DEFAULT_PAGE_LAYOUT=Default ~Page Layout |
---|
| 150 | SD_DEFAULT_ZOOM=Default ~Zoom |
---|
| 151 | SD_SINGLE_PAGE=Single page |
---|
| 152 | SD_CONTINUOUS=Continuous |
---|
[50] | 153 | SD_OK=~OK |
---|
| 154 | SD_CANCEL=~Cancel |
---|
[87] | 155 | |
---|
| 156 | # |
---|
| 157 | # 'Go to page' dialog |
---|
| 158 | # |
---|
| 159 | GTP_GOTOPAGE=Go to page |
---|
| 160 | GTP_PAGE=Page |
---|
| 161 | GTP_OF=of %d |
---|
| 162 | GTP_OK=~OK |
---|
| 163 | GTP_CANCEL=~Cancel |
---|
[89] | 164 | |
---|
| 165 | # |
---|
| 166 | # Print dialog |
---|
| 167 | # |
---|
| 168 | PD_TITLE=Print |
---|
| 169 | PD_PRINTER=Printer |
---|
[91] | 170 | PD_NAME_LABEL=~Name |
---|
| 171 | PD_JOB_PROPERTIES=~Job properties |
---|
[89] | 172 | PD_DRIVER_LABEL=Driver |
---|
[102] | 173 | PD_PRINT_RANGE_AND_COPIES=Print ~range and copies |
---|
[91] | 174 | PD_RANGE_ALL=~All |
---|
| 175 | PD_RANGE_CURRENT_PAGE=C~urrent page |
---|
| 176 | PD_RANGE_PAGES=Pa~ges |
---|
| 177 | PD_FROM=~From |
---|
| 178 | PD_TO=~To |
---|
[102] | 179 | PD_NUMBER_OF_COPIES=~Number of copies |
---|
[90] | 180 | PD_PRINT_TYPE=Print type |
---|
[91] | 181 | PD_TYPE_POSTSCRIPT=Post~script |
---|
| 182 | PD_TYPE_ASIMAGE=As ~image |
---|
| 183 | PD_HIGHER_IMAGE_QUALITY=~Higher image quality (slower and require more memory) |
---|
[102] | 184 | PD_PAGE_ORIENTATION=Page orientation |
---|
| 185 | PD_PORTRAIT=Portrait |
---|
| 186 | PD_LANDSCAPE=Landscape |
---|
| 187 | PD_MARGINS=Margins (mm) |
---|
| 188 | PD_MLEFT=Left |
---|
| 189 | PD_MRIGHT=Right |
---|
| 190 | PD_MTOP=Top |
---|
| 191 | PD_MBOTTOM=Bottom |
---|
| 192 | PD_SELECTED_FORM=Selected form |
---|
[91] | 193 | PD_BTNPRINT=~Print |
---|
| 194 | PD_BTNCANCEL=~Cancel |
---|
[102] | 195 | PD_WRONG_MARGINS=Wrong margins! |
---|
[91] | 196 | # other 'print'-related messages |
---|
[123] | 197 | PRINT_PRINTING_PAGE_OF=Printing page %d (%d of %d)... |
---|
[91] | 198 | PRINT_GENERATING_POSTSCRIPT=Generating postscript file... |
---|
| 199 | PRINT_SPOOLING_POSTSCRIPT=Spooling postscript data... |
---|
| 200 | PRINT_FAILED=Print failed! |
---|
[102] | 201 | |
---|