Advertisement
steel_toed_boots

Arma Dialog Creator Lang Properties

Oct 25th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Application properties (VERY HIGH PRIORITY)
  2.  
  3. Expression.identifier_not_set_f = Identifier '%s' has no value.
  4. Expression.error_no_input = No expression typed.
  5.  
  6. CanvasControls.alt_step = Alternate Step:
  7. CanvasControls.step = Step:
  8. CanvasControls.background_controls = Background Controls
  9. CanvasControls.show = Show
  10. CanvasControls.controls = Controls
  11.  
  12. MainMenuBar.file = File
  13. MainMenuBar.file_open = Open
  14. MainMenuBar.file_close_project = Close Project
  15. MainMenuBar.file_save = Save
  16. MainMenuBar.file_export = Export
  17. MainMenuBar.file_exit = Exit
  18. MainMenuBar.file_restart = Restart
  19. MainMenuBar.edit = Edit
  20. MainMenuBar.edit_changes = View Changes
  21. MainMenuBar.edit_undo = Undo
  22. MainMenuBar.edit_redo = Redo
  23. MainMenuBar.edit_undo_f = Undo %s
  24. MainMenuBar.edit_redo_f = Redo %s
  25. MainMenuBar.edit_macros = Edit Macros
  26. MainMenuBar.edit_export_config = Edit Export Configuration
  27. MainMenuBar.view = View
  28. MainMenuBar.view_preview = Arma Preview
  29. MainMenuBar.view_show_grid = Show Grid
  30. MainMenuBar.view_change_colors = Change Colors
  31. MainMenuBar.view_background_image = Background Image
  32. MainMenuBar.view_change_background_image1 = VR
  33. MainMenuBar.view_change_background_image2 = Altis
  34. MainMenuBar.view_change_background_image3 = Tanoa
  35. MainMenuBar.view_change_background_image_custom = Custom
  36. MainMenuBar.view_change_background_none = None
  37. MainMenuBar.view_abs_region = Absolute Coordinate Region
  38. MainMenuBar.view_abs_region_show = Show
  39. MainMenuBar.view_abs_region_always_front = Always at Front
  40. MainMenuBar.view_dark_theme = Use Dark Theme
  41. MainMenuBar.view_full_screen = Full Screen
  42. MainMenuBar.view_ui = User Interface (UI)
  43. MainMenuBar.settings = Settings
  44. MainMenuBar.settings_configure_dirs = Configure Directories
  45. MainMenuBar.create = Create
  46. MainMenuBar.create_macro = New Macro
  47. MainMenuBar.create_control_class = New Control Class
  48. MainMenuBar.help = Help
  49. MainMenuBar.help_wiki = Open Wiki
  50. MainMenuBar.help_about = About
  51.  
  52. Popups.btn_help = Help
  53. Popups.btn_help_tooltip = Get help with this dialog.
  54. Popups.btn_cancel = Cancel
  55. Popups.btn_ok = OK
  56. Popups.btn_apply = Apply
  57. Popups.generic_popup_title = Notification
  58. Popups.btn_close = Close
  59. Popups.btn_exit = Exit
  60.  
  61. Popups.Colors.popup_title = Change Canvas Colors
  62. Popups.Colors.selection = Selection
  63. Popups.Colors.grid = Grid
  64. Popups.Colors.abs_region = Absolute Region
  65. Popups.Colors.background = Canvas Background Color
  66.  
  67. Popups.SelectSaveLocation.popup_title = Configure Directories
  68. Popups.SelectSaveLocation.lbl_app_data_save_dir = Application entry save directory (required):
  69. Popups.SelectSaveLocation.lbl_a3_tools_dir = Arma 3 Tools directory (optional):
  70. Popups.SelectSaveLocation.btn_change = Change
  71. Popups.SelectSaveLocation.bad_a3_tools_dir = Not a valid Arma 3 Tools directory.
  72. Popups.SelectSaveLocation.btn_clear = Clear
  73.  
  74. Popups.ControlPropertiesConfig.no_properties_available = No properties available.
  75. Popups.ControlPropertiesConfig.no_extend_class = No Parent Class
  76. Popups.ControlPropertiesConfig.extend_class = Extend Class
  77. Popups.ControlPropertiesConfig.is_background_control = Background Control
  78.  
  79. Popups.ControlPropertiesConfig.MoveOutOfGroupPopup.popup_title = Control is in a Control Group
  80. Popups.ControlPropertiesConfig.MoveOutOfGroupPopup.message_f = Control '%s' is inside a Control Group. Move out of the control group?
  81.  
  82. Popups.MissingControlPropertiesConfig.popup_title = Missing Control Properties
  83. Popups.MissingControlPropertiesConfig.missing_properties_message = The properties below require a value to be entered.
  84.  
  85. Popups.NewControl.popup_title = New Control Class
  86. Popups.NewControl.control_class_name = Control Class Name:
  87. Popups.NewControl.base_control = Base Control:
  88. Popups.NewControl.properties = Properties
  89. Popups.NewControl.preview_sample = Preview Sample
  90. Popups.NewControl.base_types = Base Types
  91.  
  92. Popups.MacroNew.popup_title = Create New Macro
  93.  
  94. Popups.MacroEdit.popup_title = Edit a Macro
  95. Popups.MacroEdit.macro_key = Key:
  96. Popups.MacroEdit.macro_type = Type:
  97. Popups.MacroEdit.macro_value = Value:
  98. Popups.MacroEdit.macro_comment = Comment (optional):
  99. Popups.MacroEdit.no_type_chosen = No type chosen.
  100.  
  101. Popups.ChooseMacro.popup_title = Choose a Macro
  102. Popups.ChooseMacro.available_macros = Available Macros
  103. Popups.ChooseMacro.no_available_macros = No macros are available.
  104. Popups.ChooseMacro.choose_macro_title = Choose a Macro below.
  105.  
  106. Popups.SaveProject.popup_title = Save Project?
  107. Popups.SaveProject.message = Do you wish to save changes to the current project?
  108.  
  109. Popups.ExportProject.dialog_title = Export Project
  110. Popups.ExportProject.title_label = Project Export Configuration
  111. Popups.ExportProject.display_properties = Display Properties
  112. Popups.ExportProject.export_parameters = Export Parameters
  113. Popups.ExportProject.export_preview = Export Preview
  114. Popups.ExportProject.ok_button_export = Export
  115.  
  116. Popups.ExportProject.DisplayProperties.class_name_f = %s's Class Name:
  117. Popups.ExportProject.DisplayProperties.display_type = Display Type:
  118. Popups.ExportProject.DisplayProperties.dialog = Dialog
  119. Popups.ExportProject.DisplayProperties.title = Title
  120.  
  121. Popups.ExportProject.ExportParameters.export_macros_to_file = Export Macros to Separate File
  122. Popups.ExportProject.ExportParameters.export_macros_to_file_tooltip = Export all Macros to their own file instead of placing them in the display/dialog's header file.
  123. Popups.ExportProject.ExportParameters.export_directory = Export Directory:
  124. Popups.ExportProject.ExportParameters.export_directory_tooltip = Choose the directory to export all project contents to.
  125. Popups.ExportProject.ExportParameters.locate_export_directory = Locate the Export Directory
  126. Popups.ExportProject.ExportParameters.export_file_extension = Export File Extension:
  127. Popups.ExportProject.ExportParameters.place_adc_notice = Place ADC Notice
  128. Popups.ExportProject.ExportParameters.place_adc_notice_tooltip = Place a comment inside the exported files saying it was exported with Arma Dialog Creator.
  129.  
  130. Popups.ExportProject.ExportAftermathPopup.dialog_title_success = Export Complete
  131. Popups.ExportProject.ExportAftermathPopup.dialog_title_failed = Export Failed
  132. Popups.ExportProject.ExportAftermathPopup.export_complete_f = Exported the project to '%s' successfully.
  133. Popups.ExportProject.ExportAftermathPopup.export_failed = Export failed.
  134. Popups.ExportProject.ExportAftermathPopup.show_error_message = Show Error Message
  135. Popups.ExportProject.ExportAftermathPopup.hide_error_message = Hide Error Message
  136.  
  137. Popups.MustRestart.must_restart_for_changes = Arma Dialog Creator must restart for the changes to be applied.
  138. Popups.MustRestart.restart = Restart
  139.  
  140. Popups.About.dialog_title = About Arma Dialog Creator
  141. Popups.About.author = Author
  142. Popups.About.version = Version
  143. Popups.About.build = Build
  144. Popups.About.repository = GitHub Repository
  145.  
  146. Misc.file_chooser_background_img_title = Locate an Image
  147. Misc.no_items_available = No items available.
  148. Misc.visit_link_in_browser_f = Visit this link in your web browser:\n%s
  149. Misc.adc_export_notice = Exported via Arma Dialog Creator (https://github.com/kayler-renslow/arma-dialog-creator)
  150. Misc.no_documentation = No Documentation.
  151.  
  152.  
  153. ContextMenu.DefaultComponent.configure = Configure Properties
  154. ContextMenu.DefaultComponent.render_queue = Render Queue
  155.  
  156. ContextMenu.ComponentTreeView.new_folder = New Folder
  157.  
  158. PreviewWindow.popup_title = Preview Window
  159.  
  160. ControlPropertiesEditorPane.reset_to_default = Reset to Default
  161. ControlPropertiesEditorPane.set_to_macro = Set to Macro
  162. ControlPropertiesEditorPane.value_override = Value Override
  163. ControlPropertiesEditorPane.use_default_editor = Use Default Editor
  164. ControlPropertiesEditorPane.required = Required
  165. ControlPropertiesEditorPane.optional = Optional
  166. ControlPropertiesEditorPane.events = Events
  167.  
  168.  
  169. ValueEditors.FontValueEditor.default_font = Default Font
  170.  
  171. ValueEditors.ImageValueEditor.image_files = Image Files
  172. ValueEditors.ImageValueEditor.locate_image = Locate Image
  173. ValueEditors.ImageValueEditor.a3_tools_dir_not_set = Arma 3 Tools directory not set.
  174. ValueEditors.ImageValueEditor.set_a3_tools_btn = Set Arma 3 Tools directory
  175.  
  176. ValueEditors.ImageValueEditor.ConvertingPaaPopup.popup_title = Converting Image
  177. ValueEditors.ImageValueEditor.ConvertingPaaPopup.message_f = Converting "%s" to a read-able format.
  178. ValueEditors.ImageValueEditor.ConvertingPaaPopup.unknown_image_conversion_error = An un-described error occurred during the conversion.
  179. ValueEditors.ImageValueEditor.ConvertingPaaPopup.convert_error_popup_title = Conversion Failed
  180.  
  181. ValueEditors.ImageValueEditor.ImageAlreadyExistsDialog.dialog_title = Image Already Exists
  182. ValueEditors.ImageValueEditor.ImageAlreadyExistsDialog.message_f = Image '%s' already exists. Do you wish to overwrite, save as a new name, or cancel this operation?
  183. ValueEditors.ImageValueEditor.ImageAlreadyExistsDialog.existing_image = Existing image:
  184. ValueEditors.ImageValueEditor.ImageAlreadyExistsDialog.overwrite = Overwrite.
  185. ValueEditors.ImageValueEditor.ImageAlreadyExistsDialog.new_name = Use new name.
  186.  
  187. ValueEditors.ControlStyleGroupEditor.select_styles = Select Styles
  188. ValueEditors.ControlStyleGroupEditor.tooltip_select_styles = Select applicable style(s).
  189.  
  190.  
  191. Macros.macro = Macro
  192. Macros.comment = Comment
  193. Macros.value = Value
  194. Macros.choose_macro = Choose Macro
  195. Macros.clear_macro = Clear Macro
  196. Macros.no_macro_set = No Macro Set
  197. Macros.no_recent_macros = No recently chosen macros.
  198.  
  199. ProjectInitWindow.window_title = Set the Project
  200. ProjectInitWindow.btn_language = Language
  201. ProjectInitWindow.tab_new = New
  202. ProjectInitWindow.tab_open = Open
  203. ProjectInitWindow.tab_import = Import
  204. ProjectInitWindow.new_project_title = Create a New Project
  205. ProjectInitWindow.new_project_description = Project Description:
  206. ProjectInitWindow.new_project_ok = Create New Project
  207. ProjectInitWindow.project_name = Project Name:
  208. ProjectInitWindow.open_project_title = Open an Existing Project
  209. ProjectInitWindow.open_project_ok = Load Project
  210. ProjectInitWindow.detected_projects = Projects
  211. ProjectInitWindow.import_project_title = Import an Arma 3 Dialog
  212. ProjectInitWindow.import_project_ok = Import Dialog
  213. ProjectInitWindow.locate_description_ext = Locate description.ext
  214. ProjectInitWindow.project_setup = Project Setup
  215. ProjectInitWindow.open_from_file_title = Project not listed?
  216. ProjectInitWindow.open_from_file = Open from file
  217. ProjectInitWindow.fc_locate_project_title = Locate a project.xml
  218. ProjectInitWindow.could_not_load_project = Could not load project.
  219. ProjectInitWindow.reason = Reason:
  220.  
  221. ProjectInitWindow.ProjectResultErrorPopup.popup_title = Project Parsed With Errors
  222. ProjectInitWindow.ProjectResultErrorPopup.error_message = Error:
  223. ProjectInitWindow.ProjectResultErrorPopup.recovered = Recovered:
  224. ProjectInitWindow.ProjectResultErrorPopup.yes = Yes
  225. ProjectInitWindow.ProjectResultErrorPopup.no = No
  226. ProjectInitWindow.ProjectResultErrorPopup.recover_message = Recover Message:
  227. ProjectInitWindow.ProjectResultErrorPopup.errors_title = Errors occurred while parsing.
  228.  
  229. XmlParse.failed_to_read_xml = Failed to read the XML.
  230. XmlParse.generic_recover_message_f = Value '%s' is now the current value.
  231.  
  232. XmlParse.ProjectLoad.bad_values_f = Bad values: '%s'.
  233. XmlParse.ProjectLoad.bad_macro_key_or_type_f = Bad macro key or type. key:'%s', type:'%s'
  234. XmlParse.ProjectLoad.bad_macro_property_type_f = Bad macro property type: '%s'.
  235. XmlParse.ProjectLoad.bad_value_creation_count_f = Not enough values for %s. Count:'%d'.
  236. XmlParse.ProjectLoad.missing_control_name = Missing control name for tag:'%s'.
  237. XmlParse.ProjectLoad.bad_control_property_lookup_id_f = Bad control property lookup id: '%s' for control '%s'.
  238. XmlParse.ProjectLoad.bad_display_property_lookup_id_f = Bad display property lookup id: '%s'.
  239. XmlParse.ProjectLoad.bad_control_type_f = Bad control type: '%s' for control '%s'.
  240. XmlParse.ProjectLoad.bad_renderer_f = Bad renderer ('%s') for control '%s'.
  241. XmlParse.ProjectLoad.missing_control_property_f = Missing control property: '%s' for control '%s'.
  242. XmlParse.ProjectLoad.not_a_project_save = Not a project save.
  243.  
  244. XmlParse.ApplicationPropertyLoad.bad_saved_value_f = Application property '%s' failed to load saved value. Using '%s' as new value.
  245.  
  246.  
  247. XmlWrite.ProjectSave.control_properties_missing_f = Control '%s' is missing at least 1 required control property.
  248.  
  249. Confirmation.yes = Yes
  250. Confirmation.no = No
  251.  
  252. DisplayPropertiesEditorPane.remove_property_tooltip = Remove display property.
  253. DisplayPropertiesEditorPane.add_display_property = Add Property
  254. DisplayPropertiesEditorPane.add_display_property_tooltip = Add a new display property
  255.  
  256. #----------------------------------------------------------
  257. # Edit change properties (HIGH PRIORITY)
  258. DisplayChange.ShortName.add = Control Addition
  259. DisplayChange.ShortName.set = Control Update
  260. DisplayChange.ShortName.remove = Control Remove
  261. DisplayChange.ShortName.move = Control Move
  262.  
  263. DisplayChange.Description.add = Control '%s' was added into the display.
  264. DisplayChange.Description.set = Control '%s' was removed and control '%s' took it's place.
  265. DisplayChange.Description.remove = Control '%s' was removed from the display.
  266. DisplayChange.Description.move = Control '%s' was moved into the display.
  267.  
  268. #----------------------------------------------------------
  269. # Misc control properties (HIGH PRIORITY)
  270. #@formatter:off
  271. InputField.submit_btn_tooltip = Submit
  272.  
  273. InputField.DataCheckers.no_value = No value entered.
  274.  
  275. InputField.DataCheckers.ArmaString.type_name = String
  276. InputField.DataCheckers.ArmaString.missing_quote = Missing quote.
  277.  
  278. InputField.DataCheckers.Double.not_a_number = Not a number.
  279. InputField.DataCheckers.Double.type_name = Floating Point Number
  280.  
  281. InputField.DataCheckers.Identifier.not_identifier = Not an identifier. (Start with: letter, _, $. Then can have: letter, _, $, number)
  282. InputField.DataCheckers.Identifier.type_name = Identifier
  283.  
  284. InputField.DataCheckers.Integer.not_integer = Not an integer.
  285. InputField.DataCheckers.Integer.type_name = Integer
  286.  
  287. InputField.DataCheckers.Expression.type_name = Expression
  288. InputField.DataCheckers.Expression.unknown_error = Unknown Error
  289.  
  290. InputField.DataCheckers.StringChecker.type_name = String
  291.  
  292. FileChooserPane.locate = Locate
  293.  
  294. ComboBoxMenuButton.select_none = Select None
  295.  
  296. #----------------------------------------------------------
  297. # Control Properties Lookup properties (LOW PRIORITY)
  298.  
  299.  
  300. #@formatter:off
  301. PropertyType.int = Integer
  302. PropertyType.float = Floating Point Number
  303. PropertyType.exp = Expression
  304. PropertyType.boolean = Boolean
  305. PropertyType.string = String
  306. PropertyType.array = Array
  307. PropertyType.color = Color
  308. PropertyType.sound = Sound
  309. PropertyType.font = Font
  310. PropertyType.file_name = File Name
  311. PropertyType.image = Image
  312. PropertyType.hex_color_string = Hex Color String
  313. PropertyType.texture = Texture
  314. PropertyType.event = Event SQF Code String
  315. PropertyType.sqf = SQF Code String
  316. PropertyType.control_style = Control Style
  317.  
  318.  
  319.  
  320. ControlType.static = Static
  321. ControlType.html = HTML
  322. ControlType.edit = Edit
  323. ControlType.structured_text = Structured Text
  324. ControlType.activetext = Active Text
  325. ControlType.button = Button
  326. ControlType.shortcutbutton = Shortcut Button
  327. ControlType.xbutton = X Button
  328. ControlType.progress = Progress Bar
  329. ControlType.static_skew = Static Skew
  330. ControlType.linebreak = Line Break
  331. ControlType.tree = Tree
  332. ControlType.controls_group = Controls Group
  333. ControlType.xkeydesc = XKEYDESC
  334. ControlType.animated_texture = Animated Texture
  335. ControlType.animated_user = Animated User
  336. ControlType.itemslot = Item Slot
  337. ControlType.slider = Slider
  338. ControlType.xslider = X Slider
  339. ControlType.combo = Combo
  340. ControlType.xcombo = X Combo
  341. ControlType.listbox = List Box
  342. ControlType.xlistbox = X List Box
  343. ControlType.listnbox = List N Box
  344. ControlType.toolbox = Tool Box
  345. ControlType.checkboxes = Check Boxes
  346. ControlType.checkbox = Check Box
  347. ControlType.context_menu = Context Menu
  348. ControlType.menu = Menu
  349. ControlType.menu_strip = Menu Strip
  350. ControlType.object = Object
  351. ControlType.object_zoom = Object Zoom
  352. ControlType.object_container = Object Container
  353. ControlType.object_cont_anim = Object Container Animation
  354. ControlType.map = Map
  355. ControlType.map_main = Map Main
  356.  
  357. ControlType.TypeGroup.text = Text
  358. ControlType.TypeGroup.button = Button
  359. ControlType.TypeGroup.combo = Combo Box
  360. ControlType.TypeGroup.slider = Slider
  361. ControlType.TypeGroup.list_box = List Box
  362. ControlType.TypeGroup.check_box = Check Box
  363. ControlType.TypeGroup.menu = Menu
  364. ControlType.TypeGroup.object = Object
  365. ControlType.TypeGroup.map = Map
  366. ControlType.TypeGroup.misc = Misc
  367.  
  368.  
  369.  
  370. ControlStyle.pos = Pos
  371. ControlStyle.hpos = H Pos
  372. ControlStyle.vpos = V Pos
  373. ControlStyle.left = Left
  374. ControlStyle.right = Right
  375. ControlStyle.center = Center
  376. ControlStyle.down = Down
  377. ControlStyle.up = Up
  378. ControlStyle.vcenter = V Center
  379. ControlStyle.type = Type
  380. ControlStyle.single = Single
  381. ControlStyle.multi = Multi-line
  382. ControlStyle.title_bar = Title Bar
  383. ControlStyle.picture = Picture
  384. ControlStyle.frame = Frame
  385. ControlStyle.background = Background
  386. ControlStyle.group_box = Group Box
  387. ControlStyle.group_box2 = Group Box2
  388. ControlStyle.hud_background = HUD Background
  389. ControlStyle.tile_picture = Title Picture
  390. ControlStyle.with_rect = With Rectangle
  391. ControlStyle.line = Line
  392. ControlStyle.shadow = Shadow
  393. ControlStyle.no_rect = No Rectangle
  394. ControlStyle.keep_aspect_ratio = Keep Aspect Ratio
  395. ControlStyle.title = Title
  396. ControlStyle.sl_dir = Slider Dir
  397. ControlStyle.sl_vert = Slider Vertical
  398. ControlStyle.sl_horz = Slider Horizontal
  399. ControlStyle.sl_textures = Slider Textures
  400. ControlStyle.vertical = Vertical
  401. ControlStyle.horizontal = Horizontal
  402. ControlStyle.lb_textures = Listbox Textures
  403. ControlStyle.lb_multi = Listbox Multi
  404. ControlStyle.tr_showroot = Show Tree Root
  405. ControlStyle.tr_autocollapse = Auto Collapse Tree
  406. ControlStyle.mb_button_ok = Message Box OK
  407. ControlStyle.mb_button_cancel = Message Box Cancel
  408. ControlStyle.mb_button_user = Message Box User
  409. ControlStyle.na = None Applicable
  410.  
  411. ControlStyle.Doc.no_doc = No documentation.
  412. ControlStyle.Doc.na = Used for when there are no styles applicable, but an entry is required regardless.
  413. ControlStyle.Doc.left = Text is left-aligned.
  414. ControlStyle.Doc.right = Text is right-aligned.
  415. ControlStyle.Doc.center = Text is center-aligned.
  416. ControlStyle.Doc.multi = Text can be placed on more than one lines.
  417. ControlStyle.Doc.picture = The 'text' property will read as a link to an image or video file.
  418. ControlStyle.Doc.frame = A border line is drawn around control.
  419. ControlStyle.Doc.with_rect = Border is drawn around control and background color becomes invisible.
  420. ControlStyle.Doc.line = Draws a line from [x,y] to [x+w, y+h].
  421. ControlStyle.Doc.shadow = Black drop shadow is placed behind text. (Deprecated-use control property shadow).
  422. ControlStyle.Doc.no_rect = If used with multi-line (16), this will suppress border drawn by multi-line controls.
  423. ControlStyle.Doc.keep_aspect_ratio = Image/video will retrain it's original proportions.
  424. ControlStyle.Doc.sl_vert = Orientation of slider is vertical.
  425. ControlStyle.Doc.sl_horz = Orientation of slider is horizontal.
  426. ControlStyle.Doc.lb_textures = Solid scrollbar.
  427. ControlStyle.Doc.lb_multi = Multiple items can be selected.
  428. ControlStyle.Doc.tr_showroot = Show the root node.
  429. ControlStyle.Doc.tr_autocollapse = Only one branch can be expanded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement