diff --git a/editor/parttext.cpp b/editor/parttext.cpp index 1a92cab89..4c4338735 100644 --- a/editor/parttext.cpp +++ b/editor/parttext.cpp @@ -6,7 +6,7 @@ PartText::PartText(QETElementEditor *editor, QGraphicsItem *parent, ElementScene CustomElementPart(editor) { setFlags(QGraphicsItem::ItemIsMovable | QGraphicsItem::ItemIsSelectable); - setPlainText(tr("T")); + setPlainText(QObject::tr("T")); infos = new TextEditor(elementEditor(), this); infos -> setElementTypeName(QObject::tr("texte")); } diff --git a/editor/parttextfield.cpp b/editor/parttextfield.cpp index ef8d672dd..3c42d0a26 100644 --- a/editor/parttextfield.cpp +++ b/editor/parttextfield.cpp @@ -8,7 +8,7 @@ PartTextField::PartTextField(QETElementEditor *editor, QGraphicsItem *parent, QG follow_parent_rotations(true) { setFlags(QGraphicsItem::ItemIsMovable | QGraphicsItem::ItemIsSelectable); - setPlainText(tr("_")); + setPlainText(QObject::tr("_")); infos = new TextFieldEditor(elementEditor(), this); infos -> setElementTypeName(QObject::tr("champ de texte")); } diff --git a/editor/terminaleditor.cpp b/editor/terminaleditor.cpp index aa4299fb2..3e86f5110 100644 --- a/editor/terminaleditor.cpp +++ b/editor/terminaleditor.cpp @@ -19,7 +19,7 @@ TerminalEditor::TerminalEditor(QETElementEditor *editor, PartTerminal *term, QWi orientation -> addItem(QIcon(":/ico/west.png"), tr("Ouest"), QET::West); QVBoxLayout *main_layout = new QVBoxLayout(); - main_layout -> addWidget(new QLabel(tr("Postion : "))); + main_layout -> addWidget(new QLabel(tr("Position : "))); QHBoxLayout *position = new QHBoxLayout(); position -> addWidget(new QLabel(tr("x : "))); diff --git a/editor/texteditor.cpp b/editor/texteditor.cpp index 376752d43..23e3a2064 100644 --- a/editor/texteditor.cpp +++ b/editor/texteditor.cpp @@ -16,7 +16,7 @@ TextEditor::TextEditor(QETElementEditor *editor, PartText *text, QWidget *parent font_size -> setRange(0, 144); QVBoxLayout *main_layout = new QVBoxLayout(); - main_layout -> addWidget(new QLabel(tr("Postion : "))); + main_layout -> addWidget(new QLabel(tr("Position : "))); QHBoxLayout *position = new QHBoxLayout(); position -> addWidget(new QLabel(tr("x : "))); diff --git a/editor/textfieldeditor.cpp b/editor/textfieldeditor.cpp index bebf9bae7..2b57f21d4 100644 --- a/editor/textfieldeditor.cpp +++ b/editor/textfieldeditor.cpp @@ -18,7 +18,7 @@ TextFieldEditor::TextFieldEditor(QETElementEditor *editor, PartTextField *textfi rotate -> setChecked(true); QVBoxLayout *main_layout = new QVBoxLayout(); - main_layout -> addWidget(new QLabel(tr("Postion : "))); + main_layout -> addWidget(new QLabel(tr("Position : "))); QHBoxLayout *position = new QHBoxLayout(); position -> addWidget(new QLabel(tr("x : "))); diff --git a/lang/qet_en.qm b/lang/qet_en.qm index d1144583e..e964e5df4 100644 Binary files a/lang/qet_en.qm and b/lang/qet_en.qm differ diff --git a/lang/qet_en.ts b/lang/qet_en.ts index e554d0917..c577d9cad 100644 --- a/lang/qet_en.ts +++ b/lang/qet_en.ts @@ -1,5 +1,6 @@ + AboutQET @@ -95,6 +96,69 @@ Merde on n'a pas de site web Whoops, we have no website + + ArcEditor + + + Centre : + Center : + + + + Diamètres : + Diameters : + + + + horizontal : + horizontal : + + + + vertical : + vertical : + + + + Angle de départ : + Start angle : + + + + Angle : + Angle : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + diamètre horizontal + horizontal diameter + + + + diamètre vertical + vertical diameter + + + + angle de départ + start angle + + + + angle + angle + + BorderInset @@ -120,28 +184,61 @@ Whoops, we have no website Titre du document: + Document title : + + + + Titre du document : Document title : + + CircleEditor + + + Centre : + Center : + + + + Diamètre : + Diameter : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + diamètre + diameter + + DiagramView - + ? ? - + Auteur : Author : - + Cartouche du schéma Diagram inset - + Date : Date : @@ -151,32 +248,32 @@ Whoops, we have no website Diagram QElectroTech (*.qet) - + Enregistrer le schéma en cours ? Save the current diagram ? - + Enregistrer sous Save as - + Erreur Error - + Fichier : File : - + Folio : Folio : - + Impossible d'ecrire dans ce fichier Can't write to the file @@ -191,21 +288,136 @@ Whoops, we have no website Diagram QElectroTech (*.qet) - + Schéma QElectroTech (*.qet) QElectroTech Diagram (*.qet) - + Titre : Title : - + Voulez-vous enregistrer le schéma Do you wish to save the diagram + + ElementDeleter + + + Supprimer l'élément ? + Delete element ? + + + + Êtes-vous sûr de vouloir supprimer cet élément ? + + Do you really wish to delete this element ? + + + + + Suppression de l'élément + Deleting element + + + + La suppression de l'élément a échoué. +Vérifiez vos droits sur le fichier + Deleting element failed. +Check your rights on the file + + + + . + . + + + + ElementScene + + + ligne + line + + + + ellipse + ellipse + + + + arc + arc + + + + cercle + circle + + + + borne + terminal + + + + texte + text + + + + champ de texte + textfield + + + + polygone + polygon + + + + Ce document XML n'est pas une definition d'élément. + This XML document is not an element definition. + + + + Les dimensions ou le point de saisie ne sont pas valides. + The size or the hotspot are not valid. + + + + Les orientations ne sont pas valides. + Orientations are not valids. + + + + Éditer la taille et le point de saisie + Edit size and hotspot + + + + Éditer les orientations + Edit orientations + + + + L'orientation par défaut est l'orientation dans laquelle s'effectue la création de l'élément. + Default orientation is the orientation which the drawing of the element takes place with. + + + + Éditer les noms + Edit names + + + + Vous pouvez spécifier le nom de l'élément dans plusieurs langues. + You may enter the element name in several languages. + + ElementsCategoriesList @@ -219,10 +431,10 @@ Whoops, we have no website . - . + . - + Éditer la catégorie Edit category @@ -230,53 +442,92 @@ Whoops, we have no website Êtes-vous sûr de vouloir supprimer cette catégorie ? Tous les éléments et les catégories contenus dans cette catégorie seront supprimés - Do you really wish to delete this category ? + Do you really wish to delete this category ? Every elements and categories nestd in this category will be deleted Êtes-vous vraiment sûr de vouloir supprimer cette catégorie ? Les changements seront définitifs. - Are you really really sure you want to delete this category ? + Are you really really sure you want to delete this category ? Changes will be permanent. La suppression de la catégorie a échoué. Vérifiez vos droits sur le dossier - Category deletion failed. + Category deletion failed. Please check rights of the directory - + Nouvelle catégorie New category - + Recharger les catégories Reload categories Suppression de la catégorie - Category deletion + Category deletion - + Supprimer la catégorie Delete category Supprimer la catégorie ? + Delete category ? + + + + ElementsCategoryDeleter + + + Supprimer la catégorie ? Delete category ? + + + Êtes-vous sûr de vouloir supprimer cette catégorie ? +Tous les éléments et les catégories contenus dans cette catégorie seront supprimés + Do you really wish to delete this category ? +Every elements and categories nestd in this category will be deleted + + + + Êtes-vous vraiment sûr de vouloir supprimer cette catégorie ? +Les changements seront définitifs. + Are you really really sure you want to delete this category ? +Changes will be permanent. + + + + Suppression de la catégorie + Category deletion + + + + La suppression de la catégorie a échoué. +Vérifiez vos droits sur le dossier + Category deletion failed. +Please check rights of the directory + + + + . + . + ElementsCategoryEditor - + Créer une nouvelle catégorie Add a new category @@ -286,35 +537,45 @@ Please check rights of the directory Edit category - + Nom de la nouvelle catégorie Name of the new category - + Vous pouvez spécifier un nom par langue pour la catégorie. You can add a name per language for the category. + + + Édition en lecture seule + Read only edition + + + + Vous n'avez pas les privilèges nécessaires pour modifier cette catégorie. Elle sera donc ouverte en lecture seule. + You are not allowed to modify this category. Thus it will be edited read-only. + ElementsPanel - + Ceci est un élément que vous pouvez insérer dans votre schéma par cliquer-déplacer This is an element you can drag'n drop onto your diagram - + Cliquer-déposez cet élément sur le schéma pour insérer un élément Drag'n drop this element to the diagram to insert a - + Collection QET QET Collection - + Collection utilisateur User Collection @@ -322,15 +583,93 @@ Please check rights of the directory ElementsPanelWidget - + Nouvel élément New element - + Recharger les collections Reload collections + + + Nouvelle catégorie + New category + + + + Éditer la catégorie + Edit category + + + + Supprimer la catégorie + Delete category + + + + Éditer l'élément + Edit element + + + + Supprimer l'élément + Eelete element + + + + Gestionnaire de catégories + Categories manager + + + + Vous pouvez utiliser ce gestionnaire pour ajouter, supprimer ou modifier les catégories. + Use this manager to add, delete or modify categories. + + + + EllipseEditor + + + Centre : + Center : + + + + Diamètres : + Diameters : + + + + horizontal : + horizontal : + + + + vertical : + vertical : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + diamètre horizontal + horizontal diameter + + + + diamètre vertical + vertical diameter + ExportDialog @@ -470,32 +809,131 @@ Please check rights of the directory You must give a filename to save the picture. + + HotspotEditor + + + ×10 px + ×10 px + + + + px + px + + + + Déplacer l'élément avec le hotspot + Translate element along with hotspot + + + + <span style="text-decoration:underline;">Dimensions</span> + <span style="text-decoration:underline;">Size</span> + + + + Largeur : + Width : + + + + Hauteur : + Height : + + + + <span style="text-decoration:underline;">Hotspot</span> + <span style="text-decoration:underline;">Hotspot</span> + + + + Abscisse : + Abscissa : + + + + Ordonnée : + Ordinate : + + + + LineEditor + + + abscisse point 1 + abscissa point 1 + + + + ordonnée point 1 + ordinate point 1 + + + + abscisse point 2 + abscissa point 2 + + + + ordonnée point 2 + ordinate point 2 + + NamesList Ajouter une ligne - Add a line + Add a line La catégorie doit avoir au moins un nom. - The category must have at least one name. + The category must have at least one name. Langue - Language + Language Nom - Name + Name Vous devez entrer au moins un nom pour la catégorie. - You must enter at least one name for the category. + You must enter at least one name for the category. + + + + NamesListWidget + + + Langue + Language + + + + Nom + Name + + + + Ajouter une ligne + Add a line + + + + Il doit y avoir au moins un nom. + There must be at least one name. + + + + Vous devez entrer au moins un nom. + You must enter at least one name. @@ -503,153 +941,196 @@ Please check rights of the directory ×10 px - x10 px + x10 px Abscisse : - Abscissa : + Abscissa : - + Créer un nouvel élément : Assistant Create a new element : wizard - + Erreur Error Est : - East : + East : - + Étape 1/5 : Sélectionnez une catégorie dans laquelle enregistrer le nouvel élément. Step 1 of 5 : Please select a category in which to save the new element. - + Étape 2/5 : Indiquez le nom du fichier dans lequel enregistrer le nouvel élément. - Step 2 of 5 : Enter the filename for the new element. + Step 2 of 5 : Enter the filename for the new element. - + Étape 3/5 : Indiquez le ou les noms de l'élément. Step 3 of 5 : Enter the new element name(s). - + Étape 4/5 : Saisissez les dimensions du nouvel élément ainsi que la position du hotspot (point de saisie de l'élément à la souris) en considérant que l'élément est dans son orientation par défaut. Step 4 of 5 : Enter the new element size and its hotspot position (i.e. the spot used to drag the element). Consider the element aims its default orientation. - + Étape 5/5 : Indiquez les orientations possibles pour le nouvel élément. Step 5 of 5 : Specify the the new element allowed orientations. Hauteur : - Height : + Height : Il doit y avoir exactement une orientation par défaut. - There has to be exactly one default orientation. + There has to be exactly one default orientation. Impossible - Forbidden + Forbidden Largeur : - Width : + Width : - + Nom du nouvel élément New element name Nord : - North : + North : Ordonnée : - Ordinate : + Ordinate : Ouest : - West : + West : Par défaut - Default + Default Possible - Allowed + Allowed - + Précédent Back px - px + px <span style="text-decoration:underline;">Dimensions</span> - <span style="text-decoration:underline;">Size</span> + <span style="text-decoration:underline;">Size</span> <span style="text-decoration:underline;">Hotspot</span> - <span style="text-decoration:underline;">Hotspot</span> + <span style="text-decoration:underline;">Hotspot</span> Sud : - South : + South : - + Suivant Next - + Valider Finish - + Vous devez entrer un nom de fichier You must enter a filename - + Vous devez sélectionner une catégorie. You must select a category. - + Vous n'êtes pas obligé de préciser l'extension *.elmt. Elle sera ajoutée automatiquement. You don't have to specify the *.elmt extension. It will be added automatically. + + + nouvel_element + new_element + + + + OrientationSetWidget + + + Possible + Allowed + + + + Impossible + Forbidden + + + + Nord : + North : + + + + Est : + East : + + + + Sud : + South : + + + + Ouest : + West : + + + + Par défaut + Default + PanelAppareils @@ -714,6 +1195,44 @@ Please check rights of the directory LED light + + PolygonEditor + + + Polygone fermé + Closed polygon + + + + x + x + + + + y + y + + + + Points du polygone : + Polygon points : + + + + Erreur + Error + + + + Le polygone doit comporter au moins deux points. + The polygon must contain at least two points. + + + + fermeture du polygone + Polygon closure + + QETApp @@ -722,17 +1241,17 @@ Please check rights of the directory Render the current plan with or without antialiasing - + Active la fenêtre Activates the window - + Active la fenêtre précédente Activates the previous window - + Active la fenêtre suivante Activates the next window @@ -742,107 +1261,107 @@ Please check rights of the directory Render with &Antialiasing - + Adapte la taille du schéma afin qu'il soit entièrement visible Changes the size of the plan so that it fits in the view - + Afficha&ge Displ&ay - + Affiche des informations sur la bibliothèque Qt Displays informations about Qt library - + Affiche des informations sur QElectroTech Displays informations about QElectroTech - + Affiche ou non la barre d'outils Displays or not the toolbar - + Affiche ou non le panel d'appareils Displays or not the elements panel - + Affiche QElectroTech en mode fenêtré Displays QElectroTech in windowed mode - + Affiche QElectroTech en mode plein écran Displays QELectroTech in full screen mode - + Afficher Display - + Agrandir le schéma Expand the diagram - + Agrandit le schéma Expand the diagram - + Agrandit le schéma en hauteur Expand the diagram's height - + &Aide &Help - + Ajouter une colonne Add a column - + Ajoute une colonne au schéma Add a column to the diagram - + Aligne les fenêtres réduites Arranges all iconized windows at the bottom of the workspace - + Annule l'action précédente Undoes the previous action - + Annu&ler &Undo - + À &propos de QElectroTech A&bout QElectroTech - + À propos de &Qt About &Qt - + Arranger les fenêtres réduites Arranges iconized windows @@ -852,27 +1371,27 @@ Please check rights of the directory Hide Too&lbar - + &Cascade &Cascade - + Ce fichier n'est pas un document XML valide. This file is not a valid XML Document. - + Ce fichier n'existe pas. This file does not exist. - + C&oller &Paste - + &Configuration &Settings @@ -882,77 +1401,77 @@ Please check rights of the directory Configure tool&bars - + &Configurer QElectroTech &Configure QElectroTech - + Copie les éléments sélectionnés dans le presse-papier Copies selected elements - + Cop&ier &Copy - + Co&uper Cu&t - + Crée un nouveau schéma Opens a new diagram - + Ctrl+0 - + Ctrl+9 - + Ctrl+I - + Ctrl+Q - + Ctrl+R Ctrl+R - + Ctrl+Shift+A - + Ctrl+Shift+F Ctrl+Shift+F - + Ctrl+Shift+I - + Ctrl+Shift+X - + Ctrl+Suppr Ctrl+Suppr @@ -962,17 +1481,17 @@ Please check rights of the directory Render without &Antialiasing - + Désélectionne les éléments sélectionnés et sélectionne les éléments non sélectionnés Deselects selected elements and select non-selected elements - + Désélectionner tout Select none - + Désélectionne tous les éléments du schéma Deselect all elements on the plan @@ -982,52 +1501,52 @@ Please check rights of the directory Diagram QelectroTech (*.qet);;XML Files(*.xml);;All files (*) - + Dispose les fenêtres en cascade Arranges windows in a cascade pattern - + Dispose les fenêtres en mosaïque Arranges windows in a tile pattern - + Édite les informations affichées par le cartouche Edit informations displayed by the inset - + &Édition &Edit - + Enlève les éléments sélectionnés du schéma Removes selected elements from the plan - + Enlever une colonne Remove a column - + Enlève une colonne au schéma Remove a column from the diagram - + Enregistre le schéma courant Saves the current plan - + Enregistre le schéma courant avec un autre nom de fichier Saves the current plan as another filename - + &Enregistrer &Save @@ -1037,22 +1556,22 @@ Please check rights of the directory Save the current schema ? - + Enregistrer sous Save as - + Erreur Error - + Exporte le schéma courant dans un autre format Exports the curent plan to another format - + E&xporter &Export @@ -1062,37 +1581,37 @@ Please check rights of the directory Export to file - + Fenêtre précédente Previous Window - + Fe&nêtres Wi&ndows - + Fenêtre suivante Next Window - + Ferme l'application QElectroTech Closes QElectroTech - + Ferme le schéma courant Closes the current plan - + &Fermer &Close - + &Fichier &File @@ -1102,12 +1621,12 @@ Please check rights of the directory PNG Picture (*.png) - + &Importer &Import - + Importe un schéma dans le schéma courant Imports a plan into the current plan @@ -1122,32 +1641,32 @@ Please check rights of the directory Can't read that file - + Impossible de lire ce fichier. Could not read file. - + Imprime le schéma courant Prints the current plan - + Imprimer Print - + Informations sur le schéma Diagram informations - + Inverser la sélection Invert selection - + &Masquer &Hide @@ -1157,47 +1676,47 @@ Please check rights of the directory &Fullscreen Mode - + Mode Selection Selection Mode - + Mode Visualisation View Mode - + &Mosaïque &Tile - + &Nouveau &New - + O&utils &Tools - + Outils Tools - + Ouvre un schéma existant Open an existing diagram - + &Ouvrir &Open - + Ouvrir un fichier Open a file @@ -1207,57 +1726,57 @@ Please check rights of the directory P - + Panel d'appareils Elements Panel - + Pas de zoom Reset zoom - + Passer en &mode plein écran F&ullScreen Screen Mode - + Permet de régler différents paramètres de QElectroTech Allows to specify various parameters for QElectroTech - + Permet de sélectionner les éléments Allows to select elements - + Permet de visualiser le schéma sans pouvoir le modifier Allows to view the plan without modifying it - + Pivote les éléments sélectionnés Rotates selected elements - + Pivoter Rotate - + Place les éléments du presse-papier sur le schéma Pastes elements from the clipboard into the plan - + QElectrotech QElectrotech - + QElectroTech QElectroTech @@ -1267,52 +1786,52 @@ Please check rights of the directory QElectrotech : Size of the drawing area : - + &Quitter &Quit - + Reduire QElectroTech dans le systray Minimize QElectroTech to the sytray - + Re&faire &Redo - + Restaure l'action annulée Restores the undone action - + Restaure le zoom par défaut Restores default zoom level - + &Restaurer &Show - + Restaurer QElectroTech Restore QElectroTech - + Rétrécir le schéma Shrink the diagram - + Rétrécit le schéma Shrinks the plan - + Rétrécit le schéma en hauteur Shrink the diagram's height @@ -1337,37 +1856,37 @@ Please check rights of the directory QElectroTech Diagram (*.qet);;XML Files (*.xml);;All files (*) - + Schémas QElectroTech (*.qet);;Fichiers XML (*.xml);;Tous les fichiers (*) QElectroTech Diagrams (*.qet);;XML Files (*.xml);;All files (*) - + Sélectionne tous les éléments du schéma Selects all elements on the plan - + Sortir du &mode plein écran Exit F&ullScreen Screen Mode - + Supprimer Delete - + Tout sélectionner Select All - + Transfère les éléments sélectionnés dans le presse-papier Puts selected elements into the clipboard - + Une erreur s'est produite lors de l'ouverture du fichier. An error occured while opening the file. @@ -1382,21 +1901,382 @@ Please check rights of the directory x - + Zoom adapté Fit in view - + Zoom arrière Zoom Out - + Zoom avant Zoom In + + QETElementEditor + + + QElectroTech - Éditeur d'élément + QElectroTech - Element Editor + + + + &Nouveau + &New + + + + &Ouvrir + &Open + + + + &Enregistrer + &Save + + + + Enregistrer sous + Save as + + + + &Quitter + &Quit + + + + Tout sélectionner + Select All + + + + Désélectionner tout + Select none + + + + Inverser la sélection + Invert selection + + + + &Supprimer + &Delete + + + + Éditer la taille et le point de saisie + Edit size and hotspot + + + + Éditer les noms + Edit names + + + + Éditer les orientations + Edit orientations + + + + Déplacer un objet + Move an object + + + + Ajouter une ligne + Add a line + + + + Ajouter une ellipse + Add an ellipse + + + + Ajouter un cercle + Add a circle + + + + Ajouter un polygone + Add a polygon + + + + Ajouter du texte + Add text + + + + Ajouter un arc de cercle + Add an arc + + + + Ajouter une borne + Add a terminal + + + + Ajouter un champ de texte + Add a textfield + + + + Annuler + Undo + + + + Refaire + Redo + + + + Ctrl+Q + Ctrl+Q + + + + Ctrl+Shift+A + Ctrl+Shift+A + + + + Ctrl+I + Ctrl+I + + + + Ctrl+Suppr + Ctrl+Del + + + + Parties + Parts + + + + XML + XML + + + + Fichier + File + + + + Édition + Edit + + + + Affichage + Display + + + + Outils + Tools + + + + Aide + Help + + + + [Modifié] + [Changed] + + + + [lecture seule] + [Read only] + + + + Informations + Informations + + + + Annulations + Undo + + + + Éditeur d'éléments + Elements Editor + + + + parties sélectionnées. + selected parts. + + + + Aucune partie sélectionnée. + No part selected. + + + + Le fichier + The file + + + + n'existe pas. + does not exist. + + + + Impossible d'ouvrir le fichier + Unable to open file + + + + Ce fichier n'est pas un document XML valide + This file is not a valid XML document + + + + Erreur + Error + + + + Édition en lecture seule + Read only edition + + + + Vous n'avez pas les privilèges nécessaires pour modifier cet élement. Il sera donc ouvert en lecture seule. + You are not allowed to modify this element. Thus it will be edited read-only. + + + + Impossible d'ecrire dans ce fichier + Can't write to the file + + + + Ouvrir un fichier + Open a file + + + + Éléments QElectroTech (*.elmt);;Fichiers XML (*.xml);;Tous les fichiers (*) + QElectroTech elements (*.elmt);;XML files (*.xml);;All files (*) + + + + Éléments QElectroTech (*.elmt) + QElectroTech elements (*.elmt) + + + + Enregistrer l'élément en cours ? + Save current element ? + + + + Voulez-vous enregistrer l'élément + Do you wish to save the element + + + + ? + ? + + + + QObject + + + suppression + deletion + + + + déplacement + move + + + + ajout + insert + + + + modification + modification + + + + modification points polygone + modification polygon points + + + + arc + arc + + + + cercle + circle + + + + ellipse + ellipse + + + + ligne + line + + + + polygone + polygon + + + + borne + terminal + + + + T + T + + + + texte + text + + + + _ + _ + + + + champ de texte + textfield + + Schema @@ -1468,4 +2348,243 @@ Please check rights of the directory LED light + + StyleEditor + + + Noir + Black + + + + Blanc + White + + + + Normal + Normal + + + + Pointillé + Dashed + + + + Nulle + None + + + + Fine + Thin + + + + Normale + Normal + + + + Aucun + None + + + + Antialiasing + Antialiasing + + + + Trait : + Line : + + + + Couleur : + Color : + + + + Style : + Style : + + + + Épaisseur : + Weight : + + + + Remplissage : + Filling : + + + + TerminalEditor + + + Nord + North + + + + Est + East + + + + Sud + South + + + + Ouest + West + + + + Position : + Position : + + + + x : + x : + + + + y : + y : + + + + Orientation : + Orientation : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + orientation + orientation + + + + TextEditor + + + Position : + Position : + + + + x : + x : + + + + y : + y : + + + + Taille : + Size : + + + + Texte : + Text : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + texte + text + + + + taille + size + + + + TextFieldEditor + + + Maintenir horizontal malgré + les rotations de l'élément + Stay horizontal despite + element rotations + + + + Position : + Position : + + + + x : + x : + + + + y : + y : + + + + Taille : + Size : + + + + Texte par défaut : + Default text : + + + + abscisse + abscissa + + + + ordonnée + ordinate + + + + texte + text + + + + taille + size + + + + propriété + property + + diff --git a/lang/qt_fr.qm b/lang/qt_fr.qm index 9b0d756ba..50ca7e08b 100644 Binary files a/lang/qt_fr.qm and b/lang/qt_fr.qm differ diff --git a/lang/qt_fr.ts b/lang/qt_fr.ts index 8e7db8d23..4307fb77d 100644 --- a/lang/qt_fr.ts +++ b/lang/qt_fr.ts @@ -3,12 +3,12 @@ PPDOptionsModel - + Name Nom - + Value Valeur @@ -57,22 +57,22 @@ Q3FileDialog - + Copy or Move a File Copie ou déplace un fichier - + Read: %1 Lecture : %1 - + Write: %1 Écriture : %1 - + Cancel Annuler @@ -82,272 +82,272 @@ Tous les fichiers (*) - + Name Nom - + Size Taille - + Type Type - + Date Date - + Attributes Attributs - + &OK &OK - + Look &in: Chercher &dans : - + File &name: &Nom de fichier : - + File &type: &Type de fichier : - + Back Précédent (historique) - + One directory up Aller au dossier parent - + Create New Folder Créer un nouveau dossier - + List View Affichage liste - + Detail View Affichage détaillé - + Preview File Info Informations du fichier prévisualisé - + Preview File Contents Contenu du fichier prévisualisé - + Read-write Lecture-écriture - + Read-only Lecture seule - + Write-only Écriture seule - + Inaccessible Inaccessible - + Symlink to File Lien symbolique vers un fichier - + Symlink to Directory Lien symbolique vers un dossier - + Symlink to Special Lien symbolique vers un fichier spécial - + File Fichier - + Dir Dossier - + Special Fichier spécial - + Open Ouvrir - + Save As Enregistrer sous - + &Open &Ouvrir - + &Save &Enregistrer - + &Rename &Renommer - + &Delete Suppri&mer - + R&eload R&echarger - + Sort by &Name Trier par &nom - + Sort by &Size Trier par ta&ille - + Sort by &Date Trier par &date - + &Unsorted &Non trié - + Sort Tri - + Show &hidden files Afficher les fic&hiers cachés - + the file le fichier - + the directory le dossier - + the symlink le lien symbolique - + Delete %1 Supprimer %1 - + <qt>Are you sure you wish to delete %1 "%2"?</qt> <qt>Voulez-vous vraiment supprimer %1 "%2"?</qt> - + &Yes &Oui - + &No &Non - + New Folder 1 Nouveau dossier 1 - + New Folder Nouveau dossier - + New Folder %1 Nouveau dossier %1 - + Find Directory Chercher dans le dossier - + Directories Dossiers - + Directory: Dossier : - + Error Erreur - + %1 File not found. Check path and filename. @@ -356,17 +356,17 @@ Impossible de trouver le fichier. Vérifier le chemin et le nom du fichier. - + All Files (*.*) Tous les fichiers (*.*) - + Open Ouvrir - + Select a Directory Sélectionner un dossier @@ -423,12 +423,12 @@ en Q3MainWindow - + Line up Aligner - + Customize... Personnaliser... @@ -444,7 +444,7 @@ en Q3ProgressDialog - + Cancel Annuler @@ -452,27 +452,27 @@ en Q3TabDialog - + OK OK - + Apply Appliquer - + Help Aide - + Defaults Par défaut - + Cancel Annuler @@ -480,37 +480,37 @@ en Q3TextEdit - + &Undo &Annuler - + &Redo A&nnuler Annuler - + Cu&t Co&uper - + &Copy Cop&ier - + &Paste Co&ller - + Clear Effacer - + Select All Tout sélectionner @@ -525,7 +525,7 @@ en Restore up - Restaurer + @@ -540,7 +540,7 @@ en Maximize - Agrandir + Maximiser @@ -550,43 +550,43 @@ en Contains commands to manipulate the window - Contient des commandes pour manipuler la fenêtre + Puts a minimized back to normal - Remets une fenêtre minimsée dans son état normal + Moves the window out of the way - Déplace la fenêtre en dehors du chemin + Puts a maximized window back to normal - Remets une fenêtre agrandie dans son état normal + Makes the window full screen - Mets la fenêtre en plein écran + Closes the window - Ferme la fenêtre + Displays the name of the window and contains controls to manipulate it - Affiche le nom de la fenêtre et contient des commandes pour la manipuker + Q3ToolBar - + More... Reste... @@ -594,47 +594,47 @@ en Q3UrlOperator - + The protocol `%1' is not supported Le protocole '%1' n'est pas géré - + The protocol `%1' does not support listing directories Le protocole `%1' ne permet pas de lister les fichiers d'un dossier - + The protocol `%1' does not support creating new directories Le protocole `%1' ne permet pas de créer de nouveaux dossiers - + The protocol `%1' does not support removing files or directories Le protocole `%1' ne permet pas de supprimer des fichiers ou des dossiers - + The protocol `%1' does not support renaming files or directories Le protocole `%1' ne permet pas de renommer des fichiers ou des dossiers - + The protocol `%1' does not support getting files Le protocole `%1' ne permet pas de recevoir des fichiers - + The protocol `%1' does not support putting files Le protocole `%1' ne permet pas d'envoyer des fichiers - + The protocol `%1' does not support copying or moving files or directories Le protocole `%1' ne permet pas de copier ou de déplacer des fichiers - + (unknown) (inconnu) @@ -670,54 +670,59 @@ en QAbstractSocket - + Host not found Hôte introuvable - + Connection refused Connexion refusée - + Socket operation timed out Opération socket expirée - + Socket is not connected - Le socket n'est pas établi + Le socket n'est pas connecté QAbstractSpinBox - + &Step up &Augmenter - + Step &down &Diminuer + + + &Select All + Tout &sélectionner + QApplication - + QT_LAYOUT_DIRECTION Translate this string to the string 'LTR' in left-to-right languages or to 'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper widget layout. LTR - + Executable '%1' requires Qt %2, found Qt %3. L'exécutable '%1' requiert Qt %2 (Qt %3 présent). - + Incompatible Qt Library Error Erreur : bibliothèque Qt incompatible @@ -735,22 +740,22 @@ en QAxSelect - + Select ActiveX Control Sélectionner un contrôle ActiveX - + OK OK - + &Cancel &Annuler - + COM &Object: &Objet COM : @@ -758,90 +763,90 @@ en QCheckBox - + Uncheck Décocher - + Check Cocher - + Toggle - Inverser + Changer QColorDialog - + Hu&e: &Teinte : - + &Sat: &Saturation : - + &Val: &Valeur : - + &Red: &Rouge : - + &Green: &Vert : - + Bl&ue: Ble&u : - + A&lpha channel: Canal a&lpha : - + &Basic colors Couleurs de &base - + &Custom colors &Couleurs personnalisées - + &Define Custom Colors >> Définir des &couleurs personnalisées >> - + OK OK - + Cancel Annuler - + &Add to Custom Colors &Ajouter aux couleurs personnalisées - + Select color Sélection d'une couleur @@ -849,94 +854,127 @@ en QComboBox - + Open Ouvrir + + + False + Faux + + + + True + Vrai + + + + Close + Fermer + QDB2Driver - + Unable to connect - Impossible de se connecter + Incapable d'établir une connexion - + Unable to commit transaction - Impossible de valider la transaction + Incapable de soumettre la transaction - + Unable to rollback transaction - Impossible de défaire la transaction + Incapable d'annuler la transaction - + Unable to set autocommit - Impossible d'activer la validation automatique (autocommit) + Impossible d'activer l'auto-soumission QDB2Result - + Unable to execute statement - Impossible d'exécuter la requête + - + Unable to prepare statement - Impossible de préparer la requête + - + Unable to bind variable - Impossible d'affecter la variable + - + Unable to fetch record %1 - Impossible de lire l'enregistrement %1 + - + Unable to fetch next - Impossible de lire l'enregistrement suivant + - + Unable to fetch first - Impossible de lire le premier enregistrement + QDateTimeEdit - + AM AM - + am am - + PM PM - + pm pm + + QDial + + + QDial + + + + + SpeedoMeter + + + + + SliderHandle + + + QDialog - + What's This? Qu'est-ce que c'est ? @@ -944,238 +982,191 @@ en QDialogButtonBox - + OK - OK + OK - + Save - Enregistrer + Enregistrer - + Open - Ouvrir + Ouvrir - + Cancel - Annuler + Annuler - + Close - Fermer + Fermer - + Apply - Appliquer + Appliquer - + Reset - Réinitialiser + - + Help - Aide + Aide - + Don't Save - Ne pas enregistrer + - + Discard - Annuler + - + &Yes - &Oui + &Oui - + Yes to &All - Oui à &tout + Oui à &tout - + &No - &Non + &Non - + N&o to All - Non à to&ut + Non à to&ut - + Save All - Tout enregistrer + - + Abort - Abandonner + Abandonner - + Retry - Réessayer + Réessayer - + Ignore - Ignorer + Ignorer - + Restore Defaults - Restaurer les paramètres par défaut - - - - QDialogButtons - - - Yes to All - Oui à tout + - - OK to All - OK à tout - - - - No to All - Non à tout - - - - Cancel All - Tout annuler - - - - Yes - Oui - - - - OK - OK - - - - No - Non - - - - Cancel - Annuler - - - - Apply - Appliquer - - - - Ignore - Ignorer - - - - Retry - Réessayer - - - - Abort - Abandonner - - - - Help - Aide - - - - %1 to All - %1 à tout + + Close without Saving + QDirModel - + Name Nom - + Size Taille - - Type - Type - - - - Modified - Modifié - - - + Kind Match OS X Finder - + Type All other platforms Type - + Date Modified - Date de modification + + + + + QDockWidget + + + Close + Fermer + + + + Dock + + + + + Float + + + + + QDoubleSpinBox + + + More + + + + + Less + QErrorMessage - + &Show this message again &Afficher ce message de nouveau - + &OK &OK - + Debug Message: Message de débogage: - + Warning: Avertissement: - + Fatal Error: Erreur fatale: @@ -1183,108 +1174,68 @@ en QFileDialog - - Cancel - Annuler - - - + Back Précédent (historique) - - Create New Folder - Créer un nouveau dossier - - - + List View Affichage liste - + Detail View Affichage détaillé - + Open Ouvrir - + &Open &Ouvrir - + &Save &Enregistrer - + &Rename &Renommer - + &Delete Suppri&mer - - Sort by &Name - Trier par &nom - - - - Sort by &Size - Trier par ta&ille - - - - Sort by &Date - Trier par &date - - - - &Unsorted - &Non trié - - - - Sort - Tri - - - + Show &hidden files Afficher les fic&hiers cachés - + Directories Dossiers - - Save - Enregistrer - - - + All Files (*) Tous les fichiers (*) - + %1 already exists. Do you want to replace it? Le fichier %1 existe déjà. Voulez-vous l'écraser ? - + %1 File not found. Please verify the correct file name was given. @@ -1293,187 +1244,252 @@ Fichier introuvable. Veuillez vérifier que le nom du fichier est correct. - + My Computer Mon ordinateur - - &Reload - &Recharger - - - + Parent Directory Dossier parent - - Look in: - Chercher dans : - - - - File name: - Nom de fichier : - - - + Files of type: Fichiers de type : - + Directory: - Dossier : + Dossier : - + File not found. Please verify the correct file name was given - -Fichier non trouvé. -Veuillez vérifier que le nom du fichier est correct + - + %1 Directory not found. Please verify the correct directory name was given. - %1 + %1 Dossier introuvable. Veuillez vérifier que le nom du dossier est correct. - + '%1' is write protected. Do you want to delete it anyway? - '%1' est protégé en écriture. -Voulez-vous le supprimer quand même ? + - + Are sure you want to delete '%1'? - Êtes-vous sûrs de vouloir supprimer '%1' ? + - + Could not delete directory. - Impossible de supprimer le dossier. + - + All Files (*.*) - Tous les fichiers (*.*) + Tous les fichiers (*.*) - + Save As - Enregistrer sous + Enregistrer sous - - Open - Ouvrir - - - - Select a Directory - Sélectionner un dossier - - - + Drive - Unité + Unité - + File - Fichier + Fichier - + Unknown - Inconnu + Inconnu + + + + Find Directory + Chercher dans le dossier + + + + Show + + + + + Forward + Successeur (historique) + + + + New Folder + Nouveau dossier + + + + &New Folder + + + + + &Choose + + + + + Remove + + + + + File &name: + &Nom de fichier : + + + + Look in: + + + + + Create New Folder + Créer un nouveau dossier - QFileDialogPrivate + QFileSystemModel - - %1 -Directory not found. -Please verify the correct directory name was given. - %1 -Dossier introuvable. -Veuillez vérifier que le nom du dossier est correct. + + %1 TB + + + + + %1 GB + + + + + %1 MB + + + + + %1 KB + + + + + %1 bytes + + + + + Invalid filename + + + + + <b>The name "%1" can not be used.</b><p>Try using another name, with fewer characters or no punctuations marks. + + + + + Name + Nom + + + + Size + Taille + + + + Kind + Match OS X Finder + + + + + Type + All other platforms + Type + + + + Date Modified + + + + + My Computer + Mon ordinateur + + + + Computer + QFontDialog - + &Font &Police - + Font st&yle St&yle de police - + &Size &Taille - + Effects Effets - + Stri&keout &Barré - + &Underline &Souligné - + Sample Exemple - - OK - OK - - - - Apply - Appliquer - - - - Cancel - Annuler - - - - Close - Fermer - - - + Select Font Choisir une police - + Wr&iting System &Système d'écriture @@ -1610,17 +1626,17 @@ Veuillez vérifier que le nom du dossier est correct. QHostInfoAgent - + Host not found Hôte introuvable - + Unknown address type Adresse de type inconnu - + Unknown error Erreur inconnue @@ -1648,32 +1664,32 @@ Veuillez vérifier que le nom du dossier est correct. Échec de la requête HTTP - + Host %1 found Hôte %1 trouvé - + Host found Hôte trouvé - + Connected to host %1 Connecté à l'hôte %1 - + Connected to host Connecté à l'hôte - + Connection to %1 closed Connexion à %1 arrêtée - + Connection closed Connexion arrêtée @@ -1703,118 +1719,136 @@ Veuillez vérifier que le nom du dossier est correct. Entête de réponse HTTP invalide - + Invalid HTTP chunked body Fragment HTTP invalide + + + Proxy authentication required + + + + + Authentication required + + + + + QHttpSocketEngine + + + Authentication required + + QIBaseDriver - + Error opening database - + Could not start transaction - + Unable to commit transaction - + Incapable de soumettre la transaction - + Unable to rollback transaction - + Incapable d'annuler la transaction QIBaseResult - + Unable to create BLOB - + Unable to write BLOB - + Unable to open BLOB - + Unable to read BLOB - + Could not find array - + Could not get array data - + Could not get query info - + Could not start transaction - + Unable to commit transaction - + Incapable de soumettre la transaction - + Could not allocate statement - + Could not prepare statement - + Could not describe input statement - + Could not describe statement - + Unable to close statement - + Unable to execute query - + Could not fetch next item - + Could not get statement info @@ -1822,27 +1856,27 @@ Veuillez vérifier que le nom du dossier est correct. QIODevice - + Permission denied Accès refusé - + Too many open files Trop de fichiers ouverts simultanément - + No such file or directory Aucun fichier ou dossier de ce nom - + No space left on device Aucun espace disponible sur le périphérique - + Unknown error Erreur inconnue @@ -1870,71 +1904,103 @@ Veuillez vérifier que le nom du dossier est correct. Méthode d'entrée Mac OS X - - QInputDialog - - - OK - OK - - - - Cancel - Annuler - - QLibrary - + QLibrary::load_sys: Cannot load %1 (%2) - + QLibrary::unload_sys: Cannot unload %1 (%2) - + QLibrary::resolve_sys: Symbol "%1" undefined in %2 (%3) + + + Could not mmap '%1': %2 + + + + + Plugin verification data mismatch in '%1' + + + + + Could not unmap '%1': %2 + + + + + The plugin '%1' uses incompatible Qt library. (%2.%3.%4) [%5] + + + + + The plugin '%1' uses incompatible Qt library. Expected build key "%2", got "%3" + + + + + Unknown error + Erreur inconnue + + + + The shared library was not found. + + + + + The file '%1' is not a valid Qt plugin. + + + + + The plugin '%1' uses incompatible Qt library. (Cannot mix debug and release libraries.) + + QLineEdit - + Select All Tout sélectionner - + &Undo &Annuler - + &Redo A&nnuler Annuler - + Cu&t Co&uper - + &Copy Cop&ier - + &Paste Co&ller - + Delete Supprimer @@ -1942,188 +2008,259 @@ Veuillez vérifier que le nom du dossier est correct. QMYSQLDriver - + Unable to open database ' - + Unable to connect - + Incapable d'établir une connexion - + Unable to begin transaction - + Unable to commit transaction - + Incapable de soumettre la transaction - + Unable to rollback transaction - + Incapable d'annuler la transaction QMYSQLResult - + Unable to fetch data - + Unable to execute query - + Unable to store result - + Unable to prepare statement - + Unable to reset statement - + Unable to bind value - + Unable to execute statement - + Unable to bind outvalues - + Unable to store statement results - QMenu + QMdiSubWindow - + + %1 - [%2] + %1 - [%2] + + + Close Fermer - + + Minimize + Réduire + + + + Restore Down + Restaurer en bas + + + + &Restore + &Restaurer + + + + &Move + &Déplacer + + + + &Size + + + + + Mi&nimize + Réd&uire + + + + Ma&ximize + Ma&ximiser + + + + Stay on &Top + &Rester au premier plan + + + + &Close + &Fermer + + + + QMenu + + + Close + Fermer + + + Open Ouvrir - + Execute + + QMenuBar + + + About + + + + + Config + + + + + Preference + + + + + Options + Options + + + + Setting + + + + + Setup + + + + + Quit + + + + + Exit + + + + + About %1 + + + + + About Qt + À propos de Qt + + + + Preferences + + + + + Quit %1 + + + QMessageBox - + OK OK - - Cancel - Annuler - - - - &Yes - &Oui - - - - &No - &Non - - - - &Abort - &Abandonner - - - - &Retry - &Réessayer - - - - &Ignore - &Ignorer - - - - Yes to &All - Oui à &tout - - - - N&o to All - Non à to&ut - - - + About Qt À propos de Qt - + Help Aide - - <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qtopia Core.</p><p>Qt is a Trolltech product. See <tt>http://www.trolltech.com/qt/</tt> for more information.</p> - <h3>À propos de Qt</h3>%1<p>Qt est une boîte à outils C++ pour le développement multi-plateforme d'applications graphiques.</p><p>Qt permet de porter un même source code sur MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux ainsi que les principales versions Unix commerciales. Qt est aussi disponible pour les systèmes embarqués sous le nom de Qtopia Core.</p><p>Qt est un produit de Trolltech. Consultez <tt>http://www.trolltech.com/qt/</tt> pour de plus amples renseignements.</p> - - - + <p>This program uses Qt version %1.</p> <p>Ce programme utilise la version %1 de Qt.</p> - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <tt>http://www.trolltech.com/company/model</tt> for an overview of Qt licensing.</p> - <p>Ce programme utilise l'édition Open Source de Qt version %1.</p><p>L'édition Open Source de Qt est destinée au développement de programmes Open Source. Si vous désirez écrire des applications commerciales (code source fermé), vous devez posséder une licence Qt commerciale.</p><p>Veuillez consulter <tt>http://www.trolltech.com/company/model/</tt> pour un aperçu des licences applicables à Qt.</p> - - - + <h3>About Qt</h3>%1<p>Qt is a C++ toolkit for cross-platform application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants. Qt is also available for embedded devices as Qtopia Core.</p><p>Qt is a Trolltech product. See <a href="http://www.trolltech.com/qt/">www.trolltech.com/qt/</a> for more information.</p> - <h3>À propos de Qt</h3>%1<p>Qt est une boîte à outils C++ pour le développement multi-plateforme d'applications graphiques.</p><p>Qt permet de porter un même source code sur MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux ainsi que les principales versions Unix commerciales. Qt est aussi disponible pour les systèmes embarqués sous le nom de Qtopia Core.</p><p>Qt est un produit de Trolltech. Consultez <tt>http://www.trolltech.com/qt/</tt> pour de plus amples renseignements.</p> + - - <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://www.trolltech.com/company/model/">www.trolltech.com/company/model/</a> for an overview of Qt licensing.</p> - <p>Ce programme utilise l'édition Open Source de Qt version %1.</p><p>L'édition Open Source de Qt est destinée au développement de programmes Open Source. Si vous désirez écrire des applications commerciales (code source fermé), vous devez posséder une licence Qt commerciale.</p><p>Veuillez consulter <a href="http://www.trolltech.com/company/model/">http://www.trolltech.com/company/model/</a> pour un aperçu des licences applicables à Qt.</p> - - - + Show Details... - Afficher les détails... + - + Hide Details... - Cacher les détails... + + + + + <p>This program uses Qt Open Source Edition version %1.</p><p>Qt Open Source Edition is intended for the development of Open Source applications. You need a commercial Qt license for development of proprietary (closed source) applications.</p><p>Please see <a href="http://www.trolltech.com/company/model/">www.trolltech.com/company/model/</a> for an overview of Qt licensing.</p> + @@ -2150,132 +2287,127 @@ Veuillez vérifier que le nom du dossier est correct. QNativeSocketEngine - + The remote host closed the connection L'hôte distant a fermé la connexion - + Network operation timed out L'opération réseau a expiré - + Out of resources Manque de ressources - + Unsupported socket operation Opération socket non supportée - + Protocol type not supported Protocol non géré - + Invalid socket descriptor Descripteur de socket invalide - + Network unreachable Réseau impossible à rejoindre - + Permission denied Accès refusé - + Connection timed out Connexion expirée - + Connection refused Connexion refusée - + The bound address is already in use L'adresse liée est déjà en usage - + The address is not available L'adresse n'est pas disponible - + The address is protected L'adresse est protégée - - Datagram was to large to send - Le datagramme est trop gros pour pouvoir être envoyé - - - + Unable to send a message Impossible d'envoyer un message - + Unable to receive a message Impossible de recevoir un message - + Unable to write Impossible d'écrire - + Network error Erreur réseau - + Another socket is already listening on the same port Un autre socket écoute déjà sur le même port - + Unable to initialize non-blocking socket Impossible d'initialiser le socket asynchrone - + Unable to initialize broadcast socket Impossible d'initialiser le socket broadcast - + Attempt to use IPv6 socket on a platform with no IPv6 support Tentative d'utiliser un socket IPv6 sur une plateforme qui ne supporte pas IPv6 - + Host unreachable - + Datagram was too large to send - + Operation on non-socket - + Unknown error Erreur inconnue @@ -2283,56 +2415,56 @@ Veuillez vérifier que le nom du dossier est correct. QOCIDriver - - QOCIDriver - Unable to initialize + + Unable to logon - - Unable to logon + + Unable to initialize + QOCIDriver QOCIResult - + Unable to bind column for batch execute - + Unable to execute batch statement - + Unable to goto next - + Unable to alloc statement - + Unable to prepare statement - + Unable to bind value - + Unable to execute select statement - + Unable to execute statement @@ -2340,32 +2472,32 @@ Veuillez vérifier que le nom du dossier est correct. QODBCDriver - + Unable to connect - + Incapable d'établir une connexion - + Unable to connect - Driver doesn't support all needed functionality - + Unable to disable autocommit - + Unable to commit transaction - + Incapable de soumettre la transaction - + Unable to rollback transaction - + Incapable d'annuler la transaction - + Unable to enable autocommit @@ -2373,27 +2505,27 @@ Veuillez vérifier que le nom du dossier est correct. QODBCResult - + QODBCResult::reset: Unable to set 'SQL_CURSOR_STATIC' as statement attribute. Please check your ODBC driver configuration - + Unable to execute statement - + Unable to fetch next - + Unable to prepare statement - + Unable to bind variable @@ -2401,90 +2533,30 @@ Veuillez vérifier que le nom du dossier est correct. QObject - - All Files (*) - Tous les fichiers (*) - - - - All Files (*.*) - Tous les fichiers (*.*) - - - - Open - Ouvrir - - - - Save As - Enregistrer sous - - - - Open - Ouvrir - - - - Select a Directory - Sélectionner un dossier - - - - Drive - Unité - - - - File - Fichier - - - - Directory - Dossier - - - - Symbolic Link - Lien symbolique - - - - Unknown - Inconnu - - - - False - Faux - - - - True - Vrai + + Home + Début QPSQLDriver - + Unable to connect - + Incapable d'établir une connexion - + Could not begin transaction - + Could not commit transaction - + Could not rollback transaction @@ -2492,15 +2564,28 @@ Veuillez vérifier que le nom du dossier est correct. QPSQLResult - + Unable to create query + + QPluginLoader + + + Unknown error + Erreur inconnue + + + + The plugin was not loaded. + + + QPrintDialog - + locally connected connecté en local @@ -2509,11 +2594,6 @@ Veuillez vérifier que le nom du dossier est correct. unknown inconnu - - - Unknown Location - Emplacement inconnu - OK @@ -2524,260 +2604,205 @@ Veuillez vérifier que le nom du dossier est correct. Cancel Annuler - - - Printer settings - Configuration de l'impression - Print in color if available - Imprimer en couleur si possible + Imprimer en couleur si possible - - Print in grayscale - Imprimer en niveaux de gris - - - - Print destination - Type d'impression - - - - Print to printer: - Imprimer avec l'imprimante : - - - - Print to file: - Imprimer dans un fichier : - - - - Browse... - Parcourir... - - - - Options - Options - - - + Print all - Imprimer tout + Imprimer tout - + Print range Imprimer la sélection - - - From page: - De la page : - - - - To page: - À la page : - - - - Print first page first - Imprimer d'abord la première page - Print last page first - Imprimer d'abord la dernière page + Imprimer d'abord la dernière page Number of copies: - Nombre de copies : + Nombre de copies : Paper format - Format du papier + Format du papier - + Portrait Portrait - + Landscape Paysage - + A0 (841 x 1189 mm) A0 (841 x 1189 mm) - + A1 (594 x 841 mm) A1 (594 x 841 mm) - + A2 (420 x 594 mm) A2 (420 x 594 mm) - + A3 (297 x 420 mm) A3 (297 x 420 mm) - + A5 (148 x 210 mm) A5 (148 x 210 mm) - + A6 (105 x 148 mm) A6 (105 x 148 mm) - + A7 (74 x 105 mm) A7 (74 x 105 mm) - + A8 (52 x 74 mm) A8 (52 x 74 mm) - + A9 (37 x 52 mm) A9 (37 x 52 mm) - + B0 (1000 x 1414 mm) B0 (1000 x 1414 mm) - + B1 (707 x 1000 mm) B1 (707 x 1000 mm) - + B2 (500 x 707 mm) B2 (500 x 707 mm) - + B3 (353 x 500 mm) B3 (353 x 500 mm) - + B4 (250 x 353 mm) B4 (250 x 353 mm) - + B6 (125 x 176 mm) B6 (125 x 176 mm) - + B7 (88 x 125 mm) B7 (88 x 125 mm) - + B8 (62 x 88 mm) B8 (62 x 88 mm) - + B9 (44 x 62 mm) B9 (44 x 62 mm) - + B10 (31 x 44 mm) B10 (31 x 44 mm) - + C5E (163 x 229 mm) C5E (163 x 229 mm) - + DLE (110 x 220 mm) DLE (110 x 220 mm) - + Folio (210 x 330 mm) Folio (210 x 330 mm) - + Ledger (432 x 279 mm) Ledger (432 x 279 mm) - + Tabloid (279 x 432 mm) Tabloïde (279 x 432 mm) - + US Common #10 Envelope (105 x 241 mm) US Common #10 Envelope (105 x 241 mm) - + Aliases: %1 Alias : %1 - - PostScript Files (*.ps);;All Files (*) - Fichiers PostScript (*.ps);;Tous les fichiers (*) - - - + A4 (210 x 297 mm, 8.26 x 11.7 inches) A4 (210 x 297 mm) - + B5 (176 x 250 mm, 6.93 x 9.84 inches) B5 (176 x 250 mm) - + Executive (7.5 x 10 inches, 191 x 254 mm) Executive (7,5 x 10 pouces, 191 x 254 mm) - + Legal (8.5 x 14 inches, 216 x 356 mm) Legal (8.5 x 14 pouces, 216 x 356 mm) - + Letter (8.5 x 11 inches, 216 x 279 mm) Letter (8,5 x 11 pouces, 216 x 279 mm) - + Print selection - Imprimer la sélection + Imprimer la sélection @@ -2795,69 +2820,69 @@ Veuillez vérifier que le nom du dossier est correct. Source du papier : - + Print - Imprimer + Impr écran - + File - Fichier + Fichier - + Printer - Imprimante + - + Print To File ... - Imprimer vers un fichier... + Print dialog - Imprimer + Size: - Format : + Properties - Propriétés + Printer info: - Imprimante : + Browse - Sélectionner + Print to file - Imprimer vers un fichier + Pages from - Pages + to - à + Selection - Sélection + @@ -2867,31 +2892,45 @@ Veuillez vérifier que le nom du dossier est correct. Collate - Assembler + Other - Autre + Double side printing - Impression recto verso + - + File %1 is not writable. Please choose a different file name. - Le fichier %1 n'est pas accessible en écriture. -Veuillez choisir un nom de fichier différent. + - + %1 already exists. Do you want to overwrite it? - %1 existe déjà. -Voulez-vous l'écraser ? + + + + + File exists + + + + + <qt>Do you want to overwrite it?</qt> + + + + + %1 is a directory. +Please choose a different file name. + @@ -2899,39 +2938,23 @@ Voulez-vous l'écraser ? PPD Properties - Propriétés + Save - Enregistrer + Enregistrer OK - OK - - - - QProcess - - - Unknown error - Erreur inconnue - - - - QProgressBar - - - %1% - %1 % + OK QProgressDialog - + Cancel Annuler @@ -2939,7 +2962,7 @@ Voulez-vous l'écraser ? QPushButton - + Open Ouvrir @@ -2947,9 +2970,9 @@ Voulez-vous l'écraser ? QRadioButton - + Check - + Cocher @@ -3003,22 +3026,22 @@ Voulez-vous l'écraser ? QSQLite2Driver - + Error to open database - + Unable to begin transaction - + Unable to commit transaction - + Incapable de soumettre la transaction - + Unable to rollback Transaction @@ -3031,7 +3054,7 @@ Voulez-vous l'écraser ? - + Unable to execute statement @@ -3039,27 +3062,27 @@ Voulez-vous l'écraser ? QSQLiteDriver - + Error opening database - + Error closing database - + Unable to begin transaction - + Unable to commit transaction - + Incapable de soumettre la transaction - + Unable to roll back transaction @@ -3067,27 +3090,27 @@ Voulez-vous l'écraser ? QSQLiteResult - + Unable to fetch row - + Unable to execute statement - + Unable to reset statement - + Unable to bind parameters - + Parameter count mismatch @@ -3095,82 +3118,82 @@ Voulez-vous l'écraser ? QScrollBar - + Scroll here Défiler jusqu'ici - + Left edge Extrême gauche - + Top En haut - + Right edge Extrême droite - + Bottom En bas - + Page left Page précédente - + Page up Page précédente - + Page right Page suivante - + Page down Page suivante - + Scroll left Défiler vers la gauche - + Scroll up Défiler vers le haut - + Scroll right Défiler vers la droite - + Scroll down Défiler vers le bas - + Line up Aligner - + Position - + Line down @@ -3178,463 +3201,463 @@ Voulez-vous l'écraser ? QShortcut - + Space Espace - + Esc Échap - + Tab Tab - + Backtab Tab arr - + Backspace Effacement - + Return Retour - + Enter Entrée - + Ins Inser - + Del Suppr - + Pause Pause - + Print Impr écran - + SysReq Syst - + Home Début - + End Fin - + Left Gauche - + Up Haut - + Right Droite - + Down Bas - + PgUp Page préc - + PgDown Page suiv - + CapsLock Verr maj - + NumLock Verr num - + ScrollLock Arrêt défil - + Menu Menu - + Help Aide - + Back Précédent (historique) - + Forward Successeur (historique) - + Stop Stop - + Refresh Rafraîchir - + Volume Down Volume bas - + Volume Mute Volume muet - + Volume Up Volume haut - + Bass Boost Graves fort - + Bass Up Graves haut - + Bass Down Graves bas - + Treble Up Aigus haut - + Treble Down Aigus bas - + Media Play Média démarrer - + Media Stop Média arrêt - + Media Previous Média précédent - + Media Next Média suivant - + Media Record Média enregistrer - + Favorites Préférés - + Search Recherche - + Standby Attente - + Open URL Ouvrir URL - + Launch Mail Lancer courrier - + Launch Media Lancer média - + Launch (0) Lancer (0) - + Launch (1) Lancer (1) - + Launch (2) Lancer (2) - + Launch (3) Lancer (3) - + Launch (4) Lancer (4) - + Launch (5) Lancer (5) - + Launch (6) Lancer (6) - + Launch (7) Lancer (7) - + Launch (8) Lancer (8) - + Launch (9) Lancer (9) - + Launch (A) Lancer (A) - + Launch (B) Lancer (B) - + Launch (C) Lancer (C) - + Launch (D) Lancer (D) - + Launch (E) Lancer (E) - + Launch (F) Lancer (F) - + Print Screen - + Page Up - + Page Down - + Caps Lock - + Num Lock - + Number Lock - + Scroll Lock - + Insert Insérer - + Delete Supprimer - + Escape Échapement - + System Request Système - + Select Sélectionner - + Yes Oui - + No Non - + Context1 Contexte1 - + Context2 Contexte2 - + Context3 Contexte3 - + Context4 Contexte4 - + Call Appeler - + Hangup Raccrocher - + Flip Retourner - + Ctrl Ctrl - + Shift Maj - + Alt Alt - + Meta Méta - + + + - + F%1 F%1 - + Home Page @@ -3642,27 +3665,27 @@ Voulez-vous l'écraser ? QSlider - + Page left Page précédente - + Page up Page précédente - + Position - + Page right Page suivante - + Page down Page suivante @@ -3670,7 +3693,7 @@ Voulez-vous l'écraser ? QSocks5SocketEngine - + Socks5 timeout error connecting to socks server Erreur d'expiration socks5 lors de l'établissement d'une connexion au serveur socks @@ -3678,12 +3701,12 @@ Voulez-vous l'écraser ? QSpinBox - + More - + Less @@ -3741,15 +3764,73 @@ Voulez-vous l'écraser ? Annuler vos modifications ? + + QSslSocket + + + Unable to write data: %1 + + + + + Error while reading: %1 + + + + + Error during SSL handshake: %1 + + + + + Error creating SSL context (%1) + + + + + Invalid or empty cipher list (%1) + + + + + Error creating SSL session, %1 + + + + + Error creating SSL session: %1 + + + + + Cannot provide a certificate with no key, %1 + + + + + Error loading local certificate, %1 + + + + + Error loading private key, %1 + + + + + Private key do not certificate public key, %1 + + + QTDSDriver - + Unable to open connection - + Unable to use database @@ -3757,12 +3838,12 @@ Voulez-vous l'écraser ? QTabBar - + Scroll Left - + Scroll Right @@ -3770,7 +3851,7 @@ Voulez-vous l'écraser ? QTcpServer - + Socket operation unsupported Operation socket non supportée @@ -3778,93 +3859,55 @@ Voulez-vous l'écraser ? QTextControl - + &Undo &Annuler - + &Redo A&nnuler Annuler - + Cu&t Co&uper - + &Copy Cop&ier - + Copy &Link Location - + &Paste Co&ller - + Delete Supprimer - + Select All Tout sélectionner - - QTextEdit - - - Select All - Tout sélectionner - - - - &Undo - &Annuler - - - - &Redo - A&nnuler Annuler - - - - Cu&t - Co&uper - - - - &Copy - Cop&ier - - - - &Paste - Co&ller - - - - Delete - Supprimer - - QToolButton - + Press - + Open Ouvrir @@ -3880,20 +3923,20 @@ Voulez-vous l'écraser ? QUndoGroup - + Undo - Annuler + - + Redo - Refaire + QUndoModel - + <empty> @@ -3901,12 +3944,12 @@ Voulez-vous l'écraser ? QUndoStack - + Undo - + Redo @@ -3914,57 +3957,57 @@ Voulez-vous l'écraser ? QUnicodeControlCharacterMenu - + LRM Left-to-right mark LRM Left-to-right mark - + RLM Right-to-left mark RLM Right-to-left mark - + ZWJ Zero width joiner ZWJ Zero width joiner - + ZWNJ Zero width non-joiner ZWNJ Zero width non-joiner - + ZWSP Zero width space ZWSP Zero width space - + LRE Start of left-to-right embedding LRE Start of left-to-right embedding - + RLE Start of right-to-left embedding RLE Start of right-to-left embedding - + LRO Start of left-to-right override LRO Start of left-to-right override - + RLO Start of right-to-left override RLO Start of right-to-left override - + PDF Pop directional formatting PDF Pop directional formatting - + Insert Unicode control character Insérer caractère de contrôle Unicode @@ -3972,7 +4015,7 @@ Voulez-vous l'écraser ? QWhatsThisAction - + What's This? Qu'est-ce que c'est ? @@ -3980,75 +4023,128 @@ Voulez-vous l'écraser ? QWidget - + * * + + QWizard + + + Go Back + + + + + Continue + + + + + Commit + + + + + Done + + + + + Quit + + + + + Help + Aide + + + + < &Back + < &Précédent + + + + &Finish + &Terminer + + + + Cancel + Annuler + + + + &Help + &Aide + + QWorkspace - + &Restore &Restaurer - + &Move &Déplacer - + &Size &Redimensionner - + Mi&nimize Réd&uire - + Ma&ximize Ma&ximiser - + &Close &Fermer - + Stay on &Top &Rester au premier plan - + Minimize Réduire - + Restore Down Restaurer en bas - + Close Fermer - + Sh&ade &Enrouler - + %1 - [%2] %1 - [%2] - + &Unshade &Dérouler @@ -4171,4 +4267,187 @@ Voulez-vous l'écraser ? déclaration autonome attendue dans la déclaration XML + + QXmlStream + + + Extra content at end of document. + + + + + Invalid entity value. + + + + + Invalid XML character. + + + + + Sequence ']]>' not allowed in content. + + + + + Namespace prefix '%1' not declared + + + + + Attribute redefined. + + + + + Unexpected character '%1' in public id literal. + + + + + Invalid XML version string. + + + + + Unsupported XML version. + + + + + %1 is an invalid encoding name. + + + + + Encoding %1 is unsupported + + + + + Invalid XML encoding name. + + + + + Standalone accepts only yes or no. + + + + + Invalid attribute in XML declaration. + + + + + Premature end of document. + + + + + Invalid document. + + + + + Expected + + + + + , but got ' + + + + + Unexpected ' + + + + + Expected character data. + + + + + Recursive entity detected. + + + + + Start tag expected. + + + + + XML declaration not at start of document. + + + + + NDATA in parameter entity declaration. + + + + + %1 is an invalid processing instruction name. + + + + + Invalid processing instruction name. + + + + + Illegal namespace declaration. + + + + + Invalid XML name. + + + + + Opening and ending tag mismatch. + + + + + Reference to unparsed entity '%1'. + + + + + Entity '%1' not declared. + + + + + Reference to external entity '%1' in attribute value. + + + + + Invalid character reference. + + + + + Encountered incorrectly encoded content. + + + + + The standalone pseudo attribute must appear after the encoding. + + + + + %1 is an invalid PUBLIC identifier. + + +