I18nImportExportWizard.properties from PovClipse at Krugle
Show I18nImportExportWizard.properties syntax highlighted
# export wizard
export_title = Export
export_wizard_title = Archive PovClipse project
export_wizard_title_description = Export resources to an archive file on the local file system.
export_destination_label = To &archive file:
export_zip_format = Save in &zip format
export_tar_format = Sa&ve in tar format
export_folder_does_not_exist_create_question = The folder you specified does not exist.\nShall it be created?
export_file_exists_overwite_question = The archive does already exist.\nShall it be overwritten?
export_folder_error_creation = The folder could not be created!
export_folder_error_directory_exists = There is already a directory with this name!
export_destination_selector_title = Export to archive file
export_create_dir_structure = &Create directory structure for files
export_create_only_selected_dirs = Create on&ly selected directories
export_compress_file = Co&mpress the contents of the file
# import wizard
import_title = Import
import_wizard_title = Import PovClipse Projects
import_wizard_title_description = Select a directory to search for existing Eclipse projects.
import_wizard_copy_projects_into_workspace = &Copy projects into workspace
import_wizard_projects = &Projects:
import_wizard_select_all = &Select All
import_wizard_deselect_all = &Deselect All
import_wizard_refresh = R&efresh
import_wizard_select_root_dir = Select roo&t directory:
import_wizard_select_archive_file = Select &archive file:
import_wizard_monitor_searching_prj = Searching for projects
import_wizard_monitor_processing_results = Processing results
import_wizard_monitor_checking = Checking: {0}
import_wizard_monitor_creating_projects = Creating Projects
import_wizard_dlg_select_root_msg = Select root directory of the projects to import
import_wizard_dlg_select_archive_msg = Select archive containing the projects to import
import_wizard_prj_exist_overwrite_question = ''{0}'' already exists. Would you like to overwrite it?
import_wizard_overwrite_file_question = Overwrite ''{0}'' in folder ''{1}''?
# error and hint messages
error_no_file_selected = ZIP file must have at least one entry!
error_archive_must_be_file = The destination archive has to be a file!
error_file_can_not_be_overwritten = The archive file can not be overwritten!
export_problems = There were errors while exporting the project
error_opening_zip_file = Unable to open destination file: {0}
error_closing_zip_file = Unable to close destination file: {0}
export_monitor_title = Exporting:
error_problems = Problems were encountered during export:
error_exporting = Error exporting {0}: {1}
hint_export_missing_project_files = The archive is incomplete as you did not\nselect the following required project files or folders:\n\n{0}\n\nAre you absolutely positive you want to continue?
error_source_not_valid_zip = Source file is not a valid Zip file.
error_source_not_valid_tar = Source file is not a valid tar file.
error_source_could_not_be_read = Source file could not be read.
error_creation_problems = Creation Problems
error_getting_project_list = Error while getting the list of available projects:\n{0}
See more files for this project here