Internationalisation

<< Click to Display Table of Contents >>

Navigation:  General settings >

Internationalisation

Labels and tool tips can be set to your own values.

 

Default literals and labels are defined in xPrint.lng ASCII file. Each line of this file represents the corresponding value for a label or tool tip in vpxPrint. The // delimiter allows to add remarks.

You can switch at run time to a different language file. This option can be used in case of multilingual usage inside the same country. Use:

<LANG=<language file>>     (Example : <LANG=french.lng>)

It's safe to set the full language file path name as follow:

<LANG=c:\windows\french.lng>

 

The language file is searched:

in the directory specified in the <LANG> tag, if a such tag is spcified,

in the system directory (system32 with 64 development software, sysWow64 in other situations in Windows 64 OS), (version 10.12)

in the current working directory (icon setting)

in your program directory. If you are using PROGRESS, locate prowin.exe, … \dlc\bin

in the directory where vpxPrint.exe is located for file preview from explorer.

 

Example: french xPrint.lng

Fichier inconnu                        // 1: Unknown input file "".

Pleine page.                                // 2: Full Page button tool tip

Ajuster en largeur.                        // 3: Full width button tool tip

Zoom -                                        // 4: Zoom + tooltip

Zoom +                                        // 5: Zoom - tooltip

Première page.                        // 6: First page tooltip

Page précédente.                        // 7: Previous page tooltip

Page suivante.                        // 8: Next Page tooltip

Dernière page.                        // 9: Last page Tooltip

// 10: reserved

// 11: reserved

// 12: reserved

// 13: reserved

// 14: reserved

// 15: reserved

// 16: reserved

// 17: reserved

// 18: reserved

// 19: reserved

Pages                                        // 20: select pages to print, label

Sélection de pages à éditer.        // 21: select pages to print, tooltip

Imprimer cette page.                        // 22: print this page, tooltip

Imprimer.                                // 23: Print full report, tooltip

Infos                                        // 24: ? tooltip

Export                                        // 25: Export button tooltip

// 26: reserved

// 27: reserved

// 28: reserved

// 29: reserved

Zoom                                        // 30: Zoom label

Page                                        // 31: "Page" substitute

sur                                        // 32: of

// 33

// 34

Tout                                        // 35  all Pages - export screen

Page courante                                // 36  current Page - export screen

Format                                        // 37  Image format - export screen

Sauver le rapport                        // 38  Export Report - export screen

Sauver les images                        // 39  Export pictures - export screen

Noir et blanc                                // 40                Black and White

16 nuances de gris                        // 41                Gray 16

256 nuances de gris                        // 42                Gray 256

16 couleurs                                // 43                Col. 256

256 couleurs                                // 44                Col. 256

Couleurs 24 bits                        // 45                True colors

Une extension de nom de fichier doit être indiquée#13pour sélectionner le format. // 46 A file

extension must be specified

Le fichier %s existe déjà...#13#13Ecraser le fichier précédent ?                        // 47 A file

%s already exists. overwrite ?

// 48

// 49

Sélectionnez les pages à imprimer.        // 50: select pages to print, window title

De:                                        // 51: From label

à :                                        // 52: To label

Vous avez interrompu l'édition.        // 53: Canceled printing message

Edition annulée.                        // 54: Canceled printing

// 55

// 56

// 57

// 58

// 59

Edition en cours...                        // 60: Sending pages to printer

Edition terminée.                        // 61: Finish message

Annuler                                // 62: cancel button label

// 63:

// 64: This report is not intended for you. (<USER> does not match the user name in xprint.lic (V10))

// 65: This report is confidential, you do not have the permission to access it.    

 

Note that %s is replaced by the file name (if accurate). #13 defines a line-feed for dialog boxes

 

Rename it to xPrint.lng to use it as the default language.