Module: QDA::GUI::Lang::En

Defined in:
lib/weft/wxgui/lang/en.rb

Constant Summary collapse

UNSAVED_CHANGES_CONFIRM =
"You have unsaved changes in your project; do you wish to save these?"
UNSAVED_CHANGES_CONFIRM_TITLE =
"Save changes?"
FILE_ALREADY_EXISTS =
"A project file with this name already exists. If you continue, all data in it will be lost. Are you sure?"
"Documents & Categories"
SEARCH_RESULTS =
"search results"
OPEN_PROJECT_ERROR_TITLE =
"Cannot open project"
IMPORT_DOC_DIALOGUE_TITLE =
"Import a Document From File"
EXPORT_DOC_DIALOGUE_TITLE =
"Export to File"
REVERT_WARNING_TITLE =
"Really revert project?"
REVERT_WARNING_MESSAGE =
"Are you sure you want to revert the project to its last saved state?

This will undo all changes made since the project was last saved"
REINDEX_DOCS_WARNING =
"This will reindex all previously imported documents, which will take
  some time. You only need to do this once if:
  1) you first created this project in version 0.9.3 or earlier OR
  2) you have recently imported documents from N6. 
Otherwise there is no need to run this command.

Are you sure you wish to proceed and reindex all documents? "
REINDEX_DOCS_WARNING_TITLE =
"Reindex all documents?"
NO_EXPORT_FILTER_TITLE =
"No export filter available"
NO_EXPORT_FILTER_WARNING =
"Sorry, there are no export filters available to output a %s"
DUPLICATE_CATEGORY_NAME_TITLE =
"Duplicate category name"
DUPLICATE_CATEGORY_NAME_WARNING =
"A category with the same name already exists at this position. 
      
Either choose a different name, or attach the category elsewhere in the tree."
BAD_CATEGORY_NAME_TITLE =
"Bad Category Name"
BAD_CATEGORY_NAME_WARNING =
"A category may not have the character '/' at the beginning or end
of its name. 

Please choose a different name and try again."
DELETE_DOCUMENT_TITLE =
"Confirm document deletion"
DELETE_DOCUMENT_WARNING =
"The document '%s' will permanently deleted, along with its memo and 
any coding applied to it. 

Are you sure you want to proceed?"
DELETE_CATEGORY_TITLE =
"Confirm category deletion"
DELETE_CATEGORY_WARNING =
"The category '%s' will permanently deleted, along with its memo and 
any coding associated with it. Any categories attached underneath this
category in the tree will also be deleted. 

Are you sure you want to proceed?"
NO_COPYING_ERROR_TEXT =
"The author or publisher of this PDF document has locked it to
prevent copying and extraction of its text. It is not possible to
import this document."
NO_SEARCH_TERM_SPECIFIED =
"No search term specified"
DOC_PANEL_TITLE =
'Documents'
IMPORT_DOC_BUTTON =
'Import...'
VIEW_DOC_BUTTON =
'View'
CAT_PANEL_TITLE =
'Categories'
NEW_CAT_BUTTON =
'New...'
VIEW_CAT_BUTTON =
'View'
DISPLAY_OPTIONS_LABEL =
'Display options'
HELP_ABOUT_MESSAGE =
"Thank you for trying Weft QDA 
Version '#{::WEFT_VERSION}'\n\n-- [email protected]"
CRASH_REPORT_TITLE =
'Weft QDA Crash reporting'
CRASH_REPORT_MESSAGE =
"The program has encountered an error and has to close. Any unsaved
work has been lost. Sorry for the inconvenience.

Weft QDA has gathered information about this error that can be used
to improve the software. This does not include any personal information
about you. It may occasionally include small sections of project data;
you can preview the full contents of the error report below.

To submit the error report and exit, click 'Send'. To exit without sending
any information, click 'Don't Send'."
CRASH_REPORT =
'Crash report'
CRASH_REPORT_EMAIL =
'Email (optional)'
CRASH_REPORT_INFO =
'Further information about the crash (optional)'
CRASH_REPORT_DATA =
'Crash information'
FAILED_CRASH_SEND_TITLE =
'Failed to send crash report'
FAILED_CRASH_SEND_MESSAGE =
'It was not possible to send the error report at this time.

%s'
HELP_HELP_MESSAGE =
"Please see the online documentation at  
http://www.pressure.to/qda/doc/"