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émaDiagram 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 sousSave as
-
+ ErreurError
-
+ Fichier : File :
-
+ Folio : Folio :
-
+ Impossible d'ecrire dans ce fichierCan'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égorieEdit 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égorieNew category
-
+ Recharger les catégoriesReload categoriesSuppression de la catégorie
- Category deletion
+ Category deletion
-
+ Supprimer la catégorieDelete categorySupprimer 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égorieAdd a new category
@@ -286,35 +537,45 @@ Please check rights of the directory
Edit category
-
+ Nom de la nouvelle catégorieName 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éplacerThis 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 QETQET Collection
-
+ Collection utilisateurUser Collection
@@ -322,15 +583,93 @@ Please check rights of the directory
ElementsPanelWidget
-
+ Nouvel élémentNew element
-
+ Recharger les collectionsReload 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
+
+NamesListAjouter une ligne
- Add a line
+ Add a lineLa 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
+ LanguageNom
- Name
+ NameVous 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 pxAbscisse :
- Abscissa :
+ Abscissa :
-
+ Créer un nouvel élément : AssistantCreate a new element : wizard
-
+ ErreurErrorEst :
- 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
+ ForbiddenLargeur :
- Width :
+ Width :
-
+ Nom du nouvel élémentNew element nameNord :
- North :
+ North :Ordonnée :
- Ordinate :
+ Ordinate :Ouest :
- West :
+ West :Par défaut
- Default
+ DefaultPossible
- Allowed
+ Allowed
-
+ PrécédentBack 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 :
-
+ SuivantNext
-
+ ValiderFinish
-
+ Vous devez entrer un nom de fichierYou 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édenteActivates the previous window
-
+ Active la fenêtre suivanteActivates 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 visibleChanges the size of the plan so that it fits in the view
-
+ Afficha&geDispl&ay
-
+ Affiche des informations sur la bibliothèque QtDisplays informations about Qt library
-
+ Affiche des informations sur QElectroTechDisplays informations about QElectroTech
-
+ Affiche ou non la barre d'outilsDisplays or not the toolbar
-
+ Affiche ou non le panel d'appareilsDisplays or not the elements panel
-
+ Affiche QElectroTech en mode fenêtréDisplays QElectroTech in windowed mode
-
+ Affiche QElectroTech en mode plein écranDisplays QELectroTech in full screen mode
-
+ AfficherDisplay
-
+ Agrandir le schémaExpand the diagram
-
+ Agrandit le schémaExpand the diagram
-
+ Agrandit le schéma en hauteurExpand the diagram's height
-
+ &Aide&Help
-
+ Ajouter une colonneAdd a column
-
+ Ajoute une colonne au schémaAdd a column to the diagram
-
+ Aligne les fenêtres réduitesArranges all iconized windows at the bottom of the workspace
-
+ Annule l'action précédenteUndoes the previous action
-
+ Annu&ler&Undo
-
+ À &propos de QElectroTechA&bout QElectroTech
-
+ À propos de &QtAbout &Qt
-
+ Arranger les fenêtres réduitesArranges 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-papierCopies selected elements
-
+ Cop&ier&Copy
-
+ Co&uperCu&t
-
+ Crée un nouveau schémaOpens a new diagram
-
+ Ctrl+0
-
+ Ctrl+9
-
+ Ctrl+I
-
+ Ctrl+Q
-
+ Ctrl+RCtrl+R
-
+ Ctrl+Shift+A
-
+ Ctrl+Shift+FCtrl+Shift+F
-
+ Ctrl+Shift+I
-
+ Ctrl+Shift+X
-
+ Ctrl+SupprCtrl+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ésDeselects selected elements and select non-selected elements
-
+ Désélectionner toutSelect none
-
+ Désélectionne tous les éléments du schémaDeselect 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 cascadeArranges windows in a cascade pattern
-
+ Dispose les fenêtres en mosaïqueArranges windows in a tile pattern
-
+ Édite les informations affichées par le cartoucheEdit informations displayed by the inset
-
+ &Édition&Edit
-
+ Enlève les éléments sélectionnés du schémaRemoves selected elements from the plan
-
+ Enlever une colonneRemove a column
-
+ Enlève une colonne au schémaRemove a column from the diagram
-
+ Enregistre le schéma courantSaves the current plan
-
+ Enregistre le schéma courant avec un autre nom de fichierSaves the current plan as another filename
-
+ &Enregistrer&Save
@@ -1037,22 +1556,22 @@ Please check rights of the directory
Save the current schema ?
-
+ Enregistrer sousSave as
-
+ ErreurError
-
+ Exporte le schéma courant dans un autre formatExports 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édentePrevious Window
-
+ Fe&nêtresWi&ndows
-
+ Fenêtre suivanteNext Window
-
+ Ferme l'application QElectroTechCloses QElectroTech
-
+ Ferme le schéma courantCloses 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 courantImports 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 courantPrints the current plan
-
+ ImprimerPrint
-
+ Informations sur le schémaDiagram informations
-
+ Inverser la sélectionInvert selection
-
+ &Masquer&Hide
@@ -1157,47 +1676,47 @@ Please check rights of the directory
&Fullscreen Mode
-
+ Mode SelectionSelection Mode
-
+ Mode VisualisationView Mode
-
+ &Mosaïque&Tile
-
+ &Nouveau&New
-
+ O&utils&Tools
-
+ OutilsTools
-
+ Ouvre un schéma existantOpen an existing diagram
-
+ &Ouvrir&Open
-
+ Ouvrir un fichierOpen a file
@@ -1207,57 +1726,57 @@ Please check rights of the directory
P
-
+ Panel d'appareilsElements Panel
-
+ Pas de zoomReset zoom
-
+ Passer en &mode plein écranF&ullScreen Screen Mode
-
+ Permet de régler différents paramètres de QElectroTechAllows to specify various parameters for QElectroTech
-
+ Permet de sélectionner les élémentsAllows to select elements
-
+ Permet de visualiser le schéma sans pouvoir le modifierAllows to view the plan without modifying it
-
+ Pivote les éléments sélectionnésRotates selected elements
-
+ PivoterRotate
-
+ Place les éléments du presse-papier sur le schémaPastes elements from the clipboard into the plan
-
+ QElectrotechQElectrotech
-
+ QElectroTechQElectroTech
@@ -1267,52 +1786,52 @@ Please check rights of the directory
QElectrotech : Size of the drawing area :
-
+ &Quitter&Quit
-
+ Reduire QElectroTech dans le systrayMinimize QElectroTech to the sytray
-
+ Re&faire&Redo
-
+ Restaure l'action annuléeRestores the undone action
-
+ Restaure le zoom par défautRestores default zoom level
-
+ &Restaurer&Show
-
+ Restaurer QElectroTechRestore QElectroTech
-
+ Rétrécir le schémaShrink the diagram
-
+ Rétrécit le schémaShrinks the plan
-
+ Rétrécit le schéma en hauteurShrink 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émaSelects all elements on the plan
-
+ Sortir du &mode plein écranExit F&ullScreen Screen Mode
-
+ SupprimerDelete
-
+ Tout sélectionnerSelect All
-
+ Transfère les éléments sélectionnés dans le presse-papierPuts 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èreZoom Out
-
+ Zoom avantZoom 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
-
+ NameNom
-
+ ValueValeur
@@ -57,22 +57,22 @@
Q3FileDialog
-
+ Copy or Move a FileCopie ou déplace un fichier
-
+ Read: %1Lecture : %1
-
+ Write: %1Écriture : %1
-
+ CancelAnnuler
@@ -82,272 +82,272 @@
Tous les fichiers (*)
-
+ NameNom
-
+ SizeTaille
-
+ TypeType
-
+ DateDate
-
+ AttributesAttributs
-
+ &OK&OK
-
+ Look &in:Chercher &dans :
-
+ File &name:&Nom de fichier :
-
+ File &type:&Type de fichier :
-
+ BackPrécédent (historique)
-
+ One directory upAller au dossier parent
-
+ Create New FolderCréer un nouveau dossier
-
+ List ViewAffichage liste
-
+ Detail ViewAffichage détaillé
-
+ Preview File InfoInformations du fichier prévisualisé
-
+ Preview File ContentsContenu du fichier prévisualisé
-
+ Read-writeLecture-écriture
-
+ Read-onlyLecture seule
-
+ Write-onlyÉcriture seule
-
+ InaccessibleInaccessible
-
+ Symlink to FileLien symbolique vers un fichier
-
+ Symlink to DirectoryLien symbolique vers un dossier
-
+ Symlink to SpecialLien symbolique vers un fichier spécial
-
+ FileFichier
-
+ DirDossier
-
+ SpecialFichier spécial
-
+ OpenOuvrir
-
+ Save AsEnregistrer sous
-
+ &Open&Ouvrir
-
+ &Save&Enregistrer
-
+ &Rename&Renommer
-
+ &DeleteSuppri&mer
-
+ R&eloadR&echarger
-
+ Sort by &NameTrier par &nom
-
+ Sort by &SizeTrier par ta&ille
-
+ Sort by &DateTrier par &date
-
+ &Unsorted&Non trié
-
+ SortTri
-
+ Show &hidden filesAfficher les fic&hiers cachés
-
+ the filele fichier
-
+ the directoryle dossier
-
+ the symlinkle lien symbolique
-
+ Delete %1Supprimer %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 1Nouveau dossier 1
-
+ New FolderNouveau dossier
-
+ New Folder %1Nouveau dossier %1
-
+ Find DirectoryChercher dans le dossier
-
+ DirectoriesDossiers
-
+ Directory:Dossier :
-
+ ErrorErreur
-
+ %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 DirectorySélectionner un dossier
@@ -423,12 +423,12 @@ en
Q3MainWindow
-
+ Line upAligner
-
+ Customize...Personnaliser...
@@ -444,7 +444,7 @@ en
Q3ProgressDialog
-
+ CancelAnnuler
@@ -452,27 +452,27 @@ en
Q3TabDialog
-
+ OKOK
-
+ ApplyAppliquer
-
+ HelpAide
-
+ DefaultsPar défaut
-
+ CancelAnnuler
@@ -480,37 +480,37 @@ en
Q3TextEdit
-
+ &Undo&Annuler
-
+ &RedoA&nnuler Annuler
-
+ Cu&tCo&uper
-
+ &CopyCop&ier
-
+ &PasteCo&ller
-
+ ClearEffacer
-
+ Select AllTout 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 supportedLe protocole '%1' n'est pas géré
-
+ The protocol `%1' does not support listing directoriesLe protocole `%1' ne permet pas de lister les fichiers d'un dossier
-
+ The protocol `%1' does not support creating new directoriesLe protocole `%1' ne permet pas de créer de nouveaux dossiers
-
+ The protocol `%1' does not support removing files or directoriesLe protocole `%1' ne permet pas de supprimer des fichiers ou des dossiers
-
+ The protocol `%1' does not support renaming files or directoriesLe protocole `%1' ne permet pas de renommer des fichiers ou des dossiers
-
+ The protocol `%1' does not support getting filesLe protocole `%1' ne permet pas de recevoir des fichiers
-
+ The protocol `%1' does not support putting filesLe protocole `%1' ne permet pas d'envoyer des fichiers
-
+ The protocol `%1' does not support copying or moving files or directoriesLe protocole `%1' ne permet pas de copier ou de déplacer des fichiers
-
+ (unknown)(inconnu)
@@ -670,54 +670,59 @@ en
QAbstractSocket
-
+ Host not foundHôte introuvable
-
+ Connection refusedConnexion refusée
-
+ Socket operation timed outOpé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_DIRECTIONTranslate 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 ErrorErreur : bibliothèque Qt incompatible
@@ -735,22 +740,22 @@ en
QAxSelect
-
+ Select ActiveX ControlSélectionner un contrôle ActiveX
-
+ OKOK
-
+ &Cancel&Annuler
-
+ COM &Object:&Objet COM :
@@ -758,90 +763,90 @@ en
QCheckBox
-
+ UncheckDécocher
-
+ CheckCocher
-
+ Toggle
- Inverser
+ ChangerQColorDialog
-
+ Hu&e:&Teinte :
-
+ &Sat:&Saturation :
-
+ &Val:&Valeur :
-
+ &Red:&Rouge :
-
+ &Green:&Vert :
-
+ Bl&ue:Ble&u :
-
+ A&lpha channel:Canal a&lpha :
-
+ &Basic colorsCouleurs de &base
-
+ &Custom colors&Couleurs personnalisées
-
+ &Define Custom Colors >>Définir des &couleurs personnalisées >>
-
+ OKOK
-
+ CancelAnnuler
-
+ &Add to Custom Colors&Ajouter aux couleurs personnalisées
-
+ Select colorSélection d'une couleur
@@ -849,94 +854,127 @@ en
QComboBox
-
+ OpenOuvrir
+
+
+ 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-soumissionQDB2Result
-
+ 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
-
+ AMAM
-
+ amam
-
+ PMPM
-
+ pmpm
+
+ 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
-
+ NameNom
-
+ SizeTaille
-
- Type
- Type
-
-
-
- Modified
- Modifié
-
-
-
+ KindMatch OS X Finder
-
+ TypeAll other platformsType
-
+ 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
-
-
-
+ BackPrécédent (historique)
-
- Create New Folder
- Créer un nouveau dossier
-
-
-
+ List ViewAffichage liste
-
+ Detail ViewAffichage détaillé
-
+ OpenOuvrir
-
+ &Open&Ouvrir
-
+ &Save&Enregistrer
-
+ &Rename&Renommer
-
+ &DeleteSuppri&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 filesAfficher les fic&hiers cachés
-
+ DirectoriesDossiers
-
- 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 ComputerMon ordinateur
-
- &Reload
- &Recharger
-
-
-
+ Parent DirectoryDossier 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&yleSt&yle de police
-
+ &Size&Taille
-
+ EffectsEffets
-
+ Stri&keout&Barré
-
+ &Underline&Souligné
-
+ SampleExemple
-
- OK
- OK
-
-
-
- Apply
- Appliquer
-
-
-
- Cancel
- Annuler
-
-
-
- Close
- Fermer
-
-
-
+ Select FontChoisir 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 foundHôte introuvable
-
+ Unknown address typeAdresse de type inconnu
-
+ Unknown errorErreur inconnue
@@ -1648,32 +1664,32 @@ Veuillez vérifier que le nom du dossier est correct.
Échec de la requête HTTP
-
+ Host %1 foundHôte %1 trouvé
-
+ Host foundHôte trouvé
-
+ Connected to host %1Connecté à l'hôte %1
-
+ Connected to hostConnecté à l'hôte
-
+ Connection to %1 closedConnexion à %1 arrêtée
-
+ Connection closedConnexion 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 bodyFragment 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 transactionQIBaseResult
-
+ 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 deniedAccès refusé
-
+ Too many open filesTrop de fichiers ouverts simultanément
-
+ No such file or directoryAucun fichier ou dossier de ce nom
-
+ No space left on deviceAucun espace disponible sur le périphérique
-
+ Unknown errorErreur 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 AllTout sélectionner
-
+ &Undo&Annuler
-
+ &RedoA&nnuler Annuler
-
+ Cu&tCo&uper
-
+ &CopyCop&ier
-
+ &PasteCo&ller
-
+ DeleteSupprimer
@@ -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 transactionQMYSQLResult
-
+ 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]
+
+
+ CloseFermer
-
+
+ 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
+
+
+ OpenOuvrir
-
+ Execute
+
+ QMenuBar
+
+
+ About
+
+
+
+
+ Config
+
+
+
+
+ Preference
+
+
+
+
+ Options
+ Options
+
+
+
+ Setting
+
+
+
+
+ Setup
+
+
+
+
+ Quit
+
+
+
+
+ Exit
+
+
+
+
+ About %1
+
+
+
+
+ About Qt
+ À propos de Qt
+
+
+
+ Preferences
+
+
+
+
+ Quit %1
+
+
+QMessageBox
-
+ OKOK
-
- 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
-
+ HelpAide
-
- <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 Windows, Mac OS 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 Windows, Mac OS 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 Windows, Mac OS 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 Windows, Mac OS 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 connectionL'hôte distant a fermé la connexion
-
+ Network operation timed outL'opération réseau a expiré
-
+ Out of resourcesManque de ressources
-
+ Unsupported socket operationOpération socket non supportée
-
+ Protocol type not supportedProtocol non géré
-
+ Invalid socket descriptorDescripteur de socket invalide
-
+ Network unreachableRéseau impossible à rejoindre
-
+ Permission deniedAccès refusé
-
+ Connection timed outConnexion expirée
-
+ Connection refusedConnexion refusée
-
+ The bound address is already in useL'adresse liée est déjà en usage
-
+ The address is not availableL'adresse n'est pas disponible
-
+ The address is protectedL'adresse est protégée
-
- Datagram was to large to send
- Le datagramme est trop gros pour pouvoir être envoyé
-
-
-
+ Unable to send a messageImpossible d'envoyer un message
-
+ Unable to receive a messageImpossible de recevoir un message
-
+ Unable to writeImpossible d'écrire
-
+ Network errorErreur réseau
-
+ Another socket is already listening on the same portUn autre socket écoute déjà sur le même port
-
+ Unable to initialize non-blocking socketImpossible d'initialiser le socket asynchrone
-
+ Unable to initialize broadcast socketImpossible d'initialiser le socket broadcast
-
+ Attempt to use IPv6 socket on a platform with no IPv6 supportTentative 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 errorErreur 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
+ QOCIDriverQOCIResult
-
+ 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ébutQPSQLDriver
-
+ 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 connectedconnecté en local
@@ -2509,11 +2594,6 @@ Veuillez vérifier que le nom du dossier est correct.
unknowninconnu
-
-
- Unknown Location
- Emplacement inconnu
- OK
@@ -2524,260 +2604,205 @@ Veuillez vérifier que le nom du dossier est correct.
CancelAnnuler
-
-
- 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 rangeImprimer 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 pageNumber of copies:
- Nombre de copies :
+ Nombre de copies :Paper format
- Format du papier
+ Format du papier
-
+ PortraitPortrait
-
+ LandscapePaysage
-
+ 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: %1Alias : %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
+ EnregistrerOK
- OK
-
-
-
- QProcess
-
-
- Unknown error
- Erreur inconnue
-
-
-
- QProgressBar
-
-
- %1%
- %1 %
+ OKQProgressDialog
-
+ CancelAnnuler
@@ -2939,7 +2962,7 @@ Voulez-vous l'écraser ?
QPushButton
-
+ OpenOuvrir
@@ -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 hereDéfiler jusqu'ici
-
+ Left edgeExtrême gauche
-
+ TopEn haut
-
+ Right edgeExtrême droite
-
+ BottomEn bas
-
+ Page leftPage précédente
-
+ Page upPage précédente
-
+ Page rightPage suivante
-
+ Page downPage suivante
-
+ Scroll leftDéfiler vers la gauche
-
+ Scroll upDéfiler vers le haut
-
+ Scroll rightDéfiler vers la droite
-
+ Scroll downDéfiler vers le bas
-
+ Line upAligner
-
+ Position
-
+ Line down
@@ -3178,463 +3201,463 @@ Voulez-vous l'écraser ?
QShortcut
-
+ SpaceEspace
-
+ EscÉchap
-
+ TabTab
-
+ BacktabTab arr
-
+ BackspaceEffacement
-
+ ReturnRetour
-
+ EnterEntrée
-
+ InsInser
-
+ DelSuppr
-
+ PausePause
-
+ PrintImpr écran
-
+ SysReqSyst
-
+ HomeDébut
-
+ EndFin
-
+ LeftGauche
-
+ UpHaut
-
+ RightDroite
-
+ DownBas
-
+ PgUpPage préc
-
+ PgDownPage suiv
-
+ CapsLockVerr maj
-
+ NumLockVerr num
-
+ ScrollLockArrêt défil
-
+ MenuMenu
-
+ HelpAide
-
+ BackPrécédent (historique)
-
+ ForwardSuccesseur (historique)
-
+ StopStop
-
+ RefreshRafraîchir
-
+ Volume DownVolume bas
-
+ Volume MuteVolume muet
-
+ Volume UpVolume haut
-
+ Bass BoostGraves fort
-
+ Bass UpGraves haut
-
+ Bass DownGraves bas
-
+ Treble UpAigus haut
-
+ Treble DownAigus bas
-
+ Media PlayMédia démarrer
-
+ Media StopMédia arrêt
-
+ Media PreviousMédia précédent
-
+ Media NextMédia suivant
-
+ Media RecordMédia enregistrer
-
+ FavoritesPréférés
-
+ SearchRecherche
-
+ StandbyAttente
-
+ Open URLOuvrir URL
-
+ Launch MailLancer courrier
-
+ Launch MediaLancer 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
-
+ InsertInsérer
-
+ DeleteSupprimer
-
+ EscapeÉchapement
-
+ System RequestSystème
-
+ SelectSélectionner
-
+ YesOui
-
+ NoNon
-
+ Context1Contexte1
-
+ Context2Contexte2
-
+ Context3Contexte3
-
+ Context4Contexte4
-
+ CallAppeler
-
+ HangupRaccrocher
-
+ FlipRetourner
-
+ CtrlCtrl
-
+ ShiftMaj
-
+ AltAlt
-
+ MetaMéta
-
+ ++
-
+ F%1F%1
-
+ Home Page
@@ -3642,27 +3665,27 @@ Voulez-vous l'écraser ?
QSlider
-
+ Page leftPage précédente
-
+ Page upPage précédente
-
+ Position
-
+ Page rightPage suivante
-
+ Page downPage suivante
@@ -3670,7 +3693,7 @@ Voulez-vous l'écraser ?
QSocks5SocketEngine
-
+ Socks5 timeout error connecting to socks serverErreur 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 unsupportedOperation socket non supportée
@@ -3778,93 +3859,55 @@ Voulez-vous l'écraser ?
QTextControl
-
+ &Undo&Annuler
-
+ &RedoA&nnuler Annuler
-
+ Cu&tCo&uper
-
+ &CopyCop&ier
-
+ Copy &Link Location
-
+ &PasteCo&ller
-
+ DeleteSupprimer
-
+ Select AllTout 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
-
+ OpenOuvrir
@@ -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 markLRM Left-to-right mark
-
+ RLM Right-to-left markRLM Right-to-left mark
-
+ ZWJ Zero width joinerZWJ Zero width joiner
-
+ ZWNJ Zero width non-joinerZWNJ Zero width non-joiner
-
+ ZWSP Zero width spaceZWSP Zero width space
-
+ LRE Start of left-to-right embeddingLRE Start of left-to-right embedding
-
+ RLE Start of right-to-left embeddingRLE Start of right-to-left embedding
-
+ LRO Start of left-to-right overrideLRO Start of left-to-right override
-
+ RLO Start of right-to-left overrideRLO Start of right-to-left override
-
+ PDF Pop directional formattingPDF Pop directional formatting
-
+ Insert Unicode control characterInsé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&nimizeRéd&uire
-
+ Ma&ximizeMa&ximiser
-
+ &Close&Fermer
-
+ Stay on &Top&Rester au premier plan
-
+ MinimizeRéduire
-
+ Restore DownRestaurer en bas
-
+ CloseFermer
-
+ 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.
+
+
+