1 # Copyright (c) 2012, 2014, Oracle and/or its affiliates.
   2 # All rights reserved. Use is subject to license terms.
   3 #
   4 # This file is available and licensed under the following license:
   5 #
   6 # Redistribution and use in source and binary forms, with or without
   7 # modification, are permitted provided that the following conditions
   8 # are met:
   9 #
  10 # - Redistributions of source code must retain the above copyright
  11 #   notice, this list of conditions and the following disclaimer.
  12 # - Redistributions in binary form must reproduce the above copyright
  13 #   notice, this list of conditions and the following disclaimer in
  14 #   the documentation and/or other materials provided with the distribution.
  15 # - Neither the name of Oracle Corporation nor the names of its
  16 #   contributors may be used to endorse or promote products derived
  17 #   from this software without specific prior written permission.
  18 
  19 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  20 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  21 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  23 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  24 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  25 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  26 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  27 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  29 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30 
  31 # -----------------------------------------------------------------------------
  32 # Generic labels
  33 # -----------------------------------------------------------------------------
  34 label.ok = OK
  35 label.cancel = Cancel
  36 label.close = Close
  37 label.delete = Delete
  38 label.copy = Copy
  39 label.untitled = Untitled
  40 label.no.document = No document
  41 label.save = Save
  42 label.revert = Revert
  43 label.do.not.save = Do Not Save
  44 label.overwrite = Overwrite
  45 label.review.changes = Review Changes
  46 label.discard.changes = Discard Changes
  47 
  48 
  49 # -----------------------------------------------------------------------------
  50 # Menu Bar
  51 # -----------------------------------------------------------------------------
  52 menu.title.file = _File
  53 menu.title.edit = _Edit
  54 menu.title.view = _View
  55 menu.title.insert = _Insert
  56 menu.title.insert.error = Failed to insert.
  57 menu.title.modify = _Modify
  58 menu.title.arrange = _Arrange
  59 menu.title.preview = _Preview
  60 menu.title.window = _Window
  61 menu.title.help = Help
  62 # File menu items
  63 menu.title.new = _New
  64 menu.title.new.template = New from _Template
  65 menu.title.new.alert.dialog = Alert Dialog
  66 menu.title.new.alert.dialog.css = Alert Dialog - CSS\u2026
  67 menu.title.new.alert.dialog.i18n = Alert Dialog - Localized\u2026
  68 menu.title.new.basic.app = Basic Application
  69 menu.title.new.basic.app.css = Basic Application - CSS\u2026
  70 menu.title.new.basic.app.i18n = Basic Application - Localized\u2026
  71 menu.title.new.complex.app = Complex Application
  72 menu.title.new.complex.app.css = Complex Application - CSS\u2026
  73 menu.title.new.complex.app.i18n = Complex Application - Localized\u2026
  74 menu.title.open = _Open\u2026
  75 menu.title.open.recent = Open _Recent
  76 menu.title.open.recent.clear = Clear Menu
  77 menu.title.save = _Save
  78 menu.title.save.as = Save As\u2026
  79 menu.title.revert = Revert to Save_d
  80 menu.title.close = _Close Window
  81 menu.title.reveal.mac = Reveal in Finder
  82 menu.title.reveal.win.mnemonic = Reveal in E_xplorer
  83 menu.title.reveal.win = Reveal in Explorer
  84 menu.title.reveal.linux = Reveal on Desktop
  85 menu.title.import = Import
  86 menu.title.import.fxml = FXML\u2026
  87 menu.title.import.media = Media\u2026
  88 menu.title.include = Include
  89 menu.title.include.fxml = FXML\u2026
  90 menu.title.edit.included = Edit ''{0}''
  91 menu.title.edit.included.default = Edit Included File
  92 menu.title.reveal.included.finder = Reveal ''{0}'' in Finder
  93 menu.title.reveal.included.explorer = Reveal ''{0}'' in Explorer
  94 menu.title.reveal.included.default = Reveal Included File
  95 menu.title.print = Print\u2026
  96 menu.title.preferences = Preferences\u2026
  97 menu.title.quit = _Quit
  98 # Edit menu items
  99 menu.title.undo = _Undo
 100 menu.title.redo = _Redo
 101 menu.title.cut = Cu_t
 102 menu.title.copy = _Copy
 103 menu.title.paste = Pa_ste
 104 menu.title.paste.into = Paste Into
 105 menu.title.duplicate = Dup_licate
 106 menu.title.delete = _Delete
 107 menu.title.select.all = Select All
 108 menu.title.select.none = Select _None
 109 menu.title.select.parent = Select Parent
 110 menu.title.select.next = Select Ne_xt
 111 menu.title.select.previous = Select Previ_ous
 112 menu.title.trim = Trim Document to Selection
 113 # View menu items
 114 menu.title.content = _Content
 115 menu.title.properties = P_roperties
 116 menu.title.layout = _Layout
 117 menu.title.code = C_ode
 118 menu.title.show.library.panel = Show Li_brary
 119 menu.title.hide.library.panel = Hide Li_brary
 120 menu.title.show.document.panel = Show _Document
 121 menu.title.hide.document.panel = Hide _Document
 122 menu.title.show.left.panel = Show Lef_t Panel
 123 menu.title.hide.left.panel = Hide Lef_t Panel
 124 menu.title.show.right.panel = Show Ri_ght Panel
 125 menu.title.hide.right.panel = Hide Ri_ght Panel
 126 menu.title.show.bottom.panel = Show CSS Anal_yzer
 127 menu.title.hide.bottom.panel = Hide CSS Anal_yzer
 128 menu.title.show.outlines = Show O_utlines
 129 menu.title.hide.outlines = Hide O_utlines
 130 menu.title.show.sample.data = Show _Sample Data
 131 menu.title.hide.sample.data = Hide _Sample Data
 132 menu.title.disable.guides = Disable Alig_nment Guides
 133 menu.title.enable.guides = Enable Alig_nment Guides
 134 menu.title.show.sample.controller.skeleton = Show Sample Controller S_keleton
 135 menu.title.zoom = _Zoom
 136 menu.title.zoom.in = Zoom _In
 137 menu.title.zoom.out = Zoom _Out
 138 # Modify menu items
 139 menu.title.fit = Fi_t to Parent
 140 menu.title.use.computed.sizes = _Use Computed Sizes
 141 menu.title.grid = _GridPane
 142 menu.title.add.effect = _Set Effect
 143 menu.title.add.popup = Add Popup _Control
 144 menu.title.add.popup.context.menu = ContextMenu
 145 menu.title.add.popup.tooltip = Tooltip
 146 # Modify -> GridPane menu items
 147 menu.title.grid.select.next.row = Select next Row
 148 menu.title.grid.select.next.column = Select next Column
 149 menu.title.grid.move.row.above = Move Row Above
 150 menu.title.grid.move.row.below = Move Row Below
 151 menu.title.grid.move.column.before = Move Column Before
 152 menu.title.grid.move.column.after = Move Column After
 153 menu.title.grid.add.row.above = Add Row Above
 154 menu.title.grid.add.row.below = Add Row Below
 155 menu.title.grid.add.column.before = Add Column Before
 156 menu.title.grid.add.column.after = Add Column After
 157 menu.title.grid.increase.row.span = Increase Row Span
 158 menu.title.grid.decrease.row.span = Decrease Row Span
 159 menu.title.grid.increase.column.span = Increase Column Span
 160 menu.title.grid.decrease.column.span = Decrease Column Span
 161 # Arrange menu items
 162 menu.title.front = _Bring to Front
 163 menu.title.back = _Send to Back
 164 menu.title.forward = Bring F_orward
 165 menu.title.backward = Send Ba_ckward
 166 menu.title.wrap = W_rap in
 167 menu.title.unwrap = _Unwrap
 168 # Preview menu items
 169 menu.title.show.preview.in.window = Show P_review in Window
 170 menu.title.show.preview.in.dialog = Show Preview in Dialog
 171 menu.title.hide.preview = Hide P_review in Window
 172 menu.title.theme = _JavaFX Theme
 173 menu.title.theme.modena = Modena (FX8)
 174 menu.title.theme.modena.touch = Modena Touch (FX8)
 175 menu.title.theme.modena.high.contrast.blackonwhite = Modena High Contrast - Black on White (FX8)
 176 menu.title.theme.modena.high.contrast.whiteonblack = Modena High Contrast - White on Black (FX8)
 177 menu.title.theme.modena.high.contrast.yellowonblack = Modena High Contrast - Yellow on Black (FX8)
 178 menu.title.theme.caspian = Caspian (FX2)
 179 menu.title.theme.caspian.embedded = Caspian Embedded (FX2)
 180 menu.title.theme.caspian.embedded.qvga = Caspian Embedded QVGA (FX2)
 181 menu.title.theme.caspian.high.contrast = Caspian High Contrast (FX2)
 182 menu.title.scene.stylesheets = _Scene Style Sheets
 183 menu.title.add.stylesheet = Add a Style Sheet\u2026
 184 menu.title.remove.stylesheet = Remove a Style Sheet
 185 menu.title.open.stylesheet = Open a Style Sheet
 186 menu.title.internationalization = I_nternationalization
 187 menu.title.set.resource = Set Resource\u2026
 188 menu.title.remove.resource = Remove Resource
 189 menu.title.remove.resource.with.file = Remove Resource "{0}"
 190 menu.title.reveal.resource = Reveal Resource
 191 menu.title.reveal.resource.with.file = Reveal Resource "{0}"
 192 menu.title.resolve.unknown.types = Resolve Unknown Types\u2026
 193 menu.title.preview.size = Preview Si_ze
 194 menu.title.size = Scene Si_ze
 195 menu.title.size.qvga = 320 x 240 (QVGA)
 196 menu.title.size.vga = 640 x 480 (VGA)
 197 menu.title.size.touch = 1280 x 800
 198 menu.title.size.hd = 1920 x 1080
 199 menu.title.size.preferred = Preferred Size
 200 menu.title.size.preferred.with.value = Preferred Size ({0} x {1})
 201 # Window menu items
 202 menu.title.no.window = No Window
 203 # Help menu items
 204 menu.title.scene.builder.help = Scene Builder Help
 205 menu.title.about = About Scene Builder
 206 
 207 # -----------------------------------------------------------------------------
 208 # Document
 209 # -----------------------------------------------------------------------------
 210 document = Document
 211 
 212 # -----------------------------------------------------------------------------
 213 # Hierarchy
 214 # -----------------------------------------------------------------------------
 215 hierarchy = Hierarchy
 216 hierarchy.displays = Hierarchy displays
 217 hierarchy.show.info = Info
 218 hierarchy.show.fxid = fx:id
 219 hierarchy.show.nodeid = Node Id
 220 
 221 # -----------------------------------------------------------------------------
 222 # Controller
 223 # -----------------------------------------------------------------------------
 224 controller = Controller
 225 
 226 # -----------------------------------------------------------------------------
 227 # Inspector
 228 # -----------------------------------------------------------------------------
 229 inspector = Inspector
 230 inspector.show.all = Show All
 231 inspector.show.edited = Show Edited
 232 inspector.view.sections = View Sections
 233 inspector.by.property.name = View by property name
 234 inspector.by.property.type = View by property type
 235 
 236 # -----------------------------------------------------------------------------
 237 # Preferences Window
 238 # -----------------------------------------------------------------------------
 239 prefs.title = Preferences
 240 prefs.alignment.guides = Alignment guides color :
 241 prefs.doc.width = Default Root Container Width :
 242 prefs.doc.height = Default Root Container Height :
 243 prefs.drop.ring = Drop and parent ring color :
 244 prefs.tooltheme = Theme :
 245 prefs.tool.theme.default = Default Theme
 246 prefs.tool.theme.dark = Dark Theme
 247 prefs.library.displayoption = Default view displayed in library :
 248 prefs.hierarchy.displayoption = Default information displayed in hierarchy :
 249 prefs.revert = Revert to Builtin Default Values
 250 prefs.background = Background image :
 251 prefs.background.value1 = Blue Grid
 252 prefs.background.value2 = Neutral Grid
 253 prefs.background.value3 = Neutral Uniform
 254 prefs.cssanalyzer.columns.order = CSS Analyzer Columns order :
 255 prefs.cssanalyzer.columns.defaults.first = "Defaults" Column First
 256 prefs.cssanalyzer.columns.defaults.last = "Defaults" Column Last
 257 prefs.recent.items = Recent items
 258 prefs.reset.default = Reset to Builtin Default Values
 259 
 260 # -----------------------------------------------------------------------------
 261 # Preview Window
 262 # -----------------------------------------------------------------------------
 263 preview.no.document = No document
 264 preview.not.node = Not a Node
 265 scenestylesheet.filechooser.filter.msg = CSS and BSS files
 266 resource.filechooser.filter.msg = property file
 267 # Used as menu item label when no style sheet has been added
 268 scenestylesheet.none = None
 269 
 270 # -----------------------------------------------------------------------------
 271 # Template Dialog
 272 # -----------------------------------------------------------------------------
 273 template.label.name = Name:
 274 template.label.location = Location:
 275 template.button.choose = Choose...
 276 template.details.title = The following files will be created:
 277 template.title.new.project = New {0} Project
 278 template.location.does.not.exist = Location {0} does not exist
 279 template.name.already.exists = Directory "{0}" already exists
 280 template.cannot.create = "{0}" cannot be created
 281 template.cannot.save.file = Can''t save file: {0}
 282 
 283 # -----------------------------------------------------------------------------
 284 # Library Menu within Library panel
 285 # -----------------------------------------------------------------------------
 286 library = Library
 287 library.panel.menu.import.jar.fxml = Import JAR/FXML File...
 288 library.panel.menu.import.selection = Import Selection
 289 # Messages below are temporarily unused
 290 #library.panel.menu.category.view = View Library Category
 291 #library.panel.menu.category.create = Create Library Category
 292 #library.panel.menu.category.remove = Remove Library Category
 293 #library.panel.menu.item.move = Move Custom Item to
 294 #library.panel.menu.item.rename = Rename Custom Item
 295 #library.panel.menu.item.remove = Remove Custom Item
 296 library.panel.menu.view.list = View as List
 297 library.panel.menu.view.sections = View as Sections
 298 library.panel.menu.custom = Custom Library Folder
 299 library.panel.menu.custom.report = Show JAR Analysis Report
 300 
 301 # -----------------------------------------------------------------------------
 302 # About Window
 303 # -----------------------------------------------------------------------------
 304 about.title = About JavaFX Scene Builder
 305 about.build.information = Build Information
 306 about.build.date = Date: {0}
 307 about.copyright = Copyright \u00a9 2012, 2014, Oracle and/or its affiliates. All rights reserved.\n\nThis software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.\n\nThe information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.\n\nIf this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:\n\nU.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are \"commercial computer software\" or \"commercial technical data\" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.\n\nThis software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.\n\nOracle is a registered trademark of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.\n\nThis software and documentation may provide access to or information on content, products, and services from third parties. Oracle and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
 308 about.copyright.open = Copyright (c) 2012, 2014, Oracle and/or its affiliates.\nAll rights reserved. Use is subject to license terms.\n\nThis file is available and licensed under the following license:\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n - 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.\n - Neither the name of Oracle Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS 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.
 309 # Hardware acceleration is a boolean: its value depends on the FX toolkit and pipeline in use.
 310 about.fx.hardware.acceleration = Hardware acceleration
 311 about.fx.hardware.acceleration.enabled = ENABLED
 312 about.fx.hardware.acceleration.disabled = DISABLED
 313 about.fx.pipeline = Pipeline
 314 about.fx.toolkit = Toolkit
 315 about.logging.title = Logging
 316 about.logging.body.first = The default configuration stores logging output in a file named {0} (possibly followed by a trailing ''.'' and a digit).
 317 about.logging.body.second = The default file path is {0}
 318 about.operating.system = Operating System
 319 about.product.version = Product Version
 320 
 321 # -----------------------------------------------------------------------------
 322 # Message bar
 323 # -----------------------------------------------------------------------------
 324 message.bar.file.dirty = File has unsaved changes
 325 message.bar.details = Click to access the list of warning messages
 326 
 327 # -----------------------------------------------------------------------------
 328 # Message panel
 329 # -----------------------------------------------------------------------------
 330 message.panel.clear = Clear
 331 
 332 # -----------------------------------------------------------------------------
 333 # Info panel
 334 # -----------------------------------------------------------------------------
 335 info.label.assigned = Assigned fx:id
 336 info.label.component = Component
 337 info.label.use.fx.root = Use fx:root construct
 338 # Used after number 1
 339 info.label.item = item
 340 # Used after any number greater than 1
 341 info.label.items = items
 342 # The parameter is the name of a Java class
 343 info.tooltip.controller = Your Controller class must extend {0}
 344 
 345 # -----------------------------------------------------------------------------
 346 # Menu Bar
 347 # -----------------------------------------------------------------------------
 348 menubar.no.lib.item = No Library Items
 349 
 350 # -----------------------------------------------------------------------------
 351 # Selection Bar
 352 # -----------------------------------------------------------------------------
 353 selectionbar.no.selected = No Selection
 354 selectionbar.not.object = Selected Element Is Not An Object
 355 
 356 # -----------------------------------------------------------------------------
 357 # Alert
 358 # -----------------------------------------------------------------------------
 359 alert.title.open = Open
 360 alert.title.copy = Copy
 361 alert.title.start = Startup
 362 alert.title.messagebox = External Open
 363 
 364 alert.open.failure1.message = Could not open ''{0}''
 365 alert.open.failure1.details = Open operation has failed. Make sure that the chosen file is a valid FXML document.
 366 alert.open.failureN.message = Could not open the specified files
 367 alert.open.failureN.details = Open operation has failed. Make sure that those files are valid FXML documents.
 368 alert.open.failureMofN.message = Could not open {0} files
 369 alert.open.failureMofN.details = Open operation has failed for some files. Make sure that those files are valid FXML documents.
 370 alert.review.question.message = {0} of your documents contain unsaved changes. Do you want to review them before exiting ?
 371 alert.review.question.details = Your changes will be lost if you don't review them.
 372 alert.overwrite.message = The file ''{0}'' was modified externally. Do you want to overwrite it ?
 373 alert.overwrite.details = Another application has modified the file. Overwriting it will discard changes done by this application.
 374 alert.save.question.message = Do you want to save the changes you made in the file ''{0}'' ?
 375 alert.save.question.details = Your changes will be lost if you don't save them.
 376 alert.save.failure.message = Could not save ''{0}''
 377 alert.save.failure.details = Write operation has failed. Check file system and permissions.
 378 alert.save.conflict.message = File ''{0}'' is already opened
 379 alert.save.conflict.details = Close it first and try again.
 380 alert.start.failure.message = Could not start
 381 alert.start.failure.details = An unexpected failure happened during application startup. Please report this problem to support.
 382 alert.messagebox.failure.message = Could not process open request
 383 alert.messagebox.failure.details = An unexpected failure happened during open operation. Please report this failure to support.
 384 alert.revert.question.message = Do you want to revert to the last saved version of ''{0}'' ?
 385 alert.revert.question.details = Your current changes will be lost.
 386 alert.reveal.failure.message = Could not reveal ''{0}''
 387 alert.reveal.failure.details = Reveal operation has failed. Check logs of the operating system.
 388 alert.copy.failure.message = Could not copy ''{0}''
 389 alert.help.failure.message = Could not access to ''{0}''
 390 alert.delete.fxid1of1.message = This component has an fx:id. Do you really want to delete it ?
 391 alert.delete.fxid1ofN.message = One of the components has fx:id. Do you really want to delete them ?
 392 alert.delete.fxidNofN.message = Those components have an fx:id. Do you really want to delete them ?
 393 alert.delete.fxidKofN.message = Some components have an fx:id. Do you really want to delete them ?
 394 alert.delete.fxid.details = Components with an fx:id might be referenced from the application source code. If you delete them the source code will have to be updated.
 395 alert.save.noextension.message = Do you really want to save ''{0}'' without a ''.fxml'' extension ?
 396 alert.save.noextension.details = Adding '.fxml' extension is recommended: it allows Scene Builder to recognize FXML documents available on your file system.
 397 alert.save.noextension.details.overwrite = NOTE: The file ''{0}'' already exists. Replacing it will overwrite its contents.
 398 alert.save.noextension.savewith = Save with '.fxml'
 399 alert.save.noextension.savewithout = Save without '.fxml'
 400 
 401 # -----------------------------------------------------------------------------
 402 # Log Messages
 403 # -----------------------------------------------------------------------------
 404 log.info.save.confirmation = Changes saved to ''{0}''
 405 log.info.reload = Read changes from ''{0}''
 406 log.info.file.deleted= File ''{0}'' was deleted
 407 log.user.exploration.0 = Explored user library (no FXML nor JAR file found)
 408 log.user.exploration.1 = Explored user library (loaded ''{0}'')
 409 log.user.fxml.exploration.n = Explored user library (loaded {0} FXML files)
 410 log.user.jar.exploration.n = Explored user library (loaded {0} JAR files)
 411 log.user.fxml.jar.exploration.1.1 = Explored user library (loaded ''{0}'' and ''{1}'')
 412 log.user.fxml.jar.exploration.n.1 = Explored user library (loaded {0} FXML files and ''{1}'')
 413 log.user.fxml.jar.exploration.1.n = Explored user library (loaded ''{0}'' and {1} JAR files)
 414 log.user.fxml.jar.exploration.n.n = Explored user library (loaded {0} FXML files and {1} JAR files)
 415 
 416 # -----------------------------------------------------------------------------
 417 # Other
 418 # -----------------------------------------------------------------------------
 419 file.filter.label.audio = Audio Document
 420 file.filter.label.fxml = FXML Document
 421 file.filter.label.image = Image Document
 422 file.filter.label.media = Media Document
 423 file.filter.label.video = Video Document
 424 error.file.open.title = File opening failed
 425 # {0} is a file path
 426 error.file.open.message = File {0} cannot be opened
 427 error.filesystem.details = Please check your file system.
 428 error.file.reveal.title = File locating failed
 429 error.file.reveal.message = File {0} cannot be found
 430 #
 431 log.start = JavaFX Scene Builder started
 432 log.stop = JavaFX Scene Builder stopped
 433 
 434 # -----------------------------------------------------------------------------
 435 # CSS Panel
 436 # -----------------------------------------------------------------------------
 437 csspanel = CSS Analyzer
 438 csspanel.copy.path = Copy Styleable Path
 439 csspanel.rules = Rules
 440 csspanel.show.default.values = Show Properties with Default Values
 441 csspanel.hide.default.values = Hide Properties with Default Values
 442 csspanel.defaults.split = Split Defaults
 443 csspanel.defaults.join = Join Defaults
 444 csspanel.table = Table
 445 csspanel.text = Text
 446 csspanel.view.as = View As
 447 
 448 # -----------------------------------------------------------------------------
 449 # Skeleton window
 450 # -----------------------------------------------------------------------------
 451 skeleton.add.comments = Comments
 452 skeleton.empty = No skeleton can be constructed from an empty document
 453 skeleton.format.full = Full
 454 # Parameter is a fxml file name
 455 skeleton.window.title = Sample Skeleton for ''{0}'' Controller Class
 456 
 457 # -----------------------------------------------------------------------------
 458 # JAR Analysis Report dialog
 459 # -----------------------------------------------------------------------------
 460 # The parameter is a time stamp
 461 jar.analysis.report.timestamp = Analysis done on {0}
 462 jar.analysis.report.title = JAR Analysis Report
 463 jar.analysis.exception = Exception for:
 464 jar.analysis.not.node = Not a Node: