diff options
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 132 |
1 files changed, 0 insertions, 132 deletions
diff --git a/core/locale.conf b/core/locale.conf index b7aed789..576aaf9f 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -743,138 +743,6 @@ PM_BROWSER_MODULE_DELETE_TITLE "Delete Module?" % "Are you sure you want to permanently delete\nthe "%s" module?" PM_BROWSER_MODULE_DELETE_TEXT "Are you sure you want to permanently delete\nthe "%s" module?" -% core/ext/pm/project_browser.lua -% "_New Project" -PM_BROWSER_PROJECT_NEW "_New Project" - -% core/ext/pm/project_browser.lua -% "_Open Project" -PM_BROWSER_PROJECT_OPEN "_Open Project" - -% core/ext/pm/project_browser.lua -% "_Close Project" -PM_BROWSER_PROJECT_CLOSE "_Close Project" - -% core/ext/pm/project_browser.lua -% "Add New File" -PM_BROWSER_PROJECT_NEW_FILE "Add New File" - -% core/ext/pm/project_browser.lua -% "Add Existing Files" -PM_BROWSER_PROJECT_ADD_FILES "Add Existing Files" - -% core/ext/pm/project_browser.lua -% "Add New Directory" -PM_BROWSER_PROJECT_NEW_DIR "Add New Directory" - -% core/ext/pm/project_browser.lua -% "Add Existing Directory" -PM_BROWSER_PROJECT_ADD_DIR "Add Existing Directory" - -% core/ext/pm/project_browser.lua -% "_Delete" -PM_BROWSER_PROJECT_DELETE_FILE "_Delete" - -% core/ext/pm/project_browser.lua -% "_Rename" -PM_BROWSER_PROJECT_RENAME_FILE "_Rename" - -% core/ext/pm/project_browser.lua -% "Save Project" -PM_BROWSER_PROJECT_NEW_TITLE "Save Project" - -% core/ext/pm/project_browser.lua -% "Open Project" -PM_BROWSER_PROJECT_OPEN_TITLE "Open Project" - -% core/ext/pm/project_browser.lua -% "Save File" -PM_BROWSER_PROJECT_NEW_FILE_TITLE "Save File" - -% core/ext/pm/project_browser.lua -% "Add to Project Root Instead?" -PM_BROWSER_PROJECT_NEW_FILE_LIVE_FOLDER_TITLE "Add to Project Root Instead?" - -% core/ext/pm/project_browser.lua -% "You are adding a new file to a live folder\nwhich may not show up if the filepaths do\nnot match.\nAdd the file to the project root instead?" -PM_BROWSER_PROJECT_NEW_FILE_LIVE_FOLDER_TEXT "You are adding a new file to a live folder\nwhich may not show up if the filepaths do\nnot match.\nAdd the file to the project root instead?" - -% core/ext/pm/project_browser.lua -% "Select Files" -PM_BROWSER_PROJECT_ADD_FILES_TITLE "Select Files" - -% core/ext/pm/project_browser.lua -% "Select files to add to the project" -PM_BROWSER_PROJECT_ADD_FILES_TEXT "Select files to add to the project" - -% core/ext/pm/project_browser.lua -% "Add to Project Root Instead?" -PM_BROWSER_PROJECT_ADD_FILES_LIVE_FOLDER_TITLE "Add to Project Root Instead?" - -% core/ext/pm/project_browser.lua -% "You are adding existing files to a live\nfolder which is not possible.\nAdd them to the project root instead?" -PM_BROWSER_PROJECT_ADD_FILES_LIVE_FOLDER_TEXT "You are adding existing files to a live\nfolder which is not possible.\nAdd them to the project root instead?" - -% core/ext/pm/project_browser.lua -% "Directory Name?" -PM_BROWSER_PROJECT_NEW_DIR_TITLE "Directory Name?" - -% core/ext/pm/project_browser.lua -% "Select Directory" -PM_BROWSER_PROJECT_ADD_DIR_TITLE "Select Directory" - -% core/ext/pm/project_browser.lua -% "Select a directory to add to the project" -PM_BROWSER_PROJECT_ADD_DIR_TEXT "Select a directory to add to the project" - -% core/ext/pm/project_browser.lua -% "Add to Project Root Instead?" -PM_BROWSER_PROJECT_ADD_DIR_LIVE_FOLDER_TITLE "Add to Project Root Instead?" - -% core/ext/pm/project_browser.lua -% "You are adding an existing directory to\na live folder which is not possible.\nAdd it to the project root instead?" -PM_BROWSER_PROJECT_ADD_DIR_LIVE_FOLDER_TEXT "You are adding an existing directory to\na live folder which is not possible.\nAdd it to the project root instead?" - -% core/ext/pm/project_browser.lua -% "Keep on Disk?" -PM_BROWSER_PROJECT_DELETE_FILE_TITLE "Keep on Disk?" - -% core/ext/pm/project_browser.lua -% "This file will be removed from the project.\nLeave it on your computer? If not, it will\nbe permanently deleted." -PM_BROWSER_PROJECT_DELETE_FILE_TEXT "This file will be removed from the project.\nLeave it on your computer? If not, it will\nbe permanently deleted." - -% core/ext/pm/project_browser.lua -% "Keep on Disk?" -PM_BROWSER_PROJECT_DELETE_DIR_TITLE "Keep on Disk?" - -% core/ext/pm/project_browser.lua -% "This directory will be removed from the\nproject. Leave it on your computer? If\nnot, it will be permanently deleted." -PM_BROWSER_PROJECT_DELETE_DIR_TEXT "This directory will be removed from the\nproject. Leave it on your computer? If\nnot, it will be permanently deleted." - -% core/ext/pm/project_browser.lua -% "Delete Permanently?" -PM_BROWSER_PROJECT_DELETE_LIVE_FILE_TITLE "Delete Permanently?" - -% core/ext/pm/project_browser.lua -% "You have selected a file from a live folder\nto delete. It will be deleted PERMANENTLY.\nContinue?\n(To delete a live folder from the project,\nselect the highest level live folder.)" -PM_BROWSER_PROJECT_DELETE_LIVE_FILE_TEXT "You have selected a file from a live folder\nto delete. It will be deleted PERMANENTLY.\nContinue?\n(To delete a live folder from the project,\nselect the highest level live folder.)" - -% core/ext/pm/project_browser.lua -% "No" -PM_BROWSER_PROJECT_DELETE_LIVE_FILE_BUTTON1 "No" - -% core/ext/pm/project_browser.lua -% "Yes" -PM_BROWSER_PROJECT_DELETE_LIVE_FILE_BUTTON2 "Yes" - -% core/ext/pm/project_browser.lua -% "Cancel" -PM_BROWSER_PROJECT_DELETE_LIVE_FILE_BUTTON3 "Cancel" - -% core/ext/pm/project_browser.lua -% "New Name?" -PM_BROWSER_PROJECT_RENAME_FILE_TEXT "New Name?" - % modules/textadept/editing.lua % "Go To" M_TEXTADEPT_EDITING_GOTO_TITLE "Go To" |