/* Application: Printfil - Windows printing System for Applications | Release....: 5.3 | File.......: Messages | Author.....: aSwIt s.r.l. | Internet...: http://www.printfil.com | | Language...: English | Translator.: | Internet...: | Company....: | Address....: | Country....: | Date.......: | | | NOTICE: Please put your data in this box and change the "quoted" string below| (not those on the left side), by using NOTEPAD (don't use MS-WORD or | other word processors), then save it as ANSI (not UTF-8). Thank you. | ----------------------------------------------------------------------------*/ #define TXT_LANG "ENG" #define TXT_LANGUAGE "Language" #define TXT_FILE_NOT_FOUND_OR_CORRUPTED "File not found or corrupted" #define TXT_CONFIGURATION "Configuration" #define TXT_STANDARD "Standard" #define TXT_GUIDED "Guided" #define TXT_REDO_LAST_PRINT "Redo Last Print" #define TXT_REGISTRATION "Registration" #define TXT_HELP "Help" #define TXT_CONTACT_SUPPORT "Contact Support" #define TXT_ABOUT "About" #define TXT_SUSPEND "Suspend" #define TXT_CLOSE "Close" #define TXT_ALERT "Alert" #define TXT_ERROR "Error" #define TXT_CANCEL "Cancel" #define TXT_INFORMATION "Information" #define TXT_SELECT_OPTION "Select an option" #define TXT_UNIT_OF_MEASURE "U.M.:" #define TXT_CENTIMETERS "Cm." #define TXT_INCHES "Inches" #define TXT_CHOOSE "Choose" #define TXT_CLOSE_CURRENT_PREVIEW "You must close the current preview to see the new one." #define TXT_FILE_TO_CHECK "File to check:" #define TXT_CAPTURE_PORT "Capture port:" #define TXT_CAPTURE_MODE "Mode:" #define TXT_PRINTER "Printer:" #define TXT_FONT "Font:" #define TXT_TIMER_SECONDS "Timer (seconds):" #define TXT_ROWS "Rows:" #define TXT_CUT_ROWS "Cut rows:" #define TXT_COLUMNS "Columns (0=Auto):" #define TXT_AUTO_LANDSCAPE_AT "Auto-landscape at:" #define TXT_CHARACTERS_0_NO "characters (0=no)" #define TXT_PAGE_MARGINS "Page margins" #define TXT_TIMER_CHANGED "The timer has changed." #define TXT_RESTART_TO_APPLY "Please restart PRINTFIL to apply it." #define TXT_WAIT_AFTER_YES "(Please wait a few seconds after choosing 'Yes')" #define TXT_ERROR_RETRIEVING_FONT_NAMES "Error retrieving the font names" #define TXT_ERROR_RETRIEVING_UPDATES "Error retrieving update info file" #define TXT_SEARCH_UPDATES "Search for updates" #define TXT_CREATING_PREVIEW "Creating preview...Page" #define TXT_PLEASE_WAIT "Please wait" #define TXT_WRONG_LICENSE_DATA "Your license data are wrong. Please correct them in the registration dialog." #define TXT_BUY_NOW "Buy Now !" #define TXT_REGISTER_NOW "Register Now !" #define TXT_REGISTRATION_NAME "Registration Name:" #define TXT_REFERENCE_CODE "Reference Code:" #define TXT_LICENSE_NUMBER "License Number:" #define TXT_LICENSE_KEY_INSTALLED "The new License Key has been installed." #define TXT_REGISTERED_TO "Registered to:" #define TXT_CLICK_TO_CLOSE "Click here to close the window" #define TXT_CREATE_PDF "Create PDF file" #define TXT_ERROR_DURING_FILE_CREATION "Error during file creation." #define TXT_FILE_SUCCESFULLY_CREATED "The file has been succesfully created." #define TXT_DEACTIVATE_PE "Deactivate Personal Edition license" #define TXT_FIX "Fix" #define TXT_SHOW_NEXT_UPDATE "Do you want to show this information at next AutoUpdate check ?" #define TXT_SHOW_AGAIN "Do you want to show this information again in future ?" #define TXT_HELP_SITE "Do you need help from our website ?" #define TXT_REINSTALL "Please reinstall Printfil by using the Setup program." #define TXT_NOT_ENOUGH_LICENSES "All the Printfil licenses installed on this server are already used by other users." #define TXT_MODIFY_LICENSE "Modify the selected license" #define TXT_ADD_LICENSE "Add a new license" #define TXT_DELETE_LICENSE "Delete the selected license" // // Virtual Printer // #define TXT_CREATE_PRINTER "Create virtual printer" #define TXT_PRINTER_CREATED "The virtual printer has been created." #define TXT_ERROR_PRINTER_CRE "Error during printer creation" #define TXT_COMPLETE_SETTINGS "You must complete the settings, as shown in the html manual." // // PDF // #define TXT_PDF_ENCRYPTION "Encryption" #define TXT_PDF_MAIN_PWD "Main Password:" #define TXT_PDF_USER_PWD "User Password:" #define TXT_PDF_PERMISSIONS "Permissions" #define TXT_PDF_PRINT "Print document" #define TXT_PDF_MODIFY "Modify contents of document" #define TXT_PDF_COPY "Copy text and graphics from document" #define TXT_PDF_ADD "Add or modify text annotations" // // Preview Window // #define TXT_FIRST "&First" #define TXT_PREVIOUS "&Previous" #define TXT_NEXT "&Next" #define TXT_LAST "&Last" #define TXT_ZOOM "&Zoom" #define TXT_UNZOOM "No&rmal" #define TXT_TWOPAGES "&Two pages" #define TXT_ONEPAGE "&One page" #define TXT_PRINT "&Print" #define TXT_EXIT "&Exit" #define TXT_FILE "&File" #define TXT_PAGE "&Page" #define TXT_PREVIEW "Preview" #define TXT_PAGENUM "Page number: " #define TXT_A_WINDOW_PREVIEW_IS_ALREADY_RUNNING "A window preview is already running" #define TXT_GOTO_FIRST_PAGE "Go to first page" #define TXT_GOTO_PREVIOUS_PAGE "Go to previous page" #define TXT_GOTO_NEXT_PAGE "Go to next page" #define TXT_GOTO_LAST_PAGE "Go to last page" #define TXT_ZOOM_THE_PREVIEW "Page zoom" #define TXT_UNZOOM_THE_PREVIEW "Page unzoom" #define TXT_PREVIEW_ON_TWO_PAGES "Preview on two pages" #define TXT_PREVIEW_ON_ONE_PAGE "Preview on one page" #define TXT_PRINT_CURRENT_PAGE "Print actual page" #define TXT_EXIT_PREVIEW "Exit from preview" #define TXT_ZOOM_FACTOR "Set the Zoom Factor" #define TXT_BAR_FACTOR "Factor:" #define TXT_MENU_FACTOR "Fa&ctor" #define TXT_PORTRAIT "Portrait" #define TXT_LANDSCAPE "Landscape" #define TXT_PDF "Create PDF File (Adobe Acrobat)" #define TXT_PRINTING_RANGE "Printing Range" #define TXT_ALL "&All" #define TXT_CURRENT_PAGE "&Current Page" #define TXT_PAGES "&Pages" #define TXT_FROM "&From:" #define TXT_TO "&To:"