Revision 80e535dd
Added by Ben Stöver over 6 years ago
eu.etaxonomy.taxeditor.molecular/OSGI-INF/l10n/messages.properties | ||
---|---|---|
1 |
exportSequenceToFileHandlerIOErrorMessage=An error occurred when trying to export a consensus sequence alignment to the file "%s". |
|
2 |
exportSequenceToFileHandlerIOErrorTitle=I/O error |
|
3 |
exportSequenceToFileHandlerOverwriteTitle=Overwrite file |
|
4 |
exportSequenceToFileHandlerOverwriteText=The file \"%s\" already exists.\n\nDo you want to overwrite it? |
|
1 | 5 |
wizardExportAlignmentAppendExtensionButton=Append default extension |
2 | 6 |
wizardExportAlignmentBrowseButton=Browse... |
3 | 7 |
wizardExportAlignmentDataLabel=Select the data to export: |
... | ... | |
14 | 18 |
wizardExportAlignmentTitle=Sequence export |
15 | 19 |
wizardExportAlignmentWarningFileNameStartsDot=File starting with '.' are not supported on all operating systems. |
16 | 20 |
wizardExportAlignmentwarningMissingExtension=The file name does have a valid extension for the selected format. |
17 |
exportSequenceToFileHandlerIOErrorMessage=An error occurred when trying to export a consensus sequence alignment to the file "%s". |
|
18 |
exportSequenceToFileHandlerIOErrorTitle=I/O error |
|
21 |
wizardExportAlignmentWarningFileExists=The file already exists and will be overwritten. |
|
22 |
wizardExportAlignmentOptionsDescription=Specify additional export parameters. |
|
23 |
wizardExportAlignmentOptionsTitle=Export options |
|
24 |
wizardExportAlignmentExportedSeqHeading=Specify the sequences to be exported: |
|
25 |
wizardExportAlignmentAdditionalOptionsHeading=Specify additional export options: |
|
26 |
wizardExportAlignmentElongateSeqHeading=Elongate sequences to have equal length with: |
|
27 |
wizardExportAlignmentElongateSeqMissingData=Missing data ('?')" |
|
28 |
wizardExportAlignmentElongateSeqGap=Gap ('-') |
Also available in: Unified diff
Additional strings externalized in molecular plugin.
Wizard for exporting single read alignments now warns and prompts if files are overwritten.
Bug fix: Changes in the format selection in the wizard now trigger validation again.
ExportSingleReadAlignmentWizardModel uses format list instead of map again.