default.language.ini 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. [LanguageDefinition]
  2. LanguageID = English (English)
  3. LanguageVersion = v1.08
  4. LanguageAuthor = BRL
  5. ; Toolbar Tips
  6. tb_new = "New"
  7. tb_open = "Open"
  8. tb_close = "Close"
  9. tb_save = "Save"
  10. tb_cut = "Cut"
  11. tb_copy = "Copy"
  12. tb_paste = "Paste"
  13. tb_find = "Find"
  14. tb_build = "Build"
  15. tb_buildrun = "Build and Run"
  16. tb_step = "Step"
  17. tb_stepin = "Step In"
  18. tb_stepout = "Step Out"
  19. tb_stop = "Stop"
  20. tb_home = "Home"
  21. tb_back = "Previous Help Page"
  22. tb_forward = "Next Help Page"
  23. tb_continue = "Continue"
  24. tb_lockbuildfile = "Lock Build File"
  25. tb_lockedbuildfile = "Current Build File"
  26. tb_gotobuildfile = "Goto Build File"
  27. ; Tabs
  28. tab_help = "Help"
  29. tab_output = "Output"
  30. tab_locked:%1 = "build:%1"
  31. ; Navbar Tabs
  32. navtab_home = "Home"
  33. navtab_code = "Code"
  34. navtab_debug = "Debug"
  35. ; Navigation Tree Nodes
  36. navnode_help = "Help"
  37. navnode_projects = "Projects"
  38. navnode_addproject = "Add Project"
  39. navnode_moduleindex = "Index"
  40. navnode_thirdpartymods = "Third party modules"
  41. ; Misc Buttons
  42. btn_ok = "OK"
  43. btn_cancel = "Cancel"
  44. btn_close = "Close"
  45. ; Find Requester
  46. find_window_title = "Find"
  47. find_label_find = "Find"
  48. find_btn_find = "Find"
  49. find_notification_cannotfind = "Could not find '%1'."
  50. ; Find & Replace Requester
  51. replace_window_title = "Find and Replace"
  52. replace_label_find = "Find"
  53. replace_label_replacewith = "Replace With"
  54. replace_btn_replace = "Replace"
  55. replace_btn_replaceall = "Replace All"
  56. replace_btn_findnext = "Find Next"
  57. ; About Requester
  58. about_window_title = "About MaxIDE"
  59. about_label_bccver = "BCC Version"
  60. about_label_bmkver = "BMK Version"
  61. about_label_bmxpath = "BlitzMax Path"
  62. about_label_mingwpath = "MinGW Path"
  63. about_label_fasmver = "FASM Version"
  64. about_label_gccver = "GCC Version"
  65. about_label_gplusplusver = "G++ Version"
  66. about_label_upxver = "UPX Version"
  67. about_label_subtitle = "Based on MaxIDE v1.50 by Simon Armstrong"
  68. about_error_unavailable = "Unavailable"
  69. about_error_notapplicable = "n/a"
  70. ; Goto Requester
  71. goto_window_title = "Goto Line"
  72. goto_label_linenum = "Line Number"
  73. goto_btn_goto = "Goto"
  74. ; Command Line Requester
  75. cmdline_window_title = "Program Command Line"
  76. cmdline_label_cmdline = "Program command line"
  77. ; Progress Requester
  78. progress_window_title = "Progress Requester"
  79. ; Options Requester
  80. options_window_title = "Options"
  81. options_optionstab = "Options"
  82. options_editortab = "Editor"
  83. options_toolstab = "Tools"
  84. options_appstubtab = "App Stubs"
  85. options_options_label_language = "Language"
  86. options_options_btn_showtoolbar = "Show Toolbar"
  87. options_options_btn_autorestore = "Open Files at Startup"
  88. options_options_btn_autocaps = "Auto Capitalize"
  89. options_options_btn_syntaxhighlight = "Syntax Highlighting"
  90. options_options_btn_bracketmatching = "Enable .bmx Bracket Matching"
  91. options_options_btn_autobackup = "Auto Backup"
  92. options_options_btn_autoindent = "Auto Indent"
  93. options_options_btn_autohideoutput = "Hide Output When Process Completes"
  94. options_options_btn_useexternalbrowser = "Use External Help Browser"
  95. options_options_btn_osshortcuts = "Use OS Specific Shortcut Keys"
  96. options_options_btn_sortcodeviewnodes = "Sort Nodes in Code View"
  97. options_options_btn_restartaftershutdown = "Restart after Shutdown (win32 only)"
  98. options_editor_label_background = "Background"
  99. options_editor_itemlabel_tabsize = "Tab Size:"
  100. options_editor_label_plaintext = "Plain Text"
  101. options_editor_label_remarks = "Remarks"
  102. options_editor_label_strings = "Strings"
  103. options_editor_label_keywords = "Keywords"
  104. options_editor_label_numbers = "Numbers"
  105. options_editor_label_matchings = "Matchings"
  106. options_editor_label_errors = "Errors"
  107. options_editor_label_caret = "Caret"
  108. options_editor_label_line_number = "Line Numbers"
  109. options_tools_label_output = "Output"
  110. options_editor_label_output_line_number = "Line Numbers"
  111. options_tools_label_navbar = "Navbar"
  112. options_font_desc_user = "User Defined Font"
  113. options_font_desc_guidefault = "GUI Default Font"
  114. options_font_desc_monospaced = "Monospaced Font"
  115. options_font_desc_sansserif = "Sans Serif Font"
  116. options_font_desc_serif = "Serif Font"
  117. options_font_desc_script = "Script Font"
  118. options_appstub_btn_add = "Add"
  119. options_appstub_btn_del = "Remove"
  120. ; Text Style Control
  121. txtstyle_underline = "Underline"
  122. txtstyle_normal = "Normal"
  123. txtstyle_bold = "Bold"
  124. txtstyle_italic = "Italic"
  125. txtstyle_bolditalic = "Bold + Italic"
  126. ; Caret Style Control
  127. caretstyle_width_1 = "Width 1"
  128. caretstyle_width_2 = "Width 2"
  129. caretstyle_width_3 = "Width 3"
  130. ; Caret Line
  131. caretline_visible = "Show Caret Line"
  132. ; Line Number Style Control
  133. linenumberstyle_enabled = "Show"
  134. ; Project Manager
  135. projman_window_title = "Project Manager"
  136. projman_btn_addproj = "Add Project"
  137. projman_btn_delproj = "Remove Project"
  138. projman_btn_moveup = "Move Up"
  139. projman_btn_movedn = "Move Down"
  140. projman_btn_properties = "Properties"
  141. ; Project Requester
  142. project_window_title = "Project Properties"
  143. project_group_details = "Project Details"
  144. project_label_name = "Name"
  145. project_defaultname = "New Project"
  146. project_label_path = "Path"
  147. project_group_svn = "Subversion Control"
  148. project_label_url = "URL"
  149. project_label_username = "Username"
  150. project_label_password = "Password"
  151. project_btn_checkout = "Check Out Project"
  152. project_btn_update = "Update Project"
  153. project_btn_commit = "Commit Project"
  154. project_requestfolder_title = "Select the project folder"
  155. ; Syncmods Requester
  156. syncmods_window_title = "Synchronize Modules"
  157. syncmods_label_username = "Username"
  158. syncmods_label_password = "Password"
  159. syncmods_label_proxyserver = "Proxy Server"
  160. syncmods_process_label = "Synchronize Modules"
  161. syncmods_btn_sync = "Sync"
  162. ; Search Requester
  163. search_window_title = "Find In Files"
  164. search_label_find = "Find"
  165. search_label_filetypes = "File Types"
  166. search_type_bmaxfiles = "BlitzMax Files"
  167. search_type_codefiles = "Code Files"
  168. search_type_allfiles = "All Files (Warning: Includes Binary Files)"
  169. search_label_searchpath = "Search Path"
  170. search_btn_searchsubfolders = "Search sub-directories"
  171. search_btn_startsearch = "Search"
  172. search_btn_stopsearch = "Stop Search"
  173. search_requestfolder_title = "Choose a folder to search..."
  174. search_msg_complete = "Search complete! Found %1 instance(s)!"
  175. search_msg_searchingdir = "Searching: %1"
  176. search_error_pathnotfound = "The specified path does not exist!"
  177. search_error_pathisfile = "The path entered is for a file, please enter the path of a directory."
  178. search_error_nosearchstring = "You must enter a search string to find!"
  179. search_safetynotification = "There have been %1 instances found.\n\nWould you like to continue?"
  180. ; Misc Notifications / Requesters
  181. request_restart = "MaxIDE would like to restart."
  182. request_closeall = "MaxIDE needs to close all documents before continuing."
  183. request_openfile = "Open File"
  184. request_saveas_title = "Save As"
  185. request_importbb_title = "Import .bb file"
  186. request_savechanges = "Save changes to %1?"
  187. notify_demo_featureunavailable = "This feature is unavailable in the demo version of BlitzMax."
  188. ; SVN Messages
  189. svn_notification_nodehostnotfound = "Node host not found."
  190. svn_notification_nodeprojectnotfound = "Node project not found."
  191. svn_msg_updating = "Updating %1"
  192. svn_msg_committing = "Committing %1"
  193. svn_msg_checkingout = "Checking out %1 to %2"
  194. ; Output Messages
  195. output_error_compileerror = "Compile Error\n\n%1"
  196. output_notification_stillbusy = "Current process still busy %1."
  197. output_notification_processfailure = "Process failure with %1."
  198. output_notification_processfailure = "Process failed to start %1."
  199. output_msg_rebuildingdocs = "Rebuilding documentation..."
  200. output_msg_buildingmods = "Building Modules"
  201. output_msg_converting = "Converting %1"
  202. output_msg_processcomplete = "Process complete"
  203. output_msg_processterminated = "Process terminated"
  204. output_msg_debugfailure = "Process debug failure. Cannot write:\n%1"
  205. ; Loading Errors
  206. loaderror_failed = "Failed to open '%1'."
  207. loaderror_docsnotfound = "Documentation not found.\n\nWould you like to rebuild documentation now?"
  208. ; Misc
  209. status_line_char = "Line: %1 Char: %2"
  210. msg_loading = "Loading %1"
  211. msg_highlightingcode = "Highlighting Code"
  212. ; Menus
  213. menu_file = "&File"
  214. menu_file_new = "&New"
  215. menu_file_open = "&Open..."
  216. menu_file_open_recent = "Open &Recent"
  217. menu_file_closetab = "&Close Tab"
  218. menu_file_closealltabs = "Close All Tabs"
  219. menu_file_closeothertabs = "Close Other Tabs"
  220. menu_file_save = "&Save"
  221. menu_file_saveas = "Save &As"
  222. menu_file_saveall = "Save A&ll"
  223. menu_file_nexttab = "&Next Tab"
  224. menu_file_prevtab = "&Previous Tab"
  225. menu_file_lasttab = "Last Tab"
  226. menu_file_importbb = "Import BB Project..."
  227. menu_file_ideoptions = "IDE Options"
  228. menu_file_projectmanager = "&Project Manager"
  229. menu_file_print = "Print"
  230. menu_file_exit = "Exit"
  231. menu_edit = "&Edit"
  232. menu_edit_undo = "&Undo"
  233. menu_edit_redo = "&Redo"
  234. menu_edit_cut = "Cu&t"
  235. menu_edit_copy = "&Copy"
  236. menu_edit_paste = "&Paste"
  237. menu_edit_selectall = "Select &All"
  238. menu_edit_blockindent = "Block Indent"
  239. menu_edit_blockoutdent = "Block Outdent"
  240. menu_edit_find = "&Find..."
  241. menu_edit_findnext = "Find Next"
  242. menu_edit_replace = "&Replace..."
  243. menu_edit_gotoline = "&Goto Line..."
  244. menu_edit_findinfiles = "Find in F&iles"
  245. menu_program = "&Program"
  246. menu_program_build = "&Build"
  247. menu_program_buildandrun = "Build and &Run"
  248. menu_program_commandline = "Command &Line"
  249. menu_program_step = "&Step"
  250. menu_program_stepin = "Step &In"
  251. menu_program_stepout = "Step &Out"
  252. menu_program_terminate = "&Terminate"
  253. menu_program_miscoptions = "Misc Options"
  254. menu_program_miscoptions_upx = "Pack App with UPX"
  255. menu_program_buildoptions = "Build Options"
  256. menu_program_buildoptions_dev = "Developer Options"
  257. menu_program_buildoptions_quick = "Quick Build"
  258. menu_program_buildoptions_debug = "Debug Build"
  259. menu_program_buildoptions_threaded = "Threaded Build"
  260. menu_program_buildoptions_verbose = "Verbose Build"
  261. menu_program_buildoptions_quickscan = "Quick Scan"
  262. menu_program_buildoptions_universal = "Universal Build"
  263. menu_program_buildoptions_warnover = "Overload Warnings"
  264. menu_program_buildoptions_requireoverride = "Require 'Override' declaration"
  265. menu_program_buildoptions_overrideerrors = "Raise 'override' errors not warnings"
  266. menu_program_buildoptions_gdbdebug = "GDB Debug Generation"
  267. menu_program_buildoptions_gprof = "GProf Profiling"
  268. menu_program_buildoptions_hires = "High Resolution (HiDPI)"
  269. menu_program_lockbuildfile = "&Lock Build File"
  270. menu_program_unlockbuildfile = "&Unlock Build File"
  271. menu_program_gotobuildfile = "Goto Build File"
  272. menu_program_syncmods = "Synchronize Modules..."
  273. menu_program_buildmods = "Build &Modules"
  274. menu_program_rebuildallmods = "Rebuild &All Modules"
  275. menu_program_rebuilddocs = "&Rebuild Documentation"
  276. menu_program_appoptions = "App Options"
  277. menu_program_buildoptions_consoleapp = "Build Console App"
  278. menu_program_buildoptions_guiapp = "Build GUI App"
  279. menu_program_buildoptions_makelib = "Build Shared Library"
  280. menu_program_platform = "Platform"
  281. menu_program_platform_win32 = "Win32"
  282. menu_program_platform_linux = "Linux"
  283. menu_program_platform_macosx = "MacOS X"
  284. menu_program_platform_raspberrypi = "Raspberry Pi"
  285. menu_program_platform_android = "Android"
  286. menu_program_platform_emscripten = "Web"
  287. menu_program_platform_ios = "iOS"
  288. menu_program_platform_nx = "NX"
  289. menu_program_arch = "Architecture"
  290. menu_program_arch_x86 = "x86"
  291. menu_program_arch_x64 = "x64"
  292. menu_program_arch_ppc = "PPC"
  293. menu_program_arch_arm = "ARM"
  294. menu_program_arch_armeabiv5 = "ARMeabi v5"
  295. menu_program_arch_armeabiv7a = "ARMeabi v7a"
  296. menu_program_arch_arm64v8a = "ARM64 v8a"
  297. menu_program_arch_js = "js"
  298. menu_program_arch_armv7 = "ARMv7"
  299. menu_program_arch_arm64 = "ARM64"
  300. menu_program_appstub = "App Stub"
  301. menu_help = "&Help"
  302. menu_help_home = "&Home"
  303. menu_help_back = "&Back"
  304. menu_help_forward = "&Forward"
  305. menu_help_quickhelp = "&Quick Help"
  306. menu_help_aboutmaxide = "&About MaxIDE"
  307. ; Popup Menus
  308. popup_edit = "Edit"
  309. popup_edit_quickhelp = "Quick Help"
  310. popup_edit_cut = "Cut"
  311. popup_edit_copy = "Copy"
  312. popup_edit_paste = "Paste"
  313. popup_edit_selectall = "Select All"
  314. popup_edit_blockindent = "Block Indent"
  315. popup_edit_blockoutdent = "Block Outdent"
  316. popup_edit_find = "Find"
  317. popup_edit_findnext = "Find Next"
  318. popup_edit_replace = "Replace"
  319. popup_edit_goto = "Goto Line"
  320. popup_output = "Edit"
  321. popup_output_cut = "Cut"
  322. popup_output_copy = "Copy"
  323. popup_output_paste = "Paste"
  324. popup_output_stop = "Stop"
  325. popup_nav_proj = "Proj"
  326. popup_nav_proj_refresh = "Refresh"
  327. popup_nav_proj_clean = "Clean"
  328. popup_nav_proj_findinfiles = "Find in Files"
  329. popup_nav_proj_explore = "Explore"
  330. popup_nav_proj_shell = "Shell"
  331. popup_nav_proj_svnupdate = "Update Version"
  332. popup_nav_proj_svncommit = "Commit Version"
  333. popup_nav_proj_properties = "Properties"