projecteditor.properties 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. # LOCALIZATION NOTE These strings are used inside the ProjectEditor component
  5. # which is used for editing files in a directory and is used inside the
  6. # App Manager.
  7. # The correct localization of this file might be to keep it in
  8. # English, or another language commonly spoken among web developers.
  9. # You want to make that choice consistent across the developer tools.
  10. # A good criteria is the language in which you'd find the best
  11. # documentation on web development on the web.
  12. # LOCALIZATION NOTE (projecteditor.confirmUnsavedTitle):
  13. # This string is displayed as as the title of the confirm prompt that checks
  14. # to make sure if the project can be closed/switched without saving changes
  15. projecteditor.confirmUnsavedTitle=Unsaved Changes
  16. # LOCALIZATION NOTE (projecteditor.confirmUnsavedLabel2):
  17. # This string is displayed as the message of the confirm prompt that checks
  18. # to make sure if the project can be closed/switched without saving changes
  19. projecteditor.confirmUnsavedLabel2=You have unsaved changes that will be lost. Are you sure you want to continue?
  20. # LOCALIZATION NOTE (projecteditor.deleteLabel):
  21. # This string is displayed as a context menu item for allowing the selected
  22. # file / folder to be deleted.
  23. projecteditor.deleteLabel=Delete
  24. # LOCALIZATION NOTE (projecteditor.deletePromptTitle):
  25. # This string is displayed as as the title of the confirm prompt that checks
  26. # to make sure if a file or folder should be removed.
  27. projecteditor.deletePromptTitle=Delete
  28. # LOCALIZATION NOTE (projecteditor.deleteFolderPromptMessage):
  29. # This string is displayed as as the message of the confirm prompt that checks
  30. # to make sure if a folder should be removed.
  31. projecteditor.deleteFolderPromptMessage=Are you sure you want to delete this folder?
  32. # LOCALIZATION NOTE (projecteditor.deleteFilePromptMessage):
  33. # This string is displayed as as the message of the confirm prompt that checks
  34. # to make sure if a file should be removed.
  35. projecteditor.deleteFilePromptMessage=Are you sure you want to delete this file?
  36. # LOCALIZATION NOTE (projecteditor.newLabel):
  37. # This string is displayed as a menu item for adding a new file to
  38. # the directory.
  39. projecteditor.newLabel=New…
  40. # LOCALIZATION NOTE (projecteditor.renameLabel):
  41. # This string is displayed as a menu item for renaming a file in
  42. # the directory.
  43. projecteditor.renameLabel=Rename
  44. # LOCALIZATION NOTE (projecteditor.saveLabel):
  45. # This string is displayed as a menu item for saving the current file.
  46. projecteditor.saveLabel=Save
  47. # LOCALIZATION NOTE (projecteditor.saveAsLabel):
  48. # This string is displayed as a menu item for saving the current file
  49. # with a new name.
  50. projecteditor.saveAsLabel=Save As…
  51. # LOCALIZATION NOTE (projecteditor.selectFileLabel):
  52. # This string is displayed as the title on the file picker when saving a file.
  53. projecteditor.selectFileLabel=Select a File
  54. # LOCALIZATION NOTE (projecteditor.openFolderLabel):
  55. # This string is displayed as the title on the file picker when opening a folder.
  56. projecteditor.openFolderLabel=Select a Folder
  57. # LOCALIZATION NOTE (projecteditor.openFileLabel):
  58. # This string is displayed as the title on the file picker when opening a file.
  59. projecteditor.openFileLabel=Open a File
  60. # LOCALIZATION NOTE (projecteditor.find.commandkey): This is the key to use in
  61. # conjunction with accel (Command on Mac or Ctrl on other platforms) to search
  62. # text in the files.
  63. projecteditor.find.commandkey=F
  64. # LOCALIZATION NOTE (projecteditor.save.commandkey): This is the key to use in
  65. # conjunction with accel (Command on Mac or Ctrl on other platforms) to
  66. # save the file. It is used with accel+shift to "save as".
  67. projecteditor.save.commandkey=S
  68. # LOCALIZATION NOTE (projecteditor.new.commandkey): This is the key to use in
  69. # conjunction with accel (Command on Mac or Ctrl on other platforms) to
  70. # create a new file.
  71. projecteditor.new.commandkey=N