diff --git a/app/src/gambas3/.lang/fr.po b/app/src/gambas3/.lang/fr.po index dd0e33af5..c9220cc35 100644 --- a/app/src/gambas3/.lang/fr.po +++ b/app/src/gambas3/.lang/fr.po @@ -222,18 +222,6390 @@ msgid "" msgstr "" "Project-Id-Version: gambas3 3.16.90\n" -"PO-Revision-Date: 2022-02-04 03:01 UTC\n" +"POT-Creation-Date: 2022-02-04 23:13 UTC\n" +"PO-Revision-Date: 2022-02-04 20:39 UTC\n" "Last-Translator: Benoît Minisini \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +# gb-ignore +#: .project:1 +msgid "Gambas 3" +msgstr "" + +#: .project:2 +msgid "Integrated Development Environment for Gambas" +msgstr "Environnement de développement intégré pour Gambas" + +#: CBookmark.class:40 +msgid "Define bookmark" +msgstr "Définir un signet" + +#: CBookmark.class:45 +msgid "Clear all bookmarks" +msgstr "Effacer tous les signets" + +#: CBookmark.class:49 +msgid "Previous bookmark" +msgstr "Signet précédent" + +#: CBookmark.class:54 +msgid "Next bookmark" +msgstr "Signet suivant" + +#: CClassInfo.class:618 +msgid "Static properties" +msgstr "Propriétés statiques" + +#: CClassInfo.class:619 +msgid "Static variables" +msgstr "Variables statiques" + +#: CClassInfo.class:620 +msgid "Static methods" +msgstr "Méthodes statiques" + +#: CClassInfo.class:621 +msgid "Constants" +msgstr "Constantes" + +#: CClassInfo.class:638 FMain.form:609 FProperty.form:28 +msgid "Properties" +msgstr "Propriétés" + +#: CClassInfo.class:639 +msgid "Variables" +msgstr "Variables" + +#: CClassInfo.class:640 +msgid "Methods" +msgstr "Méthodes" + +#: CClassInfo.class:641 +msgid "Events" +msgstr "Evènements" + +#: CClassInfo.class:663 +msgid "This class reimplements &1" +msgstr "Cette class réimplémente &1" + +#: CClassInfo.class:665 +msgid "This class inherits &1" +msgstr "Cette class hérite de &1" + +#: CClassInfo.class:671 +msgid "in &1" +msgstr "dans &1" + +#: CClassInfo.class:679 +msgid "This class can be used like an object by creating an hidden instance on demand." +msgstr "Cette classe peut être utilisée comme un objet en créant une instance cachée à la demande." + +#: CClassInfo.class:684 +msgid "This class is &1." +msgstr "Cette classe est &1." + +#: CClassInfo.class:684 +msgid "creatable" +msgstr "instanciable" + +#: CClassInfo.class:689 +msgid "This class is static." +msgstr "Cette classe est statique." + +#: CClassInfo.class:691 +msgid "This class is not creatable." +msgstr "Cette classe n'est pas instanciable." + +#: CClassInfo.class:697 +msgid "This class can be used as a &1." +msgstr "Cette classe peut être utilisée comme &1." + +#: CClassInfo.class:697 +msgid "function" +msgstr "fonction" + +#: CClassInfo.class:702 +msgid "This class acts like a &1 / &2 array." +msgstr "Cette classe se comporte comme un tableau accessible en &1 / &2." + +#: CClassInfo.class:702 +msgid "read" +msgstr "lecture" + +#: CClassInfo.class:702 +msgid "write" +msgstr "écriture" + +#: CClassInfo.class:704 +msgid "This class acts like a &1 array." +msgstr "Cette classe se comporte comme un tableau accessible en &1." + +#: CClassInfo.class:704 +msgid "write-only" +msgstr "écriture seule" + +#: CClassInfo.class:707 Project.module:1712 +msgid "read-only" +msgstr "lecture seule" + +#: CClassInfo.class:712 +msgid "This class is &1 with the FOR EACH keyword." +msgstr "Cette classe est &1 à l'aide du mot-clef FOR EACH." + +#: CClassInfo.class:712 +msgid "enumerable" +msgstr "énumérable" + +#: CClassInfo.class:850 +msgid "This class reimplements" +msgstr "Cette classe réimplémente" + +#: CClassInfo.class:852 +msgid "This class inherits" +msgstr "Cette classe hérite de" + +#: CClassInfo.class:867 +msgid "This class is virtual." +msgstr "Cette class est virtuelle." + +#: CClassInfo.class:869 +msgid "This class can be used like an object by creating a hidden instance on demand." +msgstr "Cette classe peut s'utiliser comme un objet, auquel cas une instance cachée sera créée automatiquement." + +#: CClassInfo.class:894 +msgid "static function" +msgstr "fonction statique" + +#: CClassInfo.class:901 +msgid "This class acts like a &1 / &2 static array." +msgstr "Cette classe se comporte comme un tableau statique en &1 / &2." + +#: CClassInfo.class:903 +msgid "This class acts like a &1 static array." +msgstr "Cette classe se comporte comme un tableau statique en &1." + +#: CClassInfo.class:915 +msgid "This class is &1 with the &2 keyword." +msgstr "Cette classe est &1 à l'aide du mot-clef &2." + +#: CClassInfo.class:915 +msgid "statically enumerable" +msgstr "énumérable statiquement" + +#: CComponent.class:173 +msgid "Loading information on component &1..." +msgstr "Chargement des informations sur le composant &1..." + +#: CComponent.class:175 +msgid "Loading information on project..." +msgstr "Chargement des informations sur le projet..." + +#: CComponent.class:472 +msgid "Unable to load component." +msgstr "Impossible de charger le composant." + +#: CComponent.class:553 FHelpBrowser.form:150 FProjectProperty.class:854 +msgid "Classes" +msgstr "Classes" + +#: CComponent.class:595 FDebugInfo.class:50 FMain.form:990 +msgid "Class" +msgstr "Classe" + +#: CComponent.class:597 FConnectionEditor.class:320 FMakeInstall.form:316 +#: FProjectProperty.form:308 FPublish.form:125 FSoftwareFarm.form:328 +msgid "Description" +msgstr "Description" + +#: CComponent.class:624 +msgid "This component is not stable yet." +msgstr "Ce composant n'est pas encore stable." + +#: CComponent.class:626 +msgid "This component is deprecated." +msgstr "Ce composant est déprécié." + +#: CComponent.class:635 CVersionControlGit.class:508 FProjectVersion.class:287 +msgid "Author" +msgstr "Auteur" + +#: CComponent.class:637 FAbout.class:218 FProjectProperty.form:449 +msgid "Authors" +msgstr "Auteurs" + +#: CComponent.class:647 +msgid "Implements" +msgstr "Implémente" + +#: CComponent.class:659 CLibraryInfo.class:214 LibraryItem.class:60 +msgid "Requires" +msgstr "Nécessite" + +#: CComponent.class:674 +msgid "Excludes" +msgstr "Exclut" + +#: CDocumentation.class:51 +msgid "Internal native classes" +msgstr "Classes natives internes" + +#: CDocumentation.class:52 +msgid "Program arguments parser" +msgstr "Analyseur des arguments du programme" + +#: CDocumentation.class:53 +msgid "Cairo graphic library" +msgstr "Bibliothèque graphique Cairo" + +#: CDocumentation.class:54 +msgid "Chart drawing" +msgstr "Dessin de graphes" + +#: CDocumentation.class:55 +msgid "Polygon management based on Clipper library" +msgstr "Gestion des polygones basée sur la bibliothèque Clipper" + +#: CDocumentation.class:56 +msgid "Complex numbers management" +msgstr "Gestion des nombres complexes" + +#: CDocumentation.class:57 +msgid "Compression & decompression" +msgstr "Compression et décompression" + +#: CDocumentation.class:58 +msgid "bzlib2 compression driver" +msgstr "Pilote de compression bzlib2" + +#: CDocumentation.class:59 +msgid "zlib compression driver" +msgstr "Pilote de compression zlib" + +#: CDocumentation.class:60 +msgid "zstd compression driver" +msgstr "Pilote de compression zstd" + +#: CDocumentation.class:61 +msgid "MD5/DES/SHA crypting" +msgstr "Chiffrement MD5/DES/SHA" + +#: CDocumentation.class:62 +msgid "More data containers" +msgstr "Conteneurs de données supplémentaires" + +#: CDocumentation.class:63 +msgid "Database access" +msgstr "Accès aux bases de données" + +#: CDocumentation.class:65 +msgid "Data bound controls" +msgstr "Contrôles liés aux données" + +#: CDocumentation.class:66 +msgid "MySQL database driver" +msgstr "Pilote de base de données MySQL" + +#: CDocumentation.class:67 +msgid "ODBC database driver" +msgstr "Pilote de base de données ODBC" + +#: CDocumentation.class:68 +msgid "PostgreSQL database driver" +msgstr "Pilote de base de données PostgreSQL" + +#: CDocumentation.class:69 +msgid "SQLite 2 database driver" +msgstr "Pilote de base de données SQLite 2" + +#: CDocumentation.class:70 +msgid "SQLite 3 database driver" +msgstr "Pilote de base de données SQLite 3" + +#: CDocumentation.class:71 +msgid "Application debugger helper" +msgstr "Debogueur intégré" + +#: CDocumentation.class:72 +msgid "Desktop management component" +msgstr "Composant de gestion de bureau" + +#: CDocumentation.class:73 +msgid "X-Window library support" +msgstr "Support de la bibliothèque X-Window" + +#: CDocumentation.class:74 +msgid "Gnome keyring support for desktop management component" +msgstr "Support du coffre-fort Gnome pour le composant de gestion de bureau" + +#: CDocumentation.class:75 +msgid "D-Bus interface" +msgstr "Interfaçage avec D-Bus" + +#: CDocumentation.class:76 +msgid "Expression evaluator" +msgstr "Evaluateur d'expressions" + +#: CDocumentation.class:77 +msgid "Syntax highlighter routines" +msgstr "Routines de coloration syntaxique" + +#: CDocumentation.class:78 +msgid "More controls for graphical components" +msgstr "Controles supplémentaires pour les composants graphiques" + +#: CDocumentation.class:79 +msgid "Enhanced standard dialogs" +msgstr "Boîtes de dialogue standard améliorées" + +#: CDocumentation.class:80 +msgid "Text editor with syntax highlighting" +msgstr "Éditeur de texte avec coloration syntaxique" + +#: CDocumentation.class:81 +msgid "HTML viewer based on litehtml library" +msgstr "Afficheur de HTML basé sur la librairie litehtml" + +#: CDocumentation.class:82 +msgid "Multi Document Interface" +msgstr "Interface multi-documents" + +#: CDocumentation.class:83 +msgid "Generic preview and print form" +msgstr "Formulaire de prévisualisation et d'impression générique" + +#: CDocumentation.class:84 +msgid "Default icon theme" +msgstr "Thème d'icônes par défaut" + +#: CDocumentation.class:85 +msgid "Terminal emulator" +msgstr "Emulateur de terminal" + +#: CDocumentation.class:86 +msgid "GNU Multiple Precision Arithmetic Library" +msgstr "Bibliothèque d'arithmétique multi-précision GNU" + +#: CDocumentation.class:87 +msgid "GNU Scientific Library" +msgstr "Bibliothèque scientifique GNU" + +#: CDocumentation.class:88 +msgid "GTK+2 toolkit" +msgstr "Bibliothèque GTK+2" + +#: CDocumentation.class:89 +msgid "OpenGL with GTK+ toolkit" +msgstr "OpenGL avec GTK+" + +#: CDocumentation.class:90 +msgid "GTK+3 toolkit" +msgstr "Bibliothèque GTK+3" + +#: CDocumentation.class:91 +msgid "OpenGL with GTK+3 toolkit" +msgstr "OpenGL avec GTK+3" + +#: CDocumentation.class:92 +msgid "GTK+3 web browser component" +msgstr "Composant de navigateur web pour GTK+3" + +#: CDocumentation.class:93 +msgid "QT/GTK+ switcher component" +msgstr "Sélection du composant graphique selon le bureau" + +#: CDocumentation.class:94 +msgid "OpenGL with QT/GTK+ switcher component" +msgstr "Sélection du composant graphique OpenGL selon le bureau" + +#: CDocumentation.class:95 +msgid "QT/GTK+ web browser switcher component" +msgstr "Sélection du composant de navigateur web selon le bureau" + +#: CDocumentation.class:96 +msgid "QT4/QT5 switcher component" +msgstr "Sélection du composant QT4 ou QT5" + +#: CDocumentation.class:97 +msgid "QT4/QT5 OpenGL switcher component" +msgstr "Sélection du composant OpenGL selon le bureau" + +#: CDocumentation.class:98 +msgid "QT4/QT5 WebKit switcher component" +msgstr "Sélection du composant WebKit QT4 ou QT5" + +#: CDocumentation.class:99 +msgid "System tray icon management component" +msgstr "Composant de gestion des icônes de notifications système" + +#: CDocumentation.class:100 FProjectProperty.form:274 +msgid "Embedded HTTP server" +msgstr "Server HTTP embarqué" + +#: CDocumentation.class:101 +msgid "Image management" +msgstr "Gestion des images" + +#: CDocumentation.class:102 +msgid "Image filtering component" +msgstr "Composant de filtrage d'images" + +#: CDocumentation.class:103 +msgid "Image routines from the Imlib2 library" +msgstr "Gestion des images basée sur la bibliothèque Imlib2" + +#: CDocumentation.class:104 FProjectProperty.form:582 +msgid "Image loading and saving" +msgstr "Chargement et sauvegarde d'images" + +#: CDocumentation.class:105 +msgid "Filesystem events monitoring" +msgstr "Surveillance des évènements du système de fichier" + +#: CDocumentation.class:106 +msgid "XML tools based on libxml" +msgstr "Outils XML basés sur la bibliothèque libxml" + +#: CDocumentation.class:107 +msgid "Flexible logging system" +msgstr "Système de log flexible" + +#: CDocumentation.class:108 +msgid "Online map viewer" +msgstr "Afficheur de plans depuis le réseau" + +#: CDocumentation.class:109 +msgid "Gambas Markdown markup syntax" +msgstr "Syntaxe de balisage Markdown Gambas" + +#: CDocumentation.class:110 +msgid "GStreamer multimedia component" +msgstr "Composant multimedia GStreamer" + +#: CDocumentation.class:111 +msgid "Multimedia controls" +msgstr "Contrôles multimedia" + +#: CDocumentation.class:112 +msgid "Memcached client" +msgstr "Client Memcached" + +#: CDocumentation.class:113 +msgid "MIME format management based on GMime library" +msgstr "Gestion du format MIME basée sur la bibliothèque GMime" + +#: CDocumentation.class:114 +msgid "MySQL specific routines" +msgstr "Routines spécifiques pour MySQL" + +#: CDocumentation.class:115 +msgid "NCurses library" +msgstr "Bibliothèque NCurses" + +#: CDocumentation.class:116 +msgid "Network programming" +msgstr "Programmation réseau" + +#: CDocumentation.class:117 +msgid "Network high-level protocols management" +msgstr "Gestion de protocoles réseaux de haut-niveau" + +#: CDocumentation.class:118 +msgid "POP3 client" +msgstr "Client POP3" + +#: CDocumentation.class:119 +msgid "SMTP client" +msgstr "Client SMTP" + +#: CDocumentation.class:120 +msgid "OpenAL 3D audio library" +msgstr "Bibliothèque audio 3D OpenAL" + +#: CDocumentation.class:121 +msgid "3D programming with OpenGL" +msgstr "Programmation 3D avec OpenGL" + +#: CDocumentation.class:122 +msgid "OpenGL utility component" +msgstr "Composant utilitaire OpenGL" + +#: CDocumentation.class:123 +msgid "OpenGL shaders management" +msgstr "Gestion des shaders OpenGL" + +#: CDocumentation.class:124 +msgid "Simple OpenGL game engine based on MD2 format" +msgstr "Moteur OpenGL simplifié basé sur le format MD2" + +#: CDocumentation.class:125 +msgid "OpenSSL library routines" +msgstr "Routines de la bibliothèque OpenSSL" + +#: CDocumentation.class:126 +msgid "GNU command option parser" +msgstr "Analyseur d'options de ligne de commande GNU" + +#: CDocumentation.class:127 +msgid "Perl-compatible Regular Expression Matching" +msgstr "Expression rationnelles compatibles avec Perl" + +#: CDocumentation.class:128 +msgid "PDF renderer based on Poppler library" +msgstr "Lecture de PDF basée sur la bibliothèque Poppler" + +#: CDocumentation.class:130 +msgid "QT4 toolkit" +msgstr "Bibliothèque QT4" + +#: CDocumentation.class:131 +msgid "QT4 toolkit extension" +msgstr "Contrôles supplémentaires pour le composant QT4" + +#: CDocumentation.class:132 +msgid "QT4 WebKit component" +msgstr "Composant WebKit de QT4" + +#: CDocumentation.class:133 +msgid "OpenGL with QT4 toolkit" +msgstr "OpenGL avec QT4" + +#: CDocumentation.class:134 +msgid "QT5 toolkit" +msgstr "Bibliothèque QT5" + +#: CDocumentation.class:135 +msgid "QT5 WebKit component" +msgstr "Composant WebKit de QT5" + +#: CDocumentation.class:136 +msgid "QT5 web browser component" +msgstr "Composant de navigateur web pour QT5" + +#: CDocumentation.class:137 +msgid "OpenGL with QT5 toolkit" +msgstr "OpenGL avec QT5" + +#: CDocumentation.class:138 +msgid "QT5 toolkit extension" +msgstr "Contrôles supplémentaires pour le composant QT5" + +#: CDocumentation.class:139 +msgid "Report designer" +msgstr "Générateur d'états" + +#: CDocumentation.class:141 +msgid "Scanner management library based on SANE" +msgstr "Bibliothèque de gestion des scanners basée sur SANE" + +#: CDocumentation.class:142 +msgid "SDL library" +msgstr "Bibliothèque SDL" + +#: CDocumentation.class:143 +msgid "SDL sound & CD-ROM management" +msgstr "Gestion du son et du CD-ROM basé sur la bibliothèque SDL" + +#: CDocumentation.class:144 +msgid "SDL2 component" +msgstr "Composant SDL2" + +#: CDocumentation.class:145 +msgid "SDL2 audio component" +msgstr "Composant audio SDL2" + +#: CDocumentation.class:146 +msgid "Application settings management" +msgstr "Gestion des fichiers de configuration" + +#: CDocumentation.class:147 +msgid "Signals management" +msgstr "Gestion des signaux" + +#: CDocumentation.class:148 +msgid "Terminal management" +msgstr "Gestion du terminal" + +#: CDocumentation.class:149 +msgid "Graphical terminal applications development" +msgstr "Développement d'application graphiques pour terminaux" + +#: CDocumentation.class:150 +msgid "Unit tests component" +msgstr "Réalisation de tests unitaires" + +#: CDocumentation.class:151 +msgid "Utility component" +msgstr "Routines utilitaires" + +#: CDocumentation.class:152 +msgid "Web applications utility component" +msgstr "Routines utilitaires pour les applications Web" + +#: CDocumentation.class:153 +msgid "Video capture" +msgstr "Capture vidéo" + +#: CDocumentation.class:154 +msgid "Visual Basic compatibility" +msgstr "Compatibilité avec Visual Basic" + +#: CDocumentation.class:155 +msgid "XML tools" +msgstr "Outils XML" + +#: CDocumentation.class:156 +msgid "HTML generator" +msgstr "Générateur HTML" + +#: CDocumentation.class:157 +msgid "XML-RPC protocol" +msgstr "Protocole XML-RPC" + +#: CDocumentation.class:158 +msgid "XSLT tools based on libxslt and libxml" +msgstr "Outils XSLT basés sur libxslt et libxml" + +#: CDocumentation.class:159 +msgid "Web applications tools" +msgstr "Outils pour les applications Web" + +#: CDocumentation.class:160 +msgid "Web feed parser and generator" +msgstr "Générateur et analyseur de flux web" + +#: CDocumentation.class:161 +msgid "Web application development" +msgstr "Développement d'applications Web" + +#: CDocumentation.class:162 +msgid "Web application development using processes as session" +msgstr "Développement d'applications Web utilisant des processus comme sessions" + +#: CDocumentation.class:168 FProjectProperty.form:570 +msgid "Graphical form management" +msgstr "Gestion de formulaires graphiques" + +#: CDocumentation.class:169 FProjectProperty.form:576 +msgid "Event loop management" +msgstr "Gestion de la boucle d'évènements" + +#: CDocumentation.class:171 FProjectProperty.form:593 +msgid "OpenGL display" +msgstr "Affichage OpenGL" + +#: CDocumentation.class:172 +msgid "Complex numbers" +msgstr "Nombres complexes" + +#: CDocumentation.class:173 FProjectProperty.form:599 +msgid "XML management" +msgstr "Gestion du XML" + +#: CInsertColor.class:295 FEditor.form:213 FTextEditor.form:246 +msgid "Insert color" +msgstr "Insérer une couleur" + +#: CInsertDate.class:58 FEditor.form:567 FTextEditor.form:597 +msgid "Insert today's date" +msgstr "Insérer la date du jour" + +#: CLibraryInfo.class:197 +msgid "&1: &2" +msgstr "&1 : &2" + +#: CLibraryInfo.class:209 FDebugInfo.class:42 FMakeExecutable.form:43 +#: FProjectProperty.form:340 LibraryItem.class:54 +msgid "Location" +msgstr "Emplacement" + +#: CLibraryInfo.class:211 LibraryItem.class:56 +msgid "WARNING! Library not found." +msgstr "ATTENTION ! Bibliothèque introuvable." + +#: CLibraryInfo.class:213 LibraryItem.class:58 +msgid "Provides" +msgstr "Fournit" + +#: CModule.class:29 FEditor.form:420 FForm.form:475 FMain.form:997 +#: FToolBox.class:26 +msgid "Form" +msgstr "Formulaire" + +#: CModule.class:29 +msgid "Forms" +msgstr "Formulaires" + +#: CModule.class:29 +msgid "Gambas forms" +msgstr "Formulaires Gambas" + +#: CModule.class:30 +msgid "Gambas web pages" +msgstr "Pages web Gambas" + +#: CModule.class:30 FMain.form:1004 +msgid "WebPage" +msgstr "Page Web" + +#: CModule.class:30 +msgid "WebPages" +msgstr "Pages Web" + +#: CModule.class:31 +msgid "Gambas reports" +msgstr "États Gambas" + +#: CModule.class:31 FMain.form:1011 FToolBox.class:26 +msgid "Report" +msgstr "État" + +#: CModule.class:31 +msgid "Reports" +msgstr "États" + +#: CModule.class:32 +msgid "Gambas web forms" +msgstr "Formulaires Web Gambas" + +#: CModule.class:32 FMain.form:1018 FToolBox.class:26 +msgid "WebForm" +msgstr "Formulaire Web" + +#: CModule.class:32 +msgid "WebForms" +msgstr "Formulaires Web" + +#: CModule.class:33 +msgid "Gambas terminal forms" +msgstr "Formulaires de terminal Gambas" + +#: CModule.class:33 FMain.form:1025 FToolBox.class:26 +msgid "TermForm" +msgstr "Formulaire de terminal" + +#: CModule.class:33 +msgid "TermForms" +msgstr "Formulaires de terminal" + +#: CProfile.class:114 +msgid "Evaluator" +msgstr "Évaluateur" + +#: CProfile.class:116 +msgid "Event loop" +msgstr "Boucle d'évènements" + +#: CProjectList.class:108 +msgid "Examples are stored on the Gambas farm server. Click &1 to access the farm server and download them..." +msgstr "Les exemples sont stockés sur le serveur de la logithèque de Gambas. Cliquez &1 pour accéder à la logithèque et les télécharger..." + +#: CProjectList.class:108 +msgid "here" +msgstr "ici" + +#: CProjectList.class:233 +msgid "IDE extensions" +msgstr "Extension de l'EDI" + +#: CProjectList.class:552 CVersionControlGit.class:445 +#: CWaitingAnimation.class:63 FArguments.form:38 FColorChooser.form:73 +#: FComponentChooser.form:97 FConflict.class:197 FConnectionEditor.class:470 +#: FCrash.form:100 FCreateFile.form:204 FDebugExpr.form:46 FDebugInfo.form:642 +#: FDebugRemote.form:229 FExportData.class:126 FFarmConfig.form:38 +#: FFarmLogin.form:126 FFarmRegister.form:141 FFarmRequest.form:43 +#: FFieldChooser.form:144 FFileInfoVC.class:88 FFontChooser.form:40 +#: FGotoLine.form:23 FHelpBrowser.form:79 FImageOffsetSelection.form:39 +#: FImageQuality.form:24 FImageResize.form:49 FImageRotate.form:32 +#: FLayout.form:50 FList.form:128 FMain.class:265 FMakeExecutable.form:172 +#: FMakeInstall.class:376 FMenu.form:445 FNewConnection.form:318 +#: FNewTable.form:86 FNewTranslation.form:40 FOption.class:879 +#: FPasteSpecial.form:86 FPasteTable.form:105 FProjectChooser.form:64 +#: FProjectProperty.form:1084 FProjectVersion.class:211 FProxy.form:57 +#: FPublish.class:273 FReportBorderChooser.form:48 +#: FReportBoxShadowChooser.form:27 FReportBrushChooser.form:36 +#: FReportCoordChooser.form:26 FReportPaddingChooser.form:75 FSave.form:29 +#: FSaveProjectAs.form:81 FSearch.class:959 FSelectComponent.form:39 +#: FSelectExtraFile.form:43 FSelectIcon.form:99 FSelectLibrary.form:66 +#: FSnippet.form:57 FSoftwareFarm.class:563 FTableChooser.form:68 +#: FTestSuite.class:292 FText.form:40 FTranslate.class:689 +#: FVersionControl.form:130 FWebFontChooser.form:129 Project.module:596 +#: VersionControl.module:461 +msgid "Cancel" +msgstr "Annuler" + +#: CProjectList.class:552 +msgid "Do you really want to uninstall this software?" +msgstr "Voulez-vous vraiment désinstaller ce logiciel ?" + +#: CProjectList.class:552 FSelectLibrary.form:48 FSoftwareFarm.class:388 +msgid "Uninstall" +msgstr "Désinstaller" + +#: CProjectList.class:555 +msgid "Unable to uninstall software:" +msgstr "Impossible de désinstaller le logiciel :" + +#: CProjectList.class:559 +msgid "The software has been successfully uninstalled." +msgstr "Le logiciel a été désinstallé avec succès." + +#: CProjectTree.class:99 +msgid "Files" +msgstr "Fichiers" + +#: CProjectTree.class:393 FHelpShortcut.form:21 FMain.form:451 +#: FSearch.class:134 FSelectIcon.form:32 +msgid "Project" +msgstr "Projet" + +#: CProjectTree.class:396 +msgid "Sources" +msgstr "Sources" + +#: CProjectTree.class:398 +msgid "Connections" +msgstr "Connexions" + +#: CProjectTree.class:399 +msgid "Public" +msgstr "Public" + +#: CProjectTree.class:400 FToolBox.class:26 +msgid "Data" +msgstr "Données" + +#: CRecentProject.class:68 FMain.class:768 +msgid "Today" +msgstr "Aujourd'hui" + +#: CRecentProject.class:70 +msgid "Yesterday" +msgstr "Hier" + +#: CRecentProject.class:72 +msgid "Two days ago" +msgstr "Avant-hier" + +#: CRecentProject.class:74 +msgid "This week" +msgstr "Cette semaine" + +#: CRecentProject.class:76 +msgid "This month" +msgstr "Ce mois-ci" + +#: CSoftware.class:317 +msgid "Download cancelled" +msgstr "Téléchargement annulé" + +#: CSoftware.class:326 +msgid "The checksum of the downloaded package is invalid." +msgstr "La somme de contrôle du paquet téléchargé est invalide." + +#: CSoftware.class:342 +msgid "Unable to uncompress source archive." +msgstr "Impossible de décompresser l'archive source." + +#: CSoftware.class:361 +msgid "Abort" +msgstr "Abandonner" + +#: CSoftware.class:361 FMain.class:2910 FMenu.class:101 +msgid "Ignore" +msgstr "Ignorer" + +#: CSoftware.class:361 +msgid "The following components are required:" +msgstr "Les composants suivants sont nécessaires :" + +#: CSoftware.class:389 +msgid "Unable to compile the project." +msgstr "Impossible de compiler le projet." + +#: CSoftware.class:396 +msgid "Unable to make executable." +msgstr "Impossible de générer l'exécutable." + +#: CSoftware.class:465 +msgid "Unable to install source directory" +msgstr "Impossible d'installer le répertoire source" + +#: CSoftware.class:675 +msgid "yesterday" +msgstr "hier" + +#: CSoftware.class:677 +msgid "&1 days ago" +msgstr "Il y a &1 jours" + +#: CSoftware.class:683 +msgid "last week" +msgstr "la semaine dernière" + +#: CSoftware.class:685 +msgid "&1 weeks ago" +msgstr "il y a &1 semaines" + +#: CSoftware.class:691 +msgid "last month" +msgstr "le mois dernier" + +#: CSoftware.class:693 +msgid "&1 months ago" +msgstr "il y a &1 mois" + +#: CSoftware.class:699 +msgid "last year" +msgstr "l'année dernière" + +#: CSoftware.class:701 +msgid "on &1" +msgstr "en &1" + +#: CVersionControlGit.class:338 +msgid "Unable to push the project." +msgstr "Impossible d'envoyer le projet." + +#: CVersionControlGit.class:352 CVersionControlSubversion.class:305 +msgid "Local root path" +msgstr "Répertoire racine local" + +#: CVersionControlGit.class:355 +msgid "Last commit" +msgstr "Dernière publication" + +#: CVersionControlGit.class:356 CVersionControlSubversion.class:307 +msgid "Last commit author" +msgstr "Auteur de la dernière publication" + +#: CVersionControlGit.class:357 CVersionControlSubversion.class:308 +msgid "Last commit date" +msgstr "Date de la dernière publication" + +#: CVersionControlGit.class:364 +msgid "Current branch" +msgstr "Branche courante" + +#: CVersionControlGit.class:365 +msgid "Origin" +msgstr "Origine" + +#: CVersionControlGit.class:372 +msgid "The current branch is up to date." +msgstr "La branche courante est à-jour." + +#: CVersionControlGit.class:374 +msgid "One file to commit in the current branch." +msgstr "Un fichier à publier dans la branche courante." + +#: CVersionControlGit.class:376 +msgid "&1 files to commit in the current branch." +msgstr "&1 fichiers à publier dans la branche courante." + +#: CVersionControlGit.class:383 +msgid "None in the current project." +msgstr "Aucun dans le projet courant." + +#: CVersionControlGit.class:385 +msgid "One in the current project." +msgstr "Un dans le projet courant" + +#: CVersionControlGit.class:387 +msgid "&1 in the current project." +msgstr "&1 dans le projet courant." + +#: CVersionControlGit.class:391 +msgid "Status" +msgstr "État" + +#: CVersionControlGit.class:394 CVersionControlSubversion.class:323 +msgid "Remote repository URL" +msgstr "URL du référentiel distant" + +#: CVersionControlGit.class:445 +msgid "A new Git repository will be created for this project." +msgstr "Un nouveau référentiel Git sera créé pour ce projet." + +#: CVersionControlGit.class:445 Design.module:1071 FArguments.form:33 +#: FColorChooser.form:67 FConnectionEditor.class:721 FCrash.form:94 +#: FCreateFile.form:210 FDebugRemote.form:223 FFarmConfig.form:33 +#: FFarmLogin.form:121 FFieldChooser.form:138 FFontChooser.form:34 +#: FGotoLine.form:17 FImageOffsetSelection.form:33 FImageQuality.form:30 +#: FImageResize.form:105 FImageRotate.form:26 FLayout.form:44 FList.form:122 +#: FMakeExecutable.form:166 FMenu.form:440 FNewConnection.form:312 +#: FNewTable.form:80 FNewTranslation.form:34 FPasteSpecial.form:80 +#: FProfile.class:41 FProjectProperty.form:1078 FProxy.form:63 +#: FReportBorderChooser.form:54 FReportBoxShadowChooser.form:33 +#: FReportBrushChooser.form:42 FReportCoordChooser.form:32 +#: FReportPaddingChooser.form:69 FSelectComponent.form:34 +#: FSelectExtraFile.form:37 FSelectIcon.form:105 FSelectLibrary.form:60 +#: FSnippet.form:51 FTableChooser.form:62 FText.form:34 +#: FWebFontChooser.form:123 Project.module:2623 +msgid "OK" +msgstr "OK" + +#: CVersionControlGit.class:483 +msgid "Solve conflict." +msgstr "Résolution du conflit." + +#: CVersionControlGit.class:508 FConnectionEditor.class:842 +#: FProjectVersion.class:290 MConnection.module:141 +msgid "Date" +msgstr "Date" + +#: CVersionControlSubversion.class:306 FProjectVersion.class:284 +msgid "Revision" +msgstr "Révision" + +#: CVersionControlSubversion.class:324 +msgid "Remote revision" +msgstr "Révision distante" + +#: CVersionControlSubversion.class:325 +msgid "Remote last commit author" +msgstr "Auteur de la dernière publication distante" + +#: CVersionControlSubversion.class:326 +msgid "Remote last commit date" +msgstr "Date de la dernière publication distante" + +#: CWelcome.class:164 +msgid "The Gambas font is published under the SIL Open Font License." +msgstr "La police Gambas est publiée sous licence « SIL Open Font License »." + +#: CWelcome.class:164 +msgid "This program is published under the GNU General Public License." +msgstr "Ce programme est publié sous la « Licence Publique Générale GNU »." + +#: Design.module:269 Project.module:2292 +msgid "first" +msgstr "premier" + +#: Design.module:271 Project.module:2294 +msgid "second" +msgstr "deuxième" + +#: Design.module:273 Project.module:2296 +msgid "third" +msgstr "troisième" + +#: Design.module:539 +msgid "The program has been interrupted by CTRL+C." +msgstr "Le programme a été interrompu par CTRL+C." + +#: Design.module:543 +msgid "The program has been terminated." +msgstr "Le programme a été terminé." + +#: Design.module:552 +msgid "The program has returned the value &1." +msgstr "Le programme a retourné la valeur &1." + +#: Design.module:848 +msgid "The project has no test module." +msgstr "Le projet n'a pas de module de test." + +#: Design.module:1035 +msgid "Initialize remote debugging..." +msgstr "Initialisation du débogage distant..." + +#: Design.module:1055 +msgid "Unable to initialize remote debugging." +msgstr "Impossible d'initialiser le débogage distant." + +#: Design.module:1067 +msgid "Unable to copy executable to the remote server." +msgstr "Impossible de copier l'exécutable sur le serveur distant." + +#: Design.module:1204 +msgid "Output terminal" +msgstr "Terminal de sortie" + +#: Design.module:1237 +msgid "No terminal emulator found." +msgstr "Impossible de trouver un émulateur de terminal." + +#: Design.module:1237 +msgid "Unable to start project." +msgstr "Impossible de démarrer le projet." + +#: Design.module:1348 +msgid "Another extern debugging is active." +msgstr "Un autre débogage externe est actif." + +#: Design.module:1348 +msgid "Unable to start extern debugging." +msgstr "Impossible de démarrer le débogage externe." + +#: Design.module:1388 +msgid "Unable to start debugger." +msgstr "Impossible de démarrer le débogueur." + +#: Design.module:1772 +msgid "Unable to generate the remote debugger helper." +msgstr "Impossible de générer l'assistant de débogage distant." + +#: EnvChooser.class:27 +msgid "Variable" +msgstr "Variable" + +#: EnvChooser.class:28 FDebugExpr.class:525 +msgid "Value" +msgstr "Valeur" + +#: FAbout.class:213 FMakeInstall.form:334 +msgid "License" +msgstr "Licence" + +#: FAbout.class:241 +msgid "Financial support" +msgstr "Aide financière" + +#: FAbout.form:12 FMain.form:1403 FWelcome.class:76 +msgid "About Gambas" +msgstr "À propos de Gambas" + +#: FAbout.form:25 +msgid "This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" +msgstr "Ce programme est un LOGICIEL LIBRE; vous pouvez le redistribuer et/ou le modifier selon les termes de la licence publique générale GNU publiée par la Free Software Foundation; soit la version 2, soit (à votre choix) toute version ultérieure.

Ce programme est distribué dans l’espoir qu’il sera utile, mais sans aucune garantie; sans même la garantie implicite de qualité marchande ou d’adéquation à un usage particulier. Pour plus de détails, consultez la licence publique générale GNU.\n" + +#: FArguments.form:12 FMain.form:799 +msgid "Program arguments" +msgstr "Arguments du programme" + +#: FColorChooser.class:85 FImageProperty.form:145 FOption.form:286 +#: FReportBrushChooser.form:49 +msgid "Color" +msgstr "Couleur" + +#: FColorChooser.class:86 +msgid "R" +msgstr "R" + +#: FColorChooser.class:87 +msgid "G" +msgstr "V" + +#: FColorChooser.class:88 +msgid "B" +msgstr "B" + +#: FColorChooser.form:15 +msgid "Select a color" +msgstr "Choisissez une couleur" + +#: FColorChooser.form:27 FSoftwareFarm.class:59 +msgid "System" +msgstr "Système" + +#: FColorChooser.form:40 +msgid "Free" +msgstr "Libre" + +#: FCommandError.form:54 FConflict.form:166 FConflictEditor.form:306 +#: FDebugInfo.form:649 FEditor.form:378 FFileInfoVC.form:81 +#: FFileProperty.form:46 FForm.form:458 FImageEditor.form:418 FMain.form:426 +#: FOption.form:1837 FPatch.form:88 FProjectVersion.form:322 +#: FSystemInfo.form:44 FTestSuite.form:154 FTextEditor.form:416 FTips.form:87 +#: FTranslate.form:442 +msgid "Close" +msgstr "Fermer" + +#: FComponentChooser.class:348 FProjectProperty.form:487 +msgid "Not finished but stable" +msgstr "Non terminé mais stable" + +#: FComponentChooser.class:350 FProjectProperty.form:487 +msgid "Experimental" +msgstr "Expérimental" + +#: FComponentChooser.class:352 +msgid "Stable" +msgstr "Stable" + +#: FComponentChooser.class:354 FProjectProperty.form:487 FToolBox.class:26 +msgid "Deprecated" +msgstr "Déprécié" + +#: FComponentChooser.class:576 +msgid "This component is required by the following library:

&1" +msgstr "Ce composant est requis par la bibliothèque suivante :

&1" + +#: FComponentChooser.class:578 +msgid "This component is required by the following libraries:

&1" +msgstr "Ce composant est requis par les bibliothèques suivantes :

&1" + +#: FComponentChooser.class:587 +msgid "This component is required by:

&1" +msgstr "Ce composant est requis par :

&1" + +#: FComponentChooser.class:588 +msgid "Keep" +msgstr "Conserver" + +#: FComponentChooser.class:588 +msgid "Remove all" +msgstr "Tout supprimer" + +#: FComponentChooser.class:693 +msgid "These components are incompatible:
&1." +msgstr "Ces composants sont incompatibles entre eux:
&1." + +#: FComponentChooser.class:706 +msgid "The &1 component needs one of the following components:
&2." +msgstr "Le composant &1 nécessite un des composants suivants:
&2." + +#: FComponentChooser.class:713 +msgid "The &1 component needs the &2 component." +msgstr "Le composant &1 nécessite le composant &2." + +#: FComponentChooser.form:26 FSelectComponent.form:12 +msgid "Select a component" +msgstr "Choisissez un composant" + +#: FComponentChooser.form:55 +msgid "Show deprecated components" +msgstr "Afficher les composants dépréciés" + +#: FComponentChooser.form:103 FConflictEditor.form:293 +#: FConnectionEditor.form:120 FEditor.form:362 FForm.form:442 +#: FHelpBrowser.form:85 FImageEditor.form:394 FMain.form:401 +#: FProjectEditor.form:35 FTextEditor.form:393 FTranslate.form:99 +#: Project.module:941 +msgid "Reload" +msgstr "Recharger" + +#: FComponentChooser.form:114 FHelpBrowser.form:95 FImageEditor.form:352 +#: FTextEditor.form:800 +msgid "Zoom in" +msgstr "Zoom avant" + +#: FComponentChooser.form:120 FHelpBrowser.form:101 FImageEditor.form:360 +#: FTextEditor.form:807 +msgid "Zoom out" +msgstr "Zoom arrière" + +#: FComponentChooser.form:126 FHelpBrowser.form:107 FTextEditor.form:814 +msgid "No zoom" +msgstr "Taille normale" + +#: FConflict.class:14 FMain.form:1755 +msgid "&Edit" +msgstr "&Editer" + +#: FConflict.class:14 +msgid "This file is in conflict. You must resolve the conflict in order to use the file again." +msgstr "Ce fichier est en conflit. Vous devez résoudre ce conflit afin de pouvoir l'utiliser de nouveau." + +#: FConflict.class:97 +msgid "Unable to load file:" +msgstr "Impossible de charger le fichier :" + +#: FConflict.class:139 FDebugInfo.class:45 FImageEditor.form:645 +msgid "Text" +msgstr "Texte" + +#: FConflict.class:141 FMain.form:1035 FReportBrushChooser.form:49 +#: Project.module:246 +msgid "Image" +msgstr "Image" + +#: FConflict.class:197 +msgid "" +"The file has been modified.\n" +"Do you really want to close the dialog?" +msgstr "" +"Le fichier a été modifié.\n" +"Désirez-vous réellement fermer la boite de dialogue ?" + +#: FConflict.class:225 +msgid "Some conflicts are not yet resolved." +msgstr "Tous les conflits ne sont pas résolus." + +#: FConflict.class:231 +msgid "Unable to resolve the conflict." +msgstr "Impossible de résoudre le conflit." + +#: FConflict.class:259 +msgid "" +"The file has been modified.\n" +"Do you really want to open another file?" +msgstr "" +"Le fichier a été modifié.\n" +"Désirez-vous réellement ouvrir un autre fichier ?" + +#: FConflict.class:267 +msgid "Conflict files" +msgstr "Fichiers en conflits" + +#: FConflict.form:31 +msgid "Version conflict" +msgstr "Conflit de version" + +#: FConflict.form:70 FConflictEditor.form:114 FConnectionEditor.form:246 +#: FEditor.form:132 FForm.form:168 FImageEditor.form:145 FMain.form:1117 +#: FMenu.form:152 FProjectEditor.form:113 FProjectVersion.form:234 +#: FTextEditor.form:149 +msgid "Cut" +msgstr "Couper" + +#: FConflict.form:76 FConflictEditor.form:121 FConnectionEditor.form:152 +#: FEditor.form:139 FForm.form:175 FImageEditor.form:153 FList.form:99 +#: FMain.form:1124 FMakeInstall.form:922 FMenu.form:159 FOutput.form:42 +#: FProjectEditor.form:106 FProjectVersion.form:240 FSystemInfo.form:38 +#: FTextEditor.form:156 FTranslate.form:127 +msgid "Copy" +msgstr "Copier" + +#: FConflict.form:82 FConflictEditor.form:128 FConnectionEditor.form:161 +#: FEditor.form:146 FForm.form:188 FImageEditor.form:160 FList.form:105 +#: FMain.form:1131 FMenu.form:166 FOutput.form:49 FPasteTable.form:99 +#: FProjectEditor.form:120 FProjectVersion.form:246 FTextEditor.form:163 +msgid "Paste" +msgstr "Coller" + +#: FConflict.form:88 FConflictEditor.form:97 FConnectionEditor.form:267 +#: FEditor.form:115 FFieldChooser.form:127 FForm.form:151 FImageEditor.form:126 +#: FList.form:111 FOption.form:1769 FProjectVersion.form:252 +#: FTextEditor.form:132 +msgid "Undo" +msgstr "Annuler" + +#: FConflict.form:94 FConflictEditor.form:104 FConnectionEditor.form:274 +#: FEditor.form:122 FForm.form:158 FImageEditor.form:134 +#: FProjectVersion.form:258 FTextEditor.form:139 +msgid "Redo" +msgstr "Rétablir" + +#: FConflict.form:100 FConflictEditor.form:441 FEditor.form:586 FMenu.form:120 +#: FProjectVersion.form:264 FTextEditor.form:616 +msgid "Indent" +msgstr "Indenter" + +#: FConflict.form:106 FConflictEditor.form:449 FEditor.form:594 FMenu.form:127 +#: FProjectVersion.form:270 FTextEditor.form:624 +msgid "Unindent" +msgstr "Désindenter" + +#: FConflict.form:141 FMain.form:394 FOpenProject.form:40 +#: FProjectChooser.form:70 +msgid "Open" +msgstr "Ouvrir" + +#: FConflict.form:149 FConflictEditor.form:299 FConnectionEditor.form:112 +#: FEditor.form:368 FForm.form:448 FImageEditor.form:401 FMain.form:410 +#: FMenu.class:101 FOption.form:1438 FSaveProjectAs.form:87 +#: FTextEditor.form:399 FTranslate.form:249 +msgid "Save" +msgstr "Enregistrer" + +#: FConflict.form:160 +msgid "Solve" +msgstr "Résoudre" + +#: FConflictEditor.class:942 FEditor.class:2723 FTextEditor.class:1064 +msgid "(Declarations)" +msgstr "(Déclarations)" + +#: FConflictEditor.class:1131 +msgid "There are still conflicts in this file." +msgstr "Il reste des conflits dans ce fichier." + +#: FConflictEditor.form:134 FEditor.form:152 FTextEditor.form:169 +msgid "Advanced" +msgstr "Avancé" + +#: FConflictEditor.form:138 FEditor.form:156 FTextEditor.form:173 +msgid "Upper case" +msgstr "Majuscules" + +#: FConflictEditor.form:145 FEditor.form:163 FTextEditor.form:180 +msgid "Lower case" +msgstr "Minuscules" + +#: FConflictEditor.form:155 FEditor.form:173 FTextEditor.form:205 +msgid "Comment" +msgstr "Mettre en commentaire" + +#: FConflictEditor.form:162 FEditor.form:180 FTextEditor.form:212 +msgid "Uncomment" +msgstr "Retirer les commentaires" + +#: FConflictEditor.form:172 FEditor.form:190 FPasteSpecial.form:19 +#: FTextEditor.form:222 +msgid "Paste special" +msgstr "Collage spécial" + +#: FConflictEditor.form:183 FEditor.form:224 FImageEditor.form:229 +#: FTextEditor.form:257 +msgid "Select All" +msgstr "Tout sélectionner" + +#: FConflictEditor.form:193 FEditor.form:239 FGotoLine.form:12 +#: FTextEditor.form:267 +msgid "Go to line" +msgstr "Aller à la ligne" + +#: FConflictEditor.form:198 FEditor.form:244 FTextEditor.form:272 +msgid "Bookmarks" +msgstr "Signets" + +#: FConflictEditor.form:206 FEditor.form:259 FTextEditor.form:280 +msgid "Find next" +msgstr "Poursuivre la recherche" + +#: FConflictEditor.form:213 FEditor.form:266 FTextEditor.form:287 +msgid "Find previous" +msgstr "Recherche en arrière" + +#: FConflictEditor.form:222 FEditor.form:275 FImageEditor.form:347 +#: FMain.form:812 FTextEditor.form:296 FToolBox.class:26 +msgid "View" +msgstr "Affichage" + +#: FConflictEditor.form:226 FEditor.form:279 FTextEditor.form:300 +msgid "Automatic word wrap" +msgstr "Retour à la ligne automatique" + +#: FConflictEditor.form:233 FTextEditor.form:307 +msgid "Indent with tab" +msgstr "Indenter avec des tabulations" + +#: FConflictEditor.form:240 FEditor.form:286 FTextEditor.form:317 +msgid "No split" +msgstr "Affichage complet" + +#: FConflictEditor.form:246 FEditor.form:292 FTextEditor.form:323 +msgid "Horizontal split" +msgstr "Séparation horizontale" + +#: FConflictEditor.form:253 FEditor.form:299 FTextEditor.form:330 +msgid "Vertical split" +msgstr "Séparation verticale" + +#: FConflictEditor.form:260 FImportTable.form:89 FTextEditor.form:347 +msgid "End of line" +msgstr "Fin de ligne" + +# gb-ignore +#: FConflictEditor.form:263 FTextEditor.form:350 +msgid "Unix" +msgstr "" + +# gb-ignore +#: FConflictEditor.form:268 FTextEditor.form:355 +msgid "Windows" +msgstr "" + +# gb-ignore +#: FConflictEditor.form:273 FTextEditor.form:360 +msgid "MAC" +msgstr "" + +#: FConflictEditor.form:283 FForm.form:418 FMain.form:1092 FTextEditor.form:370 +msgid "Open code" +msgstr "Ouvrir le code" + +#: FConflictEditor.form:316 FEditor.form:388 FPasteSpecial.form:60 +#: FTextEditor.form:426 +msgid "Paste as string" +msgstr "Coller comme chaîne" + +#: FConflictEditor.form:321 FEditor.form:393 FPasteSpecial.form:65 +#: FTextEditor.form:431 +msgid "Paste as multi-line string" +msgstr "Coller comme chaîne sur plusieurs lignes" + +#: FConflictEditor.form:326 FEditor.form:398 FPasteSpecial.form:50 +#: FTextEditor.form:436 +msgid "Paste as comments" +msgstr "Coller comme commentaires" + +#: FConflictEditor.form:342 FTextEditor.form:464 +msgid "Text editor" +msgstr "Éditeur de texte" + +#: FConflictEditor.form:348 FForm.form:481 FTextEditor.form:470 +msgid "Code" +msgstr "Code" + +#: FConflictEditor.form:377 +msgid "Conflict solved" +msgstr "Conflit résolu" + +#: FConflictEditor.form:510 +msgid "Previous conflict" +msgstr "Conflit précédent" + +#: FConflictEditor.form:518 +msgid "Next conflict" +msgstr "Conflit suivant" + +#: FConflictEditor.form:527 +msgid "Keep my changes" +msgstr "Conserver mes changements" + +#: FConflictEditor.form:535 +msgid "Take their changes" +msgstr "Prendre leurs changements" + +#: FConflictEditor.form:543 +msgid "Keep all my changes" +msgstr "Conserver tous mes changements" + +#: FConflictEditor.form:552 +msgid "Take all their changes" +msgstr "Prendre tous leurs changements" + +#: FConnectionEditor.class:51 FCreateFile.form:62 FMakeInstall.form:266 +#: FNewConnection.form:70 FNewTable.form:33 FOption.form:337 +#: FProjectProperty.form:328 +msgid "Name" +msgstr "Nom" + +#: FConnectionEditor.class:56 FCreateFile.form:113 FDebugInfo.class:49 +#: FNewConnection.form:84 FNewTable.form:48 FProjectProperty.form:364 +#: FProxy.form:27 +msgid "Type" +msgstr "Type" + +#: FConnectionEditor.class:61 +msgid "Length" +msgstr "Longueur" + +#: FConnectionEditor.class:66 +msgid "Default value" +msgstr "Valeur par défaut" + +#: FConnectionEditor.class:71 +msgid "Collation" +msgstr "Collation" + +#: FConnectionEditor.class:82 FDebugExpr.class:523 FHelpBrowser.form:55 +msgid "Index" +msgstr "Index" + +#: FConnectionEditor.class:87 +msgid "Unique" +msgstr "Unique" + +#: FConnectionEditor.class:92 FImportTable.class:363 +msgid "Field" +msgstr "Champ" + +#: FConnectionEditor.class:120 +msgid "SQL requests" +msgstr "Requêtes SQL" + +#: FConnectionEditor.class:351 +msgid "Unable to connect to database." +msgstr "Impossible de se connecter à la base de données." + +#: FConnectionEditor.class:470 FSave.form:36 +msgid "Do not save" +msgstr "Ne pas enregistrer" + +#: FConnectionEditor.class:470 +msgid "The table '&1' has been modified. Do you want to save it?" +msgstr "La table « &1 » a été modifiée. Voulez-vous l'enregistrer ?" + +#: FConnectionEditor.class:498 +msgid "No record" +msgstr "Aucun enregistrement" + +#: FConnectionEditor.class:500 +msgid "One record" +msgstr "Un enregistrement" + +#: FConnectionEditor.class:502 +msgid "&1 records" +msgstr "&1 enregistrements" + +#: FConnectionEditor.class:644 +msgid "Unable to load table '&1'." +msgstr "Impossible de charger la table « &1 »." + +#: FConnectionEditor.class:700 +msgid "Running request" +msgstr "Exécution de la requête" + +#: FConnectionEditor.class:719 +msgid "Unable to run query." +msgstr "Impossible d'exécuter la requête." + +#: FConnectionEditor.class:722 Project.module:2625 +msgid "(in &1 s)" +msgstr "(en &1 s)" + +#: FConnectionEditor.class:755 +msgid "unlimited" +msgstr "illimité" + +#: FConnectionEditor.class:842 MConnection.module:149 +msgid "Blob" +msgstr "Blob" + +#: FConnectionEditor.class:842 MConnection.module:143 +msgid "Boolean" +msgstr "Booléen" + +#: FConnectionEditor.class:842 MConnection.module:139 +msgid "Float" +msgstr "Décimal" + +#: FConnectionEditor.class:842 MConnection.module:135 +msgid "Integer" +msgstr "Entier" + +#: FConnectionEditor.class:842 MConnection.module:137 +msgid "Long" +msgstr "Entier long" + +#: FConnectionEditor.class:842 MConnection.module:147 +msgid "Serial" +msgstr "Série" + +#: FConnectionEditor.class:842 MConnection.module:145 +msgid "String" +msgstr "Chaîne" + +#: FConnectionEditor.class:931 +msgid "This name is already in used." +msgstr "Ce nom est déjà utilisé." + +#: FConnectionEditor.class:956 +msgid "Please enter a number." +msgstr "Veuillez saisir un nombre." + +#: FConnectionEditor.class:961 +msgid "The length must be greater than 1 and lower than 255." +msgstr "La longueur doit être comprise entre 1 et 255." + +#: FConnectionEditor.class:985 +msgid "Type mismatch." +msgstr "Type de données incorrect." + +#: FConnectionEditor.class:1037 +msgid "This name already exists." +msgstr "Ce nom existe déjà." + +#: FConnectionEditor.class:1125 +msgid "This field is used in an index." +msgstr "Le champ est utilisé dans un index." + +#: FConnectionEditor.class:1479 +msgid "The table '&1' has no primary key." +msgstr "La table « &1 » n'a pas de clef primaire." + +#: FConnectionEditor.class:1615 +msgid "Cannot write table '&1'." +msgstr "Impossible d'écrire la table « &1 »." + +#: FConnectionEditor.class:1713 +msgid "Do you really want to delete table '&1'?" +msgstr "Voulez-vous vraiment supprimer la table « &1 » ?" + +#: FConnectionEditor.class:1726 +msgid "Cannot delete table '&1'." +msgstr "Impossible de supprimer la table « &1 »." + +#: FConnectionEditor.class:1782 +msgid "Do you really want to remove the selected rows?" +msgstr "Voulez-vous vraiment supprimer les lignes sélectionnées ?" + +#: FConnectionEditor.class:1946 +msgid "Do you really want to remove this query?" +msgstr "Voulez-vous vraiment supprimer cette requête ?" + +#: FConnectionEditor.form:80 +msgid "Connection editor" +msgstr "Editeur de connexion" + +#: FConnectionEditor.form:91 +msgid "Show system tables" +msgstr "Afficher les tables système" + +#: FConnectionEditor.form:102 FNewTable.form:19 +msgid "New table" +msgstr "Nouvelle table" + +#: FConnectionEditor.form:131 +msgid "Delete table" +msgstr "Supprimer la table" + +#: FConnectionEditor.form:134 FDebugInfo.class:1792 FDebugRemote.form:187 +#: FMain.form:1310 FMakeInstall.form:763 FOption.form:1239 +#: FProjectProperty.form:658 FPublish.form:268 FSoftwareFarm.form:427 +#: FTestSuite.class:292 +msgid "Remove" +msgstr "Supprimer" + +#: FConnectionEditor.form:140 FNewTable.class:30 +msgid "Rename table" +msgstr "Renommer la table" + +#: FConnectionEditor.form:143 FMain.form:1144 +msgid "Rename" +msgstr "Renommer" + +#: FConnectionEditor.form:149 +msgid "Copy table" +msgstr "Copier la table" + +#: FConnectionEditor.form:158 FPasteTable.form:22 +msgid "Paste table" +msgstr "Copier la table" + +#: FConnectionEditor.form:167 +msgid "Import text file" +msgstr "Importer un fichier texte" + +#: FConnectionEditor.form:170 FImportTable.form:48 FMain.form:1070 +#: FOption.form:1218 FTranslate.form:462 +msgid "Import" +msgstr "Importer" + +#: FConnectionEditor.form:217 +msgid "Run query" +msgstr "Exécuter la requête" + +#: FConnectionEditor.form:223 +msgid "New query" +msgstr "Nouvelle requête" + +#: FConnectionEditor.form:225 FMain.form:959 FOption.form:1225 +#: FTranslate.form:94 +msgid "New" +msgstr "Nouveau" + +#: FConnectionEditor.form:231 +msgid "Remove query" +msgstr "Supprimer la requête" + +#: FConnectionEditor.form:239 FDebugInfo.class:1698 FImageProperty.form:382 +#: FList.form:93 FMakeInstall.form:781 FOption.class:879 FOutput.form:56 +#: FPublish.form:170 +msgid "Clear" +msgstr "Effacer" + +#: FConnectionEditor.form:309 +msgid "Fields" +msgstr "Champs" + +#: FConnectionEditor.form:325 FDebugRemote.form:179 FMain.class:2350 +#: FMakeInstall.form:757 FProjectProperty.form:730 FPublish.form:158 +msgid "Add" +msgstr "Ajouter" + +#: FConnectionEditor.form:339 FList.form:77 FMakeInstall.form:775 +#: FPublish.form:280 +msgid "Down" +msgstr "Descendre" + +#: FConnectionEditor.form:346 FList.form:71 FMakeInstall.form:769 +#: FPublish.form:274 +msgid "Up" +msgstr "Monter" + +#: FConnectionEditor.form:354 +msgid "Copy field list" +msgstr "Copier la liste des champs" + +#: FConnectionEditor.form:372 +msgid "Indexes" +msgstr "Index" + +#: FConnectionEditor.form:389 +msgid "New index" +msgstr "Nouvel index" + +#: FConnectionEditor.form:455 FDebugExpr.form:28 FMain.form:442 +#: FOption.form:1232 +msgid "Edit" +msgstr "Editer" + +#: FConnectionEditor.form:462 FExportData.form:15 +msgid "Export to CSV file" +msgstr "Exporter vers un fichier CSV" + +#: FConnectionEditor.form:465 FTranslate.form:144 +msgid "Export" +msgstr "Exporter" + +#: FConnectionEditor.form:492 FForm.form:195 FList.form:65 FMain.form:1151 +#: FMenu.form:110 FNewConnection.class:402 FOption.form:1446 +#: FProjectEditor.form:127 FSoftwareFarm.class:665 FTranslate.form:104 +msgid "Delete" +msgstr "Supprimer" + +#: FConnectionEditor.form:500 FForm.form:229 +msgid "Select all" +msgstr "Sélectionner tout" + +#: FConnectionEditor.form:508 FForm.form:241 +msgid "Unselect all" +msgstr "Déselectionner tout" + +#: FConvert.form:10 +msgid "Gambas 3 project conversion" +msgstr "Conversion en projet Gambas 3" + +#: FCrash.class:73 FTranslate.class:253 Project.module:4809 +msgid "The '&1' command has failed." +msgstr "La commande '&1' a échoué." + +#: FCrash.class:89 +msgid "Unable to send bug report." +msgstr "Impossible d'envoyer le rapport d'erreur." + +#: FCrash.class:96 +msgid "The program has stopped unexpectedly!" +msgstr "Le programme s'est arrêté de manière inattendue !" + +#: FCrash.class:132 +msgid "Please describe how to reproduce the crash here." +msgstr "Veuillez décrire comment reproduire le plantage ici." + +#: FCrash.form:22 +msgid "Gambas interpreter crash" +msgstr "Plantage de l'interpréteur Gambas" + +#: FCrash.form:61 +msgid "Send a bug report by mail" +msgstr "Envoyer un rapport d'erreur par mail" + +#: FCrash.form:67 +msgid "Don't join the project to the mail" +msgstr "Ne pas joindre le projet au mail" + +#: FCreateFile.class:92 +msgid "(No parent)" +msgstr "(Aucun parent)" + +#: FCreateFile.class:315 +msgid "Cannot add file." +msgstr "Impossible d'ajouter le fichier." + +#: FCreateFile.form:37 +msgid "New file" +msgstr "Nouveau fichier" + +#: FCreateFile.form:72 FImportTable.form:58 FMakeExecutable.form:51 +#: FMakePatch.form:65 FOption.form:1270 FProjectProperty.form:823 +#: FSearch.form:110 +msgid "Options" +msgstr "Options" + +#: FCreateFile.form:81 FImageResize.form:32 +msgid "Width" +msgstr "Largeur" + +#: FCreateFile.form:94 FImageResize.form:44 +msgid "Height" +msgstr "Hauteur" + +#: FCreateFile.form:139 +msgid "Dialog box management" +msgstr "Gestion de boîte de dialogue" + +#: FCreateFile.form:155 +msgid "Parent class" +msgstr "Classe parente" + +#: FCreateFile.form:168 +msgid "Exported" +msgstr "Exportée" + +#: FCreateFile.form:174 +msgid "Automatic instance" +msgstr "Instance automatique" + +#: FCreateFile.form:180 +msgid "Not creatable" +msgstr "Non instanciable" + +#: FCreateFile.form:190 +msgid "Automatic extension" +msgstr "Extension automatique" + +#: FCreateProject.class:87 +msgid "Project checkout has failed." +msgstr "La récupération du projet a échoué." + +#: FCreateProject.class:145 +msgid "Cannot create project!" +msgstr "Impossible de créer le projet !" + +#: FCreateProject.class:172 +msgid "Please choose a project template." +msgstr "Veuillez choisir un modèle de projet." + +#: FCreateProject.class:200 +msgid "Please enter the location of the repository." +msgstr "Veuillez saisir l'emplacement du référentiel." + +#: FCreateProject.form:31 FMain.form:314 +msgid "New project" +msgstr "Nouveau projet" + +#: FCreateProject.form:46 +msgid "Project type" +msgstr "Type de projet" + +#: FCreateProject.form:82 FProjectEditor.form:43 +msgid "Parent directory" +msgstr "Répertoire parent" + +#: FCreateProject.form:90 +msgid "Project details" +msgstr "Détails du projet" + +#: FCreateProject.form:100 +msgid "Project name" +msgstr "Nom du projet" + +#: FCreateProject.form:110 FSaveProjectAs.form:49 +msgid "The project name is the name of the project directory." +msgstr "Le nom du projet est le nom du répertoire du projet." + +#: FCreateProject.form:121 FSaveProjectAs.form:60 +msgid "The project final directory is :" +msgstr "Le répertoire final du projet est :" + +#: FCreateProject.form:135 +msgid "Project title" +msgstr "Titre du projet" + +#: FCreateProject.form:145 +msgid "The project title is the true name of the application." +msgstr "Le titre du projet est le nom complet de l'application." + +#: FCreateProject.form:154 FProjectProperty.form:989 +msgid "Project is translatable" +msgstr "Le projet est traduisible" + +#: FCreateProject.form:159 FProjectChooser.form:77 ProjectBox.class:332 +msgid "Open in another window" +msgstr "Ouvrir dans une nouvelle fenêtre" + +#: FCreateProject.form:172 FProjectVersion.form:171 +msgid "Repository" +msgstr "Référentiel" + +#: FCreateProject.form:182 +msgid "The project repository is directly sent to the 'svn checkout' command." +msgstr "Le référentiel du projet est directement envoyé à la commande 'svn checkout'." + +#: FDebugButton.form:30 FDebugInfo.form:128 +msgid "Debugging" +msgstr "Débogage" + +#: FDebugButton.form:39 FDebugInfo.form:415 FMain.form:834 FOption.form:1567 +msgid "Console" +msgstr "Console" + +#: FDebugButton.form:48 FDebugInfo.form:423 +msgid "Warnings" +msgstr "Avertissements" + +#: FDebugButton.form:57 +msgid "Notes" +msgstr "Notes" + +#: FDebugButton.form:66 FDebugInfo.form:465 +msgid "Unit tests" +msgstr "Tests unitaires" + +#: FDebugButton.form:75 FDebugInfo.form:534 FMain.form:538 +#: FProjectProperty.form:1021 FVersionControl.class:95 +msgid "Version control" +msgstr "Suivi de version" + +#: FDebugButton.form:84 FDebugInfo.form:628 +msgid "Search result" +msgstr "Résultat de la recherche" + +#: FDebugExpr.class:4 +msgid "not available" +msgstr "non disponible" + +#: FDebugExpr.class:529 +msgid "Key" +msgstr "Clef" + +#: FDebugExpr.class:535 +msgid "Symbol" +msgstr "Symbole" + +#: FDebugExpr.form:33 +msgid "Watch" +msgstr "Surveiller" + +#: FDebugExpr.form:38 +msgid "Print to console" +msgstr "Imprimer dans la console" + +#: FDebugExpr.form:63 +msgid "Show all symbols" +msgstr "Afficher tous les symboles" + +#: FDebugExpr.form:71 +msgid "Use hexadecimal" +msgstr "Utiliser l'hexadécimal" + # gb-ignore #: FDebugExpr.form:72 msgid "&&H" msgstr "" +#: FDebugExpr.form:89 +msgid "No element" +msgstr "Aucun élément" + +#: FDebugInfo.class:41 FMain.form:310 FNewTranslation.class:18 +#: FTranslate.class:78 +msgid "File" +msgstr "Fichier" + +#: FDebugInfo.class:43 FEditor.class:413 FImageEditor.form:615 +#: FImportTable.class:66 +msgid "Line" +msgstr "Ligne" + +#: FDebugInfo.class:44 +msgid "Col." +msgstr "Col." + +#: FDebugInfo.class:59 FImportTable.class:68 +msgid "Message" +msgstr "Message" + +#: FDebugInfo.class:118 +msgid "native code" +msgstr "code natif" + +#: FDebugInfo.class:169 +msgid "Watch expressions" +msgstr "Surveiller des expressions" + +#: FDebugInfo.class:1181 +msgid "Current object" +msgstr "Objet courant" + +#: FDebugInfo.class:1232 +msgid "Local variables" +msgstr "Variables locales" + +#: FDebugInfo.class:1304 +msgid "Modify '&1' value" +msgstr "Modifier la valeur de « &1 »" + +#: FDebugInfo.class:1355 +msgid "Process &1" +msgstr "Processus &1" + +#: FDebugInfo.class:1457 +msgid "Do you really want to synchronize the repository?" +msgstr "Voulez-vous vraiment synchroniser le référentiel ?" + +#: FDebugInfo.class:1585 +msgid "Test has failed." +msgstr "Le test a échoué." + +#: FDebugInfo.class:1591 +msgid "Test has been aborted." +msgstr "Le test a été interrompu." + +#: FDebugInfo.class:1597 +msgid "Test has succeeded." +msgstr "Le test a réussi." + +#: FDebugInfo.class:1698 +msgid "Do you want to clear the expression list ?" +msgstr "Voulez-vous effacer la liste des expressions ?" + +#: FDebugInfo.class:1792 +msgid "Do you really want to remove all breakpoints?" +msgstr "Voulez-vous vraiment retirer tous les points d'arrêts ?" + +#: FDebugInfo.form:108 FMain.form:617 +msgid "Debug" +msgstr "Débogage" + +#: FDebugInfo.form:164 +msgid "Read-only memory" +msgstr "Mémoire en lecture seule" + +#: FDebugInfo.form:181 +msgid "Allocated memory" +msgstr "Mémoire allouée" + +#: FDebugInfo.form:198 +msgid "Open file descriptors" +msgstr "Descripteurs de fichier ouverts" + +#: FDebugInfo.form:242 +msgid "Breakpoints" +msgstr "Points d'arrêt" + +#: FDebugInfo.form:247 +msgid "Remove breakpoint" +msgstr "Supprimer le point d'arrêt" + +#: FDebugInfo.form:254 +msgid "Remove all breakpoints" +msgstr "Supprimer tous les points d'arrêts" + +#: FDebugInfo.form:285 +msgid "Add expression" +msgstr "Ajouter une expression" + +#: FDebugInfo.form:291 FEditor.form:323 +msgid "Watch expression" +msgstr "Surveiller des expressions" + +#: FDebugInfo.form:297 +msgid "Remove current expression" +msgstr "Supprimer l'expression sélectionnée" + +#: FDebugInfo.form:303 +msgid "Remove all expressions" +msgstr "Supprimer toutes les expressions" + +#: FDebugInfo.form:314 +msgid "Enter an expression" +msgstr "Saisissez une expression" + +#: FDebugInfo.form:326 +msgid "Display ME" +msgstr "Afficher ME" + +# gb-ignore +#: FDebugInfo.form:327 +msgid "ME" +msgstr "" + +#: FDebugInfo.form:409 +msgid "Waiting for extern process" +msgstr "En attente du processus externe" + +#: FDebugInfo.form:442 +msgid "Tasks" +msgstr "Tâches" + +#: FDebugInfo.form:476 FOutput.form:84 +msgid "Clear console" +msgstr "Effacer la console" + +#: FDebugInfo.form:484 +msgid "Run test" +msgstr "Démarrer le test" + +#: FDebugInfo.form:552 FMain.form:1881 +msgid "Modifications." +msgstr "Modifications." + +#: FDebugInfo.form:559 FMain.form:543 FProjectVersion.form:89 +#: FVersionControl.form:110 +msgid "Commit" +msgstr "Publier" + +#: FDebugInfo.form:566 FMain.form:549 FReportBorderChooser.form:60 +#: FReportPaddingChooser.form:64 +msgid "Synchronize" +msgstr "Synchroniser" + +#: FDebugInfo.form:573 FMain.form:562 +msgid "Revert all changes" +msgstr "Annuler tous les changements" + +#: FDebugInfo.form:580 FMain.form:568 +msgid "Add everything to repository" +msgstr "Tout ajouter au référentiel" + +#: FDebugInfo.form:640 +msgid "Cancel current search" +msgstr "Annuler la recherche en cours" + +#: FDebugInfo.form:656 +msgid "Show search window" +msgstr "Afficher la fenêtre de recherche" + +#: FDebugInfo.form:663 +msgid "Search again" +msgstr "Rechercher de nouveau" + +#: FDebugInfo.form:714 FSearch.class:537 FTranslate.class:651 +msgid "Search string cannot be found." +msgstr "La chaîne recherchée est introuvable." + +#: FDebugRemote.form:40 FMain.form:805 +msgid "Remote debugging" +msgstr "Débogage distant" + +#: FDebugRemote.form:52 +msgid "Activate remote debugging" +msgstr "Activer le débogage distant" + +#: FDebugRemote.form:74 +msgid "Protocol" +msgstr "Protocole" + +# gb-ignore +#: FDebugRemote.form:81 +msgid "SSH" +msgstr "" + +#: FDebugRemote.form:92 FFarmLogin.form:38 FFarmRegister.form:40 +msgid "Server" +msgstr "Serveur" + +#: FDebugRemote.form:108 FFarmLogin.form:59 FFarmRegister.form:61 +#: FNewConnection.form:144 FProjectVersion.form:127 FProxy.form:42 +msgid "User" +msgstr "Utilisateur" + +#: FDebugRemote.form:124 FFarmLogin.form:74 FFarmRegister.form:76 +#: FNewConnection.form:164 FProjectVersion.form:142 FProxy.form:47 +msgid "Password" +msgstr "Mot de passe" + +#: FDebugRemote.form:142 FMain.form:962 +msgid "Directory" +msgstr "Répertoire" + +#: FDebugRemote.form:154 +msgid "Remote environment" +msgstr "Environnement distant" + +#: FDebugRemote.form:214 +msgid "Check remote server" +msgstr "Vérifier le serveur distant" + +#: FEditor.class:412 +msgid "Column" +msgstr "Colonne" + +#: FEditor.class:414 +msgid "Overwrite" +msgstr "Écrasement" + +#: FEditor.form:197 FTextEditor.form:229 +msgid "Format code" +msgstr "Formater le code" + +#: FEditor.form:203 +msgid "Sort procedures" +msgstr "Trier les procédures" + +#: FEditor.form:233 +msgid "Go to" +msgstr "Aller à" + +#: FEditor.form:252 +msgid "Find definition" +msgstr "Trouver la définition" + +#: FEditor.form:309 FMain.form:1652 +msgid "Run until current line" +msgstr "Exécuter jusqu'à la ligne courante" + +#: FEditor.form:316 +msgid "Toggle breakpoint" +msgstr "Basculer un point d'arrêt" + +#: FEditor.form:332 +msgid "Open form" +msgstr "Ouvrir le formulaire" + +#: FEditor.form:339 FMain.form:1177 +msgid "Run this class" +msgstr "Exécuter cette classe" + +#: FEditor.form:349 FForm.form:435 FImageEditor.form:386 FTextEditor.form:380 +msgid "Locked" +msgstr "Verrouillé" + +#: FEditor.form:355 FHelpBrowser.form:127 FTextEditor.form:386 +msgid "Print" +msgstr "Imprimer" + +#: FEditor.form:414 FHelpShortcut.form:23 FOption.form:838 +msgid "Editor" +msgstr "Éditeur" + +#: FEditor.form:427 FForm.form:488 FTextEditor.form:477 +msgid "Show modifications" +msgstr "Afficher les modifications" + +#: FEditor.form:436 FForm.form:497 FTextEditor.form:486 +msgid "Previous modification" +msgstr "Modification précédente" + +#: FEditor.form:443 FForm.form:504 FTextEditor.form:493 +msgid "Next modification" +msgstr "Modification suivante" + +#: FEditor.form:576 FTextEditor.form:606 +msgid "Insert special character" +msgstr "Insérer un caractère spécial" + +#: FEditor.form:619 FTextEditor.form:649 +msgid "Make code pretty" +msgstr "Réindenter le code" + +#: FEditor.form:684 FTextEditor.form:702 +msgid "Procedure list" +msgstr "Liste des procédures" + +#: FEditor.form:708 FImageEditor.form:813 FTextEditor.form:745 +msgid "Lock / unlock file" +msgstr "Vérrouiller / déverrouiller le fichier" + +#: FExportData.class:21 FImportTable.class:58 +msgid "CSV files" +msgstr "Fichiers CSV" + +#: FExportData.class:113 +msgid "Unable to export data." +msgstr "Impossible d'exporter les données." + +#: FExportData.class:126 +msgid "&Overwrite" +msgstr "&Remplacer" + +#: FExportData.class:126 +msgid "" +"This file already exists.\n" +"\n" +"Do you want to overwrite it?" +msgstr "" +"Ce fichier existe déjà.\n" +"\n" +"Désirez-vous le remplacer ?" + +#: FExportData.form:31 FImportTable.form:101 +msgid "Delimiter character" +msgstr "Caractère délimiteur" + +#: FExportData.form:42 FImportTable.form:112 +msgid "Enclose character" +msgstr "Caractère d'échappement" + +#: FExportData.form:54 +msgid "Export field names" +msgstr "Exporter les noms des champs" + +#: FExportData.form:60 +msgid "Export selected records only" +msgstr "Exporter les enregistrements sélectionnés uniquement" + +#: FFarmConfig.form:12 +msgid "Farm servers" +msgstr "Logithèques" + +#: FFarmLogin.class:29 +msgid "Authentication failed." +msgstr "L'authentification a échoué." + +#: FFarmLogin.form:26 FPublish.form:312 FSoftwareFarm.form:108 +msgid "Login" +msgstr "S'identifier" + +#: FFarmLogin.form:95 FNewConnection.form:175 FProjectVersion.form:155 +msgid "Remember password" +msgstr "Se souvenir du mot de passe" + +#: FFarmLogin.form:111 +msgid "Be anonymous" +msgstr "Être anonyme" + +#: FFarmRegister.class:28 +msgid "Please enter a valid e-mail address." +msgstr "Veuillez saisir une adresse e-mail valide." + +#: FFarmRegister.class:34 +msgid "Confirm password does not match." +msgstr "Le mot de passe de confirmation ne correspond pas." + +#: FFarmRegister.class:40 +msgid "Unable to register user." +msgstr "Impossible d'enregistrer l'utilisateur." + +#: FFarmRegister.class:40 +msgid "" +"You have been successfully registered.\n" +"\n" +"You will receive a confirmation e-mail soon." +msgstr "" +"Vous avez été enregistré avec succès.\n" +"\n" +"Vous recevrez un courriel de confirmation bientôt." + +#: FFarmRegister.form:28 FPublish.form:319 FSoftwareFarm.form:115 +msgid "Register" +msgstr "S'enregistrer" + +#: FFarmRegister.form:92 +msgid "Confirm password" +msgstr "Confirmer le mot de passe" + +#: FFarmRegister.form:108 FMakeInstall.form:281 FOption.form:353 +msgid "E-mail" +msgstr "E-mail" + +#: FFarmRegister.form:121 +msgid "" +"A confirmation mail will be sent to the specified e-mail address. Click on the link included in that mail to activate your account.\n" +"

\n" +"Your e-mail will not be stored on the publishing server." +msgstr "" +"Un mail de confirmation sera envoyé à l'adresse spécifiée. Cliquez sur le lien contenu dans ce mail pour activer votre compte.\n" +"

\n" +"Votre e-mail ne sera pas stocké sur le serveur de publication." + +#: FFieldChooser.class:54 FTableChooser.class:66 +msgid "Unable to open connection." +msgstr "Impossible d'ouvrir la connexion." + +#: FFieldChooser.class:61 +msgid "Unable to get table fields." +msgstr "Impossible de récupérer les champs de la table." + +#: FFieldChooser.class:67 +msgid "Edit field list" +msgstr "Éditer la liste des champs" + +#: FFieldChooser.class:70 +msgid "Select a field" +msgstr "Choisissez un champ" + +#: FFieldChooser.form:39 FTableChooser.form:30 +msgid "Connection" +msgstr "Connexion" + +#: FFieldChooser.form:51 FImportTable.form:156 FPasteTable.form:67 +msgid "Table" +msgstr "Table" + +#: FFileInfoVC.class:30 +msgid "'&1' version control" +msgstr "Suivi de version de « &1 »" + +#: FFileInfoVC.class:69 +msgid "This file is locked, and will be deleted on the next commit." +msgstr "Le fichier est verrouillé, et sera supprimé à la prochaine publication." + +#: FFileInfoVC.class:71 +msgid "This file is not versioned, and must be added to the repository." +msgstr "Le fichier n'est pas versionné, et doit être ajouté au référentiel." + +#: FFileInfoVC.class:74 +msgid "This file has not been modified since the last commit." +msgstr "Ce fichier est inchangé depuis la dernière publication." + +#: FFileInfoVC.class:88 FMain.class:1285 FMakeInstall.class:376 +#: FProjectVersion.class:211 FSave.form:22 Project.module:628 +#: VersionControl.module:461 +msgid "Continue" +msgstr "Continuer" + +#: FFileInfoVC.class:88 FProjectVersion.class:211 VersionControl.module:461 +msgid "You are going to cancel your changes!" +msgstr "Tous les changements vont être annulés !" + +#: FFileInfoVC.form:26 FProjectVersion.form:299 FVersionControl.form:41 +msgid "Changes" +msgstr "Modifications" + +#: FFileInfoVC.form:44 FVersionControl.form:52 +msgid "History" +msgstr "Historique" + +#: FFileInfoVC.form:64 +msgid "Undo changes" +msgstr "Annuler les changements" + +#: FFileInfoVC.form:71 +msgid "Display changes in history" +msgstr "Afficher les changements dans l'historique" + +#: FFileProperty.class:30 +msgid "Gambas &1" +msgstr "&1 Gambas" + +#: FFileProperty.class:37 +msgid "Gambas module" +msgstr "Module Gambas" + +#: FFileProperty.class:39 +msgid "Gambas test module" +msgstr "Module de test Gambas" + +#: FFileProperty.class:41 +msgid "Gambas class" +msgstr "Classe Gambas" + +#: FFileProperty.class:81 +msgid "'&1' properties" +msgstr "Propriétés de « &1 »" + +#: FFontChooser.form:12 +msgid "Select a font" +msgstr "Choisissez une police" + +#: FForm.class:137 +msgid "Bad form file" +msgstr "Fichier formulaire incorrect" + +#: FForm.class:285 +msgid "Unknown control: &1" +msgstr "Contrôle inconnu : &1" + +#: FForm.class:1362 +msgid "Component missing for control &1" +msgstr "Composant introuvable pour le contrôle &1" + +#: FForm.class:1929 +msgid "Cannot paste data." +msgstr "Impossible de coller les données." + +#: FForm.form:182 +msgid "Copy at the same place" +msgstr "Copier au même emplacement" + +#: FForm.form:202 +msgid "Delete container only" +msgstr "Supprimer le conteneur uniquement" + +#: FForm.form:209 +msgid "Embed into a container" +msgstr "Imbriquer dans un conteneur" + +#: FForm.form:215 +msgid "Change into" +msgstr "Transformer en" + +#: FForm.form:223 +msgid "Select" +msgstr "Sélectionner" + +#: FForm.form:236 +msgid "Select parent" +msgstr "Sélectionner le parent" + +#: FForm.form:249 +msgid "Arrangement" +msgstr "Disposition" + +#: FForm.form:253 +msgid "Bring to foreground" +msgstr "Au premier plan" + +#: FForm.form:260 +msgid "Send to background" +msgstr "A l'arrière-plan" + +#: FForm.form:270 +msgid "Horizontal" +msgstr "Horizontal" + +#: FForm.form:277 +msgid "Rows" +msgstr "Lignes" + +#: FForm.form:283 +msgid "Vertical" +msgstr "Vertical" + +#: FForm.form:290 +msgid "Columns" +msgstr "Colonnes" + +#: FForm.form:299 +msgid "Center horizontally" +msgstr "Centrer horizontalement" + +#: FForm.form:305 +msgid "Center vertically" +msgstr "Centrer verticalement" + +#: FForm.form:311 +msgid "Alignment" +msgstr "Alignement" + +#: FForm.form:315 +msgid "Align to left" +msgstr "Aligner sur la gauche" + +#: FForm.form:321 +msgid "Align to right" +msgstr "Aligner sur la droite" + +#: FForm.form:327 +msgid "Align to top" +msgstr "Aligner sur le haut" + +#: FForm.form:333 +msgid "Align to bottom" +msgstr "Aligner sur le bas" + +#: FForm.form:342 +msgid "Same width" +msgstr "Même largeur" + +#: FForm.form:348 +msgid "Same height" +msgstr "Même hauteur" + +#: FForm.form:357 +msgid "Show tab" +msgstr "Afficher l'onglet" + +#: FForm.form:365 +msgid "Move tab" +msgstr "Déplacer l'onglet" + +#: FForm.form:370 +msgid "First" +msgstr "Début" + +#: FForm.form:377 FSearch.form:214 FTips.form:75 +msgid "Previous" +msgstr "Précédent" + +#: FForm.form:384 FSearch.form:208 FTips.form:81 +msgid "Next" +msgstr "Suivant" + +#: FForm.form:391 +msgid "Last" +msgstr "Fin" + +#: FForm.form:402 FMenu.form:68 +msgid "Menu editor" +msgstr "Éditeur de menu" + +#: FForm.form:411 +msgid "Event" +msgstr "Evènement" + +#: FForm.form:425 +msgid "Run this form" +msgstr "Exécuter ce formulaire" + +#: FForm.form:608 +msgid "Toggle grid" +msgstr "Bascule l'affichage de la grille" + +#: FForm.form:617 FImageEditor.form:541 +msgid "Toggle information tooltip" +msgstr "Basculer l'affichage des informations" + +#: FForm.form:756 +msgid "Move tab first" +msgstr "Déplacer l'onglet au début" + +#: FForm.form:763 +msgid "Move tab left" +msgstr "Déplacer l'onglet à gauche" + +#: FForm.form:770 +msgid "Move tab right" +msgstr "Déplacer l'onglet à droite" + +#: FForm.form:777 +msgid "Move tab last" +msgstr "Déplacer l'onglet à la fin" + +#: FForm.form:805 FOption.form:294 +msgid "Bold" +msgstr "Gras" + +#: FForm.form:813 +msgid "Italic" +msgstr "Italique" + +#: FForm.form:821 FOption.form:299 +msgid "Underline" +msgstr "Souligné" + +#: FForm.form:829 +msgid "Bigger font" +msgstr "Police plus grande" + +#: FForm.form:837 +msgid "Smaller font" +msgstr "Police plus petite" + +#: FForm.form:845 FOption.form:1469 +msgid "Default font" +msgstr "Police par défaut" + +#: FForm.form:853 FOption.form:1666 +msgid "Background" +msgstr "Arrière-plan" + +#: FForm.form:861 +msgid "Foreground" +msgstr "Avant-plan" + +#: FForm.form:872 +msgid "Lock / unlock form" +msgstr "Vérrouiller / déverrouiller le formulaire" + +#: FFormStack.form:14 FMain.form:2070 +msgid "Hierarchy" +msgstr "Hiérarchie" + +#: FFormStack.form:24 +msgid "Move top" +msgstr "Déplacer tout en haut" + +#: FFormStack.form:30 FMenu.form:134 +msgid "Move up" +msgstr "Déplacer vers le haut" + +#: FFormStack.form:36 FMenu.form:141 +msgid "Move down" +msgstr "Déplacer vers le bas" + +#: FFormStack.form:42 +msgid "Move bottom" +msgstr "Déplacer tout en bas" + +#: FHelpBrowser.class:27 FProjectProperty.form:1006 +msgid "Default language" +msgstr "Langage par défaut" + +#: FHelpBrowser.form:36 FMain.form:1373 +msgid "Help browser" +msgstr "Navigateur d'aide" + +#: FHelpBrowser.form:48 +msgid "Show help tree" +msgstr "Afficher l'arborescence de l'aide" + +#: FHelpBrowser.form:67 FMain.form:863 FProfile.form:48 +msgid "Go back" +msgstr "Revenir en arrière" + +#: FHelpBrowser.form:73 FMain.form:870 FProfile.form:54 +msgid "Go forward" +msgstr "Aller en avant" + +#: FHelpBrowser.form:158 FMain.form:1569 FSearch.form:71 +msgid "Search" +msgstr "Rechercher" + +#: FHelpShortcut.form:10 +msgid "IDE keyboard shortcuts" +msgstr "Raccourcis claviers de l'EDI" + +#: FHelpShortcut.form:25 +msgid "Debugger" +msgstr "Débogueur" + +#: FHelpShortcut.form:27 FOption.form:618 FProjectProperty.form:242 +#: FTranslate.form:167 +msgid "Translation" +msgstr "Traduction" + +#: FImageEditor.form:166 +msgid "Action" +msgstr "Action" + +#: FImageEditor.form:171 +msgid "Crop" +msgstr "Découper" + +#: FImageEditor.form:179 FImageProperty.form:307 +msgid "Horizontal flip" +msgstr "Miroir horizontal" + +#: FImageEditor.form:186 FImageProperty.form:301 +msgid "Vertical flip" +msgstr "Miroir vertical" + +#: FImageEditor.form:193 FImageProperty.form:295 +msgid "Rotate counter-clockwise" +msgstr "Rotation de 90° vers la gauche" + +#: FImageEditor.form:201 FImageProperty.form:289 +msgid "Rotate clockwise" +msgstr "Rotation de 90° vers la droite" + +#: FImageEditor.form:212 +msgid "Resize" +msgstr "Redimensionner" + +#: FImageEditor.form:219 +msgid "Rotate" +msgstr "Rotation" + +#: FImageEditor.form:236 +msgid "Hide selection" +msgstr "Cacher la sélection" + +#: FImageEditor.form:242 +msgid "Selection" +msgstr "Sélection" + +#: FImageEditor.form:247 +msgid "Invert selection" +msgstr "Inverser la sélection" + +#: FImageEditor.form:255 +msgid "Duplicate selection" +msgstr "Dupliquer la sélection" + +#: FImageEditor.form:263 FImageOffsetSelection.form:15 +msgid "Offset selection" +msgstr "Agrandir ou rétrécir la sélection" + +#: FImageEditor.form:273 +msgid "Union" +msgstr "Union" + +#: FImageEditor.form:279 +msgid "Difference" +msgstr "Différence" + +#: FImageEditor.form:285 +msgid "Intersection" +msgstr "Intersection" + +#: FImageEditor.form:291 +msgid "Exclusive or" +msgstr "Ou exclusif" + +#: FImageEditor.form:301 +msgid "Save selection" +msgstr "Enregistrer le sélection" + +#: FImageEditor.form:310 +msgid "Shape grid" +msgstr "Grille de la forme" + +#: FImageEditor.form:368 +msgid "Zoom normal" +msgstr "Zoom normal" + +#: FImageEditor.form:376 +msgid "Zoom fit" +msgstr "Zoom ajusté" + +#: FImageEditor.form:408 FMain.form:416 FTextEditor.form:406 +#: Project.module:7007 +msgid "Save as" +msgstr "Enregistrer sous" + +#: FImageEditor.form:428 +msgid "Save as JPEG" +msgstr "Enregistrer comme JPEG" + +#: FImageEditor.form:434 +msgid "Save as PNG" +msgstr "Enregistrer comme PNG" + +#: FImageEditor.form:440 +msgid "Save as BMP" +msgstr "Enregistrer comme BMP" + +#: FImageEditor.form:447 +msgid "Save as TIFF" +msgstr "Enregistrer comme TIFF" + +#: FImageEditor.form:454 +msgid "Image editor" +msgstr "Editeur d'image" + +#: FImageEditor.form:532 +msgid "Drawing grid" +msgstr "Grille de dessin" + +#: FImageEditor.form:584 +msgid "Move" +msgstr "Déplacer" + +#: FImageEditor.form:595 +msgid "Draw" +msgstr "Dessiner" + +#: FImageEditor.form:605 +msgid "Erase" +msgstr "Gommer" + +#: FImageEditor.form:625 +msgid "Rectangle" +msgstr "Rectangle" + +#: FImageEditor.form:635 +msgid "Ellipse" +msgstr "Ellipse" + +#: FImageEditor.form:655 +msgid "Magic wand" +msgstr "Baguette magique" + +#: FImageEditor.form:672 +msgid "Edit selection" +msgstr "Modifier la sélection" + +#: FImageEditor.form:775 +msgid "Resize or stretch image" +msgstr "Redimensionner ou étirer l'image" + +#: FImageEditor.form:784 FImageRotate.form:11 +msgid "Rotate image" +msgstr "Rotation de l'image" + +#: FImageOffsetSelection.form:28 FImageResize.form:129 +msgid "px" +msgstr "px" + +#: FImageOffsetSelection.form:52 +msgid "Shrink" +msgstr "Rétrécir" + +#: FImageOffsetSelection.form:60 +msgid "Grow" +msgstr "Agrandir" + +#: FImageOffsetSelection.form:67 FReportBorderChooser.form:67 +msgid "Border" +msgstr "Bordure" + +#: FImageProperty.class:792 +msgid "System clipboard" +msgstr "Presse-papier système" + +#: FImageProperty.class:1226 +msgid "Arrow" +msgstr "Flèche" + +#: FImageProperty.class:1227 +msgid "Arrow #2" +msgstr "Flèche n°2" + +#: FImageProperty.class:1228 +msgid "Triangle" +msgstr "Triangle" + +#: FImageProperty.class:1229 +msgid "Square triangle" +msgstr "Triangle rectangle" + +#: FImageProperty.class:1230 +msgid "Pentagon" +msgstr "Pentagone" + +#: FImageProperty.class:1231 +msgid "Hexagon" +msgstr "Hexagone" + +#: FImageProperty.form:175 +msgid "Gradient" +msgstr "Dégradé" + +#: FImageProperty.form:191 FReportBrushChooser.form:49 +msgid "Linear gradient" +msgstr "Dégradé linéaire" + +#: FImageProperty.form:198 FReportBrushChooser.form:49 +msgid "Radial gradient" +msgstr "Dégradé circulaire" + +#: FImageProperty.form:222 FReportBrushChooser.form:87 +msgid "Add gradient stop" +msgstr "Ajouter une couleur de dégradé" + +#: FImageProperty.form:228 FReportBrushChooser.form:93 +msgid "Remove gradient stop" +msgstr "Supprimer une couleur de dégradé" + +#: FImageProperty.form:234 FReportBrushChooser.form:99 +msgid "Select gradient stop color" +msgstr "Sélectionnez la couleur du point d'arrêt du dégradé" + +#: FImageProperty.form:240 FReportBrushChooser.form:105 +msgid "Invert gradient" +msgstr "Inverser le dégradé" + +#: FImageProperty.form:262 FReportBrushChooser.form:121 +msgid "Radius" +msgstr "Rayon" + +#: FImageProperty.form:329 +msgid "Clipboard" +msgstr "Presse-papier" + +#: FImageProperty.form:341 +msgid "Selections" +msgstr "Sélections" + +#: FImageProperty.form:366 +msgid "Stroke" +msgstr "Tracer" + +#: FImageProperty.form:374 FTranslate.class:1770 +msgid "Fill" +msgstr "Remplir" + +#: FImageProperty.form:394 +msgid "Colorize" +msgstr "Colorier" + +#: FImageProperty.form:402 +msgid "Desaturate" +msgstr "Désaturer" + +#: FImageProperty.form:410 +msgid "Make transparent" +msgstr "Rendre transparent" + +#: FImageProperty.form:418 FOption.form:1782 +msgid "Invert colors for dark themes" +msgstr "Inverser les couleurs pour les thèmes sombres" + +#: FImageProperty.form:428 +msgid "Line cap" +msgstr "Extrêmités des lignes" + +#: FImageProperty.form:433 +msgid "Line join" +msgstr "Jointure des lignes" + +#: FImageProperty.form:438 +msgid "Fill rule" +msgstr "Règle de remplissage" + +#: FImageProperty.form:456 +msgid "Opacity" +msgstr "Opacité" + +#: FImageProperty.form:475 FSelectIcon.form:63 FTranslate.class:79 +msgid "Size" +msgstr "Taille" + +#: FImageProperty.form:492 +msgid "Tolerance" +msgstr "Tolérance" + +#: FImageProperty.form:511 +msgid "Roundness" +msgstr "Arrondi" + +#: FImageProperty.form:537 +msgid "Effects" +msgstr "Effets" + +#: FImageProperty.form:547 +msgid "Brightness" +msgstr "Luminosité" + +#: FImageProperty.form:566 +msgid "Contrast" +msgstr "Contraste" + +#: FImageProperty.form:585 +msgid "Gamma" +msgstr "Gamma" + +#: FImageProperty.form:604 +msgid "Lightness" +msgstr "Clarté" + +#: FImageProperty.form:623 +msgid "Hue" +msgstr "Teinte" + +#: FImageProperty.form:642 +msgid "Saturation" +msgstr "Saturation" + +#: FImageProperty.form:661 +msgid "Blur" +msgstr "Flou" + +#: FImageProperty.form:678 +msgid "Transparency" +msgstr "Transparence" + +#: FImageProperty.form:702 FImportTable.form:188 FTextEditor.form:340 +msgid "Preview" +msgstr "Aperçu" + +#: FImageProperty.form:714 FProjectProperty.form:1072 FTestSuite.form:161 +msgid "Reset" +msgstr "Réinitialiser" + +#: FImageProperty.form:721 FMain.form:531 FPatch.form:69 +msgid "Apply" +msgstr "Appliquer" + +#: FImageProperty.form:747 +msgid "Centered" +msgstr "Centré" + +#: FImageProperty.form:757 +msgid "Right align" +msgstr "Aligner à droite" + +#: FImageProperty.form:766 +msgid "Left align" +msgstr "Aligner à gauche" + +#: FImageProperty.form:779 +msgid "Top align" +msgstr "Aligner en haut" + +#: FImageProperty.form:788 +msgid "Middle align" +msgstr "Aligner au milieu" + +#: FImageProperty.form:798 +msgid "Baseline align" +msgstr "Aligner sur la ligne de base" + +#: FImageProperty.form:807 +msgid "Bottom align" +msgstr "Aligner en bas" + +#: FImageProperty.form:843 +msgid "Grid resolution" +msgstr "Résolution de la grille" + +#: FImageProperty.form:861 +msgid "Grid snap" +msgstr "Alignement de la grille" + +#: FImageProperty.form:879 +msgid "Draw diagonals" +msgstr "Dessiner les diagonales" + +# gb-ignore +#: FImageQuality.form:10 +msgid "Image quality" +msgstr "" + +#: FImageResize.form:25 +msgid "Resize image" +msgstr "Redimensionner l'image" + +#: FImageResize.form:64 +msgid "Resize and center" +msgstr "Redimensionner et centrer" + +#: FImageResize.form:71 +msgid "Resize and center horizontally" +msgstr "Redimensionner et centrer horizontalement" + +#: FImageResize.form:78 +msgid "Resize and center vertically" +msgstr "Redimensionner et centrer verticalement" + +#: FImageResize.form:85 +msgid "Stretch image" +msgstr "Etirer l'image" + +#: FImageResize.form:113 +msgid "Add a border" +msgstr "Ajouter une bordure" + +#: FImageResize.form:118 +msgid "Ratio" +msgstr "Rapport" + +# gb-ignore +#: FImageRotate.form:21 +msgid "°" +msgstr "" + +#: FImportFile.class:23 +msgid "Gambas classes" +msgstr "Classes Gambas" + +#: FImportFile.class:23 +msgid "Gambas modules" +msgstr "Modules Gambas" + +#: FImportFile.class:24 +msgid "Gambas test modules" +msgstr "Modules de test Gambas" + +#: FImportFile.class:33 +msgid "Cascading style sheets" +msgstr "Feuilles de style en cascade" + +#: FImportFile.class:33 +msgid "HTML files" +msgstr "Fichiers HTML" + +#: FImportFile.class:33 +msgid "Javascript files" +msgstr "Fichiers Javascript" + +#: FImportFile.class:33 +msgid "Picture files" +msgstr "Fichiers image" + +#: FImportFile.class:188 +msgid "Cannot import file." +msgstr "Impossible d'importer le fichier." + +#: FImportFile.form:9 +msgid "Import files" +msgstr "Importer des fichiers" + +#: FImportFile.form:24 +msgid "Create symbolic links" +msgstr "Créer des liens symboliques" + +#: FImportTable.class:58 FSearch.form:196 FTranslate.class:1387 +msgid "All files" +msgstr "Tous les fichiers" + +#: FImportTable.class:138 +msgid "(Automatic key)" +msgstr "(Clef automatique)" + +#: FImportTable.class:276 +msgid "Field_&1" +msgstr "Champ_&1" + +#: FImportTable.class:391 +msgid "Not enough values" +msgstr "Pas assez de valeurs" + +#: FImportTable.class:393 +msgid "Too many values" +msgstr "Trop de valeurs" + +#: FImportTable.class:418 +msgid "Cancelled by user" +msgstr "Annulé par l'utilisateur" + +#: FImportTable.class:427 +msgid "No record imported." +msgstr "Aucun enregistrement importé." + +#: FImportTable.class:429 +msgid "One record imported." +msgstr "Un enregistrement importé." + +#: FImportTable.class:431 +msgid "&1 records imported." +msgstr "&1 enregistrements importés." + +#: FImportTable.form:35 +msgid "Import file" +msgstr "Importer un fichier" + +#: FImportTable.form:51 +msgid "Select the CSV file to import" +msgstr "Choisissez le fichier CSV à importer" + +#: FImportTable.form:68 FPasteTable.form:40 +msgid "Source" +msgstr "Source" + +#: FImportTable.form:78 +msgid "Charset" +msgstr "Jeu de caractères" + +#: FImportTable.form:124 +msgid "Strip useless white spaces" +msgstr "Supprimer les espaces inutiles" + +#: FImportTable.form:129 +msgid "Ignore first lines" +msgstr "Ignorer les premières lignes" + +#: FImportTable.form:139 +msgid "Line(s)" +msgstr "Ligne(s)" + +#: FImportTable.form:146 FPasteTable.form:51 +msgid "Destination" +msgstr "Destination" + +#: FImportTable.form:171 +msgid "The first line contains field names" +msgstr "La première ligne contient les noms des champs" + +#: FImportTable.form:176 +msgid "Key field" +msgstr "Champ clef" + +#: FLayout.class:24 +msgid "Please enter the name of the layout." +msgstr "Veuillez saisir le nom de la disposition" + +#: FLayout.class:30 FOption.class:1742 +msgid "Override" +msgstr "Écraser" + +#: FLayout.class:30 +msgid "This layout already exists." +msgstr "Cette disposition existe déjà." + +#: FLayout.form:14 +msgid "Save layout" +msgstr "Enregistrer la disposition" + +#: FLayout.form:22 +msgid "Layout name" +msgstr "Nom de la disposition" + +#: FList.class:103 +msgid "Item &1" +msgstr "Élément &1" + +#: FList.class:153 +msgid "Do you really want to clear the list?" +msgstr "Voulez-vous vraiment vider la liste ?" + +#: FList.form:25 +msgid "Edit list property" +msgstr "Éditer la liste des propriétés" + +#: FList.form:59 FMenu.form:83 +msgid "Insert" +msgstr "Insérer" + +#: FList.form:87 +msgid "Invert" +msgstr "Inverser" + +#: FMain.class:265 +msgid "Do you really want to delete this link ?" +msgstr "Voulez-vous vraiment supprimer ce lien ?" + +#: FMain.class:268 +msgid "Do you really want to delete this directory ?" +msgstr "Voulez-vous vraiment supprimer ce répertoire ?" + +#: FMain.class:280 +msgid "Do you really want to delete this file ?" +msgstr "Voulez-vous vraiment supprimer ce fichier ?" + +#: FMain.class:287 +msgid "Cannot delete file or directory" +msgstr "Impossible de supprimer le fichier ou le répertoire" + +#: FMain.class:305 +msgid "File or directory does not exist anymore." +msgstr "Le fichier ou le répertoire n'existe plus." + +#: FMain.class:789 +msgid "Sort history" +msgstr "Trier l'historique" + +#: FMain.class:793 FOpenProject.form:81 FWelcome.form:35 +msgid "Sort by date" +msgstr "Trier par date" + +#: FMain.class:793 FOpenProject.form:90 FWelcome.form:43 +msgid "Sort by name" +msgstr "Trier par nom" + +#: FMain.class:793 FOpenProject.form:98 FWelcome.form:50 +msgid "Sort by path" +msgstr "Trier dans l'ordre des chemins" + +#: FMain.class:805 +msgid "&Clear history" +msgstr "&Effacer l'historique" + +#: FMain.class:985 +msgid "New folder" +msgstr "Nouveau dossier" + +#: FMain.class:1061 +msgid "" +"The GNU translation tools are not installed on your system.\n" +"\n" +"Please install them to be able to do the translation." +msgstr "" +"Les outils de traduction GNU ne sont pas installés sur votre système.\n" +"\n" +"Veuillez les installer pour pouvoir effectuer la traduction." + +#: FMain.class:1383 +msgid "No arguments" +msgstr "Aucun argument" + +#: FMain.class:1871 +msgid "Unable to drop file into the project." +msgstr "Impossible de déposer le fichier à l'intérieur du projet." + +#: FMain.class:1998 +msgid "All backup or generated files will be removed from the project directory." +msgstr "Les fichiers de sauvegarde et les fichiers générés du projet vont être supprimés." + +#: FMain.class:1998 +msgid "Clean" +msgstr "Nettoyer" + +#: FMain.class:2350 +msgid "Do you really want to add every file to the repository?" +msgstr "Voulez-vous vraiment ajouter tous les fichiers au référentiel ?" + +#: FMain.class:2488 +msgid "Choose a profile" +msgstr "Choisissez un profilage" + +#: FMain.class:2489 +msgid "Profile for &1 project" +msgstr "Profilage pour le projet &1" + +#: FMain.class:2737 FProperty.class:1024 +msgid "Select a file" +msgstr "Choisissez un fichier" + +#: FMain.class:2752 +msgid "This file is located inside the project." +msgstr "Le fichier est situé à l'intérieur du projet." + +#: FMain.class:2910 Project.module:941 +msgid "" +"The file has been modified.\n" +"\n" +"All your changes will be lost." +msgstr "" +"Le fichier a été modifié.\n" +"\n" +"Toutes les modifications seront perdues." + +#: FMain.form:321 FWelcome.class:70 +msgid "Open project" +msgstr "Ouvrir un projet" + +#: FMain.form:327 +msgid "Open recent" +msgstr "Ouvrir un projet récent" + +#: FMain.form:335 +msgid "Open example" +msgstr "Ouvrir un exemple" + +#: FMain.form:344 FWelcome.class:75 +msgid "Open file" +msgstr "Ouvrir un fichier" + +#: FMain.form:353 +msgid "Save project" +msgstr "Enregistrer le projet" + +#: FMain.form:361 FSaveProjectAs.form:19 +msgid "Save project as" +msgstr "Enregistrer le projet sous" + +#: FMain.form:372 +msgid "Reload project" +msgstr "Recharger le projet" + +#: FMain.form:381 FSave.class:28 FWelcome.class:77 +msgid "Quit" +msgstr "Quitter" + +#: FMain.form:456 +msgid "Compile" +msgstr "Compiler" + +#: FMain.form:463 +msgid "Compile All" +msgstr "Tout compiler" + +#: FMain.form:473 +msgid "Test" +msgstr "Tester" + +#: FMain.form:480 FTestSuite.form:29 +msgid "Test suites" +msgstr "Suites de tests" + +#: FMain.form:489 +msgid "Translate" +msgstr "Traduire" + +#: FMain.form:498 +msgid "Make" +msgstr "Générer" + +#: FMain.form:502 +msgid "Executable" +msgstr "Exécutable" + +#: FMain.form:509 FMakePatch.form:52 +msgid "Source archive" +msgstr "Archive source" + +#: FMain.form:516 +msgid "Installation package" +msgstr "Paquet d'installation" + +#: FMain.form:523 +msgid "Patch" +msgstr "Patch" + +#: FMain.form:526 +msgid "Create" +msgstr "Créer" + +#: FMain.form:555 +msgid "Undo synchronization" +msgstr "Annuler la synchronisation" + +#: FMain.form:574 +msgid "Branch" +msgstr "Branche" + +#: FMain.form:579 +msgid "Put under version control" +msgstr "Mettre sous suivi de version" + +#: FMain.form:585 FPublish.form:64 +msgid "Publish" +msgstr "Publier" + +#: FMain.form:594 FProjectVersion.form:95 +msgid "Clean up" +msgstr "Nettoyer" + +#: FMain.form:600 +msgid "Refresh" +msgstr "Rafraîchir" + +#: FMain.form:622 +msgid "Run" +msgstr "Démarrer" + +#: FMain.form:629 +msgid "Debug extern process" +msgstr "Débogage d'un processus externe" + +#: FMain.form:638 +msgid "Pause" +msgstr "Pause" + +#: FMain.form:645 +msgid "Stop" +msgstr "Arrêter" + +#: FMain.form:652 +msgid "Step" +msgstr "Pas-à-pas" + +#: FMain.form:659 +msgid "Forward" +msgstr "Avancer" + +#: FMain.form:666 +msgid "Finish" +msgstr "Terminer" + +#: FMain.form:675 +msgid "Use terminal emulator" +msgstr "Utiliser un émulateur de terminal" + +#: FMain.form:681 +msgid "Redirect standard error output" +msgstr "Rediriger la sortie erreur standard" + +#: FMain.form:687 +msgid "Use embedded HTTP server" +msgstr "Utiliser le serveur HTTP embarqué" + +#: FMain.form:696 +msgid "Invert language orientation" +msgstr "Inverser l'orientation de la langue" + +#: FMain.form:703 +msgid "Disable just-in-time compiler" +msgstr "Désactiver le compilateur « just-in-time »" + +#: FMain.form:710 +msgid "Show just-in-time compiler debugging messages" +msgstr "Afficher les messages de débogage du compilateur « just-in-time »" + +#: FMain.form:717 +msgid "Show database requests" +msgstr "Afficher les requêtes de bases de données" + +#: FMain.form:724 FProjectProperty.form:172 +msgid "GUI component" +msgstr "Composant graphique" + +#: FMain.form:728 +msgid "Current desktop" +msgstr "Bureau courant" + +#: FMain.form:765 +msgid "Activate profiling" +msgstr "Activer le profilage" + +#: FMain.form:771 +msgid "Open profile" +msgstr "Ouvrir un profilage" + +#: FMain.form:780 +msgid "Clear all breakpoints" +msgstr "Effacer tous les points d'arrêts" + +#: FMain.form:785 +msgid "Close all debug windows" +msgstr "Fermer toutes les fenêtres de débogage" + +#: FMain.form:793 +msgid "Debug inside components" +msgstr "Débogage à l'intérieur des composants" + +#: FMain.form:826 +msgid "Properties sheet" +msgstr "Feuille de propriétés" + +#: FMain.form:844 +msgid "Status bar" +msgstr "Barre d'état" + +#: FMain.form:851 +msgid "Show menubar" +msgstr "Afficher la barre des menus" + +#: FMain.form:877 +msgid "Close all windows" +msgstr "Fermer toutes les fenêtres" + +#: FMain.form:884 +msgid "Tools" +msgstr "Outils" + +#: FMain.form:888 +msgid "Find" +msgstr "Rechercher" + +#: FMain.form:894 FSearch.form:85 +msgid "Replace" +msgstr "Remplacer" + +#: FMain.form:904 +msgid "Browse project" +msgstr "Parcourir le projet" + +#: FMain.form:911 +msgid "Open a terminal" +msgstr "Ouvrir un terminal" + +#: FMain.form:918 +msgid "Send project by mail" +msgstr "Envoyer le projet par courriel" + +#: FMain.form:924 +msgid "Update all forms" +msgstr "Mettre à-jour tous les formulaires" + +#: FMain.form:933 FWelcome.class:74 +msgid "Software farm" +msgstr "Logithèque" + +#: FMain.form:942 +msgid "Shortcuts" +msgstr "Raccourcis" + +#: FMain.form:948 FOption.form:274 +msgid "Preferences" +msgstr "Préférences" + +#: FMain.form:967 +msgid "Project link" +msgstr "Lien vers un projet" + +#: FMain.form:976 +msgid "Module" +msgstr "Module" + +#: FMain.form:983 +msgid "Test module" +msgstr "Module de test" + +#: FMain.form:1042 +msgid "HTML file" +msgstr "Fichier HTML" + +#: FMain.form:1049 +msgid "Style sheet" +msgstr "Feuille de style" + +#: FMain.form:1056 +msgid "Javascript file" +msgstr "Fichier Javascript" + +#: FMain.form:1063 +msgid "Other" +msgstr "Autre" + +#: FMain.form:1074 FOpenProject.form:49 +msgid "Recent" +msgstr "Récent" + +#: FMain.form:1097 +msgid "Open in file manager" +msgstr "Ouvrir dans le gestionnaire de fichiers" + +#: FMain.form:1102 +msgid "Open in project" +msgstr "Ouvir dans le projet" + +#: FMain.form:1106 +msgid "Open with" +msgstr "Ouvrir avec" + +#: FMain.form:1138 +msgid "Duplicate" +msgstr "Dupliquer" + +#: FMain.form:1161 +msgid "Copy file path" +msgstr "Copier le chemin du fichier" + +#: FMain.form:1170 +msgid "Startup class" +msgstr "Classe de démarrage" + +#: FMain.form:1185 +msgid "Add to repository" +msgstr "Ajouter au référentiel" + +#: FMain.form:1190 FSoftwareFarm.form:207 +msgid "Filter" +msgstr "Filtrer" + +#: FMain.form:1193 +msgid "Show exported classes" +msgstr "Afficher les classes exportées" + +#: FMain.form:1198 +msgid "Show added files" +msgstr "Afficher les fichier ajoutés" + +#: FMain.form:1203 +msgid "Show modified files" +msgstr "Afficher les fichiers modifiés" + +#: FMain.form:1208 +msgid "Show files in conflict" +msgstr "Afficher les fichiers en conflit" + +#: FMain.form:1213 +msgid "Show untranslatable files" +msgstr "Afficher les fichiers non traduisibles" + +#: FMain.form:1218 +msgid "Show compressed files" +msgstr "Afficher les fichiers compressés" + +#: FMain.form:1226 +msgid "Show all" +msgstr "Afficher tout" + +#: FMain.form:1237 +msgid "Do not translate" +msgstr "Ne pas traduire" + +#: FMain.form:1244 +msgid "Compress all" +msgstr "Tout compresser" + +#: FMain.form:1250 +msgid "Uncompress all" +msgstr "Tout décompresser" + +#: FMain.form:1256 +msgid "Compress file into the executable" +msgstr "Compresser le fichier dans l'exécutable" + +#: FMain.form:1263 FTextEditor.form:236 +msgid "Compress file" +msgstr "Compresser le fichier" + +#: FMain.form:1288 FNewConnection.class:159 +msgid "New connection" +msgstr "Nouvelle connexion" + +#: FMain.form:1363 FOutput.form:172 +msgid "?" +msgstr "?" + +#: FMain.form:1381 FTips.form:19 +msgid "Tips of the day" +msgstr "Astuces du jour" + +#: FMain.form:1388 +msgid "Keyboard shortcuts" +msgstr "Raccourcis claviers" + +#: FMain.form:1397 FSystemInfo.form:13 +msgid "System information" +msgstr "Informations système" + +#: FMain.form:1463 FProjectProperty.form:161 +msgid "Project properties" +msgstr "Propriétés du projet" + +#: FMain.form:1471 +msgid "Refresh project" +msgstr "Rafraîchir le projet" + +#: FMain.form:1498 FMakeExecutable.form:30 Project.module:3203 +msgid "Make executable" +msgstr "Générer l'exécutable" + +#: FMain.form:1513 +msgid "Make source archive" +msgstr "Générer une archive des sources" + +#: FMain.form:1521 FMakeInstall.form:138 +msgid "Make installation package" +msgstr "Créer un paquet d'installation" + +#: FMain.form:1551 +msgid "Toolbox" +msgstr "Boîte à outils" + +#: FMain.form:1593 +msgid "Compile all" +msgstr "Tout compiler" + +#: FMain.form:1644 +msgid "Finish current function" +msgstr "Terminer la fonction courante" + +#: FMain.form:1713 FPublish.form:51 +msgid "Publish software" +msgstr "Publier un logiciel" + +#: FMain.form:1743 +msgid "&File" +msgstr "&Fichier" + +#: FMain.form:1767 +msgid "&Project" +msgstr "&Projet" + +#: FMain.form:1779 +msgid "&Debug" +msgstr "&Débogage" + +#: FMain.form:1791 +msgid "&View" +msgstr "&Affichage" + +#: FMain.form:1803 +msgid "&Tools" +msgstr "&Outils" + +#: FMain.form:1815 +msgid "&?" +msgstr "&?" + +#: FMain.form:1836 +msgid "Extern debugging" +msgstr "Débogage externe" + +#: FMain.form:1915 +msgid "Open startup class" +msgstr "Ouvrir la classe de démarrage" + +#: FMain.form:1921 +msgid "Dispose class files according to inheritance" +msgstr "Disposer les fichiers classes selon l'héritage" + +#: FMain.form:1928 +msgid "Display form class files" +msgstr "Afficher les fichiers classes des formulaires" + +#: FMain.form:1937 +msgid "Project filter" +msgstr "Filtre de projet" + +#: FMain.form:1998 +msgid "Show project tree" +msgstr "Afficher l'arbre du projet" + +#: FMain.form:2006 +msgid "Show properties sheet" +msgstr "Afficher la feuille de propriétés" + +#: FMain.form:2077 +msgid "Show property help" +msgstr "Afficher l'aide sur les propriétés" + +#: FMain.form:2085 +msgid "Show controls" +msgstr "Afficher les contrôles" + +#: FMakeExecutable.class:18 +msgid "Gambas applications" +msgstr "Applications Gambas" + +#: FMakeExecutable.form:60 +msgid "Increment version" +msgstr "Incrémenter la version" + +#: FMakeExecutable.form:71 +msgid "Set version to" +msgstr "Fixer la version à" + +#: FMakeExecutable.form:104 +msgid "Keep debugging information in executable" +msgstr "Conserver les informations de débogage dans l'exécutable" + +#: FMakeExecutable.form:109 +msgid "Compress files in executable" +msgstr "Compresser les fichiers dans l'exécutable" + +#: FMakeExecutable.form:114 +msgid "Create a shortcut on the desktop" +msgstr "Créer un raccourci sur le bureau" + +#: FMakeExecutable.form:119 +msgid "Exclude test modules" +msgstr "Exclure les modules de tests" + +#: FMakeExecutable.form:135 +msgid "Run this shell command after" +msgstr "Exécuter cette commande « shell » ensuite" + +#: FMakeExecutable.form:149 +msgid "" +"The following patterns will be substituted in the command :
\n" +"• $(FILE) will be replaced by the executable path.
\n" +"• $(DIR) by the project directory.
\n" +"• $(NAME) by the project name.
\n" +"• $(TITLE) by the project title.
\n" +"• $(VERSION) by the project version.
\n" +"
\n" +"Note : all substitutions will be quoted." +msgstr "" +"Les motifs suivants seront substitués dans la commande :
\n" +"• $(FILE) sera remplacé par le chemin de l'exécutable.
\n" +"• $(DIR) par le répertoire du projet.
\n" +"• $(NAME) par le nom du projet.
\n" +"• $(TITLE) par le titre du projet.
\n" +"• $(VERSION) par la version du projet.
\n" +"
\n" +"Note : toutes les substitutions seront « échappées »." + +#: FMakeInstall.class:136 +msgid "Package" +msgstr "Paquet" + +#: FMakeInstall.class:137 +msgid "Min. version" +msgstr "Version min." + +#: FMakeInstall.class:138 +msgid "Max. version" +msgstr "Version max." + +#: FMakeInstall.class:144 +msgid "File or directory" +msgstr "Fichier ou répertoire" + +#: FMakeInstall.class:294 +msgid "Creating packages..." +msgstr "Creation des paquets..." + +#: FMakeInstall.class:297 Package.module:322 +msgid "The packages have been successfully created." +msgstr "Les paquets ont été créés avec succès." + +#: FMakeInstall.class:348 +msgid "Please enter your name." +msgstr "Veuillez saisir votre nom." + +#: FMakeInstall.class:353 +msgid "Please enter your e-mail address." +msgstr "Veuillez saisir votre adresse e-mail." + +#: FMakeInstall.class:360 +msgid "Please enter the vendor name." +msgstr "Veuillez saisir le nom du fournisseur." + +#: FMakeInstall.class:376 +msgid "There is no CHANGELOG entry for this release." +msgstr "Il n'y aucune information de changement pour cette version." + +#: FMakeInstall.class:383 +msgid "Please enter the first CHANGELOG entry." +msgstr "Veuillez saisir la première entrée du CHANGELOG." + +#: FMakeInstall.class:394 +msgid "Please choose at least one target distribution." +msgstr "Veuillez sélectionner au moins une distribution cible." + +#: FMakeInstall.class:432 +msgid "Please choose the package group for each target distribution." +msgstr "Veuillez sélectionner un groupe de paquet pour chaque distribution cible." + +#: FMakeInstall.class:434 +msgid "Please choose a package group." +msgstr "Veuillez sélectionner un groupe de paquet." + +#: FMakeInstall.class:444 +msgid "Please choose the menu location for each target distribution." +msgstr "Veuillez sélectionner un emplacement de menu pour chaque distribution cible." + +#: FMakeInstall.class:446 +msgid "Please choose a menu location." +msgstr "Veuillez sélectionner un emplacement de menu." + +#: FMakeInstall.class:473 +msgid "Cannot found extra file: &1" +msgstr "Impossible de trouver le fichier supplémentaire : &1" + +#: FMakeInstall.class:479 +msgid "Please choose a target directory for each extra file." +msgstr "Veuillez choisir un répertoire de destination pour chaque fichier supplémentaire." + +#: FMakeInstall.class:487 +msgid "Debian packaging system cannot handle spaces in file names." +msgstr "Le système de gestion de paquets de Debian ne peut gérer les noms de fichiers contenant un caractère d'espacement." + +#: FMakeInstall.class:493 +msgid "Debian packaging system cannot handle spaces in directories." +msgstr "Le système de gestion de paquets de Debian ne peut gérer les noms de répertoires contenant un caractère d'espacement." + +#: FMakeInstall.class:509 +msgid "The package cannot be stored inside the project directory." +msgstr "Le paquet ne peut être créé à l'intérieur du répertoire du projet." + +#: FMakeInstall.class:558 +msgid "Initial release" +msgstr "Version initiale" + +#: FMakeInstall.class:815 +msgid "Menus" +msgstr "Menus" + +#: FMakeInstall.class:883 +msgid "Groups" +msgstr "Groupes" + +#: FMakeInstall.class:1010 +msgid "Incorrect characters" +msgstr "Caractères incorrects" + +#: FMakeInstall.class:1083 +msgid "Do you really want to remove all extra dependencies?" +msgstr "Voulez-vous vraiment retirer toutes les dépendances supplémentaires ?" + +#: FMakeInstall.class:1168 +msgid "Do you really want to remove all extra files?" +msgstr "Voulez-vous vraiment retirer tous les fichiers supplémentaires ?" + +#: FMakeInstall.class:1216 +msgid "Select the destination directory" +msgstr "Sélectionnez le répertoire destination" + +#: FMakeInstall.form:152 +msgid "Create package" +msgstr "Créer le paquet" + +#: FMakeInstall.form:155 +msgid "Package information" +msgstr "Information sur le paquet" + +#: FMakeInstall.form:161 +msgid "Package name" +msgstr "Nom du paquet" + +#: FMakeInstall.form:186 FOption.form:443 +msgid "Add vendor prefix or name to package names" +msgstr "Ajouter le préfixe ou le nom du vendeur aux noms des paquets" + +#: FMakeInstall.form:191 +msgid "Add major version number to package names" +msgstr "Ajouter le numéro de version majeure aux noms des paquets" + +#: FMakeInstall.form:207 +msgid "Package version" +msgstr "Version du paquet" + +#: FMakeInstall.form:226 FOption.form:375 FPublish.form:83 +msgid "Vendor name" +msgstr "Nom du fournisseur" + +#: FMakeInstall.form:242 FOption.form:392 +msgid "Vendor prefix" +msgstr "Prefixe du fournisseur" + +#: FMakeInstall.form:256 +msgid "Maintainer information" +msgstr "Informations sur le mainteneur" + +#: FMakeInstall.form:296 FOption.form:427 +msgid "URL" +msgstr "URL" + +#: FMakeInstall.form:345 +msgid "Changelog" +msgstr "Liste des changements" + +#: FMakeInstall.form:365 +msgid "Target distribution" +msgstr "Distribution cible" + +#: FMakeInstall.form:608 +msgid "Self-extractible" +msgstr "Auto-extractible" + +#: FMakeInstall.form:613 +msgid "Package group" +msgstr "Groupe de paquet" + +#: FMakeInstall.form:633 +msgid "Menu entry" +msgstr "Entrée de menu" + +#: FMakeInstall.form:656 +msgid "Categories" +msgstr "Catégories" + +#: FMakeInstall.form:664 +msgid "Desktop configuration file" +msgstr "Fichier de configuration du bureau" + +#: FMakeInstall.form:670 +msgid "Mimetypes" +msgstr "Types MIME" + +#: FMakeInstall.form:678 +msgid "" +"Enter the mimetypes handled by your application there.\n" +"Please enter one mimetype by line.\n" +msgstr "" +"Saisissez les types MIME gérés par votre application.\n" +"Veuillez saisir un type MIME par ligne.\n" + +#: FMakeInstall.form:690 +msgid "Additional configuration" +msgstr "Configuration additionnelle" + +#: FMakeInstall.form:698 +msgid "The following will be added to the end of the desktop configuration file." +msgstr "Le texte suivant sera ajouté à la fin du fichier de configuration du bureau." + +#: FMakeInstall.form:706 +msgid "Extra dependencies" +msgstr "Dépendances supplémentaires" + +#: FMakeInstall.form:715 +msgid "Minimum Gambas version" +msgstr "Version de Gambas minimale" + +#: FMakeInstall.form:731 +msgid "Same dependencies for all targets" +msgstr "Mêmes dépendances pour toutes les cibles" + +#: FMakeInstall.form:787 +msgid "Extra files" +msgstr "Fichiers supplémentaires" + +#: FMakeInstall.form:791 +msgid "Same files for all targets" +msgstr "Mêmes fichiers pour toutes les cibles" + +#: FMakeInstall.form:804 +msgid "Extra files must be located in the Project folder of the current project, i.e. the .hidden directory of the project on the disk." +msgstr "Les fichiers supplémentaires doivent être situés dans le dossier Projet du projet en cours, correspondant au répertoire .hidden du projet sur le disque." + +#: FMakeInstall.form:862 +msgid "Extra autoconf tests" +msgstr "Tests autoconf supplémentaires" + +#: FMakeInstall.form:868 +msgid "" +"Add extra tests for the configuration process.\n" +"

Leave this blank if you don't need it, or if you don't know anything about autoconf scripts." +msgstr "" +"Ajout de tests supplémentaires au processus de configuration.\n" +"

Laissez ce champ vide si vous n'en avez pas besoin, ou si vous ne connaissez rien aux scripts autoconf." + +#: FMakeInstall.form:876 +msgid "Destination directory" +msgstr "Répertoire de destination" + +#: FMakeInstall.form:885 +msgid "Create directories for each distribution" +msgstr "Créer des répertoires pour chaque distribution" + +#: FMakeInstall.form:916 +msgid "Commands output" +msgstr "Sortie des commandes" + +#: FMakeInstall.form:962 +msgid "Create package now" +msgstr "Créer le paquet maintenant" + +#: FMakeInstall.form:971 +msgid "Open target folder" +msgstr "Ouvrir le répertoire destination" + +#: FMakePatch.class:19 +msgid "Please select the origin archive." +msgstr "Veuillez sélectionner l'archive d'origine." + +#: FMakePatch.class:28 +msgid "Please select the origin project." +msgstr "Veuillez sélectionner le projet d'origine." + +#: FMakePatch.class:66 +msgid "Please enter the patch file name." +msgstr "Veuillez saisir le nom du fichier patch." + +#: FMakePatch.class:77 +msgid "Patch has been successfully generated." +msgstr "Le patch a été généré avec succès." + +#: FMakePatch.class:82 +msgid "Unable to generate the patch." +msgstr "Impossible de générer le patch." + +#: FMakePatch.form:21 +msgid "Generate patch" +msgstr "Générer un patch" + +#: FMakePatch.form:37 +msgid "Select patch origin" +msgstr "Sélectionnez l'origine du patch" + +#: FMakePatch.form:46 +msgid "Patch origin" +msgstr "Origine du patch" + +#: FMakePatch.form:59 +msgid "Project directory" +msgstr "Répertoire du projet" + +#: FMakePatch.form:70 +msgid "Automatic patch name" +msgstr "Choix du nom de patch automatique" + +#: FMakePatch.form:76 +msgid "Edit patch" +msgstr "Éditer le patch" + +#: FMakePatch.form:87 +msgid "This wizard will generate a patch between an origin project and the current project." +msgstr "Cet assistant va générer un patch entre un projet d'origine et le projet courant." + +#: FMakePatch.form:91 +msgid "Select source archive" +msgstr "Selectionnez l'archive source" + +# gb-ignore +#: FMakePatch.form:97 +msgid "*.gz;*.bz2;*.xz" +msgstr "" + +#: FMakePatch.form:97 FMakeSourceArchive.class:18 +msgid "Source packages" +msgstr "Paquets sources" + +#: FMakePatch.form:101 +msgid "Select project directory" +msgstr "Selectionnez le répertoire du projet" + +#: FMakePatch.form:118 +msgid "Choose patch file name" +msgstr "Choisissez le nom du fichier patch" + +# gb-ignore +#: FMakePatch.form:123 +msgid "*.patch;*.diff" +msgstr "" + +#: FMakePatch.form:123 FPatch.class:180 +msgid "Patch/Diff files" +msgstr "Fichiers Patch/Diff" + +#: FMakeSourceArchive.form:9 Project.module:4870 +msgid "Create source package" +msgstr "Générer une archive des sources du projet" + +#: FMakeSourceArchive.form:23 +msgid "Transform into a \".gmail.txt\" archive that fools GMail" +msgstr "Transformer en une archive « *.gmail.txt » qui trompe GMail" + +#: FMenu.class:101 +msgid "Menus have been modified!" +msgstr "Les menus ont été modifiés !" + +#: FMenu.class:351 +msgid "Please enter a menu name." +msgstr "Veuillez entrer un nom de menu." + +#: FMenu.class:356 +msgid "Bad menu name !" +msgstr "Nom de menu incorrect !" + +#: FMenu.class:361 +msgid "Bad group name !" +msgstr "Nom de groupe incorrect !" + +#: FMenu.class:669 +msgid "This menu is too deep !" +msgstr "Ce menu est trop profond !" + +#: FMenu.class:1200 Project.module:5728 +msgid "modified" +msgstr "modifié" + +#: FMenu.form:80 +msgid "Insert menu" +msgstr "Insérer un menu" + +#: FMenu.form:89 +msgid "Insert separator" +msgstr "Insérer un séparateur" + +#: FMenu.form:98 +msgid "Insert menu before" +msgstr "Insérer un menu avant" + +#: FMenu.form:101 +msgid "Insert before" +msgstr "Insérer avant" + +#: FMenu.form:107 +msgid "Delete menu" +msgstr "Supprimer le menu" + +#: FMenu.form:173 +msgid "Paste before" +msgstr "Coller avant" + +#: FMenu.form:215 +msgid "Click on Insert to add a new menu." +msgstr "Cliquez sur Insérer pour ajouter un nouveau menu." + +#: FNewConnection.class:104 +msgid "Please enter the name of the database." +msgstr "Veuillez saisir le nom de la base de données." + +#: FNewConnection.class:145 +msgid "Please enter password" +msgstr "Veuillez saisir le mot de passe" + +#: FNewConnection.class:147 +msgid "Connection properties" +msgstr "Propriétés de la connexion" + +#: FNewConnection.class:178 +msgid "Select a directory" +msgstr "Choisissez un répertoire" + +#: FNewConnection.class:229 +msgid "Create database" +msgstr "Créer la base de données" + +#: FNewConnection.class:241 +msgid "Delete database" +msgstr "Supprimer la base de données" + +#: FNewConnection.class:320 +msgid "Unable to list databases." +msgstr "Impossible de lister les bases de données." + +#: FNewConnection.class:393 +msgid "Unable to create database." +msgstr "Impossible de créer la base de données." + +#: FNewConnection.class:402 +msgid "Do you really want to delete the database '&1'?" +msgstr "Voulez-vous vraiment supprimer la base de données « &1 » ?" + +#: FNewConnection.class:413 +msgid "Unable to delete database." +msgstr "Impossible de supprimer la base de données." + +#: FNewConnection.form:99 FProxy.form:32 +msgid "Host" +msgstr "Hôte" + +#: FNewConnection.form:124 +msgid "Path" +msgstr "Emplacement" + +#: FNewConnection.form:154 +msgid "No password" +msgstr "Pas de mot de passe" + +#: FNewConnection.form:189 FProjectProperty.form:290 Project.module:243 +msgid "Database" +msgstr "Bases de données" + +#: FNewConnection.form:241 +msgid "From" +msgstr "À partir de" + +#: FNewConnection.form:265 +msgid "Ignore database charset" +msgstr "Ignorer le jeu de caractères de la base de données" + +#: FNewConnection.form:279 +msgid "Display metadata" +msgstr "Afficher les métadonnées" + +#: FNewConnection.form:293 +msgid "Remember database structure" +msgstr "Mémoriser la structure de la base de données" + +#: FNewTable.class:33 +msgid "Create table" +msgstr "Nouvelle table" + +#: FNewTable.class:53 +msgid "Please enter the name of the new table." +msgstr "Veuillez saisir le nom de la nouvelle table." + +#: FNewTable.class:59 MConnection.module:319 +msgid "Table '&1' already exists." +msgstr "La table « &1 » existe déjà." + +#: FNewTranslation.class:16 FOption.form:1257 FTranslate.class:74 +msgid "Language" +msgstr "Langage" + +#: FNewTranslation.form:12 +msgid "New translation" +msgstr "Nouvelle traduction" + +#: FOpenProject.form:27 +msgid "Select a project" +msgstr "Sélectionnez un projet" + +#: FOpenProject.form:113 FSoftwareFarm.class:51 FWelcome.class:72 +msgid "Examples" +msgstr "Exemples" + +#: FOpenProject.form:152 FWelcome.class:73 Project.module:6617 +msgid "Installed software" +msgstr "Logiciels installés" + +#: FOption.class:4 +msgid "Amber" +msgstr "Ambre" + +#: FOption.class:4 +msgid "Amethyst" +msgstr "Améthiste" + +#: FOption.class:4 +msgid "Blues" +msgstr "Blues" + +#: FOption.class:4 +msgid "Emerald" +msgstr "Emeraude" + +#: FOption.class:4 +msgid "Gambas" +msgstr "Gambas" + +#: FOption.class:4 +msgid "Obsidian" +msgstr "Obsidienne" + +#: FOption.class:4 +msgid "Pastel" +msgstr "Pastel" + +#: FOption.class:4 +msgid "Quest" +msgstr "Quête" + +#: FOption.class:4 +msgid "Quick" +msgstr "Rapide" + +#: FOption.class:4 +msgid "Ruby" +msgstr "Rubis" + +#: FOption.class:4 +msgid "Sapphire" +msgstr "Saphir" + +#: FOption.class:4 +msgid "Visual" +msgstr "Visuel" + +#: FOption.class:4 +msgid "Zen" +msgstr "Zen" + +#: FOption.class:9 FTestSuite.class:32 +msgid "Default" +msgstr "Par défaut" + +#: FOption.class:9 +msgid "Flat" +msgstr "Plat" + +#: FOption.class:90 +msgid "Custom" +msgstr "Personnel" + +#: FOption.class:92 +msgid "Desktop" +msgstr "Bureau" + +#: FOption.class:93 FTranslate.class:153 +msgid "(Default)" +msgstr "(Défaut)" + +#: FOption.class:214 +msgid "All" +msgstr "Tout" + +#: FOption.class:266 +msgid "Gambas highlight theme files" +msgstr "Fichiers thèmes de coloration de Gambas" + +#: FOption.class:267 +msgid "Export a theme file" +msgstr "Exporter un fichier thème" + +#: FOption.class:497 +msgid "Select a theme file" +msgstr "Choisissez un fichier thème" + +#: FOption.class:511 +msgid "Unable to load theme file." +msgstr "Impossible charger le fichier de thème." + +#: FOption.class:524 +msgid "You need to restart the application to see your changes." +msgstr "Vous devez redémarrer l'application pour que vos changements prennent effet." + +#: FOption.class:879 +msgid "Do you really want to clear the documentation cache?" +msgstr "Voulez-vous réellement vider le cache de la documentation ?" + +#: FOption.class:887 +msgid "Unable to clear documentation cache." +msgstr "Impossible de vider le cache de la documentation." + +#: FOption.class:1047 +msgid "Do you really want to delete this snippet?" +msgstr "Voulez-vous vraiment supprimer ce fragment ?" + +#: FOption.class:1249 +msgid "Do you really want to install the Gambas fonts into your personal font directory?" +msgstr "Voulez-vous vraiment installer les polices Gambas dans votre répertoire de polices personnel ?" + +#: FOption.class:1249 FSoftwareFarm.class:604 +msgid "Install" +msgstr "Installer" + +#: FOption.class:1288 +msgid "Unable to install font." +msgstr "Impossible d'installer la police." + +#: FOption.class:1350 +msgid "Network is not available." +msgstr "Le réseau est indisponible." + +#: FOption.class:1355 +msgid "Documentation is up to date." +msgstr "La documentation est à-jour." + +#: FOption.class:1360 +msgid "A new documentation is available!" +msgstr "Une nouvelle documentation est disponible !" + +#: FOption.class:1365 MHelp.module:994 +msgid "Documentation is not available." +msgstr "La documentation n'est pas disponible." + +#: FOption.class:1548 +msgid "Cannot download '&1'." +msgstr "Impossible de télécharger « &1 »." + +#: FOption.class:1579 +msgid "Unable to uncompress documentation." +msgstr "Impossible de décompresser la documentation." + +#: FOption.class:1590 +msgid "Unable to install documentation." +msgstr "Impossible d'installer la documentation." + +#: FOption.class:1685 +msgid "Compact" +msgstr "Compacte" + +#: FOption.class:1700 +msgid "Current" +msgstr "Courante" + +#: FOption.class:1742 +msgid "Do you really want to override the existing layout?" +msgstr "Voulez-vous vraiment écraser la disposition existante ?" + +#: FOption.class:1840 +msgid "Do you really want to delete that layout?" +msgstr "Voulez-vous vraiment supprimer cette disposition ?" + +#: FOption.class:1895 +msgid "Do you really want to install the Gambas icon theme into your personal icon theme directory?" +msgstr "Voulez-vous vraiment installer le thème d'icônes Gambas dans votre répertoire de thèmes d'icônes personnel ?" + +#: FOption.class:1906 +msgid "Unable to install icon theme." +msgstr "Impossible d'installer le thème d'icônes." + +#: FOption.class:1981 +msgid "(System configuration)" +msgstr "(Configuration système)" + +#: FOption.form:304 +msgid "Dotted" +msgstr "Pointillé" + +#: FOption.form:308 +msgid "Strikeout" +msgstr "Barré" + +#: FOption.form:320 +msgid "Identity" +msgstr "Identité" + +#: FOption.form:364 +msgid "Package maintainer" +msgstr "Mainteneur du paquet" + +#: FOption.form:409 +msgid "Default license" +msgstr "License par défaut" + +#: FOption.form:449 VersionControl.module:584 +msgid "No" +msgstr "Non" + +#: FOption.form:449 VersionControl.module:584 +msgid "Yes" +msgstr "Oui" + +#: FOption.form:453 +msgid "Projects" +msgstr "Projets" + +#: FOption.form:470 +msgid "Default tab size" +msgstr "Tabulation par défaut" + +#: FOption.form:484 FProjectProperty.form:859 +msgid "space(s)" +msgstr "espace(s)" + +#: FOption.form:496 +msgid "Indent with tab by default" +msgstr "Indenter avec des tabulations par défaut" + +#: FOption.form:513 +msgid "Automatic word wrap by default" +msgstr "Retour à la ligne automatique par défaut" + +#: FOption.form:530 +msgid "Activate version control" +msgstr "Activer le suivi de version" + +#: FOption.form:547 +msgid "Restore files when loading a project" +msgstr "Restaurer les fichiers à l'ouverture du projet" + +#: FOption.form:559 FProjectProperty.form:884 +msgid "Compilation" +msgstr "Compilation" + +#: FOption.form:570 +msgid "Number of background jobs" +msgstr "Nombre de tâches d'arrière-plan" + +#: FOption.form:583 +msgid "Images" +msgstr "Images" + +#: FOption.form:595 +msgid "Compress PNG images with " +msgstr "Compresser les images PNG avec" + +#: FOption.form:629 +msgid "Automatic translation with " +msgstr "Traduction automatique avec" + +#: FOption.form:658 FTranslate.form:117 +msgid "Translation engine" +msgstr "Moteur de traduction" + +#: FOption.form:667 +msgid "Help & applications" +msgstr "Aide et applications" + +#: FOption.form:673 FProperty.form:142 +msgid "Help" +msgstr "Aide" + +#: FOption.form:684 +msgid "Show documentation in popups" +msgstr "Afficher la documentation dans les popups" + +#: FOption.form:701 +msgid "Always display optional messages" +msgstr "Toujours afficher les messages optionnels" + +#: FOption.form:713 +msgid "Documentation" +msgstr "Documentation" + +#: FOption.form:724 +msgid "Use offline documentation" +msgstr "Utiliser la documentation hors-ligne" + +#: FOption.form:754 +msgid "Download documentation" +msgstr "Télécharger la documentation" + +#: FOption.form:780 FProxy.form:20 +msgid "Proxy configuration" +msgstr "Configuration du proxy" + +#: FOption.form:793 +msgid "Clear documentation cache" +msgstr "Vider le cache de la documentation" + +#: FOption.form:801 +msgid "Applications" +msgstr "Applications" + +#: FOption.form:812 +msgid "Browser" +msgstr "Navigateur" + +#: FOption.form:829 FVersionControl.form:63 +msgid "Terminal" +msgstr "Terminal" + +#: FOption.form:855 +msgid "Show indentation with vertical lines" +msgstr "Afficher l'indentation avec des lignes verticales" + +#: FOption.form:872 +msgid "Highlight current line" +msgstr "Surligner la ligne courante" + +#: FOption.form:889 +msgid "Highlight modified lines" +msgstr "Indiquer les lignes modifiées" + +#: FOption.form:906 +msgid "Show line numbers" +msgstr "Afficher les numéros de lignes" + +#: FOption.form:923 +msgid "Procedure folding" +msgstr "Repliage des procédures" + +#: FOption.form:940 +msgid "Procedure separation" +msgstr "Séparation des procédures" + +#: FOption.form:957 +msgid "Show spaces at end of line with dots" +msgstr "Afficher les espaces en fin de ligne avec des points" + +#: FOption.form:974 +msgid "Show Preview" +msgstr "Afficher la prévisualisation" + +#: FOption.form:992 +msgid "Keywords in upper case" +msgstr "Mots-clefs en majuscule" + +#: FOption.form:1001 +msgid "Code formatting" +msgstr "Formatage du code" + +#: FOption.form:1007 +msgid "Automatic formatting" +msgstr "Formatage automatique" + +#: FOption.form:1018 +msgid "Control structure completion" +msgstr "Compléter les structures de contrôles" + +#: FOption.form:1035 +msgid "Local variable declaration" +msgstr "Déclaration des variables locales" + +#: FOption.form:1052 +msgid "Comments insertion" +msgstr "Insertion des commentaires" + +#: FOption.form:1069 +msgid "Close braces, brackets" +msgstr "Fermer les parenthèses, les crochets" + +#: FOption.form:1086 +msgid "Close strings" +msgstr "Fermer les chaînes de caractères" + +#: FOption.form:1098 +msgid "Explicit formating" +msgstr "Formatage explicite" + +#: FOption.form:1109 +msgid "Format on load & save" +msgstr "Formater au chargement et à l'enregistrement" + +#: FOption.form:1126 +msgid "Indent local variable declaration" +msgstr "Indenter les déclarations de variables locales" + +#: FOption.form:1143 +msgid "Remove useless spaces at end of line" +msgstr "Supprimer les espaces inutiles en fin de ligne" + +#: FOption.form:1160 +msgid "Keep successive void lines" +msgstr "Conserver les lignes vides successives" + +#: FOption.form:1169 +msgid "Code snippets" +msgstr "Fragments de code" + +#: FOption.form:1185 +msgid "Activate code snippets" +msgstr "Activer les fragments de code" + +#: FOption.form:1246 +msgid "Interface" +msgstr "Interface" + +#: FOption.form:1281 +msgid "Activate animations" +msgstr "Activer les animations" + +#: FOption.form:1298 +msgid "Show shadows" +msgstr "Afficher les ombres" + +#: FOption.form:1315 +msgid "Show tooltips" +msgstr "Afficher les bulles d'aide" + +#: FOption.form:1332 +msgid "Use utility windows" +msgstr "Utiliser des fenêtres utilitaires" + +#: FOption.form:1349 +msgid "Close tabs with middle mouse click" +msgstr "Fermer les onglets avec le bouton du milieu de la souris" + +#: FOption.form:1366 +msgid "Show file name in window title" +msgstr "Afficher le nom de fichier dans le titre de la fenêtre" + +#: FOption.form:1383 +msgid "Show debugging panel if needed" +msgstr "Afficher le panneau de débogage si nécessaire" + +#: FOption.form:1400 +msgid "Message style" +msgstr "Style de message" + +#: FOption.form:1416 +msgid "Layout" +msgstr "Disposition" + +#: FOption.form:1452 +msgid "Fonts" +msgstr "Polices" + +#: FOption.form:1485 +msgid "Global size" +msgstr "Taille globale" + +#: FOption.form:1507 +msgid "Title size" +msgstr "Taille des titres" + +#: FOption.form:1529 +msgid "Debugger size" +msgstr "Taille du débogueur" + +#: FOption.form:1583 Project.module:250 +msgid "Printing" +msgstr "Impression" + +#: FOption.form:1621 +msgid "Fixed font" +msgstr "Police non-proportionnelle" + +#: FOption.form:1637 +msgid "Zoom (browser excepted)" +msgstr "Zoom (sauf le navigateur)" + +#: FOption.form:1662 +msgid "Install Gambas fonts for code edition" +msgstr "Installer les polices Gambas dédiées à l'édition de code" + +#: FOption.form:1710 +msgid "Themes" +msgstr "Thèmes" + +#: FOption.form:1727 +msgid "Icon theme" +msgstr "Thème d'icône" + +#: FOption.form:1743 +msgid "Highlighting theme" +msgstr "Thème de coloration syntaxique" + +#: FOption.form:1757 +msgid "Import theme" +msgstr "Importer un thème" + +#: FOption.form:1763 +msgid "Export theme" +msgstr "Exporter le thème" + +#: FOption.form:1799 +msgid "Highlighting configuration for" +msgstr "Configuration de la coloration pour" + +#: FOption.form:1826 +msgid "Install Gambas icon theme" +msgstr "Installer le thème d'icônes Gambas" + +#: FOutput.form:31 +msgid "Console - Gambas" +msgstr "Console - Gambas" + +#: FOutput.form:71 +msgid "Undock console" +msgstr "Console flottante" + +#: FOutput.form:78 +msgid "Keep above" +msgstr "Conserver au premier plan" + +#: FOutput.form:91 +msgid "Suspend terminal" +msgstr "Suspendre le terminal" + +#: FOutput.form:110 +msgid "Entered text echo" +msgstr "Echo du texte saisi" + +#: FOutput.form:112 +msgid "Echo" +msgstr "Echo" + +#: FOutput.form:123 +msgid "Open contents" +msgstr "Ouvrir le contenu" + +#: FOutput.form:136 +msgid "Use system charset" +msgstr "Utiliser le jeu de caractères du système" + +#: FPasteSpecial.class:69 +msgid "Unable to paste text." +msgstr "Impossible de coller le texte." + +#: FPasteSpecial.form:31 +msgid "Clipboard contents" +msgstr "Contenu du presse-papiers" + +#: FPasteSpecial.form:44 +msgid "Paste normally" +msgstr "Coller normalement" + +#: FPasteSpecial.form:55 +msgid "Paste with PRINT" +msgstr "Coller avec PRINT" + +#: FPasteTable.class:57 +msgid "Please enter a table name." +msgstr "Veuillez entrer le nom de la table." + +#: FPasteTable.class:106 +msgid "Unable to copy table." +msgstr "Impossible de copier la table." + +#: FPasteTable.class:128 +msgid "Table already exists" +msgstr "La table existe déjà" + +#: FPasteTable.form:78 +msgid "Also copy table data" +msgstr "Copier aussi le contenu de la table" + +#: FPatch.class:186 +msgid "That file does not look like a patch file!" +msgstr "Ce fichier ne ressemble pas à un fichier patch !" + +#: FPatch.form:18 +msgid "Patch the current project" +msgstr "Patcher le projet courant" + +#: FPatch.form:31 +msgid "Select patch" +msgstr "Sélectionnez un patch" + +#: FPatch.form:76 FProjectVersion.form:83 +msgid "Revert" +msgstr "Revenir" + +#: FProfile.class:39 +msgid "Loading profiling file..." +msgstr "Chargement du fichier de profilage..." + +#: FProfile.class:52 +msgid "Profile #&1" +msgstr "Profilage n°&1" + +#: FProfile.class:192 +msgid "Bad profile file format" +msgstr "Format de fichier de profilage incorrect" + +#: FProfile.class:438 +msgid "&1 Mb" +msgstr "&1 Mo" + +#: FProfile.class:438 +msgid "Total time &1 μs" +msgstr "Durée totale &1 μs" + +#: FProfile.class:461 +msgid "Unable to load profile file: &1" +msgstr "Impossible de charger le fichier de profilage : &1" + +#: FProfile.class:728 +msgid "Function" +msgstr "Fonction" + +#: FProfile.class:730 +msgid "Calls" +msgstr "Appels" + +#: FProfile.class:733 +msgid "Duration" +msgstr "Durée" + +#: FProfile.class:736 +msgid "Average" +msgstr "Moyenne" + +#: FProfile.class:739 +msgid "Self" +msgstr "Propre" + +#: FProfile.class:1138 +msgid "Profile files" +msgstr "Fichiers de profilage" + +#: FProfile.class:1145 +msgid "Unable to save profile." +msgstr "Impossible d'enregistrer le profilage." + +#: FProfile.form:60 +msgid "Show relative durations" +msgstr "Afficher des durées relatives" + +#: FProfile.form:67 +msgid "Show average" +msgstr "Afficher la moyenne" + +#: FProfile.form:74 +msgid "Save profile" +msgstr "Enregistrer le profilage" + +#: FProfile.form:126 +msgid "Callees" +msgstr "Fonctions appelées" + +#: FProfile.form:138 +msgid "Callers" +msgstr "Fonctions appelantes" + +#: FProjectEditor.form:30 +#, fuzzy +msgid "Project browser" +msgstr "Propriétés du projet" + +#: FProjectEditor.form:77 +#, fuzzy +msgid "Image preview" +msgstr "Basculer l'affichage de l'aperçu" + +#: FProjectEditor.form:86 +msgid "Detailed view" +msgstr "" + +#: FProjectEditor.form:95 +#, fuzzy +msgid "File properties" +msgstr "Propriétés statiques" + +#: FProjectProperty.class:286 +msgid "Invalid namespace identifier." +msgstr "Identificateur d'espace de nom invalide." + +#: FProjectProperty.class:676 +msgid "&1 does not export any class." +msgstr "&1 ne contient aucune classe exportée." + +#: FProjectProperty.class:684 +msgid "&1 is already used as a library." +msgstr "&1 est déjà utilisé comme bibliothèque." + +#: FProjectProperty.class:852 +msgid "Modules" +msgstr "Modules" + +#: FProjectProperty.class:853 +msgid "Test modules" +msgstr "Modules de test" + +#: FProjectProperty.class:863 +msgid "Functions" +msgstr "Fonctions" + +#: FProjectProperty.class:864 +msgid "Lines of code" +msgstr "Lignes de code" + +#: FProjectProperty.class:865 +msgid "Average number of lines by function" +msgstr "Nombre moyen de lignes par fonction" + +#: FProjectProperty.class:868 +msgid "Executable size" +msgstr "Taille de l'exécutable" + +#: FProjectProperty.class:868 +msgid "bytes" +msgstr "octets" + +#: FProjectProperty.class:885 +msgid "Information about component" +msgstr "Information sur le composant" + +#: FProjectProperty.class:891 +msgid "Information about library" +msgstr "Information sur la bibliothèque" + +#: FProjectProperty.class:1272 +msgid "Select a Gambas executable" +msgstr "Choisissez un exécutable Gambas" + +#: FProjectProperty.class:1273 +msgid "Gambas executable" +msgstr "Exécutable Gambas" + +#: FProjectProperty.form:258 +msgid "JIT compiler" +msgstr "Compilateur « just-in-time »" + +#: FProjectProperty.form:374 +msgid "Component" +msgstr "Composant" + +#: FProjectProperty.form:374 FSelectLibrary.class:101 +msgid "Library" +msgstr "Bibliothèque" + +#: FProjectProperty.form:374 +msgid "Normal" +msgstr "Normal" + +#: FProjectProperty.form:381 +msgid "Vendor" +msgstr "Fournisseur" + +#: FProjectProperty.form:393 FPublish.class:91 FSelectLibrary.class:103 +msgid "Version" +msgstr "Version" + +#: FProjectProperty.form:419 +msgid "Get from 'VERSION' file" +msgstr "Obtenir depuis un fichier 'VERSION'" + +#: FProjectProperty.form:426 +msgid "Title" +msgstr "Titre" + +#: FProjectProperty.form:460 +msgid "Information" +msgstr "Information" + +#: FProjectProperty.form:481 FTranslate.class:76 +msgid "Progress" +msgstr "Avancement" + +#: FProjectProperty.form:487 +msgid "Finished and stable" +msgstr "Terminé et stable" + +#: FProjectProperty.form:498 +msgid "This component is hidden" +msgstr "Ce composant est caché" + +#: FProjectProperty.form:514 +msgid "Compatible until version" +msgstr "Compatible jusqu'à la version" + +#: FProjectProperty.form:543 +msgid "Include information from" +msgstr "Inclure les informations de" + +#: FProjectProperty.form:555 +msgid "Required features" +msgstr "Fonctionnalités nécessaires" + +#: FProjectProperty.form:607 +msgid "Required and excluded components" +msgstr "Composants nécessaires ou exclus" + +#: FProjectProperty.form:646 +msgid "Require" +msgstr "Nécessiter" + +#: FProjectProperty.form:652 +msgid "Exclude" +msgstr "Exclure" + +#: FProjectProperty.form:664 +msgid "Remove All" +msgstr "Tout supprimer" + +#: FProjectProperty.form:671 +msgid "Components" +msgstr "Composants" + +#: FProjectProperty.form:679 FSoftwareFarm.class:65 +msgid "Libraries" +msgstr "Bibliothèques" + +#: FProjectProperty.form:697 +msgid "Runtime library search path" +msgstr "Chemin de recherche des bibliothèques à l'exécution" + +#: FProjectProperty.form:759 +msgid "Additional references" +msgstr "Références supplémentaires" + +#: FProjectProperty.form:770 +msgid "Environment" +msgstr "Environnement" + +#: FProjectProperty.form:795 +msgid "&Add" +msgstr "Ajouter" + +#: FProjectProperty.form:835 +msgid "Edition" +msgstr "Édition" + +#: FProjectProperty.form:846 +msgid "Tab size" +msgstr "Taille des tabulations" + +#: FProjectProperty.form:871 +msgid "Show deprecated components and controls" +msgstr "Afficher les composants et les contrôles dépréciés" + +#: FProjectProperty.form:895 +msgid "Module symbols are public by default" +msgstr "Les modules sont publics par défaut" + +#: FProjectProperty.form:912 +msgid "Form controls are public" +msgstr "Les contrôles des formulaires sont publics" + +#: FProjectProperty.form:929 +msgid "Activate warnings" +msgstr "Activer les avertissements" + +#: FProjectProperty.form:946 +msgid "Check prefix of variables" +msgstr "Vérifier le préfixe des variables" + +#: FProjectProperty.form:965 +msgid "Export by default to" +msgstr "Exporter par défaut vers" + +#: FProjectProperty.form:1032 +msgid "Add branch to version number" +msgstr "Ajouter la branche au numéro de version" + +#: FProjectProperty.form:1042 FTranslate.form:448 +msgid "Statistics" +msgstr "Statistiques" + +#: FProjectVersion.class:7 VersionControl.module:29 +msgid "This line and the following will be ignored" +msgstr "Cette ligne et les suivantes seront ignorées" + +#: FProjectVersion.class:36 +msgid "Local" +msgstr "Local" + +#: FProjectVersion.class:37 +msgid "Remote" +msgstr "Distant" + +#: FProjectVersion.class:94 +msgid "Please enter a user name." +msgstr "Veuillez saisir un nom d'utilisateur." + +#: FProjectVersion.class:105 FVersionControl.class:63 +msgid "Please enter the journal." +msgstr "Veuillez saisir le journal." + +#: FProjectVersion.class:116 VersionControl.module:402 +msgid "The project could not be committed." +msgstr "Le projet n'a pu être publié." + +#: FProjectVersion.class:196 VersionControl.module:426 +msgid "Unable to update project from repository." +msgstr "Impossible de mettre à-jour le projet à partir du référentiel." + +#: FProjectVersion.class:198 VersionControl.module:428 +msgid "Project has been updated from repository successfully." +msgstr "Le projet a été mis à-jour depuis le référentiel avec succès." + +#: FProjectVersion.form:53 +msgid "Project Version Control" +msgstr "Suivi de version du projet" + +#: FProjectVersion.form:65 +msgid "Update" +msgstr "Mise-à-jour" + +#: FProjectVersion.form:118 +msgid "Authentication" +msgstr "Authentification" + +#: FProjectVersion.form:197 +msgid "Refresh information" +msgstr "Rafraîchir les informations" + +#: FProjectVersion.form:202 FVersionControl.form:33 +msgid "Journal" +msgstr "Journal" + +#: FProjectVersion.form:221 +msgid "Some files are not versioned and should be added manually to the repository." +msgstr "Certains fichiers ne sont pas versionnés et doivent être ajoutés manuellement au référentiel." + +#: FProjectVersion.form:283 +msgid "Previous description" +msgstr "Description précédente" + +#: FProperty.class:379 +msgid "Forbidden characters in control name." +msgstr "Le nom du contrôle contient des caractères interdits." + +#: FProperty.class:384 +msgid "This name is already in use." +msgstr "Ce nom de contrôle est déjà utilisé." + +#: FProperty.class:394 +msgid "Forbidden characters in control group." +msgstr "Le nom du groupe contient des caractères interdits." + +#: FProperty.class:470 +msgid "Incorrect property value." +msgstr "Valeur de propriété incorrecte." + +#: FProperty.class:619 +msgid "The name of the control." +msgstr "Le nom du controle." + +#: FProperty.class:631 +msgid "The event group that the control belongs to." +msgstr "Le groupe d'évènements auquel le control appartient." + +#: FProperty.class:645 +msgid "If the form and controls dimensions must follow the size of the default font." +msgstr "Si les dimensions du formulaire et des contrôles doivent suivre la taille de la police par défaut." + +#: FProperty.class:649 +msgid "If the control is public." +msgstr "Si le contrôle est public." + +#: FProperty.class:653 +msgid "If the Text property must be translated." +msgstr "Si la propriété Text doit être traduite." + +#: FProperty.class:668 +msgid "This property is virtual: it is only implemented in the IDE, and has no existence at runtime." +msgstr "Cette propriété est virtuelle: elle est implémentée par l'environnement de développement uniquement, et n'a pas d'existence pendant l'exécution du programme." + +#: FProperty.class:804 +msgid "None" +msgstr "Aucun" + +#: FProperty.class:968 +msgid "Edit '&1' property" +msgstr "Éditer la propriété « &1 »" + +#: FProperty.form:51 +msgid "Lock property" +msgstr "Verrouiller la propriété" + +#: FProperty.form:58 +msgid "Sort properties" +msgstr "Trier les propriétés" + +#: FProxy.form:37 +msgid "Port" +msgstr "Port" + +#: FProxy.form:76 +msgid "Default proxy" +msgstr "Proxy par défaut" + +#: FProxy.form:76 +msgid "HTTP proxy" +msgstr "Proxy HTTP" + +#: FProxy.form:76 +msgid "No proxy" +msgstr "Aucun proxy" + +#: FProxy.form:76 +msgid "SOCKS5 proxy" +msgstr "Proxy SOCKS5" + +#: FPublish.class:12 +msgid "You cannot publish a software whose version is \"0.0\"." +msgstr "Vous ne pouvez publier un logiciel dont la version est \"0.0\"." + +#: FPublish.class:89 +msgid "Software" +msgstr "Logiciel" + +#: FPublish.class:164 +msgid "The project has been successfully published." +msgstr "Le projet a été publié avec succès." + +#: FPublish.class:164 +msgid "Unable to publish project." +msgstr "Impossible de publier le projet." + +#: FPublish.class:235 +msgid "Spaces are not allowed." +msgstr "Les espaces ne sont pas autorisés." + +#: FPublish.class:241 +msgid "Incorrect version number." +msgstr "Numéro de version incorrect." + +#: FPublish.class:273 +msgid "Do you really want to remove all tags?" +msgstr "Voulez-vous vraiment retirer toutes les étiquettes ?" + +#: FPublish.class:328 +msgid "Select a screenshot file" +msgstr "Choisissez un fichier de capture d'écran" + +#: FPublish.class:329 +msgid "Screenshot files" +msgstr "Fichiers de capture d'écran" + +#: FPublish.form:67 +msgid "Software description" +msgstr "Description du logiciel" + +#: FPublish.form:98 FSoftwareFarm.form:346 +msgid "Web site" +msgstr "Site web" + +#: FPublish.form:113 +msgid "Create menu entry" +msgstr "Créer une entrée de menu" + +#: FPublish.form:134 FSoftwareFarm.form:192 +msgid "Tags" +msgstr "Étiquettes" + +#: FPublish.form:164 +msgid "Sort" +msgstr "Trier" + +#: FPublish.form:176 +msgid "Screenshot" +msgstr "Capture d'écran" + +#: FPublish.form:181 +msgid "Keep the screenshot stored on the server" +msgstr "Conserver la capture d'écran stockée sur le serveur" + +#: FPublish.form:188 +msgid "Delete the screenshot stored on the server" +msgstr "Supprimer la capture d'écran stockée sur le serveur" + +#: FPublish.form:194 +msgid "Upload a new screenshot taken from the clipboard" +msgstr "Envoyer une nouvelle capture d'écran récupérée depuis le presse-papiers" + +#: FPublish.form:200 +msgid "Upload a new screenshot taken from the following file:" +msgstr "Envoyer une nouvelle capture d'écran récupérée depuis le fichier suivant :" + +#: FPublish.form:222 +msgid "Dependencies" +msgstr "Dépendences" + +#: FPublish.form:230 +msgid "Require Gambas version" +msgstr "Version de Gambas nécessaire" + +#: FPublish.form:295 +msgid "Publish as" +msgstr "Publier en tant que" + +#: FReportBorderChooser.form:43 +msgid "Configure border" +msgstr "Configuration de la bordure" + +#: FReportBorderChooser.form:141 +msgid "Corner" +msgstr "Coins" + +#: FReportBoxShadowChooser.form:23 +msgid "Configure shadow" +msgstr "Configuration de l'ombre" + +#: FReportBoxShadowChooser.form:40 +msgid "Shadow" +msgstr "Ombre" + +#: FReportBrushChooser.form:31 +msgid "Configure brush" +msgstr "Configuration du pinceau" + +#: FReportBrushChooser.form:152 +msgid "Select an image inside the project" +msgstr "Sélectionnez une image située à l'intérieur du projet" + +#: FReportCoordChooser.class:22 +msgid "Incorrect value." +msgstr "Valeur incorrecte." + +#: FReportCoordChooser.form:12 +msgid "Select a dimension" +msgstr "Choisissez une dimension" + +#: FReportPaddingChooser.form:18 +msgid "Configure padding" +msgstr "Configuration de l'espacement" + +#: FSave.form:15 +msgid "Save modified files" +msgstr "Enregistrer les fichiers modifiés" + +#: FSave.form:43 +msgid "Save All" +msgstr "Tout enregistrer" + +#: FSave.form:57 +msgid "The following files have been modified. Do you want to save them?" +msgstr "Les fichiers suivants ont été modifiés. Désirez-vous les enregistrer ?" + +#: FSaveProjectAs.class:38 +msgid "Cannot save a project inside its own directory." +msgstr "Impossible d'enregistrer un projet à l'intérieur de son propre répertoire." + +#: FSaveProjectAs.class:63 +msgid "Unable to save the project." +msgstr "Impossible d'enregistrer le projet." + +#: FSaveProjectAs.form:28 +msgid "New project parent directory" +msgstr "Nouveau répertoire parent du projet" + +#: FSaveProjectAs.form:39 +msgid "New project name" +msgstr "Nouveau nom du projet" + +#: FScreenshot.form:12 +msgid "Take screenshot" +msgstr "Capture d'écran" + +#: FSearch.class:539 +msgid "Search string replaced once." +msgstr "La chaîne de caractères recherchée à été remplacée une fois." + +#: FSearch.class:541 +msgid "Search string replaced &1 times." +msgstr "La chaîne de caractères a été remplacée &1 fois." + +#: FSearch.class:646 +msgid "One match" +msgstr "Une correspondance" + +#: FSearch.class:648 +msgid "&1 matches" +msgstr "&1 correspondances" + +#: FSearch.class:654 +msgid "One replacement" +msgstr "Un remplacement" + +#: FSearch.class:656 +msgid "&1 replacements" +msgstr "&1 remplacements" + +#: FSearch.class:959 +msgid "Do you really want to replace every string?" +msgstr "Voulez-vous vraiment remplacer l'ensemble des chaînes ?" + +#: FSearch.form:47 +msgid "Search & Replace" +msgstr "Rechercher & Remplacer" + +#: FSearch.form:115 +msgid "Case sensitive" +msgstr "Tenir compte de la casse" + +#: FSearch.form:120 +msgid "Words only" +msgstr "Mots seulements" + +#: FSearch.form:125 +msgid "Regular expression" +msgstr "Expression rationnelle" + +#: FSearch.form:139 +msgid "Replace capture groups" +msgstr "Remplacer les groupes de capture" + +#: FSearch.form:145 +msgid "Ignore strings" +msgstr "Ignorer les chaînes" + +#: FSearch.form:150 +msgid "Ignore comments" +msgstr "Ignorer les commentaires" + +#: FSearch.form:165 +msgid "Search in" +msgstr "Rechercher dans" + +#: FSearch.form:171 +msgid "Current function" +msgstr "Fonction courante" + +#: FSearch.form:177 +msgid "Current file" +msgstr "Fichier courant" + +#: FSearch.form:184 +msgid "Source files" +msgstr "Fichiers sources" + +#: FSearch.form:190 +msgid "Data files" +msgstr "Fichiers de données" + +#: FSearch.form:221 +msgid "Browse" +msgstr "Parcourir" + +#: FSearch.form:233 +msgid "Replace all" +msgstr "Tout remplacer" + +#: FSearch.form:244 +msgid "Highlight search" +msgstr "Surligner la recherche" + +#: FSelectExtraFile.form:12 +msgid "Select an extra file" +msgstr "Choisissez un fichier supplémentaire" + +#: FSelectIcon.class:41 +msgid "Image files" +msgstr "Fichiers images" + +#: FSelectIcon.class:42 +msgid "SVG image files" +msgstr "Fichiers images SVG" + +#: FSelectIcon.class:43 +msgid "Audio files" +msgstr "Fichiers audio" + +#: FSelectIcon.form:20 +msgid "Select a picture" +msgstr "Sélectionnez une image" + +#: FSelectIcon.form:45 +msgid "Stock" +msgstr "Stock" + +#: FSelectIcon.form:73 +msgid "Size preview" +msgstr "Aperçu de la taille" + +#: FSelectLibrary.class:64 +msgid "unknown" +msgstr "inconnu" + +#: FSelectLibrary.form:15 +msgid "Select a library" +msgstr "Choisissez une bibliothèque" + +#: FSelectLibrary.form:37 +msgid "No library has been found on your system." +msgstr "Aucune bibliothèque n'a été trouvée sur votre système." + +#: FSnippet.class:23 +msgid "Please enter a trigger string." +msgstr "Veuillez saisir une chaîne de déclenchement." + +#: FSnippet.class:29 +msgid "This trigger string is already in use." +msgstr "Cette chaîne de déclenchement est déjà utilisée." + +#: FSnippet.class:64 +msgid "Edit code snippet" +msgstr "Édition d'un fragment de code" + +#: FSnippet.class:67 +msgid "New code snippet" +msgstr "Nouveau fragment de code" + +#: FSnippet.form:26 +msgid "Trigger string" +msgstr "Chaîne de déclenchement" + +#: FSoftwareFarm.class:49 Project.module:245 +msgid "Games" +msgstr "Jeux" + +#: FSoftwareFarm.class:50 +msgid "Development" +msgstr "Développement" + +#: FSoftwareFarm.class:52 +msgid "Education" +msgstr "Éducation" + +#: FSoftwareFarm.class:53 +msgid "Graphics" +msgstr "Graphique" + +#: FSoftwareFarm.class:54 +msgid "Audio" +msgstr "Son" + +#: FSoftwareFarm.class:55 Project.module:252 +msgid "Video" +msgstr "Vidéo" + +#: FSoftwareFarm.class:56 +msgid "Office" +msgstr "Bureautique" + +#: FSoftwareFarm.class:57 +msgid "Accessories" +msgstr "Accessoires" + +#: FSoftwareFarm.class:58 +msgid "Internet" +msgstr "Internet" + +#: FSoftwareFarm.class:66 +msgid "Extensions" +msgstr "Extensions" + +#: FSoftwareFarm.class:71 +msgid "My software" +msgstr "Mes logiciels" + +#: FSoftwareFarm.class:75 +msgid "Other software from" +msgstr "Autres logiciels de" + +#: FSoftwareFarm.class:78 +msgid "All software" +msgstr "Tous les logiciels" + +#: FSoftwareFarm.class:210 +msgid "No software found." +msgstr "Aucun logiciel n'a été trouvé." + +#: FSoftwareFarm.class:229 +msgid "Request cancelled." +msgstr "Requête annulée." + +#: FSoftwareFarm.class:376 +msgid "Cancel my vote" +msgstr "Annuler mon vote" + +#: FSoftwareFarm.class:383 +msgid "Upgrade" +msgstr "Mettre à-jour" + +#: FSoftwareFarm.class:420 +msgid "Published &1 (on &2)" +msgstr "Publié &1 (&2)" + +#: FSoftwareFarm.class:563 +msgid "Do you really want to download &1?" +msgstr "Voulez-vous vraiment télécharger &1 ?" + +#: FSoftwareFarm.class:566 +msgid "Unable to download &1:" +msgstr "Impossible de télécharger &1 :" + +#: FSoftwareFarm.class:568 +msgid "&1 has been successfully downloaded." +msgstr "&1 a été téléchargé avec succès." + +#: FSoftwareFarm.class:583 +msgid "Do you really want to upgrade to &1?" +msgstr "Voulez-vous vraiment mettre à-jour vers &1 ?" + +#: FSoftwareFarm.class:586 +msgid "Unable to upgrade to &1:" +msgstr "Impossible de mettre à-jour vers &1 :" + +#: FSoftwareFarm.class:593 +msgid "Do you really want to uninstall &1?" +msgstr "Voulez-vous vraiment désinstaller &1 ?" + +#: FSoftwareFarm.class:596 +msgid "Unable to uninstall &1:" +msgstr "Impossible de désinstaller &1 :" + +#: FSoftwareFarm.class:598 +msgid "&1 has been successfully uninstalled." +msgstr "&1 a été désinstallé avec succès." + +#: FSoftwareFarm.class:604 +msgid "Do you really want to install &1?" +msgstr "Voulez-vous vraiment installer &1 ?" + +#: FSoftwareFarm.class:607 +msgid "Unable to install &1:" +msgstr "Impossible d'installer &1 :" + +#: FSoftwareFarm.class:609 +msgid "&1 has been successfully installed." +msgstr "&1 a été installé avec succès." + +#: FSoftwareFarm.class:629 +msgid "Unable to modify your vote." +msgstr "Impossible de modifier votre vote." + +#: FSoftwareFarm.class:665 +msgid "Do you really want to delete &1 from the farm server?" +msgstr "Désirez-vous vraiment supprimer &1 du serveur de publication ?" + +#: FSoftwareFarm.class:669 +msgid "Unable to remove &1:" +msgstr "Impossible de supprimer &1 :" + +#: FSoftwareFarm.form:66 +msgid "Gambas Software Farm" +msgstr "Logithèque Gambas" + +#: FSoftwareFarm.form:159 FToolBox.form:31 FTranslate.form:223 +msgid "Show" +msgstr "Afficher" + +#: FSoftwareFarm.form:165 +msgid "Installed" +msgstr "Installés" + +#: FSoftwareFarm.form:165 +msgid "Most downloaded" +msgstr "Les plus téléchargés" + +#: FSoftwareFarm.form:165 +msgid "Most recent" +msgstr "Les plus récents" + +#: FSoftwareFarm.form:171 +msgid "Show filters" +msgstr "Afficher les filtres" + +#: FSoftwareFarm.form:177 +msgid "Show old versions" +msgstr "Afficher les anciennes versions" + +#: FSoftwareFarm.form:398 +msgid "Download" +msgstr "Télécharger" + +#: FSoftwareFarm.form:406 +msgid "Download and install" +msgstr "Télécharger et installer" + +#: FSoftwareFarm.form:414 +msgid "Vote" +msgstr "Voter" + +#: FSystemInfo.class:224 +msgid "Please copy these informations in all your bug reports." +msgstr "Veuillez recopier ces informations dans tous vos rapports de bugs." + +#: FTableChooser.form:16 +msgid "Choose a table" +msgstr "Choisissez une table" + +#: FTestSuite.class:87 +msgid "Unable to load test suites." +msgstr "Impossible de charger les suites de tests." + +#: FTestSuite.class:168 +msgid "Test suite #&1" +msgstr "Suite de tests n°&1" + +#: FTestSuite.class:206 +msgid "This test suite already exists." +msgstr "Cette suite de tests existe déjà." + +#: FTestSuite.class:282 +msgid "Unable to save test suites." +msgstr "Impossible d'enregistrer les suites de tests." + +#: FTestSuite.class:292 +msgid "Do you really want to remove this test suite?" +msgstr "Désirez-vous vraiment supprimer cette suite de tests ?" + +#: FTestSuite.form:41 +msgid "Test with" +msgstr "Tester avec" + +#: FTestSuite.form:78 +msgid "New test suite" +msgstr "Nouvelle série de tests" + +#: FTestSuite.form:85 +msgid "Duplicate test suite" +msgstr "Dupliquer la série de tests" + +#: FTestSuite.form:92 +msgid "Rename test suite" +msgstr "Renommer la série de tests" + +#: FTestSuite.form:99 +msgid "Delete test suite" +msgstr "Supprimer la série de tests" + +#: FTestSuite.form:132 +msgid "Select all tests" +msgstr "Sélectionner tous les tests" + +#: FTestSuite.form:139 +msgid "Unselect all tests" +msgstr "Déselectionner tous les tests" + +#: FText.form:29 +msgid "Use a fixed font" +msgstr "Utiliser une police non proportionnelle" + +#: FTextEditor.class:239 +msgid "Console output #&1" +msgstr "Sortie de console n°&1" + +#: FTextEditor.class:1793 +msgid "Preview refresh..." +msgstr "Rafraîchissement de l'aperçu..." + +#: FTextEditor.class:1876 +msgid "Default style sheet" +msgstr "Feuille de style par défaut" + +#: FTextEditor.class:1929 +msgid "Example" +msgstr "Exemple" + +#: FTextEditor.form:190 +msgid "Sort ascent" +msgstr "Tri ascendant" + +#: FTextEditor.form:196 +msgid "Sort descent" +msgstr "Tri descendant" + +#: FTextEditor.form:753 +msgid "Toggle preview" +msgstr "Basculer l'affichage de l'aperçu" + +#: FTextEditor.form:833 +msgid "Load images" +msgstr "Charger les images" + +#: FTips.class:37 +msgid "Tip of the day #&1" +msgstr "Astuce du jour n°&1" + +#: FTips.class:95 +msgid "Unable to read tip of the day !" +msgstr "Impossible de lire l'astuce du jour !" + +#: FTips.form:70 +msgid "Show tips on startup" +msgstr "Afficher les astuces au démarrage" + +#: FToolBox.class:26 +msgid "Chooser" +msgstr "Sélecteur" + +#: FToolBox.class:26 +msgid "Container" +msgstr "Conteneur" + +#: FToolBox.class:26 +msgid "Dialog" +msgstr "Dialogue" + +#: FToolBox.class:26 +msgid "Network" +msgstr "Réseau" + +#: FToolBox.class:26 +msgid "Special" +msgstr "Spécial" + +#: FToolBox.class:350 Project.module:882 +msgid "Current project" +msgstr "Projet courant" + +#: FToolBox.class:380 +msgid "Help on &1" +msgstr "Aide sur &1" + +#: FToolBox.form:35 +msgid "Button size" +msgstr "Taille des boutons" + +#: FToolBox.form:40 +msgid "Tiny" +msgstr "Minuscule" + +#: FToolBox.form:47 +msgid "Small" +msgstr "Petit" + +#: FToolBox.form:54 +msgid "Medium" +msgstr "Moyen" + +#: FToolBox.form:61 +msgid "Large" +msgstr "Large" + +#: FToolBox.form:68 +msgid "Deprecated controls" +msgstr "Contrôles dépréciés" + +#: FToolBox.form:119 +msgid "Change button size" +msgstr "Changer la taille des boutons" + +#: FToolBox.form:125 +msgid "Show deprecated controls" +msgstr "Afficher les contrôles dépréciés" + +#: FTranslate.class:42 +msgid "The project is void. There is nothing to translate." +msgstr "Le projet est vide. Il n'y a rien à traduire." + +#: FTranslate.class:77 +msgid "Not translated" +msgstr "Non traduit" + +#: FTranslate.class:177 +msgid "Translation files" +msgstr "Fichiers de traduction" + +#: FTranslate.class:337 +msgid "Cannot read translation file for language '&1'" +msgstr "Impossible de lire le fichier de traduction pour la langue « &1 »" + +#: FTranslate.class:576 +msgid "Cannot save translation." +msgstr "Impossible de sauvegarder la traduction." + +#: FTranslate.class:689 +msgid "Do you really want to delete this translation ?" +msgstr "Voulez-vous vraiment supprimer cette traduction ?" + +#: FTranslate.class:798 +msgid "Do you really want to reload this translation ?" +msgstr "Voulez-vous vraiment recharger cette traduction ?" + +#: FTranslate.class:812 +msgid "Export a translation" +msgstr "Exporter une traduction" + +#: FTranslate.class:1027 +msgid "Please select the translation file to import." +msgstr "Veuillez sélectionner le fichier de traduction à importer." + +#: FTranslate.class:1065 +msgid "No translation were picked up." +msgstr "Aucune traduction n'a été récupérée." + +#: FTranslate.class:1067 +msgid "One translation was picked up." +msgstr "Une traduction a été récupérée." + +#: FTranslate.class:1069 +msgid "&1 translations were picked up." +msgstr "&1 traductions ont été récupérées." + +#: FTranslate.class:1077 +msgid "Cannot import translation file." +msgstr "Impossible d'importer le fichier de traduction." + +#: FTranslate.class:1126 +msgid "Everything seems to be correct." +msgstr "Tout semble correct." + +#: FTranslate.class:1136 +msgid "Translated string symbols do not match untranslated string ones." +msgstr "Les symboles de la chaîne traduite ne correspondent pas à ceux de la chaîne non traduite." + +#: FTranslate.class:1162 +msgid "&1 strings. Everything is translated!" +msgstr "&1 chaînes de caractères. Tout est traduit !" + +#: FTranslate.class:1164 +msgid "&1 strings. One is not translated. &3% done." +msgstr "&1 chaînes de caractères. Une n'est pas traduite. &3% effectué." + +#: FTranslate.class:1166 +msgid "&1 strings. &2 are not translated. &3% done." +msgstr "&1 chaînes de caractères. &2 ne sont pas traduites. &3% effectué." + +#: FTranslate.class:1758 +msgid "Automatic translation has failed." +msgstr "La traduction automatique a échoué." + +#: FTranslate.class:1770 +msgid "Do you want to fill the translation automatically?" +msgstr "Voulez-vous remplir la traduction automatiquement ?" + +#: FTranslate.form:83 +msgid "Project translation" +msgstr "Traduction du projet" + +#: FTranslate.form:112 +msgid "Automatic translation" +msgstr "Traduction automatique" + +#: FTranslate.form:131 +msgid "Untranslated strings" +msgstr "Chaînes non traduites" + +#: FTranslate.form:135 +msgid "Translated strings" +msgstr "Chaînes traduites" + +#: FTranslate.form:139 +msgid "All strings" +msgstr "Toutes les chaînes" + +#: FTranslate.form:212 +msgid "Add a new translation" +msgstr "Ajouter une nouvelle traduction" + +#: FTranslate.form:247 +msgid "Save translation" +msgstr "Enregistrer la traduction" + +#: FTranslate.form:255 +msgid "Verify the translation" +msgstr "Vérifier la traduction" + +#: FTranslate.form:257 +msgid "Verify" +msgstr "Vérifier" + +#: FTranslate.form:327 +msgid "Find next translated string" +msgstr "Trouver la prochaine chaîne traduite" + +#: FTranslate.form:333 +msgid "Find previous translated string" +msgstr "Trouver la chaîne traduite précédente" + +#: FTranslate.form:343 +msgid "Find first untranslated string" +msgstr "Trouver la première chaîne non traduite" + +#: FTranslate.form:349 +msgid "Find previous untranslated string" +msgstr "Trouver la chaîne précédente non traduite" + +#: FTranslate.form:355 +msgid "Find next untranslated string" +msgstr "Trouver la prochaine chaîne non traduite" + +#: FTranslate.form:361 +msgid "Find last untranslated string" +msgstr "Trouver la dernière chaîne non traduite" + +#: FTranslate.form:371 +msgid "Clear this translation" +msgstr "Effacer cette traduction" + +#: FTranslate.form:377 +msgid "This string must not be translated" +msgstr "Cette chaîne ne doit pas être traduite" + +#: FTranslate.form:383 +msgid "Copy untranslated string" +msgstr "Copier la chaîne non traduite" + +#: FTranslate.form:489 +msgid "Import all translations recursively" +msgstr "Importer toutes les traductions récursivement" + +#: FTranslate.form:495 +msgid "Replace existing translations" +msgstr "Remplacer les traductions existantes" + +#: FTranslate.form:511 +msgid "Import a translation file" +msgstr "Importer un fichier de traduction" + +#: FVersionControl.form:81 +msgid "Hide translation changes" +msgstr "Cacher les modifications des traductions" + +#: FVersionControl.form:99 +msgid "There is nothing to commit." +msgstr "Il n'y a rien à publier." + +#: FVersionControl.form:117 +msgid "Commit and push" +msgstr "Publier et envoyer" + +#: FVersionControl.form:124 +msgid "Push" +msgstr "Envoyer" + +#: FWebFontChooser.form:24 +msgid "Select font" +msgstr "Choisissez une police" + +#: FWelcome.class:69 +msgid "New project..." +msgstr "Nouveau projet..." + +#: FWelcome.class:71 +msgid "Recent projects" +msgstr "Projets récents" + +#: FWelcome.form:27 +msgid "Welcome to Gambas 3" +msgstr "Bienvenue dans Gambas 3" + +#: FarmIdentity.class:135 +msgid "Anonymous" +msgstr "Anonyme" + +#: FarmRequest.class:125 +msgid "No answer." +msgstr "Aucune réponse." + +#: FarmRequest.class:167 +msgid "Register user" +msgstr "Enregistrer un utilisateur" + +#: FarmRequest.class:242 +msgid "Publish project" +msgstr "Publier un projet" + +#: FarmRequest.class:363 +msgid "Download software" +msgstr "Télécharger le logiciel" + +#: FarmRequest.class:389 +msgid "Delete software" +msgstr "Supprimer le logiciel" + +#: HelpBrowser.class:39 Wiki.module:858 +msgid "This page does not exist." +msgstr "Cette page n'existe pas." + +#: HelpView.class:104 +msgid "&1 not found." +msgstr "&1 introuvable." + +#: MCompressFile.module:600 +msgid "Unable to compress file." +msgstr "Impossible de compresser le fichier." + +#: MConnection.module:76 +msgid "Unable to retrieve password." +msgstr "Impossible de récupérer le mot de passe." + +#: MConnection.module:91 +msgid "Unable to save password." +msgstr "Impossible d'enregistrer le mot de passe." + +#: MConnection.module:332 +msgid "Cannot create table '&1'." +msgstr "Impossible de créer la table « &1 »." + +#: MConnection.module:517 +msgid "Cannot create metadata table." +msgstr "Impossible de créer la table des métadonnées." + +#: MErrorMessage.module:4 +msgid "&1 cannot be static" +msgstr "&1 ne peut pas être statique" + +#: MErrorMessage.module:5 +msgid "&1 declaration does not match" +msgstr "La déclaration de &1 ne correspond pas" + +#: MErrorMessage.module:6 +msgid "&1 is declared but is not a function" +msgstr "&1 est déclaré mais n'est pas une fonction" + +#: MErrorMessage.module:7 +msgid "&1 is not a structure" +msgstr "&1 n'est pas une structure" + +#: MErrorMessage.module:8 +msgid "&1 is not declared" +msgstr "&1 n'est pas déclaré" + +#: MErrorMessage.module:9 +msgid "&1 must be static" +msgstr "&1 doit être statique" + #: MErrorMessage.module:10 msgid "&1: not in archive" msgstr "&1: introuvable dans l'archive" @@ -250,166 +6622,10 @@ msgstr "&1: erreur de syntaxe dans le fichier formulaire" msgid "&1: too many nested containers" msgstr "&1: trop de conteneurs imbriqués" -#: Util.module:6 -msgid "&1 B" -msgstr "&1 o" - -#: MErrorMessage.module:4 -msgid "&1 cannot be static" -msgstr "&1 ne peut pas être statique" - -#: CSoftware.class:677 -msgid "&1 days ago" -msgstr "Il y a &1 jours" - -#: MErrorMessage.module:5 -msgid "&1 declaration does not match" -msgstr "La déclaration de &1 ne correspond pas" - -#: CVersionControlGit.class:376 -msgid "&1 files to commit in the current branch." -msgstr "&1 fichiers à publier dans la branche courante." - -#: Util.module:12 -msgid "&1 GiB" -msgstr "&1 Gio" - -#: CVersionControlGit.class:387 -msgid "&1 in the current project." -msgstr "&1 dans le projet courant." - -#: MErrorMessage.module:6 -msgid "&1 is declared but is not a function" -msgstr "&1 est déclaré mais n'est pas une fonction" - -#: MErrorMessage.module:7 -msgid "&1 is not a structure" -msgstr "&1 n'est pas une structure" - -#: MErrorMessage.module:8 -msgid "&1 is not declared" -msgstr "&1 n'est pas déclaré" - -#: Util.module:8 -msgid "&1 KiB" -msgstr "&1 Kio" - -#: FSearch.class:648 -msgid "&1 matches" -msgstr "&1 correspondances" - -#: FProfile.class:421 -msgid "&1 Mb" -msgstr "&1 Mo" - -#: Util.module:10 -msgid "&1 MiB" -msgstr "&1 Mio" - -#: CSoftware.class:693 -msgid "&1 months ago" -msgstr "il y a &1 mois" - -#: MErrorMessage.module:9 -msgid "&1 must be static" -msgstr "&1 doit être statique" - -#: FConnectionEditor.class:502 -msgid "&1 records" -msgstr "&1 enregistrements" - -#: FImportTable.class:431 -msgid "&1 records imported." -msgstr "&1 enregistrements importés." - -#: FSearch.class:656 -msgid "&1 replacements" -msgstr "&1 remplacements" - -#: FTranslate.class:1166 -msgid "&1 strings. &2 are not translated. &3% done." -msgstr "&1 chaînes de caractères. &2 ne sont pas traduites. &3% effectué." - -#: FTranslate.class:1162 -msgid "&1 strings. Everything is translated!" -msgstr "&1 chaînes de caractères. Tout est traduit !" - -#: FTranslate.class:1164 -msgid "&1 strings. One is not translated. &3% done." -msgstr "&1 chaînes de caractères. Une n'est pas traduite. &3% effectué." - -#: Project.module:2300 -msgid "&1th" -msgstr "&1ème" - -#: FTranslate.class:1069 -msgid "&1 translations were picked up." -msgstr "&1 traductions ont été récupérées." - -#: CSoftware.class:685 -msgid "&1 weeks ago" -msgstr "il y a &1 semaines" - -#: FMain.form:1809 -msgid "&?" -msgstr "&?" - -#: FProjectProperty.form:795 -msgid "&Add" -msgstr "Ajouter" - -#: FMain.class:805 -msgid "&Clear history" -msgstr "&Effacer l'historique" - -#: FMain.form:1773 -msgid "&Debug" -msgstr "&Débogage" - -#: FConflict.class:14 FMain.form:1749 -msgid "&Edit" -msgstr "&Editer" - -#: FMain.form:1737 -msgid "&File" -msgstr "&Fichier" - -#: FExportData.class:126 -msgid "&Overwrite" -msgstr "&Remplacer" - -#: FMain.form:1761 -msgid "&Project" -msgstr "&Projet" - -#: FMain.form:1797 -msgid "&Tools" -msgstr "&Outils" - -#: FMain.form:1785 -msgid "&View" -msgstr "&Affichage" - #: MErrorMessage.module:14 msgid "'&1' already declared" msgstr "'&1' est déjà déclaré" -#: Package.module:95 -msgid "'&1' and '&2' are missing." -msgstr "'&1' et '&2' sont introuvables." - -#: Package.module:85 -msgid "'&1' is missing." -msgstr "'&1' est introuvable." - -#: FFileProperty.class:81 -msgid "'&1' properties" -msgstr "Propriétés de « &1 »" - -#: FFileInfoVC.class:30 -msgid "'&1' version control" -msgstr "Suivi de version de « &1 »" - #: MErrorMessage.module:15 msgid "'&1.&2' is incorrectly overridden in class '&3'" msgstr "'&1.&2' est surchargé incorrectement dans la classe '&3'" @@ -438,329 +6654,10 @@ msgstr "'&1.&2' est en écriture seule" msgid "',' or ')'" msgstr "',' ou ')'" -#: Package.module:1207 -msgid "'dpkg-buildpackage' has failed." -msgstr "'dpkg-buildpackage' a échoué." - -#: Package.module:2503 -msgid "'makepkg' has failed." -msgstr "'makepkg' a échoué." - -#: Package.module:1786 -msgid "'rpmbuild' has returned the following error code:" -msgstr "'rpmbuild' a retourné le code d'erreur suivant :" - -#: Package.module:2207 -msgid "'tar' has returned the following error code:" -msgstr "'tar' a retourné le code d'erreur suivant:" - -#: FImportTable.class:138 -msgid "(Automatic key)" -msgstr "(Clef automatique)" - -#: FConflictEditor.class:942 FEditor.class:2723 FTextEditor.class:1064 -msgid "(Declarations)" -msgstr "(Déclarations)" - -#: FOption.class:93 FTranslate.class:153 -msgid "(Default)" -msgstr "(Défaut)" - -#: FConnectionEditor.class:722 Project.module:2627 -msgid "(in &1 s)" -msgstr "(en &1 s)" - -#: FCreateFile.class:92 -msgid "(No parent)" -msgstr "(Aucun parent)" - -#: FOption.class:1981 -msgid "(System configuration)" -msgstr "(Configuration système)" - -# gb-ignore -#: FMakePatch.form:97 -msgid "*.gz;*.bz2;*.xz" -msgstr "" - -# gb-ignore -#: FMakePatch.form:123 -msgid "*.patch;*.diff" -msgstr "" - -#: CDocumentation.class:121 -msgid "3D programming with OpenGL" -msgstr "Programmation 3D avec OpenGL" - -#: CLibraryInfo.class:197 -msgid "&1: &2" -msgstr "&1 : &2" - -#: FProjectProperty.class:676 -msgid "&1 does not export any class." -msgstr "&1 ne contient aucune classe exportée." - -#: FSoftwareFarm.class:568 -msgid "&1 has been successfully downloaded." -msgstr "&1 a été téléchargé avec succès." - -#: FSoftwareFarm.class:609 -msgid "&1 has been successfully installed." -msgstr "&1 a été installé avec succès." - -#: FSoftwareFarm.class:598 -msgid "&1 has been successfully uninstalled." -msgstr "&1 a été désinstallé avec succès." - -#: FProjectProperty.class:684 -msgid "&1 is already used as a library." -msgstr "&1 est déjà utilisé comme bibliothèque." - -#: Project.module:2584 -msgid "

The compiler has crashed!

\nPlease report it to the Gambas bugtracker at:\n\nhttps://gambaswiki.org/bugtracker\n\nDo not forget to provide the full project so that the crash can be reproduced." -msgstr "

Le compilateur a planté !

\nVeuillez le signaler sur le bugtracker de Gambas à l'adresse:\n\nhttps://gambaswiki.org/bugtracker\n\nN'oubliez-pas de fournir la projet complet afin de pouvoir reproduire le plantage." - -#: HelpView.class:104 -msgid "&1 not found." -msgstr "&1 introuvable." - -#: FMain.form:1357 FOutput.form:172 -msgid "?" -msgstr "?" - -# gb-ignore -#: FImageRotate.form:21 -msgid "°" -msgstr "" - -#: CSoftware.class:361 -msgid "Abort" -msgstr "Abandonner" - -#: FAbout.form:12 FMain.form:1397 FWelcome.class:76 -msgid "About Gambas" -msgstr "À propos de Gambas" - -#: MErrorMessage.module:25 -msgid "Access forbidden" -msgstr "Accès interdit" - -#: FSoftwareFarm.class:57 -msgid "Accessories" -msgstr "Accessoires" - -#: Project.module:4424 -msgid "A class name must begin with a letter or an underscore, followed by any letter or digit." -msgstr "Un nom de classe doit commencer par une lettre ou un caractère '_', et être suivi par des lettres ou des chiffres. " - -#: FFarmRegister.form:121 -msgid "A confirmation mail will be sent to the specified e-mail address. Click on the link included in that mail to activate your account.\n

\nYour e-mail will not be stored on the publishing server." -msgstr "Un mail de confirmation sera envoyé à l'adresse spécifiée. Cliquez sur le lien contenu dans ce mail pour activer votre compte.\n

\nVotre e-mail ne sera pas stocké sur le serveur de publication." - -#: FImageEditor.form:166 -msgid "Action" -msgstr "Action" - -#: FOption.form:1281 -msgid "Activate animations" -msgstr "Activer les animations" - -#: FOption.form:1185 -msgid "Activate code snippets" -msgstr "Activer les fragments de code" - -#: FMain.form:780 -msgid "Activate profiling" -msgstr "Activer le profilage" - -#: FDebugRemote.form:52 -msgid "Activate remote debugging" -msgstr "Activer le débogage distant" - -#: FOption.form:530 -msgid "Activate version control" -msgstr "Activer le suivi de version" - -#: FProjectProperty.form:929 -msgid "Activate warnings" -msgstr "Activer les avertissements" - -#: FConnectionEditor.form:325 FDebugRemote.form:179 FMain.class:2339 FMakeInstall.form:757 FProjectProperty.form:730 FPublish.form:158 -msgid "Add" -msgstr "Ajouter" - -#: FImageResize.form:113 -msgid "Add a border" -msgstr "Ajouter une bordure" - -#: FTranslate.form:212 -msgid "Add a new translation" -msgstr "Ajouter une nouvelle traduction" - -#: FProjectProperty.form:1032 -msgid "Add branch to version number" -msgstr "Ajouter la branche au numéro de version" - -#: FDebugInfo.form:580 FMain.form:568 -msgid "Add everything to repository" -msgstr "Tout ajouter au référentiel" - -#: FDebugInfo.form:285 -msgid "Add expression" -msgstr "Ajouter une expression" - -#: FMakeInstall.form:868 -msgid "Add extra tests for the configuration process.\n

Leave this blank if you don't need it, or if you don't know anything about autoconf scripts." -msgstr "Ajout de tests supplémentaires au processus de configuration.\n

Laissez ce champ vide si vous n'en avez pas besoin, ou si vous ne connaissez rien aux scripts autoconf." - -#: FImageProperty.form:222 FReportBrushChooser.form:87 -msgid "Add gradient stop" -msgstr "Ajouter une couleur de dégradé" - -#: FMakeInstall.form:690 -msgid "Additional configuration" -msgstr "Configuration additionnelle" - -#: FProjectProperty.form:759 -msgid "Additional references" -msgstr "Références supplémentaires" - -#: FMakeInstall.form:191 -msgid "Add major version number to package names" -msgstr "Ajouter le numéro de version majeure aux noms des paquets" - -#: FMain.form:1179 -msgid "Add to repository" -msgstr "Ajouter au référentiel" - -#: FMakeInstall.form:186 FOption.form:443 -msgid "Add vendor prefix or name to package names" -msgstr "Ajouter le préfixe ou le nom du vendeur aux noms des paquets" - -#: FConflictEditor.form:134 FEditor.form:152 FTextEditor.form:169 -msgid "Advanced" -msgstr "Avancé" - -#: MyLanguage.module:8 -msgid "Afrikaans (South Africa)" -msgstr "Afrikaans (Afrique du Sud)" - -#: MyLanguage.module:152 -msgid "Albanian (Albania)" -msgstr "Albanais (Albanie)" - -#: MErrorMessage.module:26 -msgid "Alias name must be a string" -msgstr "L'alias doit être une chaîne de caractères" - -#: FForm.form:311 -msgid "Alignment" -msgstr "Alignement" - -#: FForm.form:333 -msgid "Align to bottom" -msgstr "Aligner sur le bas" - -#: FForm.form:315 -msgid "Align to left" -msgstr "Aligner sur la gauche" - -#: FForm.form:321 -msgid "Align to right" -msgstr "Aligner sur la droite" - -#: FForm.form:327 -msgid "Align to top" -msgstr "Aligner sur le haut" - -#: FOption.class:214 -msgid "All" -msgstr "Tout" - -#: FMain.class:1987 -msgid "All backup or generated files will be removed from the project directory." -msgstr "Les fichiers de sauvegarde et les fichiers générés du projet vont être supprimés." - -#: FImportTable.class:58 FSearch.form:196 FTranslate.class:1387 -msgid "All files" -msgstr "Tous les fichiers" - -#: FDebugInfo.form:181 -msgid "Allocated memory" -msgstr "Mémoire allouée" - -#: FSoftwareFarm.class:78 -msgid "All software" -msgstr "Tous les logiciels" - -#: FTranslate.form:139 -msgid "All strings" -msgstr "Toutes les chaînes" - -#: Project.module:1723 -msgid "ALPHA VERSION, USE AT YOUR OWN RISK!" -msgstr "VERSION ALPHA, À UTILISER À VOS RISQUES ET PÉRILS !" - -#: FPasteTable.form:78 -msgid "Also copy table data" -msgstr "Copier aussi le contenu de la table" - -#: FOption.form:701 -msgid "Always display optional messages" -msgstr "Toujours afficher les messages optionnels" - -#: FOption.class:4 -msgid "Amber" -msgstr "Ambre" - -#: MErrorMessage.module:27 -msgid "Ambiguous expression. Please use brackets" -msgstr "Expression ambigüe. Veuillez utiliser des parenthèses" - -#: FOption.class:4 -msgid "Amethyst" -msgstr "Améthiste" - #: MErrorMessage.module:22 msgid "A module cannot raise events" msgstr "Un module ne peut pas émettre d'evènements" -#: FOption.class:1360 -msgid "A new documentation is available!" -msgstr "Une nouvelle documentation est disponible !" - -#: CVersionControlGit.class:445 -msgid "A new Git repository will be created for this project." -msgstr "Un nouveau référentiel Git sera créé pour ce projet." - -#: FarmIdentity.class:135 -msgid "Anonymous" -msgstr "Anonyme" - -#: Design.module:1353 -msgid "Another extern debugging is active." -msgstr "Un autre débogage externe est actif." - -#: CDocumentation.class:71 -msgid "Application debugger helper" -msgstr "Debogueur intégré" - -#: FOption.form:801 -msgid "Applications" -msgstr "Applications" - -#: CDocumentation.class:146 -msgid "Application settings management" -msgstr "Gestion des fichiers de configuration" - -#: FImageProperty.form:721 FMain.form:531 FPatch.form:69 -msgid "Apply" -msgstr "Appliquer" - -#: Project.module:715 -msgid "Applying conversion..." -msgstr "Application de la conversion..." - #: MErrorMessage.module:23 msgid "A property implementation cannot be public" msgstr "Une implémentation de propriété ne peut pas être publique" @@ -769,122 +6666,30 @@ msgstr "Une implémentation de propriété ne peut pas être publique" msgid "A property must be public" msgstr "Une propriété doit être publique" -#: MyLanguage.module:11 -msgid "Arabic (Egypt)" -msgstr "Arabe (Egypte)" +#: MErrorMessage.module:25 +msgid "Access forbidden" +msgstr "Accès interdit" -#: MyLanguage.module:12 -msgid "Arabic (Tunisia)" -msgstr "Arabe (Tunisie)" +#: MErrorMessage.module:26 +msgid "Alias name must be a string" +msgstr "L'alias doit être une chaîne de caractères" + +#: MErrorMessage.module:27 +msgid "Ambiguous expression. Please use brackets" +msgstr "Expression ambigüe. Veuillez utiliser des parenthèses" #: MErrorMessage.module:28 msgid "Argument cannot be passed by reference" msgstr "L'argument ne peut être passé en référence" -#: FForm.form:249 -msgid "Arrangement" -msgstr "Disposition" - #: MErrorMessage.module:29 msgid "Arrays of structure are not supported" msgstr "Les tableaux de structures ne sont pas supportés" -#: FImageProperty.class:1226 -msgid "Arrow" -msgstr "Flèche" - -#: FImageProperty.class:1227 -msgid "Arrow #2" -msgstr "Flèche n°2" - #: MErrorMessage.module:30 msgid "Assertion failed" msgstr "L'assertion a échoué" -#: FSoftwareFarm.class:54 -msgid "Audio" -msgstr "Son" - -#: FSelectIcon.class:43 -msgid "Audio files" -msgstr "Fichiers audio" - -#: FProjectVersion.form:118 -msgid "Authentication" -msgstr "Authentification" - -#: FFarmLogin.class:29 -msgid "Authentication failed." -msgstr "L'authentification a échoué." - -#: CComponent.class:635 CVersionControlGit.class:508 FProjectVersion.class:287 -msgid "Author" -msgstr "Auteur" - -#: CComponent.class:637 FAbout.class:218 FProjectProperty.form:449 -msgid "Authors" -msgstr "Auteurs" - -#: FCreateFile.form:190 -msgid "Automatic extension" -msgstr "Extension automatique" - -#: FOption.form:1007 -msgid "Automatic formatting" -msgstr "Formatage automatique" - -#: FCreateFile.form:174 -msgid "Automatic instance" -msgstr "Instance automatique" - -#: FMakePatch.form:70 -msgid "Automatic patch name" -msgstr "Choix du nom de patch automatique" - -#: FTranslate.form:112 -msgid "Automatic translation" -msgstr "Traduction automatique" - -#: FTranslate.class:1758 -msgid "Automatic translation has failed." -msgstr "La traduction automatique a échoué." - -#: FOption.form:629 -msgid "Automatic translation with " -msgstr "Traduction automatique avec" - -#: FConflictEditor.form:226 FEditor.form:279 FTextEditor.form:300 -msgid "Automatic word wrap" -msgstr "Retour à la ligne automatique" - -#: FOption.form:513 -msgid "Automatic word wrap by default" -msgstr "Retour à la ligne automatique par défaut" - -#: Project.module:246 -msgid "Automation" -msgstr "Automatisation" - -#: FProfile.class:719 -msgid "Average" -msgstr "Moyenne" - -#: FProjectProperty.class:865 -msgid "Average number of lines by function" -msgstr "Nombre moyen de lignes par fonction" - -#: MyLanguage.module:15 -msgid "Azerbaijani (Azerbaijan)" -msgstr "Azéri (Azerbaïdjan)" - -#: FColorChooser.class:88 -msgid "B" -msgstr "B" - -#: FForm.form:853 FOption.form:1666 -msgid "Background" -msgstr "Arrière-plan" - #: MErrorMessage.module:31 msgid "Bad archive: &1: &2" msgstr "Archive incorrecte: &1: &2" @@ -909,6 +6714,10 @@ msgstr "Gestionnaire d'évènement incorrect dans &1.&2(): &3" msgid "Bad expression: &1" msgstr "Expression incorrecte: &1" +#: MErrorMessage.module:37 +msgid "Bad form file version" +msgstr "Format du fichier de formulaire incorrect" + #: MErrorMessage.module:38 msgid "Bad format in section: " msgstr "Format incorrect dans la section:" @@ -917,30 +6726,10 @@ msgstr "Format incorrect dans la section:" msgid "Bad format string" msgstr "Chaîne de formatage incorrecte" -#: FForm.class:137 -msgid "Bad form file" -msgstr "Fichier formulaire incorrect" - -#: MErrorMessage.module:37 -msgid "Bad form file version" -msgstr "Format du fichier de formulaire incorrect" - -#: FMenu.class:361 -msgid "Bad group name !" -msgstr "Nom de groupe incorrect !" - -#: FMenu.class:356 -msgid "Bad menu name !" -msgstr "Nom de menu incorrect !" - #: MErrorMessage.module:40 msgid "Bad number of dimensions" msgstr "Nombre de dimensions incorrect" -#: FProfile.class:190 -msgid "Bad profile file format" -msgstr "Format de fichier de profilage incorrect" - #: MErrorMessage.module:41 msgid "Bad project file: line &1: &2" msgstr "Fichier projet incorrect à la ligne &1: &2" @@ -965,150 +6754,10 @@ msgstr "Utilisation de classe virtuelle incorrecte" msgid "Bad version string" msgstr "Mauvaise chaîne de version" -#: FImageProperty.form:798 -msgid "Baseline align" -msgstr "Aligner sur la ligne de base" - -#: Project.module:247 -msgid "Basic" -msgstr "Exemples de base" - -#: MyLanguage.module:59 -msgid "Basque (Basque country)" -msgstr "Basque (Pays basque)" - -#: FFarmLogin.form:111 -msgid "Be anonymous" -msgstr "Être anonyme" - -#: FForm.form:829 -msgid "Bigger font" -msgstr "Police plus grande" - -#: FConnectionEditor.class:842 MConnection.module:149 -msgid "Blob" -msgstr "Blob" - -#: FOption.class:4 -msgid "Blues" -msgstr "Blues" - -#: FImageProperty.form:661 -msgid "Blur" -msgstr "Flou" - -#: FForm.form:805 FOption.form:294 -msgid "Bold" -msgstr "Gras" - -#: FConflictEditor.form:198 FEditor.form:244 FTextEditor.form:272 -msgid "Bookmarks" -msgstr "Signets" - -#: FConnectionEditor.class:842 MConnection.module:143 -msgid "Boolean" -msgstr "Booléen" - -#: FImageOffsetSelection.form:67 FReportBorderChooser.form:67 -msgid "Border" -msgstr "Bordure" - -#: FImageProperty.form:807 -msgid "Bottom align" -msgstr "Aligner en bas" - -#: FMain.form:574 -msgid "Branch" -msgstr "Branche" - -#: FDebugInfo.form:242 -msgid "Breakpoints" -msgstr "Points d'arrêt" - -#: FImageProperty.form:547 -msgid "Brightness" -msgstr "Luminosité" - -#: FForm.form:253 -msgid "Bring to foreground" -msgstr "Au premier plan" - -#: FSearch.form:221 -msgid "Browse" -msgstr "Parcourir" - -#: FMain.form:898 -msgid "Browse project" -msgstr "Parcourir le projet" - -#: FOption.form:812 -msgid "Browser" -msgstr "Navigateur" - -#: MyLanguage.module:18 -msgid "Bulgarian (Bulgaria)" -msgstr "Bulgare (Bulgarie)" - -#: FToolBox.form:35 -msgid "Button size" -msgstr "Taille des boutons" - -#: FProjectProperty.class:868 -msgid "bytes" -msgstr "octets" - -#: CDocumentation.class:58 -msgid "bzlib2 compression driver" -msgstr "Pilote de compression bzlib2" - -#: CDocumentation.class:53 -msgid "Cairo graphic library" -msgstr "Bibliothèque graphique Cairo" - -#: FProfile.form:126 -msgid "Callees" -msgstr "Fonctions appelées" - -#: FProfile.form:138 -msgid "Callers" -msgstr "Fonctions appelantes" - -#: FProfile.class:713 -msgid "Calls" -msgstr "Appels" - -#: CProjectList.class:552 CVersionControlGit.class:445 CWaitingAnimation.class:63 FArguments.form:38 FColorChooser.form:73 FComponentChooser.form:97 FConflict.class:197 FConnectionEditor.class:470 FCrash.form:100 FCreateFile.form:204 FDebugExpr.form:46 FDebugInfo.form:642 FDebugRemote.form:229 FExportData.class:126 FFarmConfig.form:38 FFarmLogin.form:126 FFarmRegister.form:141 FFarmRequest.form:43 FFieldChooser.form:144 FFileInfoVC.class:88 FFontChooser.form:40 FGotoLine.form:23 FHelpBrowser.form:79 FImageOffsetSelection.form:39 FImageQuality.form:24 FImageResize.form:49 FImageRotate.form:32 FLayout.form:50 FList.form:128 FMain.class:265 FMakeExecutable.form:172 FMakeInstall.class:376 FMenu.form:445 FNewConnection.form:318 FNewTable.form:86 FNewTranslation.form:40 FOption.class:879 FPasteSpecial.form:86 FPasteTable.form:105 FProjectChooser.form:64 FProjectProperty.form:1084 FProjectVersion.class:211 FProxy.form:57 FPublish.class:273 FReportBorderChooser.form:48 FReportBoxShadowChooser.form:27 FReportBrushChooser.form:36 FReportCoordChooser.form:26 FReportPaddingChooser.form:75 FSave.form:29 FSaveProjectAs.form:81 FSearch.class:959 FSelectComponent.form:39 FSelectExtraFile.form:43 FSelectIcon.form:99 FSelectLibrary.form:66 FSnippet.form:57 FSoftwareFarm.class:563 FTableChooser.form:68 FTestSuite.class:292 FText.form:40 FTranslate.class:689 FVersionControl.form:130 FWebFontChooser.form:129 Project.module:599 VersionControl.module:461 -msgid "Cancel" -msgstr "Annuler" - -#: FDebugInfo.form:640 -msgid "Cancel current search" -msgstr "Annuler la recherche en cours" - -#: FImportTable.class:418 -msgid "Cancelled by user" -msgstr "Annulé par l'utilisateur" - -#: FSoftwareFarm.class:376 -msgid "Cancel my vote" -msgstr "Annuler mon vote" - -#: FCreateFile.class:315 -msgid "Cannot add file." -msgstr "Impossible d'ajouter le fichier." - #: MErrorMessage.module:47 msgid "Cannot change current directory to '&1': &2" msgstr "Impossible de changer le répertoire courant vers '&1': &2" -#: Project.module:5177 -msgid "Cannot copy file &1." -msgstr "Impossible de copier le fichier &1." - -#: Project.module:2900 -msgid "Cannot copy template file." -msgstr "Impossible de copier le fichier modèle." - #: MErrorMessage.module:48 msgid "Cannot create .startup file" msgstr "Impossible de créer le fichier .startup" @@ -1133,86 +6782,26 @@ msgstr "Impossible de créer le fichier: &1" msgid "Cannot create file: &1: &2" msgstr "Impossible de créer le fichier: &1: &2" -#: Project.module:5225 -msgid "Cannot create link &1." -msgstr "Impossible de créer le lien &1." - -#: MConnection.module:517 -msgid "Cannot create metadata table." -msgstr "Impossible de créer la table des métadonnées." - -#: FCreateProject.class:145 -msgid "Cannot create project!" -msgstr "Impossible de créer le projet !" - -#: MConnection.module:332 -msgid "Cannot create table '&1'." -msgstr "Impossible de créer la table « &1 »." - #: MErrorMessage.module:54 msgid "Cannot create temporary archive file: &1" msgstr "Impossible de créer le fichier d'archive temporaire: &1" -#: FMain.class:287 -msgid "Cannot delete file or directory" -msgstr "Impossible de supprimer le fichier ou le répertoire" - -#: FConnectionEditor.class:1726 -msgid "Cannot delete table '&1'." -msgstr "Impossible de supprimer la table « &1 »." - -#: FOption.class:1548 -msgid "Cannot download '&1'." -msgstr "Impossible de télécharger « &1 »." - -#: MErrorMessage.module:259 -msgid "cannot find component" -msgstr "impossible de trouver le composant" - #: MErrorMessage.module:55 msgid "Cannot find dynamic library '&1': &2" msgstr "Impossible de trouver la bibliothèque dynamique '&1': &2" -#: MErrorMessage.module:260 -msgid "cannot find library" -msgstr "impossible de trouver la bibliothèque" - #: MErrorMessage.module:56 msgid "Cannot find symbol '&2' in dynamic library '&1'" msgstr "Impossible de trouver le symbole '&2' dans la bibliothèque dynamque '&1'" -#: FMakeInstall.class:473 -msgid "Cannot found extra file: &1" -msgstr "Impossible de trouver le fichier supplémentaire : &1" - -#: FImportFile.class:188 -msgid "Cannot import file." -msgstr "Impossible d'importer le fichier." - -#: FTranslate.class:1077 -msgid "Cannot import translation file." -msgstr "Impossible d'importer le fichier de traduction." - #: MErrorMessage.module:57 msgid "Cannot inherit itself" msgstr "Impossible d'hériter de soi-même" -#: MErrorMessage.module:281 -msgid "cannot initialize pseudo-terminal: " -msgstr "impossible d'initialiser le pseudo-terminal: " - -#: Project.module:3150 -msgid "Cannot install library in &1." -msgstr "Impossible d'installer la bibliothèque dans &1." - #: MErrorMessage.module:58 msgid "Cannot instantiate native types" msgstr "Impossible d'instancier les types natifs" -#: Project.module:2894 -msgid "Cannot link template file." -msgstr "Impossible de créer le lien vers le fichier modèle." - #: MErrorMessage.module:59 msgid "Cannot load class '&1': &2&3" msgstr "Impossible de charger la classe '&1': &2&3" @@ -1225,10 +6814,6 @@ msgstr "Impossible de charger le composant '&1': &2" msgid "Cannot load source file: &1" msgstr "Impossible de charger le fichier source: &1" -#: Project.module:3306 -msgid "Cannot make executable." -msgstr "Impossible de créer l'exécutable." - #: MErrorMessage.module:62 msgid "Cannot make executable: &1: &2" msgstr "Impossible de créer l'exécutable: &1: &2" @@ -1241,50 +6826,14 @@ msgstr "Impossible de mélanger NEW et les tableaux incorporés" msgid "Cannot mix NEW and embedded structure" msgstr "Impossible de mélanger NEW et les structures incorporées" -#: Project.module:5240 -msgid "Cannot move a directory inside itself." -msgstr "Impossible de déplacer un répertoire à l'intérieur de lui-même." - -#: Project.module:5304 -msgid "Cannot move file &1." -msgstr "Impossible de déplacer le fichier &1." - -#: Project.module:2097 -msgid "Cannot open a binary file." -msgstr "Impossible d'ouvrir un fichier binaire." - #: MErrorMessage.module:65 msgid "Cannot open file '&1': &2" msgstr "Impossible d'ouvrir le fichier '&1': &2" -#: Project.module:2132 -msgid "Cannot open file." -msgstr "Impossible d'ouvrir le fichier." - #: MErrorMessage.module:66 msgid "Cannot open file: &1" msgstr "Imposible d'ouvrir le fichier: &1" -#: Project.module:766 -msgid "Cannot open project file :" -msgstr "Impossible d'ouvrir le projet :" - -#: MErrorMessage.module:280 -msgid "cannot open slave pseudo-terminal: " -msgstr "impossible d'ouvrir le pseudo-terminal esclave: " - -#: FForm.class:1929 -msgid "Cannot paste data." -msgstr "Impossible de coller les données." - -#: MErrorMessage.module:282 -msgid "cannot plug standard input: " -msgstr "impossible de connecter l'entrée standard: " - -#: MErrorMessage.module:283 -msgid "cannot plug standard output and standard error: " -msgstr "impossible de connecter la sortie standard et la sortie d'erreur: " - #: MErrorMessage.module:67 msgid "Cannot raise events in static function" msgstr "Impossible d'émettre des évènements depuis une fonction statique" @@ -1293,18 +6842,10 @@ msgstr "Impossible d'émettre des évènements depuis une fonction statique" msgid "Cannot read file: &1: &2" msgstr "Impossible de lire le fichier: &1: &2" -#: FTranslate.class:337 -msgid "Cannot read translation file for language '&1'" -msgstr "Impossible de lire le fichier de traduction pour la langue « &1 »" - #: MErrorMessage.module:69 msgid "Cannot register class '&1'" msgstr "Impossible d'enregistrer la classe '&1'" -#: Project.module:957 -msgid "Cannot reload file." -msgstr "Impossible de recharger le fichier." - #: MErrorMessage.module:70 msgid "Cannot remove file '&1': &2" msgstr "Impossible de supprimer le fichier '&1': &2" @@ -1317,18 +6858,6 @@ msgstr "Impossible de renommer le fichier '&1' en '&2': &3" msgid "Cannot run child process: &1&2" msgstr "Impossible d'exécuter le processus enfant: &1&2" -#: MErrorMessage.module:284 -msgid "cannot run executable: " -msgstr "impossible de démarrer l'exécutable: " - -#: FSaveProjectAs.class:38 -msgid "Cannot save a project inside its own directory." -msgstr "Impossible d'enregistrer un projet à l'intérieur de son propre répertoire." - -#: FTranslate.class:576 -msgid "Cannot save translation." -msgstr "Impossible de sauvegarder la traduction." - #: MErrorMessage.module:73 msgid "Cannot set file owner: &1: &2" msgstr "Impossible de changer le propriétaire du fichier: &1: &2" @@ -1345,98 +6874,6 @@ msgstr "Impossible d'utiliser &1 avec &2" msgid "Cannot use NEW operator there" msgstr "Impossible d'utiliser l'opérateur NEW ici" -#: Project.module:6582 -msgid "Cannot write component description file." -msgstr "Impossible d'écrire le fichier de description du composant." - -#: Project.module:4012 -msgid "Cannot write project file." -msgstr "Impossible d'écrire le fichier projet." - -#: FConnectionEditor.class:1615 -msgid "Cannot write table '&1'." -msgstr "Impossible d'écrire la table « &1 »." - -#: FImportFile.class:33 -msgid "Cascading style sheets" -msgstr "Feuilles de style en cascade" - -#: FSearch.form:115 -msgid "Case sensitive" -msgstr "Tenir compte de la casse" - -#: MyLanguage.module:21 -msgid "Catalan (Catalonia, Spain)" -msgstr "Catalan (Catalogne, Espagne)" - -#: FMakeInstall.form:656 -msgid "Categories" -msgstr "Catégories" - -#: FImageProperty.form:747 -msgid "Centered" -msgstr "Centré" - -#: FForm.form:299 -msgid "Center horizontally" -msgstr "Centrer horizontalement" - -#: FForm.form:305 -msgid "Center vertically" -msgstr "Centrer verticalement" - -#: FToolBox.form:119 -msgid "Change button size" -msgstr "Changer la taille des boutons" - -#: FForm.form:215 -msgid "Change into" -msgstr "Transformer en" - -#: FMakeInstall.form:345 -msgid "Changelog" -msgstr "Liste des changements" - -#: FFileInfoVC.form:26 FProjectVersion.form:299 FVersionControl.form:41 -msgid "Changes" -msgstr "Modifications" - -#: FImportTable.form:78 -msgid "Charset" -msgstr "Jeu de caractères" - -#: CDocumentation.class:54 -msgid "Chart drawing" -msgstr "Dessin de graphes" - -#: FProjectProperty.form:946 -msgid "Check prefix of variables" -msgstr "Vérifier le préfixe des variables" - -#: FDebugRemote.form:214 -msgid "Check remote server" -msgstr "Vérifier le serveur distant" - -#: FMain.class:2477 -msgid "Choose a profile" -msgstr "Choisissez un profilage" - -#: FTableChooser.form:16 -msgid "Choose a table" -msgstr "Choisissez une table" - -#: FMakePatch.form:118 -msgid "Choose patch file name" -msgstr "Choisissez le nom du fichier patch" - -#: FToolBox.class:26 -msgid "Chooser" -msgstr "Sélecteur" - -#: CComponent.class:595 FDebugInfo.class:50 FMain.form:984 -msgid "Class" -msgstr "Classe" - #: MErrorMessage.module:77 msgid "Class '&1' is not creatable" msgstr "La classe '&1' n'est pas instanciable" @@ -1445,198 +6882,14 @@ msgstr "La classe '&1' n'est pas instanciable" msgid "Class already has a parent" msgstr "La classe possède déjà un parent" -#: CComponent.class:553 FHelpBrowser.form:150 FProjectProperty.class:854 -msgid "Classes" -msgstr "Classes" - #: MErrorMessage.module:79 msgid "Class is already exported" msgstr "La classe est déjà exportée" -#: MErrorMessage.module:261 -msgid "class name hidden by global declaration: &1" -msgstr "Nom de classe masqué par une déclaration globale : &1" - -#: MErrorMessage.module:262 -msgid "class name hidden by local declaration: &1" -msgstr "Nom de classe masqué par une déclaration locale : &1" - -#: FMain.class:1987 -msgid "Clean" -msgstr "Nettoyer" - -#: FMain.form:594 FProjectVersion.form:95 -msgid "Clean up" -msgstr "Nettoyer" - -#: FConnectionEditor.form:239 FDebugInfo.class:1698 FImageProperty.form:382 FList.form:93 FMakeInstall.form:781 FOption.class:879 FOutput.form:56 FPublish.form:170 -msgid "Clear" -msgstr "Effacer" - -#: CBookmark.class:45 -msgid "Clear all bookmarks" -msgstr "Effacer tous les signets" - -#: FMain.form:795 -msgid "Clear all breakpoints" -msgstr "Effacer tous les points d'arrêts" - -#: FDebugInfo.form:476 FOutput.form:84 -msgid "Clear console" -msgstr "Effacer la console" - -#: FOption.form:793 -msgid "Clear documentation cache" -msgstr "Vider le cache de la documentation" - -#: FTranslate.form:371 -msgid "Clear this translation" -msgstr "Effacer cette traduction" - -#: FMenu.form:215 -msgid "Click on Insert to add a new menu." -msgstr "Cliquez sur Insérer pour ajouter un nouveau menu." - -#: FImageProperty.form:329 -msgid "Clipboard" -msgstr "Presse-papier" - -#: FPasteSpecial.form:31 -msgid "Clipboard contents" -msgstr "Contenu du presse-papiers" - -#: FCommandError.form:54 FConflict.form:166 FConflictEditor.form:306 FDebugInfo.form:649 FEditor.form:378 FFileInfoVC.form:81 FFileProperty.form:46 FForm.form:458 FImageEditor.form:418 FMain.form:426 FOption.form:1837 FPatch.form:88 FProjectVersion.form:322 FSystemInfo.form:44 FTestSuite.form:154 FTextEditor.form:416 FTips.form:87 FTranslate.form:442 -msgid "Close" -msgstr "Fermer" - -#: FMain.form:800 -msgid "Close all debug windows" -msgstr "Fermer toutes les fenêtres de débogage" - -#: FMain.form:871 -msgid "Close all windows" -msgstr "Fermer toutes les fenêtres" - -#: FOption.form:1069 -msgid "Close braces, brackets" -msgstr "Fermer les parenthèses, les crochets" - -#: FOption.form:1086 -msgid "Close strings" -msgstr "Fermer les chaînes de caractères" - -#: FOption.form:1349 -msgid "Close tabs with middle mouse click" -msgstr "Fermer les onglets avec le bouton du milieu de la souris" - -#: FConflictEditor.form:348 FForm.form:481 FTextEditor.form:470 -msgid "Code" -msgstr "Code" - -#: FOption.form:1001 -msgid "Code formatting" -msgstr "Formatage du code" - -#: FOption.form:1169 -msgid "Code snippets" -msgstr "Fragments de code" - -#: FDebugInfo.class:44 -msgid "Col." -msgstr "Col." - -#: FConnectionEditor.class:71 -msgid "Collation" -msgstr "Collation" - -#: FColorChooser.class:85 FImageProperty.form:145 FOption.form:286 FReportBrushChooser.form:49 -msgid "Color" -msgstr "Couleur" - -#: FImageProperty.form:394 -msgid "Colorize" -msgstr "Colorier" - -#: FEditor.class:412 -msgid "Column" -msgstr "Colonne" - -#: FForm.form:290 -msgid "Columns" -msgstr "Colonnes" - -#: FMakeInstall.form:916 -msgid "Commands output" -msgstr "Sortie des commandes" - -#: VersionControl.module:199 -msgid "Command timeout." -msgstr "La commande ne répond pas." - -#: FConflictEditor.form:155 FEditor.form:173 FTextEditor.form:205 -msgid "Comment" -msgstr "Mettre en commentaire" - -#: FOption.form:1052 -msgid "Comments insertion" -msgstr "Insertion des commentaires" - -#: FDebugInfo.form:559 FMain.form:543 FProjectVersion.form:89 FVersionControl.form:110 -msgid "Commit" -msgstr "Publier" - -#: FVersionControl.form:117 -msgid "Commit and push" -msgstr "Publier et envoyer" - -#: FOption.class:1685 -msgid "Compact" -msgstr "Compacte" - #: MErrorMessage.module:80 msgid "Comparison operator expected" msgstr "Opérateur de comparaison attendu" -#: FProjectProperty.form:514 -msgid "Compatible until version" -msgstr "Compatible jusqu'à la version" - -#: FOption.form:559 FProjectProperty.form:884 -msgid "Compilation" -msgstr "Compilation" - -#: FMain.form:456 -msgid "Compile" -msgstr "Compiler" - -#: FMain.form:463 -msgid "Compile All" -msgstr "Tout compiler" - -#: FMain.form:1587 -msgid "Compile all" -msgstr "Tout compiler" - -#: Project.module:2559 -msgid "Compiling project" -msgstr "Compilation du projet" - -#: CDocumentation.class:172 -msgid "Complex numbers" -msgstr "Nombres complexes" - -#: CDocumentation.class:56 -msgid "Complex numbers management" -msgstr "Gestion des nombres complexes" - -#: FProjectProperty.form:374 -msgid "Component" -msgstr "Composant" - -#: FForm.class:1362 -msgid "Component missing for control &1" -msgstr "Composant introuvable pour le contrôle &1" - #: MErrorMessage.module:81 msgid "Component name must be a string" msgstr "Le nom de composant doit être une chaîne" @@ -1645,358 +6898,14 @@ msgstr "Le nom de composant doit être une chaîne" msgid "Component not found: &1" msgstr "Composant introuvable: &1" -#: FProjectProperty.form:671 -msgid "Components" -msgstr "Composants" - -#: FMain.form:1238 -msgid "Compress all" -msgstr "Tout compresser" - -#: Project.module:631 -msgid "Compressed files are now generated with the executable. Consequently they will be removed from the project." -msgstr "Les fichiers compressés sont maintenant générés avec l'exécutable. Par conséquent ils seront supprimés du projet." - -#: FMain.form:1257 FTextEditor.form:236 -msgid "Compress file" -msgstr "Compresser le fichier" - -#: FMain.form:1250 -msgid "Compress file into the executable" -msgstr "Compresser le fichier dans l'exécutable" - -#: FMakeExecutable.form:109 -msgid "Compress files in executable" -msgstr "Compresser les fichiers dans l'exécutable" - -#: CDocumentation.class:57 -msgid "Compression & decompression" -msgstr "Compression et décompression" - -#: FOption.form:595 -msgid "Compress PNG images with " -msgstr "Compresser les images PNG avec" - -#: FReportBorderChooser.form:43 -msgid "Configure border" -msgstr "Configuration de la bordure" - -#: FReportBrushChooser.form:31 -msgid "Configure brush" -msgstr "Configuration du pinceau" - -#: FReportPaddingChooser.form:18 -msgid "Configure padding" -msgstr "Configuration de l'espacement" - -#: FReportBoxShadowChooser.form:23 -msgid "Configure shadow" -msgstr "Configuration de l'ombre" - -#: FFarmRegister.form:92 -msgid "Confirm password" -msgstr "Confirmer le mot de passe" - -#: FFarmRegister.class:34 -msgid "Confirm password does not match." -msgstr "Le mot de passe de confirmation ne correspond pas." - -#: FConflict.class:267 -msgid "Conflict files" -msgstr "Fichiers en conflits" - -#: FConflictEditor.form:377 -msgid "Conflict solved" -msgstr "Conflit résolu" - -#: FFieldChooser.form:39 FTableChooser.form:30 -msgid "Connection" -msgstr "Connexion" - -#: FConnectionEditor.form:80 -msgid "Connection editor" -msgstr "Editeur de connexion" - -#: FNewConnection.class:147 -msgid "Connection properties" -msgstr "Propriétés de la connexion" - -#: CProjectTree.class:394 -msgid "Connections" -msgstr "Connexions" - -#: FDebugButton.form:39 FDebugInfo.form:415 FMain.form:828 FOption.form:1567 -msgid "Console" -msgstr "Console" - -#: FOutput.form:31 -msgid "Console - Gambas" -msgstr "Console - Gambas" - -#: FTextEditor.class:239 -msgid "Console output #&1" -msgstr "Sortie de console n°&1" - -#: MErrorMessage.module:263 -msgid "constant hidden by local declaration: &1" -msgstr "Contante masquée par une déclaration locale : &1" - -#: CClassInfo.class:621 -msgid "Constants" -msgstr "Constantes" - #: MErrorMessage.module:83 msgid "Constant string expected" msgstr "Chaîne de caractrères constante attendue" -#: FToolBox.class:26 -msgid "Container" -msgstr "Conteneur" - #: MErrorMessage.module:84 msgid "Contents already declared" msgstr "Contenu déjà déclaré" -#: FFileInfoVC.class:88 FMain.class:1278 FMakeInstall.class:376 FProjectVersion.class:211 FSave.form:22 Project.module:631 VersionControl.module:461 -msgid "Continue" -msgstr "Continuer" - -#: FImageProperty.form:566 -msgid "Contrast" -msgstr "Contraste" - -#: Project.module:258 -msgid "Controls" -msgstr "Contrôles" - -#: FOption.form:1018 -msgid "Control structure completion" -msgstr "Compléter les structures de contrôles" - -#: Project.module:599 -msgid "Convert" -msgstr "Convertir" - -#: Project.module:685 -msgid "Converting project structure..." -msgstr "Conversion de la structure du projet..." - -#: FConflict.form:76 FConflictEditor.form:121 FConnectionEditor.form:152 FEditor.form:139 FForm.form:175 FImageEditor.form:153 FList.form:99 FMain.form:1118 FMakeInstall.form:922 FMenu.form:159 FOutput.form:42 FProjectVersion.form:240 FSystemInfo.form:38 FTextEditor.form:156 FTranslate.form:127 -msgid "Copy" -msgstr "Copier" - -#: FForm.form:182 -msgid "Copy at the same place" -msgstr "Copier au même emplacement" - -#: FConnectionEditor.form:354 -msgid "Copy field list" -msgstr "Copier la liste des champs" - -#: FMain.form:1155 -msgid "Copy file path" -msgstr "Copier le chemin du fichier" - -#: Project.module:652 -msgid "Copying project inside a temporary directory..." -msgstr "Copie du projet dans un répertoire temporaire..." - -#: FConnectionEditor.form:149 -msgid "Copy table" -msgstr "Copier la table" - -#: FTranslate.form:383 -msgid "Copy untranslated string" -msgstr "Copier la chaîne non traduite" - -#: FReportBorderChooser.form:141 -msgid "Corner" -msgstr "Coins" - -#: CClassInfo.class:684 -msgid "creatable" -msgstr "instanciable" - -#: FMain.form:526 -msgid "Create" -msgstr "Créer" - -#: FMakeExecutable.form:114 -msgid "Create a shortcut on the desktop" -msgstr "Créer un raccourci sur le bureau" - -#: FNewConnection.class:229 -msgid "Create database" -msgstr "Créer la base de données" - -#: FMakeInstall.form:885 -msgid "Create directories for each distribution" -msgstr "Créer des répertoires pour chaque distribution" - -#: FPublish.form:113 -msgid "Create menu entry" -msgstr "Créer une entrée de menu" - -#: FMakeInstall.form:152 -msgid "Create package" -msgstr "Créer le paquet" - -#: FMakeInstall.form:962 -msgid "Create package now" -msgstr "Créer le paquet maintenant" - -#: FMakeSourceArchive.form:9 Project.module:4896 -msgid "Create source package" -msgstr "Générer une archive des sources du projet" - -#: FImportFile.form:24 -msgid "Create symbolic links" -msgstr "Créer des liens symboliques" - -#: FNewTable.class:33 -msgid "Create table" -msgstr "Nouvelle table" - -#: Package.module:1545 -msgid "Creating .spec file." -msgstr "Creation du fichier .spec." - -#: Package.module:986 -msgid "Creating desktop file..." -msgstr "Création du fichier *.desktop..." - -#: Package.module:1199 -msgid "Creating package..." -msgstr "Création du paquet..." - -#: Package.module:818 -msgid "Creating package for &1." -msgstr "Création du paquet pour &1." - -#: FMakeInstall.class:294 -msgid "Creating packages..." -msgstr "Creation des paquets..." - -#: Package.module:1521 -msgid "Creating source package." -msgstr "Création du paquet des sources." - -#: MyLanguage.module:86 -msgid "Croatian (Croatia)" -msgstr "Croate (Croatie)" - -#: FImageEditor.form:171 -msgid "Crop" -msgstr "Découper" - -#: FExportData.class:21 FImportTable.class:58 -msgid "CSV files" -msgstr "Fichiers CSV" - -#: FOption.class:1700 -msgid "Current" -msgstr "Courante" - -#: CVersionControlGit.class:364 -msgid "Current branch" -msgstr "Branche courante" - -#: FMain.form:743 -msgid "Current desktop" -msgstr "Bureau courant" - -#: FSearch.form:177 -msgid "Current file" -msgstr "Fichier courant" - -#: FSearch.form:171 -msgid "Current function" -msgstr "Fonction courante" - -#: FDebugInfo.class:1181 -msgid "Current object" -msgstr "Objet courant" - -#: FToolBox.class:350 Project.module:884 -msgid "Current project" -msgstr "Projet courant" - -#: FOption.class:90 -msgid "Custom" -msgstr "Personnel" - -#: FConflict.form:70 FConflictEditor.form:114 FConnectionEditor.form:246 FEditor.form:132 FForm.form:168 FImageEditor.form:145 FMain.form:1111 FMenu.form:152 FProjectVersion.form:234 FTextEditor.form:149 -msgid "Cut" -msgstr "Couper" - -#: MyLanguage.module:28 -msgid "Czech (Czech Republic)" -msgstr "Tchèque (République Tchèque)" - -#: CDocumentation.class:75 -msgid "D-Bus interface" -msgstr "Interfaçage avec D-Bus" - -#: MyLanguage.module:31 -msgid "Danish (Denmark)" -msgstr "Danois (Danemark)" - -#: CProjectTree.class:396 FToolBox.class:26 -msgid "Data" -msgstr "Données" - -#: FNewConnection.form:189 FProjectProperty.form:290 Project.module:248 -msgid "Database" -msgstr "Bases de données" - -#: CDocumentation.class:63 -msgid "Database access" -msgstr "Accès aux bases de données" - -#: CDocumentation.class:65 -msgid "Data bound controls" -msgstr "Contrôles liés aux données" - -#: FSearch.form:190 -msgid "Data files" -msgstr "Fichiers de données" - -#: CVersionControlGit.class:508 FConnectionEditor.class:842 FProjectVersion.class:290 MConnection.module:141 -msgid "Date" -msgstr "Date" - -#: FMakeInstall.class:493 -msgid "Debian packaging system cannot handle spaces in directories." -msgstr "Le système de gestion de paquets de Debian ne peut gérer les noms de répertoires contenant un caractère d'espacement." - -#: FMakeInstall.class:487 -msgid "Debian packaging system cannot handle spaces in file names." -msgstr "Le système de gestion de paquets de Debian ne peut gérer les noms de fichiers contenant un caractère d'espacement." - -#: FDebugInfo.form:108 FMain.form:617 -msgid "Debug" -msgstr "Débogage" - -#: FMain.form:629 -msgid "Debug extern process" -msgstr "Débogage d'un processus externe" - -#: FHelpShortcut.form:25 -msgid "Debugger" -msgstr "Débogueur" - -#: FOption.form:1529 -msgid "Debugger size" -msgstr "Taille du débogueur" - -#: FDebugButton.form:30 FDebugInfo.form:128 -msgid "Debugging" -msgstr "Débogage" - -#: FOption.class:9 FTestSuite.class:32 -msgid "Default" -msgstr "Par défaut" - #: MErrorMessage.module:85 msgid "Default case already defined" msgstr "Le cas par défaut est déjà défini" @@ -2005,674 +6914,34 @@ msgstr "Le cas par défaut est déjà défini" msgid "Default case must be the last one" msgstr "Le cas par défaut doit être le dernier" -#: FForm.form:845 FOption.form:1469 -msgid "Default font" -msgstr "Police par défaut" - -#: CDocumentation.class:84 -msgid "Default icon theme" -msgstr "Thème d'icônes par défaut" - -#: FHelpBrowser.class:27 FProjectProperty.form:1006 -msgid "Default language" -msgstr "Langage par défaut" - -#: FOption.form:409 -msgid "Default license" -msgstr "License par défaut" - -#: FProxy.form:76 -msgid "Default proxy" -msgstr "Proxy par défaut" - -#: FTextEditor.class:1876 -msgid "Default style sheet" -msgstr "Feuille de style par défaut" - -#: FOption.form:470 -msgid "Default tab size" -msgstr "Tabulation par défaut" - -#: FConnectionEditor.class:66 -msgid "Default value" -msgstr "Valeur par défaut" - -#: CBookmark.class:40 -msgid "Define bookmark" -msgstr "Définir un signet" - -#: FConnectionEditor.form:492 FForm.form:195 FList.form:65 FMain.form:1145 FMenu.form:110 FNewConnection.class:402 FOption.form:1446 FSoftwareFarm.class:665 FTranslate.form:104 -msgid "Delete" -msgstr "Supprimer" - -#: FForm.form:202 -msgid "Delete container only" -msgstr "Supprimer le conteneur uniquement" - -#: FNewConnection.class:241 -msgid "Delete database" -msgstr "Supprimer la base de données" - -#: FMenu.form:107 -msgid "Delete menu" -msgstr "Supprimer le menu" - -#: FarmRequest.class:389 -msgid "Delete software" -msgstr "Supprimer le logiciel" - -#: FConnectionEditor.form:131 -msgid "Delete table" -msgstr "Supprimer la table" - -#: FTestSuite.form:99 -msgid "Delete test suite" -msgstr "Supprimer la série de tests" - -#: FPublish.form:188 -msgid "Delete the screenshot stored on the server" -msgstr "Supprimer la capture d'écran stockée sur le serveur" - -#: FExportData.form:31 FImportTable.form:101 -msgid "Delimiter character" -msgstr "Caractère délimiteur" - -#: FPublish.form:222 -msgid "Dependencies" -msgstr "Dépendences" - -#: FComponentChooser.class:354 FProjectProperty.form:487 FToolBox.class:26 -msgid "Deprecated" -msgstr "Déprécié" - -#: FToolBox.form:68 -msgid "Deprecated controls" -msgstr "Contrôles dépréciés" - -#: FImageProperty.form:402 -msgid "Desaturate" -msgstr "Désaturer" - -#: CComponent.class:597 FConnectionEditor.class:320 FMakeInstall.form:316 FProjectProperty.form:308 FPublish.form:125 FSoftwareFarm.form:328 -msgid "Description" -msgstr "Description" - -#: FOption.class:92 -msgid "Desktop" -msgstr "Bureau" - -#: FMakeInstall.form:664 -msgid "Desktop configuration file" -msgstr "Fichier de configuration du bureau" - -#: CDocumentation.class:72 -msgid "Desktop management component" -msgstr "Composant de gestion de bureau" - -#: FImportTable.form:146 FPasteTable.form:51 -msgid "Destination" -msgstr "Destination" - -#: Project.module:4467 -msgid "Destination already exists." -msgstr "La destination existe déjà." - -#: FMakeInstall.form:876 -msgid "Destination directory" -msgstr "Répertoire de destination" - -#: FSoftwareFarm.class:50 -msgid "Development" -msgstr "Développement" - -#: Project.module:1725 -msgid "DEVELOPMENT VERSION, USE AT YOUR OWN RISK!" -msgstr "VERSION DE DÉVELOPPEMENT, À UTILISER À VOS RISQUES ET PÉRILS !" - #: MErrorMessage.module:87 msgid "Device is full" msgstr "Périphérique plein" -#: FToolBox.class:26 -msgid "Dialog" -msgstr "Dialogue" - -#: FCreateFile.form:139 -msgid "Dialog box management" -msgstr "Gestion de boîte de dialogue" - -#: FImageEditor.form:279 -msgid "Difference" -msgstr "Différence" - -#: FDebugRemote.form:142 FMain.form:956 -msgid "Directory" -msgstr "Répertoire" - -#: Project.module:2882 -msgid "Directory already exists." -msgstr "Le répertoire existe déja." - #: MErrorMessage.module:88 msgid "Directory is not empty" msgstr "Le répertoire n'est pas vide" -#: FMain.form:718 -msgid "Disable just-in-time compiler" -msgstr "Désactiver le compilateur « just-in-time »" - -#: FFileInfoVC.form:71 -msgid "Display changes in history" -msgstr "Afficher les changements dans l'historique" - -#: FMain.form:1932 -msgid "Display form class files" -msgstr "Afficher les fichiers classes des formulaires" - -#: FDebugInfo.form:326 -msgid "Display ME" -msgstr "Afficher ME" - -#: FNewConnection.form:279 -msgid "Display metadata" -msgstr "Afficher les métadonnées" - -#: FMain.form:1925 -msgid "Dispose class files according to inheritance" -msgstr "Disposer les fichiers classes selon l'héritage" - #: MErrorMessage.module:89 msgid "Division by zero" msgstr "Division par zéro" -#: FOption.form:713 -msgid "Documentation" -msgstr "Documentation" - -#: FOption.class:1365 MHelp.module:994 -msgid "Documentation is not available." -msgstr "La documentation n'est pas disponible." - -#: FOption.class:1355 -msgid "Documentation is up to date." -msgstr "La documentation est à-jour." - -#: FCrash.form:67 -msgid "Don't join the project to the mail" -msgstr "Ne pas joindre le projet au mail" - -#: Project.module:617 -msgid "Do not open" -msgstr "Ne pas ouvrir" - -#: FConnectionEditor.class:470 FSave.form:36 -msgid "Do not save" -msgstr "Ne pas enregistrer" - -#: FMain.form:1231 -msgid "Do not translate" -msgstr "Ne pas traduire" - -#: FOption.form:304 -msgid "Dotted" -msgstr "Pointillé" - -#: FConnectionEditor.form:339 FList.form:77 FMakeInstall.form:775 FPublish.form:280 -msgid "Down" -msgstr "Descendre" - -#: FSoftwareFarm.form:398 -msgid "Download" -msgstr "Télécharger" - -#: FSoftwareFarm.form:406 -msgid "Download and install" -msgstr "Télécharger et installer" - -#: CSoftware.class:317 -msgid "Download cancelled" -msgstr "Téléchargement annulé" - -#: FOption.form:754 -msgid "Download documentation" -msgstr "Télécharger la documentation" - -#: FarmRequest.class:363 -msgid "Download software" -msgstr "Télécharger le logiciel" - -#: FMain.class:2339 -msgid "Do you really want to add every file to the repository?" -msgstr "Voulez-vous vraiment ajouter tous les fichiers au référentiel ?" - -#: FOption.class:879 -msgid "Do you really want to clear the documentation cache?" -msgstr "Voulez-vous réellement vider le cache de la documentation ?" - -#: FList.class:153 -msgid "Do you really want to clear the list?" -msgstr "Voulez-vous vraiment vider la liste ?" - -#: FSoftwareFarm.class:665 -msgid "Do you really want to delete &1 from the farm server?" -msgstr "Désirez-vous vraiment supprimer &1 du serveur de publication ?" - -#: FConnectionEditor.class:1713 -msgid "Do you really want to delete table '&1'?" -msgstr "Voulez-vous vraiment supprimer la table « &1 » ?" - -#: FOption.class:1840 -msgid "Do you really want to delete that layout?" -msgstr "Voulez-vous vraiment supprimer cette disposition ?" - -#: FNewConnection.class:402 -msgid "Do you really want to delete the database '&1'?" -msgstr "Voulez-vous vraiment supprimer la base de données « &1 » ?" - -#: FMain.class:268 -msgid "Do you really want to delete this directory ?" -msgstr "Voulez-vous vraiment supprimer ce répertoire ?" - -#: FMain.class:280 -msgid "Do you really want to delete this file ?" -msgstr "Voulez-vous vraiment supprimer ce fichier ?" - -#: FMain.class:265 -msgid "Do you really want to delete this link ?" -msgstr "Voulez-vous vraiment supprimer ce lien ?" - -#: FOption.class:1047 -msgid "Do you really want to delete this snippet?" -msgstr "Voulez-vous vraiment supprimer ce fragment ?" - -#: FTranslate.class:689 -msgid "Do you really want to delete this translation ?" -msgstr "Voulez-vous vraiment supprimer cette traduction ?" - -#: FSoftwareFarm.class:563 -msgid "Do you really want to download &1?" -msgstr "Voulez-vous vraiment télécharger &1 ?" - -#: Project.module:3205 -msgid "Do you really want to increment the project version and make the executable again?" -msgstr "Voulez-vous vraiment incrémenter la version du projet et générer de nouveau l'exécutable ?" - -#: FSoftwareFarm.class:604 -msgid "Do you really want to install &1?" -msgstr "Voulez-vous vraiment installer &1 ?" - -#: FOption.class:1249 -msgid "Do you really want to install the Gambas fonts into your personal font directory?" -msgstr "Voulez-vous vraiment installer les polices Gambas dans votre répertoire de polices personnel ?" - -#: FOption.class:1895 -msgid "Do you really want to install the Gambas icon theme into your personal icon theme directory?" -msgstr "Voulez-vous vraiment installer le thème d'icônes Gambas dans votre répertoire de thèmes d'icônes personnel ?" - -#: FOption.class:1742 -msgid "Do you really want to override the existing layout?" -msgstr "Voulez-vous vraiment écraser la disposition existante ?" - -#: VersionControl.module:584 -msgid "Do you really want to put this project under version control with &1?" -msgstr "Voulez-vous vraiment mettre ce projet sous suivi de version avec &1 ?" - -#: FTranslate.class:798 -msgid "Do you really want to reload this translation ?" -msgstr "Voulez-vous vraiment recharger cette traduction ?" - -#: FDebugInfo.class:1792 -msgid "Do you really want to remove all breakpoints?" -msgstr "Voulez-vous vraiment retirer tous les points d'arrêts ?" - -#: FMakeInstall.class:1083 -msgid "Do you really want to remove all extra dependencies?" -msgstr "Voulez-vous vraiment retirer toutes les dépendances supplémentaires ?" - -#: FMakeInstall.class:1168 -msgid "Do you really want to remove all extra files?" -msgstr "Voulez-vous vraiment retirer tous les fichiers supplémentaires ?" - -#: FPublish.class:273 -msgid "Do you really want to remove all tags?" -msgstr "Voulez-vous vraiment retirer toutes les étiquettes ?" - -#: FConnectionEditor.class:1782 -msgid "Do you really want to remove the selected rows?" -msgstr "Voulez-vous vraiment supprimer les lignes sélectionnées ?" - -#: FConnectionEditor.class:1946 -msgid "Do you really want to remove this query?" -msgstr "Voulez-vous vraiment supprimer cette requête ?" - -#: FTestSuite.class:292 -msgid "Do you really want to remove this test suite?" -msgstr "Désirez-vous vraiment supprimer cette suite de tests ?" - -#: FSearch.class:959 -msgid "Do you really want to replace every string?" -msgstr "Voulez-vous vraiment remplacer l'ensemble des chaînes ?" - -#: FDebugInfo.class:1457 -msgid "Do you really want to synchronize the repository?" -msgstr "Voulez-vous vraiment synchroniser le référentiel ?" - -#: FSoftwareFarm.class:593 -msgid "Do you really want to uninstall &1?" -msgstr "Voulez-vous vraiment désinstaller &1 ?" - -#: CProjectList.class:552 -msgid "Do you really want to uninstall this software?" -msgstr "Voulez-vous vraiment désinstaller ce logiciel ?" - -#: FSoftwareFarm.class:583 -msgid "Do you really want to upgrade to &1?" -msgstr "Voulez-vous vraiment mettre à-jour vers &1 ?" - -#: FDebugInfo.class:1698 -msgid "Do you want to clear the expression list ?" -msgstr "Voulez-vous effacer la liste des expressions ?" - -#: FTranslate.class:1770 -msgid "Do you want to fill the translation automatically?" -msgstr "Voulez-vous remplir la traduction automatiquement ?" - -#: FImageEditor.form:595 -msgid "Draw" -msgstr "Dessiner" - -#: FImageProperty.form:879 -msgid "Draw diagonals" -msgstr "Dessiner les diagonales" - -#: Project.module:249 -msgid "Drawing" -msgstr "Dessin" - -#: FImageEditor.form:532 -msgid "Drawing grid" -msgstr "Grille de dessin" - -#: FMain.form:1132 -msgid "Duplicate" -msgstr "Dupliquer" - -#: FImageEditor.form:255 -msgid "Duplicate selection" -msgstr "Dupliquer la sélection" - -#: FTestSuite.form:85 -msgid "Duplicate test suite" -msgstr "Dupliquer la série de tests" - -#: FProfile.class:716 -msgid "Duration" -msgstr "Durée" - -#: MyLanguage.module:124 -msgid "Dutch (Belgium)" -msgstr "Hollandais (Belgique)" - -#: MyLanguage.module:123 -msgid "Dutch (Netherlands)" -msgstr "Hollandais (Pays-bas)" - #: MErrorMessage.module:90 msgid "Dynamic symbols cannot be used in static function" msgstr "Les symboles dynamiques ne peuvent être utilisées au sein d'une fonction statique" -#: FFarmRegister.form:108 FMakeInstall.form:281 FOption.form:353 -msgid "E-mail" -msgstr "E-mail" - -#: FOutput.form:112 -msgid "Echo" -msgstr "Echo" - -#: FConnectionEditor.form:455 FDebugExpr.form:28 FMain.form:442 FOption.form:1232 -msgid "Edit" -msgstr "Editer" - -#: FProperty.class:968 -msgid "Edit '&1' property" -msgstr "Éditer la propriété « &1 »" - -#: FSnippet.class:64 -msgid "Edit code snippet" -msgstr "Édition d'un fragment de code" - -#: FFieldChooser.class:67 -msgid "Edit field list" -msgstr "Éditer la liste des champs" - -#: FProjectProperty.form:835 -msgid "Edition" -msgstr "Édition" - -#: FList.form:25 -msgid "Edit list property" -msgstr "Éditer la liste des propriétés" - -#: FEditor.form:414 FHelpShortcut.form:23 FOption.form:838 -msgid "Editor" -msgstr "Éditeur" - -#: FMakePatch.form:76 -msgid "Edit patch" -msgstr "Éditer le patch" - -#: FImageEditor.form:672 -msgid "Edit selection" -msgstr "Modifier la sélection" - -#: FSoftwareFarm.class:52 -msgid "Education" -msgstr "Éducation" - -#: FImageProperty.form:537 -msgid "Effects" -msgstr "Effets" - -#: FImageEditor.form:635 -msgid "Ellipse" -msgstr "Ellipse" - #: MErrorMessage.module:91 msgid "Embedded arrays are forbidden here" msgstr "Les tableaux incorporés sont interdits ici" -#: CDocumentation.class:100 FProjectProperty.form:274 -msgid "Embedded HTTP server" -msgstr "Server HTTP embarqué" - -#: FForm.form:209 -msgid "Embed into a container" -msgstr "Imbriquer dans un conteneur" - -#: FOption.class:4 -msgid "Emerald" -msgstr "Emeraude" - -#: FExportData.form:42 FImportTable.form:112 -msgid "Enclose character" -msgstr "Caractère d'échappement" - #: MErrorMessage.module:92 msgid "End of file" msgstr "Fin de fichier atteinte" -#: FConflictEditor.form:260 FImportTable.form:89 FTextEditor.form:347 -msgid "End of line" -msgstr "Fin de ligne" - -#: MyLanguage.module:44 -msgid "English (Australia)" -msgstr "Anglais (Australie)" - -#: MyLanguage.module:45 -msgid "English (Canada)" -msgstr "Anglais (Canada)" - -#: MyLanguage.module:41 -msgid "English (common)" -msgstr "Anglais (commun)" - -#: MyLanguage.module:43 -msgid "English (U.S.A.)" -msgstr "Anglais (U.S.A.)" - -#: MyLanguage.module:42 -msgid "English (United Kingdom)" -msgstr "Anglais (Royaume Uni)" - -#: CDocumentation.class:79 -msgid "Enhanced standard dialogs" -msgstr "Boîtes de dialogue standard améliorées" - -#: FDebugInfo.form:314 -msgid "Enter an expression" -msgstr "Saisissez une expression" - -#: FOutput.form:110 -msgid "Entered text echo" -msgstr "Echo du texte saisi" - -#: FMakeInstall.form:678 -msgid "Enter the mimetypes handled by your application there.\nPlease enter one mimetype by line.\n" -msgstr "Saisissez les types MIME gérés par votre application.\nVeuillez saisir un type MIME par ligne.\n" - -#: CClassInfo.class:712 -msgid "enumerable" -msgstr "énumérable" - -#: FProjectProperty.form:770 -msgid "Environment" -msgstr "Environnement" - #: MErrorMessage.module:93 msgid "Equality or inequality operator expected" msgstr "Opérateur d'égalité ou d'inégalité attendu" -#: FImageEditor.form:605 -msgid "Erase" -msgstr "Gommer" - -#: MyLanguage.module:48 -msgid "Esperanto (Anywhere!)" -msgstr "Esperanto (Partout!)" - -#: MyLanguage.module:56 -msgid "Estonian (Estonia)" -msgstr "Estonien (Estonie)" - -#: CProfile.class:114 -msgid "Evaluator" -msgstr "Évaluateur" - -#: FForm.form:411 -msgid "Event" -msgstr "Evènement" - -#: CProfile.class:116 -msgid "Event loop" -msgstr "Boucle d'évènements" - -#: CDocumentation.class:169 FProjectProperty.form:576 -msgid "Event loop management" -msgstr "Gestion de la boucle d'évènements" - -#: CClassInfo.class:641 -msgid "Events" -msgstr "Evènements" - -#: FTranslate.class:1126 -msgid "Everything seems to be correct." -msgstr "Tout semble correct." - -#: FTextEditor.class:1929 -msgid "Example" -msgstr "Exemple" - -#: FOpenProject.form:113 FSoftwareFarm.class:51 FWelcome.class:72 -msgid "Examples" -msgstr "Exemples" - -#: CProjectList.class:108 -msgid "Examples are stored on the Gambas farm server. Click &1 to access the farm server and download them..." -msgstr "Les exemples sont stockés sur le serveur de la logithèque de Gambas. Cliquez &1 pour accéder à la logithèque et les télécharger..." - -#: FProjectProperty.form:652 -msgid "Exclude" -msgstr "Exclure" - -#: CComponent.class:674 -msgid "Excludes" -msgstr "Exclut" - -#: FMakeExecutable.form:119 -msgid "Exclude test modules" -msgstr "Exclure les modules de tests" - -#: FImageEditor.form:291 -msgid "Exclusive or" -msgstr "Ou exclusif" - -#: FMain.form:502 -msgid "Executable" -msgstr "Exécutable" - -#: FProjectProperty.class:868 -msgid "Executable size" -msgstr "Taille de l'exécutable" - -#: FComponentChooser.class:350 FProjectProperty.form:487 -msgid "Experimental" -msgstr "Expérimental" - -#: FOption.form:1098 -msgid "Explicit formating" -msgstr "Formatage explicite" - -#: FConnectionEditor.form:465 FTranslate.form:144 -msgid "Export" -msgstr "Exporter" - -#: FOption.class:267 -msgid "Export a theme file" -msgstr "Exporter un fichier thème" - -#: FTranslate.class:812 -msgid "Export a translation" -msgstr "Exporter une traduction" - -#: FProjectProperty.form:965 -msgid "Export by default to" -msgstr "Exporter par défaut vers" - -#: FCreateFile.form:168 -msgid "Exported" -msgstr "Exportée" - -#: FExportData.form:54 -msgid "Export field names" -msgstr "Exporter les noms des champs" - -#: FExportData.form:60 -msgid "Export selected records only" -msgstr "Exporter les enregistrements sélectionnés uniquement" - -#: FOption.form:1763 -msgid "Export theme" -msgstr "Exporter le thème" - -#: FConnectionEditor.form:462 FExportData.form:15 -msgid "Export to CSV file" -msgstr "Exporter vers un fichier CSV" - -#: CDocumentation.class:76 -msgid "Expression evaluator" -msgstr "Evaluateur d'expressions" - #: MErrorMessage.module:94 msgid "Expression too complex" msgstr "Expression trop complexe" @@ -2681,74 +6950,18 @@ msgstr "Expression trop complexe" msgid "Expression too complex. Too many operands" msgstr "Expression trop complexe. Trop d'opérandes" -#: FSoftwareFarm.class:66 -msgid "Extensions" -msgstr "Extensions" - -#: FMain.form:1840 -msgid "Extern debugging" -msgstr "Débogage externe" - -#: MErrorMessage.module:264 -msgid "extern function hidden by local declaration: &1" -msgstr "Fonction externe masquée par une déclaration locale : &1" - #: MErrorMessage.module:96 msgid "Extern library name must be a string" msgstr "Le nom de la bibliothèque externe doit être une chaîne" -#: FMakeInstall.form:862 -msgid "Extra autoconf tests" -msgstr "Tests autoconf supplémentaires" - -#: FMakeInstall.form:706 -msgid "Extra dependencies" -msgstr "Dépendances supplémentaires" - -#: FMakeInstall.form:787 -msgid "Extra files" -msgstr "Fichiers supplémentaires" - -#: FMakeInstall.form:804 -msgid "Extra files must be located in the Project folder of the current project, i.e. the .hidden directory of the project on the disk." -msgstr "Les fichiers supplémentaires doivent être situés dans le dossier Projet du projet en cours, correspondant au répertoire .hidden du projet sur le disque." - #: MErrorMessage.module:97 msgid "Failed to run child process: &1" msgstr "L'exécution du processus enfant a échoué : &1" -#: FFarmConfig.form:12 -msgid "Farm servers" -msgstr "Logithèques" - -#: MyLanguage.module:62 -msgid "Farsi (Iran)" -msgstr "Farsi (Iran)" - -#: FConnectionEditor.class:92 FImportTable.class:363 -msgid "Field" -msgstr "Champ" - -#: FImportTable.class:276 -msgid "Field_&1" -msgstr "Champ_&1" - -#: FConnectionEditor.form:309 -msgid "Fields" -msgstr "Champs" - -#: FDebugInfo.class:41 FMain.form:310 FNewTranslation.class:18 FTranslate.class:78 -msgid "File" -msgstr "Fichier" - #: MErrorMessage.module:98 msgid "File already exists" msgstr "Le fichier existe déjà" -#: Project.module:2848 -msgid "File already exists." -msgstr "Ce fichier existe déja." - #: MErrorMessage.module:99 msgid "File is a directory" msgstr "Le fichier est un répertoire" @@ -2761,142 +6974,10 @@ msgstr "Le fichier est verrouillé" msgid "File name is too long" msgstr "Le nom de fichier est trop long" -#: Project.module:445 -msgid "File not found!" -msgstr "Fichier introuvable !" - -#: FMakeInstall.class:144 -msgid "File or directory" -msgstr "Fichier ou répertoire" - #: MErrorMessage.module:102 msgid "File or directory does not exist" msgstr "Le fichier ou le répertoire n'existe pas" -#: FMain.class:305 -msgid "File or directory does not exist anymore." -msgstr "Le fichier ou le répertoire n'existe plus." - -#: CProjectTree.class:99 -msgid "Files" -msgstr "Fichiers" - -#: CDocumentation.class:105 -msgid "Filesystem events monitoring" -msgstr "Surveillance des évènements du système de fichier" - -#: FImageProperty.form:374 FTranslate.class:1770 -msgid "Fill" -msgstr "Remplir" - -#: FImageProperty.form:438 -msgid "Fill rule" -msgstr "Règle de remplissage" - -#: FMain.form:1184 FSoftwareFarm.form:207 -msgid "Filter" -msgstr "Filtrer" - -#: FAbout.class:241 -msgid "Financial support" -msgstr "Aide financière" - -#: FMain.form:882 -msgid "Find" -msgstr "Rechercher" - -#: FEditor.form:252 -msgid "Find definition" -msgstr "Trouver la définition" - -#: FTranslate.form:343 -msgid "Find first untranslated string" -msgstr "Trouver la première chaîne non traduite" - -#: FTranslate.form:361 -msgid "Find last untranslated string" -msgstr "Trouver la dernière chaîne non traduite" - -#: FConflictEditor.form:206 FEditor.form:259 FTextEditor.form:280 -msgid "Find next" -msgstr "Poursuivre la recherche" - -#: FTranslate.form:327 -msgid "Find next translated string" -msgstr "Trouver la prochaine chaîne traduite" - -#: FTranslate.form:355 -msgid "Find next untranslated string" -msgstr "Trouver la prochaine chaîne non traduite" - -#: FConflictEditor.form:213 FEditor.form:266 FTextEditor.form:287 -msgid "Find previous" -msgstr "Recherche en arrière" - -#: FTranslate.form:333 -msgid "Find previous translated string" -msgstr "Trouver la chaîne traduite précédente" - -#: FTranslate.form:349 -msgid "Find previous untranslated string" -msgstr "Trouver la chaîne précédente non traduite" - -#: FMain.form:681 -msgid "Finish" -msgstr "Terminer" - -#: FMain.form:1638 -msgid "Finish current function" -msgstr "Terminer la fonction courante" - -#: FProjectProperty.form:487 -msgid "Finished and stable" -msgstr "Terminé et stable" - -#: MyLanguage.module:65 -msgid "Finnish (Finland)" -msgstr "Finlandais (Finlande)" - -#: Design.module:262 Project.module:2294 -msgid "first" -msgstr "premier" - -#: FForm.form:370 -msgid "First" -msgstr "Début" - -#: FOption.form:1621 -msgid "Fixed font" -msgstr "Police non-proportionnelle" - -#: FOption.class:9 -msgid "Flat" -msgstr "Plat" - -#: CDocumentation.class:107 -msgid "Flexible logging system" -msgstr "Système de log flexible" - -#: FConnectionEditor.class:842 MConnection.module:139 -msgid "Float" -msgstr "Décimal" - -#: FOption.form:1452 -msgid "Fonts" -msgstr "Polices" - -#: FProperty.class:394 -msgid "Forbidden characters in control group." -msgstr "Le nom du groupe contient des caractères interdits." - -#: FProperty.class:379 -msgid "Forbidden characters in control name." -msgstr "Le nom du contrôle contient des caractères interdits." - -#: Project.module:2955 -msgid "Forbidden directory name." -msgstr "Ce nom de répertoire est interdit." - #: MErrorMessage.module:103 msgid "Forbidden GOSUB" msgstr "GOSUB interdit" @@ -2905,736 +6986,22 @@ msgstr "GOSUB interdit" msgid "Forbidden GOTO" msgstr "GOTO interdit" -#: FForm.form:861 -msgid "Foreground" -msgstr "Avant-plan" - -#: CModule.class:29 FEditor.form:420 FForm.form:475 FMain.form:991 FToolBox.class:26 -msgid "Form" -msgstr "Formulaire" - -#: FEditor.form:197 FTextEditor.form:229 -msgid "Format code" -msgstr "Formater le code" - -#: FOption.form:1109 -msgid "Format on load & save" -msgstr "Formater au chargement et à l'enregistrement" - -#: FProjectProperty.form:912 -msgid "Form controls are public" -msgstr "Les contrôles des formulaires sont publics" - -#: CModule.class:29 -msgid "Forms" -msgstr "Formulaires" - -#: FMain.form:674 -msgid "Forward" -msgstr "Avancer" - -#: FColorChooser.form:40 -msgid "Free" -msgstr "Libre" - #: MErrorMessage.module:105 msgid "Free object referenced" msgstr "Référencement d'un objet libre" -#: MyLanguage.module:69 -msgid "French (Belgium)" -msgstr "Français (Belgique)" - -#: MyLanguage.module:70 -msgid "French (Canada)" -msgstr "Français (Canada)" - -#: MyLanguage.module:68 -msgid "French (France)" -msgstr "Français (France)" - -#: MyLanguage.module:71 -msgid "French (Switzerland)" -msgstr "Français (Suisse)" - -#: FNewConnection.form:241 -msgid "From" -msgstr "À partir de" - -#: CClassInfo.class:697 -msgid "function" -msgstr "fonction" - -#: FProfile.class:711 -msgid "Function" -msgstr "Fonction" - -#: MErrorMessage.module:265 -msgid "function hidden by local declaration: &1" -msgstr "Fonction masquée par une déclaration locale : &1" - -#: FProjectProperty.class:863 -msgid "Functions" -msgstr "Fonctions" - -#: FColorChooser.class:87 -msgid "G" -msgstr "V" - -#: MyLanguage.module:74 -msgid "Galician (Spain)" -msgstr "Galicien (Espagne)" - -#: FOption.class:4 -msgid "Gambas" -msgstr "Gambas" - -#: FFileProperty.class:30 -msgid "Gambas &1" -msgstr "&1 Gambas" - -# gb-ignore -#: .project:1 -msgid "Gambas 3" -msgstr "" - -#: FConvert.form:10 -msgid "Gambas 3 project conversion" -msgstr "Conversion en projet Gambas 3" - -#: FMakeExecutable.class:18 -msgid "Gambas applications" -msgstr "Applications Gambas" - -#: FFileProperty.class:41 -msgid "Gambas class" -msgstr "Classe Gambas" - -#: FImportFile.class:23 -msgid "Gambas classes" -msgstr "Classes Gambas" - -#: FProjectProperty.class:1273 -msgid "Gambas executable" -msgstr "Exécutable Gambas" - -#: MMime.module:19 -msgid "Gambas form data" -msgstr "Données de formulaires Gambas" - -#: CModule.class:29 -msgid "Gambas forms" -msgstr "Formulaires Gambas" - -#: FOption.class:266 -msgid "Gambas highlight theme files" -msgstr "Fichiers thèmes de coloration de Gambas" - -#: FCrash.form:22 -msgid "Gambas interpreter crash" -msgstr "Plantage de l'interpréteur Gambas" - -#: CDocumentation.class:109 -msgid "Gambas Markdown markup syntax" -msgstr "Syntaxe de balisage Markdown Gambas" - -#: MMime.module:20 -msgid "Gambas menu data" -msgstr "Données de menus Gambas" - -#: FFileProperty.class:37 -msgid "Gambas module" -msgstr "Module Gambas" - -#: FImportFile.class:23 -msgid "Gambas modules" -msgstr "Modules Gambas" - -#: MMime.module:21 -msgid "Gambas project file path" -msgstr "Chemin de fichier projet Gambas" - -#: CModule.class:31 -msgid "Gambas reports" -msgstr "États Gambas" - -#: FSoftwareFarm.form:66 -msgid "Gambas Software Farm" -msgstr "Logithèque Gambas" - -#: CModule.class:33 -msgid "Gambas terminal forms" -msgstr "Formulaires de terminal Gambas" - -#: FFileProperty.class:39 -msgid "Gambas test module" -msgstr "Module de test Gambas" - -#: FImportFile.class:24 -msgid "Gambas test modules" -msgstr "Modules de test Gambas" - -#: CModule.class:32 -msgid "Gambas web forms" -msgstr "Formulaires Web Gambas" - -#: CModule.class:30 -msgid "Gambas web pages" -msgstr "Pages web Gambas" - -#: FSoftwareFarm.class:49 Project.module:250 -msgid "Games" -msgstr "Jeux" - -#: FImageProperty.form:585 -msgid "Gamma" -msgstr "Gamma" - -#: FMakePatch.form:21 -msgid "Generate patch" -msgstr "Générer un patch" - -#: CDocumentation.class:83 -msgid "Generic preview and print form" -msgstr "Formulaire de prévisualisation et d'impression générique" - -#: MyLanguage.module:35 -msgid "German (Belgium)" -msgstr "Allemand (Belgique)" - -#: MyLanguage.module:34 -msgid "German (Germany)" -msgstr "Allemand (Allemagne)" - -#: FProjectProperty.form:419 -msgid "Get from 'VERSION' file" -msgstr "Obtenir depuis un fichier 'VERSION'" - -#: FOption.form:1485 -msgid "Global size" -msgstr "Taille globale" - -#: MErrorMessage.module:266 -msgid "global variable hidden by local declaration: &1" -msgstr "variable globale masquée par une déclaration locale : &1" - -#: CDocumentation.class:74 -msgid "Gnome keyring support for desktop management component" -msgstr "Support du coffre-fort Gnome pour le composant de gestion de bureau" - -#: CDocumentation.class:126 -msgid "GNU command option parser" -msgstr "Analyseur d'options de ligne de commande GNU" - -#: CDocumentation.class:86 -msgid "GNU Multiple Precision Arithmetic Library" -msgstr "Bibliothèque d'arithmétique multi-précision GNU" - -#: CDocumentation.class:87 -msgid "GNU Scientific Library" -msgstr "Bibliothèque scientifique GNU" - -#: FHelpBrowser.form:67 FMain.form:857 FProfile.form:48 -msgid "Go back" -msgstr "Revenir en arrière" - -#: FHelpBrowser.form:73 FMain.form:864 FProfile.form:54 -msgid "Go forward" -msgstr "Aller en avant" - -#: FEditor.form:233 -msgid "Go to" -msgstr "Aller à" - -#: FConflictEditor.form:193 FEditor.form:239 FGotoLine.form:12 FTextEditor.form:267 -msgid "Go to line" -msgstr "Aller à la ligne" - -#: FImageProperty.form:175 -msgid "Gradient" -msgstr "Dégradé" - -#: CDocumentation.class:168 FProjectProperty.form:570 -msgid "Graphical form management" -msgstr "Gestion de formulaires graphiques" - -#: CDocumentation.class:149 -msgid "Graphical terminal applications development" -msgstr "Développement d'application graphiques pour terminaux" - -#: FSoftwareFarm.class:53 -msgid "Graphics" -msgstr "Graphique" - -#: MyLanguage.module:38 -msgid "Greek (Greece)" -msgstr "Grec (Grèce)" - -#: FImageProperty.form:843 -msgid "Grid resolution" -msgstr "Résolution de la grille" - -#: FImageProperty.form:861 -msgid "Grid snap" -msgstr "Alignement de la grille" - -#: FMakeInstall.class:883 -msgid "Groups" -msgstr "Groupes" - -#: FImageOffsetSelection.form:60 -msgid "Grow" -msgstr "Agrandir" - -#: CDocumentation.class:110 -msgid "GStreamer multimedia component" -msgstr "Composant multimedia GStreamer" - -#: CDocumentation.class:88 -msgid "GTK+2 toolkit" -msgstr "Bibliothèque GTK+2" - -#: CDocumentation.class:90 -msgid "GTK+3 toolkit" -msgstr "Bibliothèque GTK+3" - -#: CDocumentation.class:92 -msgid "GTK+3 web browser component" -msgstr "Composant de navigateur web pour GTK+3" - -#: FMain.form:739 FProjectProperty.form:172 -msgid "GUI component" -msgstr "Composant graphique" - -#: MyLanguage.module:77 -msgid "Hebrew (Israel)" -msgstr "Hébreu (Israël)" - -#: FCreateFile.form:94 FImageResize.form:44 -msgid "Height" -msgstr "Hauteur" - -#: FOption.form:673 FProperty.form:142 -msgid "Help" -msgstr "Aide" - -#: FOption.form:667 -msgid "Help & applications" -msgstr "Aide et applications" - -#: FHelpBrowser.form:36 FMain.form:1367 -msgid "Help browser" -msgstr "Navigateur d'aide" - -#: FToolBox.class:380 -msgid "Help on &1" -msgstr "Aide sur &1" - -#: CProjectList.class:108 -msgid "here" -msgstr "ici" - -#: FImageProperty.class:1231 -msgid "Hexagon" -msgstr "Hexagone" - -#: FImageEditor.form:236 -msgid "Hide selection" -msgstr "Cacher la sélection" - -#: FVersionControl.form:81 -msgid "Hide translation changes" -msgstr "Cacher les modifications des traductions" - -#: FFormStack.form:14 FMain.form:2074 -msgid "Hierarchy" -msgstr "Hiérarchie" - -#: FOption.form:872 -msgid "Highlight current line" -msgstr "Surligner la ligne courante" - -#: FOption.form:1799 -msgid "Highlighting configuration for" -msgstr "Configuration de la coloration pour" - -#: FOption.form:1743 -msgid "Highlighting theme" -msgstr "Thème de coloration syntaxique" - -#: FOption.form:889 -msgid "Highlight modified lines" -msgstr "Indiquer les lignes modifiées" - -#: FSearch.form:244 -msgid "Highlight search" -msgstr "Surligner la recherche" - -#: MyLanguage.module:80 -msgid "Hindi (India)" -msgstr "Hindi (Inde)" - -#: FFileInfoVC.form:44 FVersionControl.form:52 -msgid "History" -msgstr "Historique" - -#: FForm.form:270 -msgid "Horizontal" -msgstr "Horizontal" - -#: FImageEditor.form:179 FImageProperty.form:307 -msgid "Horizontal flip" -msgstr "Miroir horizontal" - -#: FConflictEditor.form:246 FEditor.form:292 FTextEditor.form:323 -msgid "Horizontal split" -msgstr "Séparation horizontale" - -#: FNewConnection.form:99 FProxy.form:32 -msgid "Host" -msgstr "Hôte" - -#: FMain.form:1036 -msgid "HTML file" -msgstr "Fichier HTML" - -#: FImportFile.class:33 -msgid "HTML files" -msgstr "Fichiers HTML" - -#: CDocumentation.class:156 -msgid "HTML generator" -msgstr "Générateur HTML" - -#: MMime.module:18 -msgid "HTML text" -msgstr "Texte HTML" - -#: CDocumentation.class:81 -msgid "HTML viewer based on litehtml library" -msgstr "Afficheur de HTML basé sur la librairie litehtml" - -#: FProxy.form:76 -msgid "HTTP proxy" -msgstr "Proxy HTTP" - -#: FImageProperty.form:623 -msgid "Hue" -msgstr "Teinte" - -#: MyLanguage.module:83 -msgid "Hungarian (Hungary)" -msgstr "Hongrois (Hongrie)" - -#: MyLanguage.module:95 -msgid "Icelandic (Iceland)" -msgstr "Islandais (Islande)" - -#: FOption.form:1727 -msgid "Icon theme" -msgstr "Thème d'icône" - -#: CProjectList.class:233 -msgid "IDE extensions" -msgstr "Extension de l'EDI" - -#: FHelpShortcut.form:10 -msgid "IDE keyboard shortcuts" -msgstr "Raccourcis claviers de l'EDI" - -#: FOption.form:320 -msgid "Identity" -msgstr "Identité" - -#: FProperty.class:649 -msgid "If the control is public." -msgstr "Si le contrôle est public." - -#: FProperty.class:645 -msgid "If the form and controls dimensions must follow the size of the default font." -msgstr "Si les dimensions du formulaire et des contrôles doivent suivre la taille de la police par défaut." - -#: FProperty.class:653 -msgid "If the Text property must be translated." -msgstr "Si la propriété Text doit être traduite." - -#: CSoftware.class:361 FMain.class:2899 FMenu.class:101 -msgid "Ignore" -msgstr "Ignorer" - -#: FSearch.form:150 -msgid "Ignore comments" -msgstr "Ignorer les commentaires" - -#: FNewConnection.form:265 -msgid "Ignore database charset" -msgstr "Ignorer le jeu de caractères de la base de données" - -#: FImportTable.form:129 -msgid "Ignore first lines" -msgstr "Ignorer les premières lignes" - -#: FSearch.form:145 -msgid "Ignore strings" -msgstr "Ignorer les chaînes" - #: MErrorMessage.module:106 msgid "Illegal instruction" msgstr "Instruction illégale" -#: FConflict.class:141 FMain.form:1029 FReportBrushChooser.form:49 Project.module:251 -msgid "Image" -msgstr "Image" - -#: FImageEditor.form:454 -msgid "Image editor" -msgstr "Editeur d'image" - -#: FSelectIcon.class:41 -msgid "Image files" -msgstr "Fichiers images" - -#: CDocumentation.class:102 -msgid "Image filtering component" -msgstr "Composant de filtrage d'images" - -#: CDocumentation.class:104 FProjectProperty.form:582 -msgid "Image loading and saving" -msgstr "Chargement et sauvegarde d'images" - -#: CDocumentation.class:101 -msgid "Image management" -msgstr "Gestion des images" - -# gb-ignore -#: FImageQuality.form:10 -msgid "Image quality" -msgstr "" - -#: CDocumentation.class:103 -msgid "Image routines from the Imlib2 library" -msgstr "Gestion des images basée sur la bibliothèque Imlib2" - -#: FOption.form:583 -msgid "Images" -msgstr "Images" - -#: CComponent.class:647 -msgid "Implements" -msgstr "Implémente" - -#: FConnectionEditor.form:170 FImportTable.form:48 FMain.form:1064 FOption.form:1218 FTranslate.form:462 -msgid "Import" -msgstr "Importer" - -#: FTranslate.form:489 -msgid "Import all translations recursively" -msgstr "Importer toutes les traductions récursivement" - -#: FTranslate.form:511 -msgid "Import a translation file" -msgstr "Importer un fichier de traduction" - -#: FImportTable.form:35 -msgid "Import file" -msgstr "Importer un fichier" - -#: FImportFile.form:9 -msgid "Import files" -msgstr "Importer des fichiers" - -#: FConnectionEditor.form:167 -msgid "Import text file" -msgstr "Importer un fichier texte" - -#: FOption.form:1757 -msgid "Import theme" -msgstr "Importer un thème" - -#: CClassInfo.class:671 -msgid "in &1" -msgstr "dans &1" - -#: FProjectProperty.form:543 -msgid "Include information from" -msgstr "Inclure les informations de" - -#: FMakeInstall.class:1010 -msgid "Incorrect characters" -msgstr "Caractères incorrects" - -#: Package.module:1425 -msgid "Incorrect date in ChangeLog: &1" -msgstr "Date incorrecte dans le ChangeLog : « &1 »" - #: MErrorMessage.module:107 msgid "Incorrect declaration of symbol '&1' in class '&2'" msgstr "Déclaration incorrecte du symbole '&1' dans la classe '&2'" -#: Util.module:46 -msgid "Incorrect format" -msgstr "Format incorrect" - -#: FProperty.class:470 -msgid "Incorrect property value." -msgstr "Valeur de propriété incorrecte." - -#: FReportCoordChooser.class:22 -msgid "Incorrect value." -msgstr "Valeur incorrecte." - -#: FPublish.class:241 -msgid "Incorrect version number." -msgstr "Numéro de version incorrect." - -#: FMakeExecutable.form:60 -msgid "Increment version" -msgstr "Incrémenter la version" - -#: FConflict.form:100 FConflictEditor.form:441 FEditor.form:586 FMenu.form:120 FProjectVersion.form:264 FTextEditor.form:616 -msgid "Indent" -msgstr "Indenter" - -#: FOption.form:1126 -msgid "Indent local variable declaration" -msgstr "Indenter les déclarations de variables locales" - -#: FConflictEditor.form:233 FTextEditor.form:307 -msgid "Indent with tab" -msgstr "Indenter avec des tabulations" - -#: FOption.form:496 -msgid "Indent with tab by default" -msgstr "Indenter avec des tabulations par défaut" - -#: FConnectionEditor.class:82 FDebugExpr.class:523 FHelpBrowser.form:55 -msgid "Index" -msgstr "Index" - -#: FConnectionEditor.form:372 -msgid "Indexes" -msgstr "Index" - -#: MyLanguage.module:89 -msgid "Indonesian (Indonesia)" -msgstr "Indonésien (Indonésie)" - -#: FProjectProperty.form:460 -msgid "Information" -msgstr "Information" - -#: FProjectProperty.class:885 -msgid "Information about component" -msgstr "Information sur le composant" - -#: FProjectProperty.class:891 -msgid "Information about library" -msgstr "Information sur la bibliothèque" - -#: Project.module:2366 -msgid "in form definition" -msgstr "dans la définition du formulaire" - -#: Design.module:1028 -msgid "Initialize remote debugging..." -msgstr "Initialisation du débogage distant..." - -#: Package.module:1501 -msgid "Initializing ~/RPM directory." -msgstr "Initialisation du répertoire ~/RPM." - -#: FMakeInstall.class:558 -msgid "Initial release" -msgstr "Version initiale" - -#: FList.form:59 FMenu.form:83 -msgid "Insert" -msgstr "Insérer" - -#: FMenu.form:101 -msgid "Insert before" -msgstr "Insérer avant" - -#: CInsertColor.class:295 FEditor.form:213 FTextEditor.form:246 -msgid "Insert color" -msgstr "Insérer une couleur" - -#: FMenu.form:80 -msgid "Insert menu" -msgstr "Insérer un menu" - -#: FMenu.form:98 -msgid "Insert menu before" -msgstr "Insérer un menu avant" - -#: FMenu.form:89 -msgid "Insert separator" -msgstr "Insérer un séparateur" - -#: FEditor.form:576 FTextEditor.form:606 -msgid "Insert special character" -msgstr "Insérer un caractère spécial" - -#: CInsertDate.class:58 FEditor.form:567 FTextEditor.form:597 -msgid "Insert today's date" -msgstr "Insérer la date du jour" - -#: FOption.class:1249 FSoftwareFarm.class:604 -msgid "Install" -msgstr "Installer" - -#: FMain.form:516 -msgid "Installation package" -msgstr "Paquet d'installation" - -#: FSoftwareFarm.form:165 -msgid "Installed" -msgstr "Installés" - -#: FOpenProject.form:152 FWelcome.class:73 Project.module:6643 -msgid "Installed software" -msgstr "Logiciels installés" - -#: FOption.form:1662 -msgid "Install Gambas fonts for code edition" -msgstr "Installer les polices Gambas dédiées à l'édition de code" - -#: FOption.form:1826 -msgid "Install Gambas icon theme" -msgstr "Installer le thème d'icônes Gambas" - -#: FConnectionEditor.class:842 MConnection.module:135 -msgid "Integer" -msgstr "Entier" - -#: MErrorMessage.module:267 -msgid "integer and boolean mixed with `&1' operator" -msgstr "Mélange d'entier et de booléen avec l'opérateur `&1'" - -#: .project:2 -msgid "Integrated Development Environment for Gambas" -msgstr "Environnement de développement intégré pour Gambas" - -#: FOption.form:1246 -msgid "Interface" -msgstr "Interface" - #: MErrorMessage.module:108 msgid "Internal compiler error" msgstr "Erreur interne du compilateur" -#: CDocumentation.class:51 -msgid "Internal native classes" -msgstr "Classes natives internes" - -#: FSoftwareFarm.class:58 -msgid "Internet" -msgstr "Internet" - -#: FImageEditor.form:285 -msgid "Intersection" -msgstr "Intersection" - #: MErrorMessage.module:109 msgid "Invalid assignment" msgstr "Affectation invalide" @@ -3643,10 +7010,6 @@ msgstr "Affectation invalide" msgid "Invalid date" msgstr "Date invalide" -#: FProjectProperty.class:286 -msgid "Invalid namespace identifier." -msgstr "Identificateur d'espace de nom invalide." - #: MErrorMessage.module:111 msgid "Invalid object" msgstr "Objet invalide" @@ -3655,294 +7018,22 @@ msgstr "Objet invalide" msgid "Invalid path" msgstr "Chemin invalide" -#: FList.form:87 -msgid "Invert" -msgstr "Inverser" - -#: FImageProperty.form:418 FOption.form:1782 -msgid "Invert colors for dark themes" -msgstr "Inverser les couleurs pour les thèmes sombres" - -#: FImageProperty.form:240 FReportBrushChooser.form:105 -msgid "Invert gradient" -msgstr "Inverser le dégradé" - -#: FMain.form:711 -msgid "Invert language orientation" -msgstr "Inverser l'orientation de la langue" - -#: FImageEditor.form:247 -msgid "Invert selection" -msgstr "Inverser la sélection" - -#: MyLanguage.module:92 -msgid "Irish (Ireland)" -msgstr "Irlandais (Irlande)" - #: MErrorMessage.module:113 msgid "IsMissing() requires a function argument" msgstr "IsMissing() nécessite un argument de fonction" -#: MyLanguage.module:98 -msgid "Italian (Italy)" -msgstr "Italien (Italie)" - -#: MyLanguage.module:99 -msgid "Italian (Switzerland)" -msgstr "" - -#: FForm.form:813 -msgid "Italic" -msgstr "Italique" - -#: Project.module:623 -msgid "It cannot be converted." -msgstr "Il ne peut être converti." - -#: FList.class:103 -msgid "Item &1" -msgstr "Élément &1" - -#: MyLanguage.module:102 -msgid "Japanese (Japan)" -msgstr "Japonais (Japon)" - -#: FMain.form:1050 -msgid "Javascript file" -msgstr "Fichier Javascript" - -#: FImportFile.class:33 -msgid "Javascript files" -msgstr "Fichiers Javascript" - -#: FProjectProperty.form:258 -msgid "JIT compiler" -msgstr "Compilateur « just-in-time »" - -#: FProjectVersion.form:202 FVersionControl.form:33 -msgid "Journal" -msgstr "Journal" - #: MErrorMessage.module:114 msgid "Jump is too far" msgstr "Saut trop éloigné" -#: FComponentChooser.class:588 -msgid "Keep" -msgstr "Conserver" - -#: FOutput.form:78 -msgid "Keep above" -msgstr "Conserver au premier plan" - -#: FConflictEditor.form:543 -msgid "Keep all my changes" -msgstr "Conserver tous mes changements" - -#: FMakeExecutable.form:104 -msgid "Keep debugging information in executable" -msgstr "Conserver les informations de débogage dans l'exécutable" - -#: FConflictEditor.form:527 -msgid "Keep my changes" -msgstr "Conserver mes changements" - -#: FOption.form:1160 -msgid "Keep successive void lines" -msgstr "Conserver les lignes vides successives" - -#: FPublish.form:181 -msgid "Keep the screenshot stored on the server" -msgstr "Conserver la capture d'écran stockée sur le serveur" - -#: FDebugExpr.class:529 -msgid "Key" -msgstr "Clef" - -#: FMain.form:1382 -msgid "Keyboard shortcuts" -msgstr "Raccourcis claviers" - -#: FImportTable.form:176 -msgid "Key field" -msgstr "Champ clef" - -#: FOption.form:992 -msgid "Keywords in upper case" -msgstr "Mots-clefs en majuscule" - -#: MyLanguage.module:105 -msgid "Khmer (Cambodia)" -msgstr "Khmer (Cambodge)" - -#: MyLanguage.module:108 -msgid "Korean (Korea)" -msgstr "Coréen (Corée)" - #: MErrorMessage.module:115 msgid "Label '&1' not declared" msgstr "L'étiquette '&1' n'est pas déclarée" -#: FNewTranslation.class:16 FOption.form:1257 FTranslate.class:74 -msgid "Language" -msgstr "Langage" - -#: FToolBox.form:61 -msgid "Large" -msgstr "Large" - -#: FForm.form:391 -msgid "Last" -msgstr "Fin" - -#: CVersionControlGit.class:355 -msgid "Last commit" -msgstr "Dernière publication" - -#: CVersionControlGit.class:356 CVersionControlSubversion.class:307 -msgid "Last commit author" -msgstr "Auteur de la dernière publication" - -#: CVersionControlGit.class:357 CVersionControlSubversion.class:308 -msgid "Last commit date" -msgstr "Date de la dernière publication" - -#: CSoftware.class:691 -msgid "last month" -msgstr "le mois dernier" - -#: CSoftware.class:683 -msgid "last week" -msgstr "la semaine dernière" - -#: CSoftware.class:699 -msgid "last year" -msgstr "l'année dernière" - -#: MyLanguage.module:111 -msgid "Latin" -msgstr "Latin" - -#: FOption.form:1416 -msgid "Layout" -msgstr "Disposition" - -#: FLayout.form:22 -msgid "Layout name" -msgstr "Nom de la disposition" - -#: FImageProperty.form:766 -msgid "Left align" -msgstr "Aligner à gauche" - -#: FConnectionEditor.class:61 -msgid "Length" -msgstr "Longueur" - -#: FProjectProperty.form:679 FSoftwareFarm.class:65 -msgid "Libraries" -msgstr "Bibliothèques" - -#: FProjectProperty.form:374 FSelectLibrary.class:101 -msgid "Library" -msgstr "Bibliothèque" - #: MErrorMessage.module:116 msgid "Library name must be a string" msgstr "Le nom de la bibliothèque doit être une chaîne de caractères" -#: FAbout.class:213 FMakeInstall.form:334 -msgid "License" -msgstr "Licence" - -#: FImageProperty.form:604 -msgid "Lightness" -msgstr "Clarté" - -#: FDebugInfo.class:43 FEditor.class:413 FImageEditor.form:615 FImportTable.class:66 -msgid "Line" -msgstr "Ligne" - -#: FImportTable.form:139 -msgid "Line(s)" -msgstr "Ligne(s)" - -#: FImageProperty.form:191 FReportBrushChooser.form:49 -msgid "Linear gradient" -msgstr "Dégradé linéaire" - -#: FImageProperty.form:428 -msgid "Line cap" -msgstr "Extrêmités des lignes" - -#: FImageProperty.form:433 -msgid "Line join" -msgstr "Jointure des lignes" - -#: FProjectProperty.class:864 -msgid "Lines of code" -msgstr "Lignes de code" - -#: MyLanguage.module:114 -msgid "Lithuanian (Lithuania)" -msgstr "Lithuanien (Lithuanie)" - -#: FTextEditor.form:833 -msgid "Load images" -msgstr "Charger les images" - -#: CComponent.class:173 -msgid "Loading information on component &1..." -msgstr "Chargement des informations sur le composant &1..." - -#: CComponent.class:175 -msgid "Loading information on project..." -msgstr "Chargement des informations sur le projet..." - -#: FProjectVersion.class:36 -msgid "Local" -msgstr "Local" - -#: CVersionControlGit.class:352 CVersionControlSubversion.class:305 -msgid "Local root path" -msgstr "Répertoire racine local" - -#: FOption.form:1035 -msgid "Local variable declaration" -msgstr "Déclaration des variables locales" - -#: FDebugInfo.class:1232 -msgid "Local variables" -msgstr "Variables locales" - -#: CLibraryInfo.class:209 FDebugInfo.class:42 FMakeExecutable.form:43 FProjectProperty.form:340 LibraryItem.class:54 -msgid "Location" -msgstr "Emplacement" - -#: FEditor.form:708 FImageEditor.form:813 FTextEditor.form:745 -msgid "Lock / unlock file" -msgstr "Vérrouiller / déverrouiller le fichier" - -#: FForm.form:872 -msgid "Lock / unlock form" -msgstr "Vérrouiller / déverrouiller le formulaire" - -#: FEditor.form:349 FForm.form:435 FImageEditor.form:386 FTextEditor.form:380 -msgid "Locked" -msgstr "Verrouillé" - -#: FProperty.form:51 -msgid "Lock property" -msgstr "Verrouiller la propriété" - -#: FFarmLogin.form:26 FPublish.form:312 FSoftwareFarm.form:108 -msgid "Login" -msgstr "S'identifier" - -#: FConnectionEditor.class:842 MConnection.module:137 -msgid "Long" -msgstr "Entier long" - #: MErrorMessage.module:117 msgid "Loop variable already in use" msgstr "Variable de boucle déjà utilisée" @@ -3955,147 +7046,13 @@ msgstr "Une variable de boucle ne peut être un argument" msgid "Loop variable cannot be global" msgstr "Une variable de boucle ne peut être globale" -#: FConflictEditor.form:145 FEditor.form:163 FTextEditor.form:180 -msgid "Lower case" -msgstr "Minuscules" - -# gb-ignore -#: FConflictEditor.form:273 FTextEditor.form:360 -msgid "MAC" -msgstr "" - -#: MyLanguage.module:120 -msgid "Macedonian (Republic of Macedonia)" -msgstr "Macédonien (République de Macédoine)" - -#: FImageEditor.form:655 -msgid "Magic wand" -msgstr "Baguette magique" - -#: FMakeInstall.form:256 -msgid "Maintainer information" -msgstr "Informations sur le mainteneur" - -#: FMain.form:498 -msgid "Make" -msgstr "Générer" - -#: FEditor.form:619 FTextEditor.form:649 -msgid "Make code pretty" -msgstr "Réindenter le code" - -#: FMain.form:1492 FMakeExecutable.form:30 Project.module:3205 -msgid "Make executable" -msgstr "Générer l'exécutable" - -#: FMain.form:1515 FMakeInstall.form:138 -msgid "Make installation package" -msgstr "Créer un paquet d'installation" - -#: FMain.form:1507 -msgid "Make source archive" -msgstr "Générer une archive des sources" - -#: FImageProperty.form:410 -msgid "Make transparent" -msgstr "Rendre transparent" - -#: Package.module:754 -msgid "Making &1 support package..." -msgstr "Création du paquet de support &1..." - -#: Package.module:927 -msgid "Making build directory." -msgstr "Fabrication du répertoire de construction." - -#: Project.module:3195 -msgid "Making executable..." -msgstr "Génération de l'exécutable..." - -#: MyLanguage.module:117 -msgid "Malayalam (India)" -msgstr "Malayalam (Inde)" - -#: MErrorMessage.module:121 -msgid "Mathematic error" -msgstr "Erreur mathématique" - -#: FMakeInstall.class:138 -msgid "Max. version" -msgstr "Version max." - -#: CDocumentation.class:61 -msgid "MD5/DES/SHA crypting" -msgstr "Chiffrement MD5/DES/SHA" - -# gb-ignore -#: FDebugInfo.form:327 -msgid "ME" -msgstr "" - #: MErrorMessage.module:120 msgid "ME cannot be used in a static function" msgstr "ME ne peut être utilisé au sein d'une fonction statique" -#: FToolBox.form:54 -msgid "Medium" -msgstr "Moyen" - -#: CDocumentation.class:112 -msgid "Memcached client" -msgstr "Client Memcached" - -#: FForm.form:402 FMenu.form:68 -msgid "Menu editor" -msgstr "Éditeur de menu" - -#: FMakeInstall.form:633 -msgid "Menu entry" -msgstr "Entrée de menu" - -#: FMakeInstall.class:815 -msgid "Menus" -msgstr "Menus" - -#: FMenu.class:101 -msgid "Menus have been modified!" -msgstr "Les menus ont été modifiés !" - -#: FDebugInfo.class:59 FImportTable.class:68 -msgid "Message" -msgstr "Message" - -#: FOption.form:1400 -msgid "Message style" -msgstr "Style de message" - -#: CClassInfo.class:640 -msgid "Methods" -msgstr "Méthodes" - -#: FImageProperty.form:788 -msgid "Middle align" -msgstr "Aligner au milieu" - -#: CDocumentation.class:113 -msgid "MIME format management based on GMime library" -msgstr "Gestion du format MIME basée sur la bibliothèque GMime" - -#: FMakeInstall.form:670 -msgid "Mimetypes" -msgstr "Types MIME" - -#: FMakeInstall.class:137 -msgid "Min. version" -msgstr "Version min." - -#: FMakeInstall.form:715 -msgid "Minimum Gambas version" -msgstr "Version de Gambas minimale" - -#: Project.module:252 -msgid "Miscellaneous" -msgstr "Divers" +#: MErrorMessage.module:121 +msgid "Mathematic error" +msgstr "Erreur mathématique" #: MErrorMessage.module:122 msgid "Missing #Endif" @@ -4117,314 +7074,34 @@ msgstr "Opérateur manquant" msgid "Missing right brace" msgstr "Parenthèse fermante manquante" -#: FDebugInfo.form:552 FMain.form:1885 -msgid "Modifications." -msgstr "Modifications." - -#: FMenu.class:1200 Project.module:5754 -msgid "modified" -msgstr "modifié" - -#: FDebugInfo.class:1304 -msgid "Modify '&1' value" -msgstr "Modifier la valeur de « &1 »" - -#: FMain.form:970 -msgid "Module" -msgstr "Module" - -#: FProjectProperty.class:852 -msgid "Modules" -msgstr "Modules" - -#: FProjectProperty.form:895 -msgid "Module symbols are public by default" -msgstr "Les modules sont publics par défaut" - -#: CDocumentation.class:78 -msgid "More controls for graphical components" -msgstr "Controles supplémentaires pour les composants graphiques" - -#: CDocumentation.class:62 -msgid "More data containers" -msgstr "Conteneurs de données supplémentaires" - -#: FSoftwareFarm.form:165 -msgid "Most downloaded" -msgstr "Les plus téléchargés" - -#: FSoftwareFarm.form:165 -msgid "Most recent" -msgstr "Les plus récents" - -#: FImageEditor.form:584 -msgid "Move" -msgstr "Déplacer" - -#: FFormStack.form:42 -msgid "Move bottom" -msgstr "Déplacer tout en bas" - -#: FFormStack.form:36 FMenu.form:141 -msgid "Move down" -msgstr "Déplacer vers le bas" - -#: FForm.form:365 -msgid "Move tab" -msgstr "Déplacer l'onglet" - -#: FForm.form:756 -msgid "Move tab first" -msgstr "Déplacer l'onglet au début" - -#: FForm.form:777 -msgid "Move tab last" -msgstr "Déplacer l'onglet à la fin" - -#: FForm.form:763 -msgid "Move tab left" -msgstr "Déplacer l'onglet à gauche" - -#: FForm.form:770 -msgid "Move tab right" -msgstr "Déplacer l'onglet à droite" - -#: FFormStack.form:24 -msgid "Move top" -msgstr "Déplacer tout en haut" - -#: FFormStack.form:30 FMenu.form:134 -msgid "Move up" -msgstr "Déplacer vers le haut" - #: MErrorMessage.module:127 msgid "Multidimensional array" msgstr "Tableau multidimensionnel" -#: CDocumentation.class:82 -msgid "Multi Document Interface" -msgstr "Interface multi-documents" - -#: Project.module:259 -msgid "Multimedia" -msgstr "Multimedia" - -#: CDocumentation.class:111 -msgid "Multimedia controls" -msgstr "Contrôles multimedia" - -#: FSoftwareFarm.class:71 -msgid "My software" -msgstr "Mes logiciels" - -#: CDocumentation.class:66 -msgid "MySQL database driver" -msgstr "Pilote de base de données MySQL" - -#: CDocumentation.class:114 -msgid "MySQL specific routines" -msgstr "Routines spécifiques pour MySQL" - -#: FConnectionEditor.class:51 FCreateFile.form:62 FMakeInstall.form:266 FNewConnection.form:70 FNewTable.form:33 FOption.form:337 FProjectProperty.form:328 -msgid "Name" -msgstr "Nom" - -#: FDebugInfo.class:118 -msgid "native code" -msgstr "code natif" - -#: CDocumentation.class:115 -msgid "NCurses library" -msgstr "Bibliothèque NCurses" - -#: FToolBox.class:26 -msgid "Network" -msgstr "Réseau" - -#: CDocumentation.class:117 -msgid "Network high-level protocols management" -msgstr "Gestion de protocoles réseaux de haut-niveau" - -#: Project.module:253 -msgid "Networking" -msgstr "Programmation réseau" - -#: FOption.class:1350 -msgid "Network is not available." -msgstr "Le réseau est indisponible." - -#: CDocumentation.class:116 -msgid "Network programming" -msgstr "Programmation réseau" - -#: FConnectionEditor.form:225 FMain.form:953 FOption.form:1225 FTranslate.form:94 -msgid "New" -msgstr "Nouveau" - #: MErrorMessage.module:128 msgid "NEW cannot have arguments passed by reference" msgstr "Les arguments de NEW ne peuvent être passés par référence" -#: FSnippet.class:67 -msgid "New code snippet" -msgstr "Nouveau fragment de code" - -#: FMain.form:1282 FNewConnection.class:159 -msgid "New connection" -msgstr "Nouvelle connexion" - -#: FCreateFile.form:37 -msgid "New file" -msgstr "Nouveau fichier" - -#: FMain.class:985 -msgid "New folder" -msgstr "Nouveau dossier" - -#: FConnectionEditor.form:389 -msgid "New index" -msgstr "Nouvel index" - -#: FCreateProject.form:31 FMain.form:314 -msgid "New project" -msgstr "Nouveau projet" - -#: FWelcome.class:69 -msgid "New project..." -msgstr "Nouveau projet..." - -#: FSaveProjectAs.form:39 -msgid "New project name" -msgstr "Nouveau nom du projet" - -#: FSaveProjectAs.form:28 -msgid "New project parent directory" -msgstr "Nouveau répertoire parent du projet" - -#: FConnectionEditor.form:223 -msgid "New query" -msgstr "Nouvelle requête" - -#: FConnectionEditor.form:102 FNewTable.form:19 -msgid "New table" -msgstr "Nouvelle table" - -#: FTestSuite.form:78 -msgid "New test suite" -msgstr "Nouvelle série de tests" - -#: FNewTranslation.form:12 -msgid "New translation" -msgstr "Nouvelle traduction" - -#: FForm.form:384 FSearch.form:208 FTips.form:81 -msgid "Next" -msgstr "Suivant" - -#: CBookmark.class:54 -msgid "Next bookmark" -msgstr "Signet suivant" - -#: FConflictEditor.form:518 -msgid "Next conflict" -msgstr "Conflit suivant" - -#: FEditor.form:443 FForm.form:504 FTextEditor.form:493 -msgid "Next modification" -msgstr "Modification suivante" - -#: FOption.form:449 VersionControl.module:584 -msgid "No" -msgstr "Non" - -#: FarmRequest.class:125 -msgid "No answer." -msgstr "Aucune réponse." - -#: FMain.class:1376 -msgid "No arguments" -msgstr "Aucun argument" - -#: Project.module:3205 -msgid "No change has been detected." -msgstr "Aucun changement n'a été détecté." - -#: FDebugExpr.form:89 -msgid "No element" -msgstr "Aucun élément" - -#: MHelp.module:316 -msgid "No help found." -msgstr "Aide introuvable." - #: MErrorMessage.module:129 msgid "No instantiation method" msgstr "Aucune méthode d'instanciation" -#: FSelectLibrary.form:37 -msgid "No library has been found on your system." -msgstr "Aucune bibliothèque n'a été trouvée sur votre système." - -#: Project.module:4758 -msgid "Non-ASCII characters are forbidden in a project name." -msgstr "Un nom de projet ne peut contenir que des caractères ASCII." - -#: FProperty.class:804 -msgid "None" -msgstr "Aucun" - -#: CVersionControlGit.class:383 -msgid "None in the current project." -msgstr "Aucun dans le projet courant." - -#: MErrorMessage.module:133 -msgid "Non terminated string" -msgstr "Chaîne de caractères non terminée" - #: MErrorMessage.module:130 msgid "No parent class" msgstr "Classe parente introuvable" -#: FNewConnection.form:154 -msgid "No password" -msgstr "Pas de mot de passe" - -#: FProxy.form:76 -msgid "No proxy" -msgstr "Aucun proxy" - -#: FConnectionEditor.class:498 -msgid "No record" -msgstr "Aucun enregistrement" - -#: FImportTable.class:427 -msgid "No record imported." -msgstr "Aucun enregistrement importé." - #: MErrorMessage.module:131 msgid "No return value" msgstr "Aucune valeur de retour" -#: FProjectProperty.form:374 -msgid "Normal" -msgstr "Normal" - -#: MyLanguage.module:127 -msgid "Norwegian (Norway)" -msgstr "Norvégien (Norvège)" - -#: FSoftwareFarm.class:210 -msgid "No software found." -msgstr "Aucun logiciel n'a été trouvé." - -#: FConflictEditor.form:240 FEditor.form:286 FTextEditor.form:317 -msgid "No split" -msgstr "Affichage complet" - #: MErrorMessage.module:132 msgid "No startup method" msgstr "Méthode de démarrage introuvable" +#: MErrorMessage.module:133 +msgid "Non terminated string" +msgstr "Chaîne de caractères non terminée" + #: MErrorMessage.module:134 msgid "Not a directory: &1" msgstr "'&1' n'est pas un répertoire" @@ -4433,6 +7110,10 @@ msgstr "'&1' n'est pas un répertoire" msgid "Not a function" msgstr "Fonction attendue" +#: MErrorMessage.module:136 +msgid "Not a procedure" +msgstr "Procédure attendue" + #: MErrorMessage.module:137 msgid "Not an array" msgstr "Tableau attendu" @@ -4445,17 +7126,9 @@ msgstr "Enumération attendue" msgid "Not an object" msgstr "Objet attendu" -#: MErrorMessage.module:136 -msgid "Not a procedure" -msgstr "Procédure attendue" - -#: FDebugExpr.class:4 -msgid "not available" -msgstr "non disponible" - -#: FCreateFile.form:180 -msgid "Not creatable" -msgstr "Non instanciable" +#: MErrorMessage.module:140 +msgid "Not enough argument to New()" +msgstr "Pas assez d'arguments à New()" #: MErrorMessage.module:141 msgid "Not enough arguments" @@ -4465,46 +7138,14 @@ msgstr "Pas assez d'arguments" msgid "Not enough arguments to &1()" msgstr "Pas assez d'arguments à &1()" -#: MErrorMessage.module:140 -msgid "Not enough argument to New()" -msgstr "Pas assez d'arguments à New()" - -#: FImportTable.class:391 -msgid "Not enough values" -msgstr "Pas assez de valeurs" - -#: Design.module:1242 -msgid "No terminal emulator found." -msgstr "Impossible de trouver un émulateur de terminal." - -#: FDebugButton.form:57 -msgid "Notes" -msgstr "Notes" - -#: FComponentChooser.class:348 FProjectProperty.form:487 -msgid "Not finished but stable" -msgstr "Non terminé mais stable" - #: MErrorMessage.module:143 msgid "Not implemented yet" msgstr "Fonctionnalité non encore implémentée" -#: FTranslate.class:1065 -msgid "No translation were picked up." -msgstr "Aucune traduction n'a été récupérée." - #: MErrorMessage.module:144 msgid "Not supported" msgstr "Fonctionnalité non supportée" -#: FTranslate.class:77 -msgid "Not translated" -msgstr "Non traduit" - -#: FComponentChooser.form:126 FHelpBrowser.form:107 FTextEditor.form:814 -msgid "No zoom" -msgstr "Taille normale" - #: MErrorMessage.module:145 msgid "Null object" msgstr "Référence d'objet NULL" @@ -4513,6 +7154,14 @@ msgstr "Référence d'objet NULL" msgid "Number" msgstr "Nombre" +#: MErrorMessage.module:147 +msgid "Number or Date expected" +msgstr "Nombre ou date attendu" + +#: MErrorMessage.module:148 +msgid "Number or date" +msgstr "Nombre ou date" + #: MErrorMessage.module:149 msgid "Number, Date or String" msgstr "Nombre, Date ou String" @@ -4521,214 +7170,10 @@ msgstr "Nombre, Date ou String" msgid "Number, String or Object" msgstr "Nombre, String ou Object" -#: FOption.form:570 -msgid "Number of background jobs" -msgstr "Nombre de tâches d'arrière-plan" - -#: MErrorMessage.module:148 -msgid "Number or date" -msgstr "Nombre ou date" - -#: MErrorMessage.module:147 -msgid "Number or Date expected" -msgstr "Nombre ou date attendu" - #: MErrorMessage.module:151 msgid "Object" msgstr "Object" -#: FOption.class:4 -msgid "Obsidian" -msgstr "Obsidienne" - -#: CDocumentation.class:67 -msgid "ODBC database driver" -msgstr "Pilote de base de données ODBC" - -#: FSoftwareFarm.class:56 -msgid "Office" -msgstr "Bureautique" - -#: FImageEditor.form:263 FImageOffsetSelection.form:15 -msgid "Offset selection" -msgstr "Agrandir ou rétrécir la sélection" - -#: CVersionControlGit.class:445 Design.module:1064 FArguments.form:33 FColorChooser.form:67 FConnectionEditor.class:721 FCrash.form:94 FCreateFile.form:210 FDebugRemote.form:223 FFarmConfig.form:33 FFarmLogin.form:121 FFieldChooser.form:138 FFontChooser.form:34 FGotoLine.form:17 FImageOffsetSelection.form:33 FImageQuality.form:30 FImageResize.form:105 FImageRotate.form:26 FLayout.form:44 FList.form:122 FMakeExecutable.form:166 FMenu.form:440 FNewConnection.form:312 FNewTable.form:80 FNewTranslation.form:34 FPasteSpecial.form:80 FProjectProperty.form:1078 FProxy.form:63 FReportBorderChooser.form:54 FReportBoxShadowChooser.form:33 FReportBrushChooser.form:42 FReportCoordChooser.form:32 FReportPaddingChooser.form:69 FSelectComponent.form:34 FSelectExtraFile.form:37 FSelectIcon.form:105 FSelectLibrary.form:60 FSnippet.form:51 FTableChooser.form:62 FText.form:34 FWebFontChooser.form:123 Project.module:2625 -msgid "OK" -msgstr "OK" - -#: CSoftware.class:701 -msgid "on &1" -msgstr "en &1" - -#: CVersionControlGit.class:374 -msgid "One file to commit in the current branch." -msgstr "Un fichier à publier dans la branche courante." - -#: CVersionControlGit.class:385 -msgid "One in the current project." -msgstr "Un dans le projet courant" - -#: FSearch.class:646 -msgid "One match" -msgstr "Une correspondance" - -#: FConnectionEditor.class:500 -msgid "One record" -msgstr "Un enregistrement" - -#: FImportTable.class:429 -msgid "One record imported." -msgstr "Un enregistrement importé." - -#: FSearch.class:654 -msgid "One replacement" -msgstr "Un remplacement" - -#: FTranslate.class:1067 -msgid "One translation was picked up." -msgstr "Une traduction a été récupérée." - -#: CDocumentation.class:108 -msgid "Online map viewer" -msgstr "Afficheur de plans depuis le réseau" - -#: FImageProperty.form:456 -msgid "Opacity" -msgstr "Opacité" - -#: FConflict.form:141 FMain.form:394 FOpenProject.form:40 FProjectChooser.form:70 -msgid "Open" -msgstr "Ouvrir" - -#: Project.module:617 -msgid "Open after all" -msgstr "Ouvrir malgré tout" - -#: CDocumentation.class:120 -msgid "OpenAL 3D audio library" -msgstr "Bibliothèque audio 3D OpenAL" - -#: FMain.form:905 -msgid "Open a terminal" -msgstr "Ouvrir un terminal" - -#: FConflictEditor.form:283 FForm.form:418 FMain.form:1086 FTextEditor.form:370 -msgid "Open code" -msgstr "Ouvrir le code" - -#: FOutput.form:123 -msgid "Open contents" -msgstr "Ouvrir le contenu" - -#: FMain.form:335 -msgid "Open example" -msgstr "Ouvrir un exemple" - -#: FMain.form:344 FWelcome.class:75 -msgid "Open file" -msgstr "Ouvrir un fichier" - -#: FDebugInfo.form:198 -msgid "Open file descriptors" -msgstr "Descripteurs de fichier ouverts" - -#: FEditor.form:332 -msgid "Open form" -msgstr "Ouvrir le formulaire" - -#: Project.module:254 -msgid "OpenGL" -msgstr "OpenGL" - -#: CDocumentation.class:171 FProjectProperty.form:593 -msgid "OpenGL display" -msgstr "Affichage OpenGL" - -#: CDocumentation.class:123 -msgid "OpenGL shaders management" -msgstr "Gestion des shaders OpenGL" - -#: CDocumentation.class:122 -msgid "OpenGL utility component" -msgstr "Composant utilitaire OpenGL" - -#: CDocumentation.class:91 -msgid "OpenGL with GTK+3 toolkit" -msgstr "OpenGL avec GTK+3" - -#: CDocumentation.class:89 -msgid "OpenGL with GTK+ toolkit" -msgstr "OpenGL avec GTK+" - -#: CDocumentation.class:94 -msgid "OpenGL with QT/GTK+ switcher component" -msgstr "Sélection du composant graphique OpenGL selon le bureau" - -#: CDocumentation.class:133 -msgid "OpenGL with QT4 toolkit" -msgstr "OpenGL avec QT4" - -#: CDocumentation.class:137 -msgid "OpenGL with QT5 toolkit" -msgstr "OpenGL avec QT5" - -#: FCreateProject.form:159 FProjectChooser.form:77 ProjectBox.class:332 -msgid "Open in another window" -msgstr "Ouvrir dans une nouvelle fenêtre" - -#: FMain.form:1091 -msgid "Open in file manager" -msgstr "Ouvrir dans le gestionnaire de fichiers" - -#: FMain.form:1096 -msgid "Open in project" -msgstr "Ouvir dans le projet" - -#: FMain.form:786 -msgid "Open profile" -msgstr "Ouvrir un profilage" - -#: FMain.form:321 FWelcome.class:70 -msgid "Open project" -msgstr "Ouvrir un projet" - -#: FMain.form:327 -msgid "Open recent" -msgstr "Ouvrir un projet récent" - -#: CDocumentation.class:125 -msgid "OpenSSL library routines" -msgstr "Routines de la bibliothèque OpenSSL" - -#: FMain.form:1919 -msgid "Open startup class" -msgstr "Ouvrir la classe de démarrage" - -#: FMakeInstall.form:971 -msgid "Open target folder" -msgstr "Ouvrir le répertoire destination" - -#: FMain.form:1100 -msgid "Open with" -msgstr "Ouvrir avec" - -#: FCreateFile.form:72 FImportTable.form:58 FMakeExecutable.form:51 FMakePatch.form:65 FOption.form:1270 FProjectProperty.form:823 FSearch.form:110 -msgid "Options" -msgstr "Options" - -#: CVersionControlGit.class:365 -msgid "Origin" -msgstr "Origine" - -#: FMain.form:1057 -msgid "Other" -msgstr "Autre" - -#: FSoftwareFarm.class:75 -msgid "Other software from" -msgstr "Autres logiciels de" - #: MErrorMessage.module:152 msgid "Out of bounds" msgstr "Dépassement de tableau" @@ -4741,1767 +7186,78 @@ msgstr "Mémoire pleine" msgid "Out of range" msgstr "Dépassement de capacité" -#: Design.module:1209 -msgid "Output terminal" -msgstr "Terminal de sortie" - #: MErrorMessage.module:155 msgid "Overflow" msgstr "Dépassement de capacité" -#: FLayout.class:30 FOption.class:1742 -msgid "Override" -msgstr "Écraser" - #: MErrorMessage.module:156 msgid "Overriding an already inherited class is forbidden" msgstr "Réimplémenter une classe déjà héritée est interdit" -#: FEditor.class:414 -msgid "Overwrite" -msgstr "Écrasement" - -#: FMakeInstall.class:136 -msgid "Package" -msgstr "Paquet" - -#: FMakeInstall.form:613 -msgid "Package group" -msgstr "Groupe de paquet" - -#: FMakeInstall.form:155 -msgid "Package information" -msgstr "Information sur le paquet" - -#: FOption.form:364 -msgid "Package maintainer" -msgstr "Mainteneur du paquet" - -#: FMakeInstall.form:161 -msgid "Package name" -msgstr "Nom du paquet" - -#: FMakeInstall.form:207 -msgid "Package version" -msgstr "Version du paquet" - -#: FCreateFile.form:155 -msgid "Parent class" -msgstr "Classe parente" - -#: FCreateProject.form:82 -msgid "Parent directory" -msgstr "Répertoire parent" - -#: FDebugRemote.form:124 FFarmLogin.form:74 FFarmRegister.form:76 FNewConnection.form:164 FProjectVersion.form:142 FProxy.form:47 -msgid "Password" -msgstr "Mot de passe" - -#: FConflict.form:82 FConflictEditor.form:128 FConnectionEditor.form:161 FEditor.form:146 FForm.form:188 FImageEditor.form:160 FList.form:105 FMain.form:1125 FMenu.form:166 FOutput.form:49 FPasteTable.form:99 FProjectVersion.form:246 FTextEditor.form:163 -msgid "Paste" -msgstr "Coller" - -#: FConflictEditor.form:326 FEditor.form:398 FPasteSpecial.form:50 FTextEditor.form:436 -msgid "Paste as comments" -msgstr "Coller comme commentaires" - -#: FConflictEditor.form:321 FEditor.form:393 FPasteSpecial.form:65 FTextEditor.form:431 -msgid "Paste as multi-line string" -msgstr "Coller comme chaîne sur plusieurs lignes" - -#: FConflictEditor.form:316 FEditor.form:388 FPasteSpecial.form:60 FTextEditor.form:426 -msgid "Paste as string" -msgstr "Coller comme chaîne" - -#: FMenu.form:173 -msgid "Paste before" -msgstr "Coller avant" - -#: FOption.class:4 -msgid "Pastel" -msgstr "Pastel" - -#: FPasteSpecial.form:44 -msgid "Paste normally" -msgstr "Coller normalement" - -#: FConflictEditor.form:172 FEditor.form:190 FPasteSpecial.form:19 FTextEditor.form:222 -msgid "Paste special" -msgstr "Collage spécial" - -#: FConnectionEditor.form:158 FPasteTable.form:22 -msgid "Paste table" -msgstr "Copier la table" - -#: FPasteSpecial.form:55 -msgid "Paste with PRINT" -msgstr "Coller avec PRINT" - -#: FMain.form:523 -msgid "Patch" -msgstr "Patch" - -#: FMakePatch.form:123 FPatch.class:180 -msgid "Patch/Diff files" -msgstr "Fichiers Patch/Diff" - -#: Patch.class:179 -msgid "Patch didn't apply:\n" -msgstr "Le patch n'a pas été appliqué :\n" - -#: FMakePatch.class:77 -msgid "Patch has been successfully generated." -msgstr "Le patch a été généré avec succès." - -#: FMakePatch.form:46 -msgid "Patch origin" -msgstr "Origine du patch" - -#: FPatch.form:18 -msgid "Patch the current project" -msgstr "Patcher le projet courant" - -#: FNewConnection.form:124 -msgid "Path" -msgstr "Emplacement" - -#: FMain.form:653 -msgid "Pause" -msgstr "Pause" - -#: CDocumentation.class:128 -msgid "PDF renderer based on Poppler library" -msgstr "Lecture de PDF basée sur la bibliothèque Poppler" - -#: FImageProperty.class:1230 -msgid "Pentagon" -msgstr "Pentagone" - -#: CDocumentation.class:127 -msgid "Perl-compatible Regular Expression Matching" -msgstr "Expression rationnelles compatibles avec Perl" - -#: FImportFile.class:33 -msgid "Picture files" -msgstr "Fichiers image" - -#: MMime.module:17 -msgid "Plain text" -msgstr "Texte brut" - -#: VersionControl.module:199 -msgid "Please check your network connection." -msgstr "Veuillez vérifier votre connexion réseau." - -#: FMakeInstall.class:446 -msgid "Please choose a menu location." -msgstr "Veuillez sélectionner un emplacement de menu." - -#: FMakeInstall.class:434 -msgid "Please choose a package group." -msgstr "Veuillez sélectionner un groupe de paquet." - -#: FCreateProject.class:172 -msgid "Please choose a project template." -msgstr "Veuillez choisir un modèle de projet." - -#: FMakeInstall.class:479 -msgid "Please choose a target directory for each extra file." -msgstr "Veuillez choisir un répertoire de destination pour chaque fichier supplémentaire." - -#: FMakeInstall.class:394 -msgid "Please choose at least one target distribution." -msgstr "Veuillez sélectionner au moins une distribution cible." - -#: FMakeInstall.class:444 -msgid "Please choose the menu location for each target distribution." -msgstr "Veuillez sélectionner un emplacement de menu pour chaque distribution cible." - -#: FMakeInstall.class:432 -msgid "Please choose the package group for each target distribution." -msgstr "Veuillez sélectionner un groupe de paquet pour chaque distribution cible." - -#: FSystemInfo.class:224 -msgid "Please copy these informations in all your bug reports." -msgstr "Veuillez recopier ces informations dans tous vos rapports de bugs." - -#: FCrash.class:132 -msgid "Please describe how to reproduce the crash here." -msgstr "Veuillez décrire comment reproduire le plantage ici." - -#: FMenu.class:351 -msgid "Please enter a menu name." -msgstr "Veuillez entrer un nom de menu." - -#: FConnectionEditor.class:956 -msgid "Please enter a number." -msgstr "Veuillez saisir un nombre." - -#: FPasteTable.class:57 -msgid "Please enter a table name." -msgstr "Veuillez entrer le nom de la table." - -#: FSnippet.class:23 -msgid "Please enter a trigger string." -msgstr "Veuillez saisir une chaîne de déclenchement." - -#: FProjectVersion.class:94 -msgid "Please enter a user name." -msgstr "Veuillez saisir un nom d'utilisateur." - -#: FFarmRegister.class:28 -msgid "Please enter a valid e-mail address." -msgstr "Veuillez saisir une adresse e-mail valide." - -#: FNewConnection.class:145 -msgid "Please enter password" -msgstr "Veuillez saisir le mot de passe" - -#: FMakeInstall.class:383 -msgid "Please enter the first CHANGELOG entry." -msgstr "Veuillez saisir la première entrée du CHANGELOG." - -#: FProjectVersion.class:105 FVersionControl.class:63 -msgid "Please enter the journal." -msgstr "Veuillez saisir le journal." - -#: FCreateProject.class:200 -msgid "Please enter the location of the repository." -msgstr "Veuillez saisir l'emplacement du référentiel." - -#: FNewConnection.class:104 -msgid "Please enter the name of the database." -msgstr "Veuillez saisir le nom de la base de données." - -#: FLayout.class:24 -msgid "Please enter the name of the layout." -msgstr "Veuillez saisir le nom de la disposition" - -#: FNewTable.class:53 -msgid "Please enter the name of the new table." -msgstr "Veuillez saisir le nom de la nouvelle table." - -#: FMakePatch.class:66 -msgid "Please enter the patch file name." -msgstr "Veuillez saisir le nom du fichier patch." - -#: FMakeInstall.class:360 -msgid "Please enter the vendor name." -msgstr "Veuillez saisir le nom du fournisseur." - -#: FMakeInstall.class:353 -msgid "Please enter your e-mail address." -msgstr "Veuillez saisir votre adresse e-mail." - -#: FMakeInstall.class:348 -msgid "Please enter your name." -msgstr "Veuillez saisir votre nom." - -#: FMakePatch.class:19 -msgid "Please select the origin archive." -msgstr "Veuillez sélectionner l'archive d'origine." - -#: FMakePatch.class:28 -msgid "Please select the origin project." -msgstr "Veuillez sélectionner le projet d'origine." - -#: FTranslate.class:1027 -msgid "Please select the translation file to import." -msgstr "Veuillez sélectionner le fichier de traduction à importer." - -#: VersionControl.module:94 -msgid "Please set the $EDITOR environment variable with your favorite graphical text editor. Some version control commands need it." -msgstr "Veuillez définir la variable d'environnement $EDITOR avec votre éditeur de texte graphique favori. Les commandes de suivi de version en ont besoin." - -#: Project.module:4374 -msgid "Please type a name." -msgstr "Veuillez saisir un nom." - -#: Project.module:4747 -msgid "Please type a project name." -msgstr "Veuillez saisir un nom de projet." - -#: MyLanguage.module:133 -msgid "Polish (Poland)" -msgstr "Polonais (Pologne)" - -#: CDocumentation.class:55 -msgid "Polygon management based on Clipper library" -msgstr "Gestion des polygones basée sur la bibliothèque Clipper" - -#: CDocumentation.class:118 -msgid "POP3 client" -msgstr "Client POP3" - -#: FProxy.form:37 -msgid "Port" -msgstr "Port" - -#: MyLanguage.module:137 -msgid "Portuguese (Brazil)" -msgstr "Portugais (Brésil)" - -#: MyLanguage.module:136 -msgid "Portuguese (Portugal)" -msgstr "Portugais (Portugal)" - -#: CDocumentation.class:68 -msgid "PostgreSQL database driver" -msgstr "Pilote de base de données PostgreSQL" - -#: FMain.form:942 FOption.form:274 -msgid "Preferences" -msgstr "Préférences" - -#: FImageProperty.form:702 FImportTable.form:188 FTextEditor.form:340 -msgid "Preview" -msgstr "Aperçu" - -#: FTextEditor.class:1793 -msgid "Preview refresh..." -msgstr "Rafraîchissement de l'aperçu..." - -#: FForm.form:377 FSearch.form:214 FTips.form:75 -msgid "Previous" -msgstr "Précédent" - -#: CBookmark.class:49 -msgid "Previous bookmark" -msgstr "Signet précédent" - -#: FConflictEditor.form:510 -msgid "Previous conflict" -msgstr "Conflit précédent" - -#: FProjectVersion.form:283 -msgid "Previous description" -msgstr "Description précédente" - -#: FEditor.form:436 FForm.form:497 FTextEditor.form:486 -msgid "Previous modification" -msgstr "Modification précédente" - -#: FEditor.form:355 FHelpBrowser.form:127 FTextEditor.form:386 -msgid "Print" -msgstr "Imprimer" - -#: FOption.form:1583 Project.module:255 -msgid "Printing" -msgstr "Impression" - -#: FDebugExpr.form:38 -msgid "Print to console" -msgstr "Imprimer dans la console" - -#: FOption.form:923 -msgid "Procedure folding" -msgstr "Repliage des procédures" - -#: FEditor.form:684 FTextEditor.form:702 -msgid "Procedure list" -msgstr "Liste des procédures" - -#: FOption.form:940 -msgid "Procedure separation" -msgstr "Séparation des procédures" - -#: FDebugInfo.class:1355 -msgid "Process &1" -msgstr "Processus &1" - -#: FProfile.class:50 -msgid "Profile #&1" -msgstr "Profilage n°&1" - -#: FProfile.class:1121 -msgid "Profile files" -msgstr "Fichiers de profilage" - -#: FMain.class:2478 -msgid "Profile for &1 project" -msgstr "Profilage pour le projet &1" - -#: FArguments.form:12 FMain.form:638 -msgid "Program arguments" -msgstr "Arguments du programme" - -#: CDocumentation.class:52 -msgid "Program arguments parser" -msgstr "Analyseur des arguments du programme" - -#: FProjectProperty.form:481 FTranslate.class:76 -msgid "Progress" -msgstr "Avancement" - -#: CProjectTree.class:389 FHelpShortcut.form:21 FMain.form:451 FSearch.class:134 FSelectIcon.form:32 -msgid "Project" -msgstr "Projet" - -#: FCreateProject.class:87 -msgid "Project checkout has failed." -msgstr "La récupération du projet a échoué." - -#: Project.module:6016 -msgid "Project cleanup..." -msgstr "Nettoyage du projet..." - -#: FCreateProject.form:90 -msgid "Project details" -msgstr "Détails du projet" - -#: FMakePatch.form:59 -msgid "Project directory" -msgstr "Répertoire du projet" - -#: Project.module:6022 -msgid "Project files conversion..." -msgstr "Conversion des fichiers du projet..." - -#: FMain.form:1941 -msgid "Project filter" -msgstr "Filtre de projet" - -#: FProjectVersion.class:198 VersionControl.module:428 -msgid "Project has been updated from repository successfully." -msgstr "Le projet a été mis à-jour depuis le référentiel avec succès." - -#: FCreateProject.form:154 FProjectProperty.form:989 -msgid "Project is translatable" -msgstr "Le projet est traduisible" - -#: FMain.form:961 -msgid "Project link" -msgstr "Lien vers un projet" - -#: FCreateProject.form:100 -msgid "Project name" -msgstr "Nom du projet" - -#: FMain.form:1457 FProjectProperty.form:161 -msgid "Project properties" -msgstr "Propriétés du projet" - -#: FOption.form:453 -msgid "Projects" -msgstr "Projets" - -#: Project.module:6643 -msgid "Project templates" -msgstr "Modèles de projet" - -#: FCreateProject.form:135 -msgid "Project title" -msgstr "Titre du projet" - -#: FTranslate.form:83 -msgid "Project translation" -msgstr "Traduction du projet" - -#: FCreateProject.form:46 -msgid "Project type" -msgstr "Type de projet" - -#: FProjectVersion.form:53 -msgid "Project Version Control" -msgstr "Suivi de version du projet" - -#: CClassInfo.class:638 FMain.form:609 FProperty.form:28 -msgid "Properties" -msgstr "Propriétés" - -#: FMain.form:820 -msgid "Properties sheet" -msgstr "Feuille de propriétés" - -#: FDebugRemote.form:74 -msgid "Protocol" -msgstr "Protocole" - -#: CLibraryInfo.class:213 LibraryItem.class:58 -msgid "Provides" -msgstr "Fournit" - -#: FOption.form:780 FProxy.form:20 -msgid "Proxy configuration" -msgstr "Configuration du proxy" - -#: CProjectTree.class:395 -msgid "Public" -msgstr "Public" - -#: FMain.form:585 FPublish.form:64 -msgid "Publish" -msgstr "Publier" - -#: FPublish.form:295 -msgid "Publish as" -msgstr "Publier en tant que" - -#: SoftwareBox.class:236 -msgid "Published &1" -msgstr "Publié &1" - -#: FSoftwareFarm.class:420 -msgid "Published &1 (on &2)" -msgstr "Publié &1 (&2)" - -#: FarmRequest.class:242 -msgid "Publish project" -msgstr "Publier un projet" - -#: FMain.form:1707 FPublish.form:51 -msgid "Publish software" -msgstr "Publier un logiciel" - -#: MyLanguage.module:130 -msgid "Punjabi (India)" -msgstr "Punjabi (Inde)" - -#: FVersionControl.form:124 -msgid "Push" -msgstr "Envoyer" - -#: FMain.form:579 -msgid "Put under version control" -msgstr "Mettre sous suivi de version" - -#: FImageOffsetSelection.form:28 FImageResize.form:129 -msgid "px" -msgstr "px" - -#: CDocumentation.class:93 -msgid "QT/GTK+ switcher component" -msgstr "Sélection du composant graphique selon le bureau" - -#: CDocumentation.class:95 -msgid "QT/GTK+ web browser switcher component" -msgstr "Sélection du composant de navigateur web selon le bureau" - -#: CDocumentation.class:97 -msgid "QT4/QT5 OpenGL switcher component" -msgstr "Sélection du composant OpenGL selon le bureau" - -#: CDocumentation.class:96 -msgid "QT4/QT5 switcher component" -msgstr "Sélection du composant QT4 ou QT5" - -#: CDocumentation.class:98 -msgid "QT4/QT5 WebKit switcher component" -msgstr "Sélection du composant WebKit QT4 ou QT5" - -#: CDocumentation.class:130 -msgid "QT4 toolkit" -msgstr "Bibliothèque QT4" - -#: CDocumentation.class:131 -msgid "QT4 toolkit extension" -msgstr "Contrôles supplémentaires pour le composant QT4" - -#: CDocumentation.class:132 -msgid "QT4 WebKit component" -msgstr "Composant WebKit de QT4" - -#: CDocumentation.class:134 -msgid "QT5 toolkit" -msgstr "Bibliothèque QT5" - -#: CDocumentation.class:138 -msgid "QT5 toolkit extension" -msgstr "Contrôles supplémentaires pour le composant QT5" - -#: CDocumentation.class:136 -msgid "QT5 web browser component" -msgstr "Composant de navigateur web pour QT5" - -#: CDocumentation.class:135 -msgid "QT5 WebKit component" -msgstr "Composant WebKit de QT5" - -#: FOption.class:4 -msgid "Quest" -msgstr "Quête" - -#: FOption.class:4 -msgid "Quick" -msgstr "Rapide" - -#: FMain.form:381 FSave.class:28 FWelcome.class:77 -msgid "Quit" -msgstr "Quitter" - -#: FColorChooser.class:86 -msgid "R" -msgstr "R" - -#: FImageProperty.form:198 FReportBrushChooser.form:49 -msgid "Radial gradient" -msgstr "Dégradé circulaire" - -#: FImageProperty.form:262 FReportBrushChooser.form:121 -msgid "Radius" -msgstr "Rayon" - -#: FImageResize.form:118 -msgid "Ratio" -msgstr "Rapport" - -#: CClassInfo.class:702 -msgid "read" -msgstr "lecture" - -#: CClassInfo.class:707 Project.module:1714 -msgid "read-only" -msgstr "lecture seule" +#: MErrorMessage.module:157 +msgid "Read error" +msgstr "Erreur de lecture" #: MErrorMessage.module:158 msgid "Read-only array" msgstr "Tableau en lecture-seule" -#: FDebugInfo.form:164 -msgid "Read-only memory" -msgstr "Mémoire en lecture seule" - -#: MErrorMessage.module:157 -msgid "Read error" -msgstr "Erreur de lecture" - -#: FMain.form:1068 FOpenProject.form:49 -msgid "Recent" -msgstr "Récent" - -#: FWelcome.class:71 -msgid "Recent projects" -msgstr "Projets récents" - -#: FImageEditor.form:625 -msgid "Rectangle" -msgstr "Rectangle" - -#: FMain.form:696 -msgid "Redirect standard error output" -msgstr "Rediriger la sortie erreur standard" - -#: FConflict.form:94 FConflictEditor.form:104 FConnectionEditor.form:274 FEditor.form:122 FForm.form:158 FImageEditor.form:134 FProjectVersion.form:258 FTextEditor.form:139 -msgid "Redo" -msgstr "Rétablir" - -#: FMain.form:600 -msgid "Refresh" -msgstr "Rafraîchir" - -#: FProjectVersion.form:197 -msgid "Refresh information" -msgstr "Rafraîchir les informations" - -#: FMain.form:1465 -msgid "Refresh project" -msgstr "Rafraîchir le projet" - -#: FFarmRegister.form:28 FPublish.form:319 FSoftwareFarm.form:115 -msgid "Register" -msgstr "S'enregistrer" - -#: FarmRequest.class:167 -msgid "Register user" -msgstr "Enregistrer un utilisateur" - -#: FSearch.form:125 -msgid "Regular expression" -msgstr "Expression rationnelle" - -#: FComponentChooser.form:103 FConflictEditor.form:293 FConnectionEditor.form:120 FEditor.form:362 FForm.form:442 FHelpBrowser.form:85 FImageEditor.form:394 FMain.form:401 FTextEditor.form:393 FTranslate.form:99 Project.module:943 -msgid "Reload" -msgstr "Recharger" - -#: FMain.form:372 -msgid "Reload project" -msgstr "Recharger le projet" - -#: FNewConnection.form:293 -msgid "Remember database structure" -msgstr "Mémoriser la structure de la base de données" - -#: FFarmLogin.form:95 FNewConnection.form:175 FProjectVersion.form:155 -msgid "Remember password" -msgstr "Se souvenir du mot de passe" - -#: FProjectVersion.class:37 -msgid "Remote" -msgstr "Distant" - -#: FDebugRemote.form:40 FMain.form:644 -msgid "Remote debugging" -msgstr "Débogage distant" - -#: FDebugRemote.form:154 -msgid "Remote environment" -msgstr "Environnement distant" - -#: CVersionControlSubversion.class:325 -msgid "Remote last commit author" -msgstr "Auteur de la dernière publication distante" - -#: CVersionControlSubversion.class:326 -msgid "Remote last commit date" -msgstr "Date de la dernière publication distante" - -#: CVersionControlGit.class:394 CVersionControlSubversion.class:323 -msgid "Remote repository URL" -msgstr "URL du référentiel distant" - -#: CVersionControlSubversion.class:324 -msgid "Remote revision" -msgstr "Révision distante" - -#: FConnectionEditor.form:134 FDebugInfo.class:1792 FDebugRemote.form:187 FMain.form:1304 FMakeInstall.form:763 FOption.form:1239 FProjectProperty.form:658 FPublish.form:268 FSoftwareFarm.form:427 FTestSuite.class:292 -msgid "Remove" -msgstr "Supprimer" - -#: FComponentChooser.class:588 -msgid "Remove all" -msgstr "Tout supprimer" - -#: FProjectProperty.form:664 -msgid "Remove All" -msgstr "Tout supprimer" - -#: FDebugInfo.form:254 -msgid "Remove all breakpoints" -msgstr "Supprimer tous les points d'arrêts" - -#: FDebugInfo.form:303 -msgid "Remove all expressions" -msgstr "Supprimer toutes les expressions" - -#: FDebugInfo.form:247 -msgid "Remove breakpoint" -msgstr "Supprimer le point d'arrêt" - -#: FDebugInfo.form:297 -msgid "Remove current expression" -msgstr "Supprimer l'expression sélectionnée" - -#: FImageProperty.form:228 FReportBrushChooser.form:93 -msgid "Remove gradient stop" -msgstr "Supprimer une couleur de dégradé" - -#: FConnectionEditor.form:231 -msgid "Remove query" -msgstr "Supprimer la requête" - -#: FOption.form:1143 -msgid "Remove useless spaces at end of line" -msgstr "Supprimer les espaces inutiles en fin de ligne" - -#: FConnectionEditor.form:143 FMain.form:1138 -msgid "Rename" -msgstr "Renommer" - -#: FConnectionEditor.form:140 FNewTable.class:30 -msgid "Rename table" -msgstr "Renommer la table" - -#: FTestSuite.form:92 -msgid "Rename test suite" -msgstr "Renommer la série de tests" - -#: FMain.form:888 FSearch.form:85 -msgid "Replace" -msgstr "Remplacer" - -#: FSearch.form:233 -msgid "Replace all" -msgstr "Tout remplacer" - -#: FSearch.form:139 -msgid "Replace capture groups" -msgstr "Remplacer les groupes de capture" - -#: FTranslate.form:495 -msgid "Replace existing translations" -msgstr "Remplacer les traductions existantes" - -#: CModule.class:31 FMain.form:1005 FToolBox.class:26 -msgid "Report" -msgstr "État" - -#: CDocumentation.class:139 -msgid "Report designer" -msgstr "Générateur d'états" - -#: CModule.class:31 -msgid "Reports" -msgstr "États" - -#: FCreateProject.form:172 FProjectVersion.form:171 -msgid "Repository" -msgstr "Référentiel" - -#: FSoftwareFarm.class:229 -msgid "Request cancelled." -msgstr "Requête annulée." - -#: FProjectProperty.form:646 -msgid "Require" -msgstr "Nécessiter" - -#: FProjectProperty.form:607 -msgid "Required and excluded components" -msgstr "Composants nécessaires ou exclus" - -#: FProjectProperty.form:555 -msgid "Required features" -msgstr "Fonctionnalités nécessaires" - -#: FPublish.form:230 -msgid "Require Gambas version" -msgstr "Version de Gambas nécessaire" - -#: CComponent.class:659 CLibraryInfo.class:214 LibraryItem.class:60 -msgid "Requires" -msgstr "Nécessite" - -#: FImageProperty.form:714 FProjectProperty.form:1072 FTestSuite.form:161 -msgid "Reset" -msgstr "Réinitialiser" - -#: FImageEditor.form:212 -msgid "Resize" -msgstr "Redimensionner" - -#: FImageResize.form:64 -msgid "Resize and center" -msgstr "Redimensionner et centrer" - -#: FImageResize.form:71 -msgid "Resize and center horizontally" -msgstr "Redimensionner et centrer horizontalement" - -#: FImageResize.form:78 -msgid "Resize and center vertically" -msgstr "Redimensionner et centrer verticalement" - -#: FImageResize.form:25 -msgid "Resize image" -msgstr "Redimensionner l'image" - -#: FImageEditor.form:775 -msgid "Resize or stretch image" -msgstr "Redimensionner ou étirer l'image" - -#: FOption.form:547 -msgid "Restore files when loading a project" -msgstr "Restaurer les fichiers à l'ouverture du projet" - #: MErrorMessage.module:159 msgid "Return value datatype not specified in function declaration" msgstr "Le type de la valeur de retour n'a pas été spécifié dans la déclaration de la fonction" -#: FPatch.form:76 FProjectVersion.form:83 -msgid "Revert" -msgstr "Revenir" - -#: FDebugInfo.form:573 FMain.form:562 -msgid "Revert all changes" -msgstr "Annuler tous les changements" - -#: CVersionControlSubversion.class:306 FProjectVersion.class:284 -msgid "Revision" -msgstr "Révision" - -#: FImageProperty.form:757 -msgid "Right align" -msgstr "Aligner à droite" - -#: MyLanguage.module:143 -msgid "Romanian (Romania)" -msgstr "Roumain (Roumanie)" - -#: FImageEditor.form:219 -msgid "Rotate" -msgstr "Rotation" - -#: FImageEditor.form:201 FImageProperty.form:289 -msgid "Rotate clockwise" -msgstr "Rotation de 90° vers la droite" - -#: FImageEditor.form:193 FImageProperty.form:295 -msgid "Rotate counter-clockwise" -msgstr "Rotation de 90° vers la gauche" - -#: FImageEditor.form:784 FImageRotate.form:11 -msgid "Rotate image" -msgstr "Rotation de l'image" - -#: FImageProperty.form:511 -msgid "Roundness" -msgstr "Arrondi" - -#: FForm.form:277 -msgid "Rows" -msgstr "Lignes" - -#: FOption.class:4 -msgid "Ruby" -msgstr "Rubis" - -#: FMain.form:622 -msgid "Run" -msgstr "Démarrer" - -#: FConnectionEditor.class:700 -msgid "Running request" -msgstr "Exécution de la requête" - -#: FConnectionEditor.form:217 -msgid "Run query" -msgstr "Exécuter la requête" - -#: FDebugInfo.form:484 -msgid "Run test" -msgstr "Démarrer le test" - -#: FEditor.form:339 FMain.form:1171 -msgid "Run this class" -msgstr "Exécuter cette classe" - -#: FForm.form:425 -msgid "Run this form" -msgstr "Exécuter ce formulaire" - -#: FMakeExecutable.form:135 -msgid "Run this shell command after" -msgstr "Exécuter cette commande « shell » ensuite" - -#: FProjectProperty.form:697 -msgid "Runtime library search path" -msgstr "Chemin de recherche des bibliothèques à l'exécution" - -#: FEditor.form:309 FMain.form:1646 -msgid "Run until current line" -msgstr "Exécuter jusqu'à la ligne courante" - -#: FMain.form:1833 -msgid "Run with" -msgstr "Démarrer avec" - -#: FMain.form:1830 -msgid "Run with arguments" -msgstr "Démarrer avec des arguments" - -#: MyLanguage.module:146 -msgid "Russian (Russia)" -msgstr "Russe (Russie)" - -#: FMakeInstall.form:731 -msgid "Same dependencies for all targets" -msgstr "Mêmes dépendances pour toutes les cibles" - -#: FMakeInstall.form:791 -msgid "Same files for all targets" -msgstr "Mêmes fichiers pour toutes les cibles" - -#: FForm.form:348 -msgid "Same height" -msgstr "Même hauteur" - -#: FForm.form:342 -msgid "Same width" -msgstr "Même largeur" - -#: FOption.class:4 -msgid "Sapphire" -msgstr "Saphir" - -#: FImageProperty.form:642 -msgid "Saturation" -msgstr "Saturation" - -#: FConflict.form:149 FConflictEditor.form:299 FConnectionEditor.form:112 FEditor.form:368 FForm.form:448 FImageEditor.form:401 FMain.form:410 FMenu.class:101 FOption.form:1438 FSaveProjectAs.form:87 FTextEditor.form:399 FTranslate.form:249 -msgid "Save" -msgstr "Enregistrer" - -#: FSave.form:43 -msgid "Save All" -msgstr "Tout enregistrer" - -#: FImageEditor.form:408 FMain.form:416 FTextEditor.form:406 Project.module:7033 -msgid "Save as" -msgstr "Enregistrer sous" - -#: FImageEditor.form:440 -msgid "Save as BMP" -msgstr "Enregistrer comme BMP" - -#: FImageEditor.form:428 -msgid "Save as JPEG" -msgstr "Enregistrer comme JPEG" - -#: FImageEditor.form:434 -msgid "Save as PNG" -msgstr "Enregistrer comme PNG" - -#: FImageEditor.form:447 -msgid "Save as TIFF" -msgstr "Enregistrer comme TIFF" - -#: Project.module:7115 -msgid "Save file as" -msgstr "Enregistrer le fichier sous" - -#: FLayout.form:14 -msgid "Save layout" -msgstr "Enregistrer la disposition" - -#: FSave.form:15 -msgid "Save modified files" -msgstr "Enregistrer les fichiers modifiés" - -#: FProfile.form:74 -msgid "Save profile" -msgstr "Enregistrer le profilage" - -#: FMain.form:353 -msgid "Save project" -msgstr "Enregistrer le projet" - -#: FMain.form:361 FSaveProjectAs.form:19 -msgid "Save project as" -msgstr "Enregistrer le projet sous" - -#: FImageEditor.form:301 -msgid "Save selection" -msgstr "Enregistrer le sélection" - -#: FTranslate.form:247 -msgid "Save translation" -msgstr "Enregistrer la traduction" - -#: Package.module:295 -msgid "Saving CHANGELOG file." -msgstr "Sauvegarde du fichier CHANGELOG." - -#: CDocumentation.class:141 -msgid "Scanner management library based on SANE" -msgstr "Bibliothèque de gestion des scanners basée sur SANE" - -#: FPublish.form:176 -msgid "Screenshot" -msgstr "Capture d'écran" - -#: FPublish.class:329 -msgid "Screenshot files" -msgstr "Fichiers de capture d'écran" - -#: CDocumentation.class:145 -msgid "SDL2 audio component" -msgstr "Composant audio SDL2" - -#: CDocumentation.class:144 -msgid "SDL2 component" -msgstr "Composant SDL2" - -#: CDocumentation.class:142 -msgid "SDL library" -msgstr "Bibliothèque SDL" - -#: CDocumentation.class:143 -msgid "SDL sound & CD-ROM management" -msgstr "Gestion du son et du CD-ROM basé sur la bibliothèque SDL" - -#: FHelpBrowser.form:158 FMain.form:1563 FSearch.form:71 -msgid "Search" -msgstr "Rechercher" - -#: FSearch.form:47 -msgid "Search & Replace" -msgstr "Rechercher & Remplacer" - -#: FDebugInfo.form:663 -msgid "Search again" -msgstr "Rechercher de nouveau" - -#: FSearch.form:165 -msgid "Search in" -msgstr "Rechercher dans" - -#: FDebugButton.form:84 FDebugInfo.form:628 -msgid "Search result" -msgstr "Résultat de la recherche" - -#: FDebugInfo.form:714 FSearch.class:537 FTranslate.class:651 -msgid "Search string cannot be found." -msgstr "La chaîne recherchée est introuvable." - -#: FSearch.class:541 -msgid "Search string replaced &1 times." -msgstr "La chaîne de caractères a été remplacée &1 fois." - -#: FSearch.class:539 -msgid "Search string replaced once." -msgstr "La chaîne de caractères recherchée à été remplacée une fois." - -#: Design.module:264 Project.module:2296 -msgid "second" -msgstr "deuxième" - -#: FForm.form:223 -msgid "Select" -msgstr "Sélectionner" - -#: FColorChooser.form:15 -msgid "Select a color" -msgstr "Choisissez une couleur" - -#: FComponentChooser.form:26 FSelectComponent.form:12 -msgid "Select a component" -msgstr "Choisissez un composant" - -#: FReportCoordChooser.form:12 -msgid "Select a dimension" -msgstr "Choisissez une dimension" - -#: FNewConnection.class:178 -msgid "Select a directory" -msgstr "Choisissez un répertoire" - -#: FFieldChooser.class:70 -msgid "Select a field" -msgstr "Choisissez un champ" - -#: FMain.class:2726 FProperty.class:1024 -msgid "Select a file" -msgstr "Choisissez un fichier" - -#: FFontChooser.form:12 -msgid "Select a font" -msgstr "Choisissez une police" - -#: FProjectProperty.class:1272 -msgid "Select a Gambas executable" -msgstr "Choisissez un exécutable Gambas" - -#: FSelectLibrary.form:15 -msgid "Select a library" -msgstr "Choisissez une bibliothèque" - -#: FConflictEditor.form:183 FEditor.form:224 FImageEditor.form:229 FTextEditor.form:257 -msgid "Select All" -msgstr "Tout sélectionner" - -#: FConnectionEditor.form:500 FForm.form:229 -msgid "Select all" -msgstr "Sélectionner tout" - -#: FTestSuite.form:132 -msgid "Select all tests" -msgstr "Sélectionner tous les tests" - -#: FSelectExtraFile.form:12 -msgid "Select an extra file" -msgstr "Choisissez un fichier supplémentaire" - -#: FReportBrushChooser.form:152 -msgid "Select an image inside the project" -msgstr "Sélectionnez une image située à l'intérieur du projet" - -#: FSelectIcon.form:20 -msgid "Select a picture" -msgstr "Sélectionnez une image" - -#: FOpenProject.form:27 -msgid "Select a project" -msgstr "Sélectionnez un projet" - -#: FPublish.class:328 -msgid "Select a screenshot file" -msgstr "Choisissez un fichier de capture d'écran" - -#: FOption.class:497 -msgid "Select a theme file" -msgstr "Choisissez un fichier thème" - -#: FWebFontChooser.form:24 -msgid "Select font" -msgstr "Choisissez une police" - -#: FImageProperty.form:234 FReportBrushChooser.form:99 -msgid "Select gradient stop color" -msgstr "Sélectionnez la couleur du point d'arrêt du dégradé" - -#: FImageEditor.form:242 -msgid "Selection" -msgstr "Sélection" - -#: FImageProperty.form:341 -msgid "Selections" -msgstr "Sélections" - -#: FForm.form:236 -msgid "Select parent" -msgstr "Sélectionner le parent" - -#: FPatch.form:31 -msgid "Select patch" -msgstr "Sélectionnez un patch" - -#: FMakePatch.form:37 -msgid "Select patch origin" -msgstr "Sélectionnez l'origine du patch" - -#: FMakePatch.form:101 -msgid "Select project directory" -msgstr "Selectionnez le répertoire du projet" - -#: FMakePatch.form:91 -msgid "Select source archive" -msgstr "Selectionnez l'archive source" - -#: FImportTable.form:51 -msgid "Select the CSV file to import" -msgstr "Choisissez le fichier CSV à importer" - -#: FMakeInstall.class:1216 -msgid "Select the destination directory" -msgstr "Sélectionnez le répertoire destination" - -#: FProfile.class:722 -msgid "Self" -msgstr "Propre" - -#: FMakeInstall.form:608 -msgid "Self-extractible" -msgstr "Auto-extractible" - -#: FCrash.form:61 -msgid "Send a bug report by mail" -msgstr "Envoyer un rapport d'erreur par mail" - -#: FMain.form:912 -msgid "Send project by mail" -msgstr "Envoyer le projet par courriel" - -#: FForm.form:260 -msgid "Send to background" -msgstr "A l'arrière-plan" - -#: MyLanguage.module:155 -msgid "Serbian (Serbia & Montenegro)" -msgstr "Serbe (Serbie & Montenegro)" - -#: FConnectionEditor.class:842 MConnection.module:147 -msgid "Serial" -msgstr "Série" - -#: MErrorMessage.module:162 -msgid "Serialization error" -msgstr "Erreur de sérialisation" - -#: FDebugRemote.form:92 FFarmLogin.form:38 FFarmRegister.form:40 -msgid "Server" -msgstr "Serveur" - -#: FMakeExecutable.form:71 -msgid "Set version to" -msgstr "Fixer la version à" - -#: FReportBoxShadowChooser.form:40 -msgid "Shadow" -msgstr "Ombre" - -#: FImageEditor.form:310 -msgid "Shape grid" -msgstr "Grille de la forme" - -#: FMain.form:936 -msgid "Shortcuts" -msgstr "Raccourcis" - -#: FSoftwareFarm.form:159 FToolBox.form:31 FTranslate.form:223 -msgid "Show" -msgstr "Afficher" - -#: FMain.form:1192 -msgid "Show added files" -msgstr "Afficher les fichier ajoutés" - -#: FMain.form:1220 -msgid "Show all" -msgstr "Afficher tout" - -#: FDebugExpr.form:63 -msgid "Show all symbols" -msgstr "Afficher tous les symboles" - -#: FProfile.form:67 -msgid "Show average" -msgstr "Afficher la moyenne" - -#: FMain.form:1212 -msgid "Show compressed files" -msgstr "Afficher les fichiers compressés" - -#: FMain.form:2089 -msgid "Show controls" -msgstr "Afficher les contrôles" - -#: FMain.form:732 -msgid "Show database requests" -msgstr "Afficher les requêtes de bases de données" - -#: FOption.form:1383 -msgid "Show debugging panel if needed" -msgstr "Afficher le panneau de débogage si nécessaire" - -#: FComponentChooser.form:55 -msgid "Show deprecated components" -msgstr "Afficher les composants dépréciés" - -#: FProjectProperty.form:871 -msgid "Show deprecated components and controls" -msgstr "Afficher les composants et les contrôles dépréciés" - -#: FToolBox.form:125 -msgid "Show deprecated controls" -msgstr "Afficher les contrôles dépréciés" - -#: FOption.form:684 -msgid "Show documentation in popups" -msgstr "Afficher la documentation dans les popups" - -#: FMain.form:1187 -msgid "Show exported classes" -msgstr "Afficher les classes exportées" - -#: FOption.form:1366 -msgid "Show file name in window title" -msgstr "Afficher le nom de fichier dans le titre de la fenêtre" - -#: FMain.form:1202 -msgid "Show files in conflict" -msgstr "Afficher les fichiers en conflit" - -#: FSoftwareFarm.form:171 -msgid "Show filters" -msgstr "Afficher les filtres" - -#: FHelpBrowser.form:48 -msgid "Show help tree" -msgstr "Afficher l'arborescence de l'aide" - -#: FOption.form:855 -msgid "Show indentation with vertical lines" -msgstr "Afficher l'indentation avec des lignes verticales" - -#: FMain.form:725 -msgid "Show just-in-time compiler debugging messages" -msgstr "Afficher les messages de débogage du compilateur « just-in-time »" - -#: FOption.form:906 -msgid "Show line numbers" -msgstr "Afficher les numéros de lignes" - -#: FMain.form:845 -msgid "Show menubar" -msgstr "Afficher la barre des menus" - -#: FEditor.form:427 FForm.form:488 FTextEditor.form:477 -msgid "Show modifications" -msgstr "Afficher les modifications" - -#: FMain.form:1197 -msgid "Show modified files" -msgstr "Afficher les fichiers modifiés" - -#: FSoftwareFarm.form:177 -msgid "Show old versions" -msgstr "Afficher les anciennes versions" - -#: FOption.form:974 -msgid "Show Preview" -msgstr "Afficher la prévisualisation" - -#: FMain.form:2002 -msgid "Show project tree" -msgstr "Afficher l'arbre du projet" - -#: FMain.form:2010 -msgid "Show properties sheet" -msgstr "Afficher la feuille de propriétés" - -#: FMain.form:2081 -msgid "Show property help" -msgstr "Afficher l'aide sur les propriétés" - -#: FProfile.form:60 -msgid "Show relative durations" -msgstr "Afficher des durées relatives" - -#: FDebugInfo.form:656 -msgid "Show search window" -msgstr "Afficher la fenêtre de recherche" - -#: FOption.form:1298 -msgid "Show shadows" -msgstr "Afficher les ombres" - -#: FOption.form:957 -msgid "Show spaces at end of line with dots" -msgstr "Afficher les espaces en fin de ligne avec des points" - -#: FConnectionEditor.form:91 -msgid "Show system tables" -msgstr "Afficher les tables système" - -#: FForm.form:357 -msgid "Show tab" -msgstr "Afficher l'onglet" - -#: FTips.form:70 -msgid "Show tips on startup" -msgstr "Afficher les astuces au démarrage" - -#: FOption.form:1315 -msgid "Show tooltips" -msgstr "Afficher les bulles d'aide" - -#: FMain.form:1207 -msgid "Show untranslatable files" -msgstr "Afficher les fichiers non traduisibles" - -#: FImageOffsetSelection.form:52 -msgid "Shrink" -msgstr "Rétrécir" - -#: CDocumentation.class:147 -msgid "Signals management" -msgstr "Gestion des signaux" - -#: CDocumentation.class:124 -msgid "Simple OpenGL game engine based on MD2 format" -msgstr "Moteur OpenGL simplifié basé sur le format MD2" - -#: MyLanguage.module:173 -msgid "Simplified chinese (China)" -msgstr "Chinois simplifié (Chine)" - -#: WikiMarkdown.class:142 -msgid "Since" -msgstr "Depuis la version" - -#: FImageProperty.form:475 FSelectIcon.form:63 FTranslate.class:79 -msgid "Size" -msgstr "Taille" - -#: FSelectIcon.form:73 -msgid "Size preview" -msgstr "Aperçu de la taille" - -#: MyLanguage.module:149 -msgid "Slovenian (Slovenia)" -msgstr "Slovénien (Slovénie)" - -#: FToolBox.form:47 -msgid "Small" -msgstr "Petit" - -#: FForm.form:837 -msgid "Smaller font" -msgstr "Police plus petite" - -#: CDocumentation.class:119 -msgid "SMTP client" -msgstr "Client SMTP" - -#: FProxy.form:76 -msgid "SOCKS5 proxy" -msgstr "Proxy SOCKS5" - -#: FPublish.class:89 -msgid "Software" -msgstr "Logiciel" - -#: FPublish.form:67 -msgid "Software description" -msgstr "Description du logiciel" - -#: FMain.form:927 FWelcome.class:74 -msgid "Software farm" -msgstr "Logithèque" - -#: FConflict.form:160 -msgid "Solve" -msgstr "Résoudre" - -#: CVersionControlGit.class:483 -msgid "Solve conflict." -msgstr "Résolution du conflit." - -#: Project.module:3793 -msgid "Some components are missing: &1" -msgstr "Certains composants ne sont pas installés : &1" - -#: FConflict.class:225 -msgid "Some conflicts are not yet resolved." -msgstr "Tous les conflits ne sont pas résolus." - -#: FProjectVersion.form:221 -msgid "Some files are not versioned and should be added manually to the repository." -msgstr "Certains fichiers ne sont pas versionnés et doivent être ajoutés manuellement au référentiel." - -#: Project.module:874 -msgid "Some libraries used by the project are missing." -msgstr "Des bibliothèques utilisées par le projet sont manquantes." - -#: Project.module:2555 -msgid "Some project source files are in conflict.\nPlease solve them if you want to compile the project." -msgstr "Certains fichiers sources du projet sont en conflit.\nVeuillez résoudre ces conflits pour pouvoir compiler le projet." - -#: FPublish.form:164 -msgid "Sort" -msgstr "Trier" - -#: FTextEditor.form:190 -msgid "Sort ascent" -msgstr "Tri ascendant" - -#: FMain.class:793 FOpenProject.form:81 FWelcome.form:35 -msgid "Sort by date" -msgstr "Trier par date" - -#: FMain.class:793 FOpenProject.form:90 FWelcome.form:43 -msgid "Sort by name" -msgstr "Trier par nom" - -#: FMain.class:793 FOpenProject.form:98 FWelcome.form:50 -msgid "Sort by path" -msgstr "Trier dans l'ordre des chemins" - -#: FTextEditor.form:196 -msgid "Sort descent" -msgstr "Tri descendant" - -#: FMain.class:789 -msgid "Sort history" -msgstr "Trier l'historique" - -#: FEditor.form:203 -msgid "Sort procedures" -msgstr "Trier les procédures" - -#: FProperty.form:58 -msgid "Sort properties" -msgstr "Trier les propriétés" - -#: Project.module:256 -msgid "Sound" -msgstr "Son" - -#: FImportTable.form:68 FPasteTable.form:40 -msgid "Source" -msgstr "Source" - -#: FMain.form:509 FMakePatch.form:52 -msgid "Source archive" -msgstr "Archive source" - -#: FSearch.form:184 -msgid "Source files" -msgstr "Fichiers sources" - -#: FMakePatch.form:97 FMakeSourceArchive.class:18 -msgid "Source packages" -msgstr "Paquets sources" - -#: CProjectTree.class:392 -msgid "Sources" -msgstr "Sources" - -#: Package.module:994 -msgid "Sources are being debianizated." -msgstr "\"Debianisation\" des sources..." - -#: Project.module:4422 -msgid "Space" -msgstr "Espace" - -#: Project.module:4759 -msgid "SPACE" -msgstr "ESPACE" - -#: FOption.form:484 FProjectProperty.form:859 -msgid "space(s)" -msgstr "espace(s)" - -#: FPublish.class:235 -msgid "Spaces are not allowed." -msgstr "Les espaces ne sont pas autorisés." - -#: MyLanguage.module:53 -msgid "Spanish (Argentina)" -msgstr "Espagnol (Argentine)" - -#: MyLanguage.module:51 -msgid "Spanish (common)" -msgstr "Espagnol (commun)" - -#: MyLanguage.module:52 -msgid "Spanish (Spain)" -msgstr "Espagnol (Espagne)" - -#: FToolBox.class:26 -msgid "Special" -msgstr "Spécial" - -#: CDocumentation.class:69 -msgid "SQLite 2 database driver" -msgstr "Pilote de base de données SQLite 2" - -#: CDocumentation.class:70 -msgid "SQLite 3 database driver" -msgstr "Pilote de base de données SQLite 3" - -#: FConnectionEditor.class:120 -msgid "SQL requests" -msgstr "Requêtes SQL" - -#: FImageProperty.class:1229 -msgid "Square triangle" -msgstr "Triangle rectangle" - -# gb-ignore -#: FDebugRemote.form:81 -msgid "SSH" -msgstr "" - -#: FComponentChooser.class:352 -msgid "Stable" -msgstr "Stable" - -#: MErrorMessage.module:163 -msgid "Stack overflow" -msgstr "Débordement de pile" - -#: FMain.form:1164 -msgid "Startup class" -msgstr "Classe de démarrage" - -#: CClassInfo.class:915 -msgid "statically enumerable" -msgstr "énumérable statiquement" - -#: CClassInfo.class:894 -msgid "static function" -msgstr "fonction statique" - -#: CClassInfo.class:620 -msgid "Static methods" -msgstr "Méthodes statiques" - -#: CClassInfo.class:618 -msgid "Static properties" -msgstr "Propriétés statiques" - -#: CClassInfo.class:619 -msgid "Static variables" -msgstr "Variables statiques" - -#: FProjectProperty.form:1042 FTranslate.form:448 -msgid "Statistics" -msgstr "Statistiques" - -#: CVersionControlGit.class:391 -msgid "Status" -msgstr "État" - -#: FMain.form:838 -msgid "Status bar" -msgstr "Barre d'état" - -#: FMain.form:667 -msgid "Step" -msgstr "Pas-à-pas" - -#: FSelectIcon.form:45 -msgid "Stock" -msgstr "Stock" - -#: FMain.form:660 -msgid "Stop" -msgstr "Arrêter" - #: MErrorMessage.module:160 msgid "STOP instruction encountered" msgstr "Instruction STOP rencontrée" +#: MErrorMessage.module:161 +msgid "SUPER cannot be used alone" +msgstr "SUPER ne peut être utilisé seul" + +#: MErrorMessage.module:162 +msgid "Serialization error" +msgstr "Erreur de sérialisation" + +#: MErrorMessage.module:163 +msgid "Stack overflow" +msgstr "Débordement de pile" + #: MErrorMessage.module:164 msgid "Stream is closed" msgstr "Flux déjà fermé" -#: FImageResize.form:85 -msgid "Stretch image" -msgstr "Etirer l'image" - -#: FOption.form:308 -msgid "Strikeout" -msgstr "Barré" - -#: FConnectionEditor.class:842 MConnection.module:145 -msgid "String" -msgstr "Chaîne" - #: MErrorMessage.module:165 msgid "String expected" msgstr "Chaîne de caractères attendue" -#: FImportTable.form:124 -msgid "Strip useless white spaces" -msgstr "Supprimer les espaces inutiles" - -#: FImageProperty.form:366 -msgid "Stroke" -msgstr "Tracer" - #: MErrorMessage.module:166 msgid "Structures must be public" msgstr "Les structures doivent être publiques" -#: FMain.form:1043 -msgid "Style sheet" -msgstr "Feuille de style" - #: MErrorMessage.module:167 msgid "Subroutine arguments cannot be passed by reference" msgstr "Les arguments des routines prédéfinies ne peuvent être passées par référence" -#: MErrorMessage.module:161 -msgid "SUPER cannot be used alone" -msgstr "SUPER ne peut être utilisé seul" - -#: FOutput.form:91 -msgid "Suspend terminal" -msgstr "Suspendre le terminal" - -#: FSelectIcon.class:42 -msgid "SVG image files" -msgstr "Fichiers images SVG" - -#: MyLanguage.module:158 -msgid "Swedish (Sweden)" -msgstr "Suèdois (Suède)" - -#: FDebugExpr.class:535 -msgid "Symbol" -msgstr "Symbole" - -#: FDebugInfo.form:566 FMain.form:549 FReportBorderChooser.form:60 FReportPaddingChooser.form:64 -msgid "Synchronize" -msgstr "Synchroniser" - #: MErrorMessage.module:168 msgid "Syntax error" msgstr "Erreur de syntaxe" +#: MErrorMessage.module:169 +msgid "Syntax error at function declaration" +msgstr "Erreur de syntaxe dans la déclaration de fonction" + +#: MErrorMessage.module:170 +msgid "Syntax error in event name" +msgstr "Erreur de syntaxe dans le nom d'évènement" + +#: MErrorMessage.module:171 +msgid "Syntax error in file open mode" +msgstr "Erreur de syntaxe dans le mode d'ouverture du fichier" + +#: MErrorMessage.module:172 +msgid "Syntax error in return type" +msgstr "Erreur de syntaxe dans le type de retour" + #: MErrorMessage.module:173 msgid "Syntax error. &1 expected" msgstr "Erreur de syntaxe. &1 attendu" @@ -6510,14 +7266,14 @@ msgstr "Erreur de syntaxe. &1 attendu" msgid "Syntax error. '...' must be the last argument" msgstr "Erreur de syntaxe. '...' doit être le dernier argument" -#: MErrorMessage.module:176 -msgid "Syntax error. Cannot use this syntax in assignment" -msgstr "Erreur de syntaxe. Impossible d'utiliser cette syntaxe au sein d'une affection" - #: MErrorMessage.module:175 msgid "Syntax error. CASE or DEFAULT expected after SELECT" msgstr "Erreur de syntaxe. CASE ou DEFAULT attendu après SELECT" +#: MErrorMessage.module:176 +msgid "Syntax error. Cannot use this syntax in assignment" +msgstr "Erreur de syntaxe. Impossible d'utiliser cette syntaxe au sein d'une affection" + #: MErrorMessage.module:177 msgid "Syntax error. Class name expected" msgstr "Erreur de syntaxe. Nom de classe attendu" @@ -6590,378 +7346,22 @@ msgstr "Erreur de syntaxe. Le &1 champ n'est pas un identificateur valide" msgid "Syntax error. VarPtr() takes only one identifier" msgstr "Erreur de syntaxe. VarPtr() ne prend qu'un seul identificateur" -#: MErrorMessage.module:169 -msgid "Syntax error at function declaration" -msgstr "Erreur de syntaxe dans la déclaration de fonction" - -#: MErrorMessage.module:170 -msgid "Syntax error in event name" -msgstr "Erreur de syntaxe dans le nom d'évènement" - -#: MErrorMessage.module:171 -msgid "Syntax error in file open mode" -msgstr "Erreur de syntaxe dans le mode d'ouverture du fichier" - -#: MErrorMessage.module:172 -msgid "Syntax error in return type" -msgstr "Erreur de syntaxe dans le type de retour" - -#: CDocumentation.class:77 -msgid "Syntax highlighter routines" -msgstr "Routines de coloration syntaxique" - -#: FColorChooser.form:27 FSoftwareFarm.class:59 -msgid "System" -msgstr "Système" - -#: FImageProperty.class:792 -msgid "System clipboard" -msgstr "Presse-papier système" - #: MErrorMessage.module:195 msgid "System error #&1: &2" msgstr "Erreur système n°&1: &2" -#: FMain.form:1391 FSystemInfo.form:13 -msgid "System information" -msgstr "Informations système" - -#: CDocumentation.class:99 -msgid "System tray icon management component" -msgstr "Composant de gestion des icônes de notifications système" - -#: FFieldChooser.form:51 FImportTable.form:156 FPasteTable.form:67 -msgid "Table" -msgstr "Table" - -#: FNewTable.class:59 MConnection.module:319 -msgid "Table '&1' already exists." -msgstr "La table « &1 » existe déjà." - -#: FPasteTable.class:128 -msgid "Table already exists" -msgstr "La table existe déjà" - -#: FProjectProperty.form:846 -msgid "Tab size" -msgstr "Taille des tabulations" - -#: FPublish.form:134 FSoftwareFarm.form:192 -msgid "Tags" -msgstr "Étiquettes" - -#: FConflictEditor.form:552 -msgid "Take all their changes" -msgstr "Prendre tous leurs changements" - -#: FScreenshot.form:12 -msgid "Take screenshot" -msgstr "Capture d'écran" - -#: FConflictEditor.form:535 -msgid "Take their changes" -msgstr "Prendre leurs changements" - -#: FMakeInstall.form:365 -msgid "Target distribution" -msgstr "Distribution cible" - -#: FDebugInfo.form:442 -msgid "Tasks" -msgstr "Tâches" - -#: CModule.class:33 FMain.form:1019 FToolBox.class:26 -msgid "TermForm" -msgstr "Formulaire de terminal" - -#: CModule.class:33 -msgid "TermForms" -msgstr "Formulaires de terminal" - -#: FOption.form:829 FVersionControl.form:63 -msgid "Terminal" -msgstr "Terminal" - -#: CDocumentation.class:85 -msgid "Terminal emulator" -msgstr "Emulateur de terminal" - -#: CDocumentation.class:148 -msgid "Terminal management" -msgstr "Gestion du terminal" - -#: FMain.form:473 -msgid "Test" -msgstr "Tester" - -#: FDebugInfo.class:1591 -msgid "Test has been aborted." -msgstr "Le test a été interrompu." - -#: FDebugInfo.class:1585 -msgid "Test has failed." -msgstr "Le test a échoué." - -#: FDebugInfo.class:1597 -msgid "Test has succeeded." -msgstr "Le test a réussi." - -#: FMain.form:977 -msgid "Test module" -msgstr "Module de test" - -#: FProjectProperty.class:853 -msgid "Test modules" -msgstr "Modules de test" - -#: FTestSuite.class:168 -msgid "Test suite #&1" -msgstr "Suite de tests n°&1" - -#: FMain.form:480 FTestSuite.form:29 -msgid "Test suites" -msgstr "Suites de tests" - -#: FTestSuite.form:41 -msgid "Test with" -msgstr "Tester avec" - -#: FConflict.class:139 FDebugInfo.class:45 FImageEditor.form:645 -msgid "Text" -msgstr "Texte" - -#: FConflictEditor.form:342 FTextEditor.form:464 -msgid "Text editor" -msgstr "Éditeur de texte" - -#: CDocumentation.class:80 -msgid "Text editor with syntax highlighting" -msgstr "Éditeur de texte avec coloration syntaxique" - -#: FPatch.class:186 -msgid "That file does not look like a patch file!" -msgstr "Ce fichier ne ressemble pas à un fichier patch !" - -#: FComponentChooser.class:706 -msgid "The &1 component needs one of the following components:
&2." -msgstr "Le composant &1 nécessite un des composants suivants:
&2." - -#: FComponentChooser.class:713 -msgid "The &1 component needs the &2 component." -msgstr "Le composant &1 nécessite le composant &2." - -#: Project.module:6428 -msgid "The &1 program is not installed on your system." -msgstr "Le programme &1 n'est pas installé sur votre système." - #: MErrorMessage.module:196 msgid "The '!' operator must be followed by an identifier" msgstr "L'opérateur '!' doit être suivi d'un identificateur" -#: FCrash.class:73 FTranslate.class:253 Project.module:4835 -msgid "The '&1' command has failed." -msgstr "La commande '&1' a échoué." - #: MErrorMessage.module:197 msgid "The '.' operator must be followed by an identifier" msgstr "L'opérateur '.' doit être suivi d'un identificateur" -#: CSoftware.class:326 -msgid "The checksum of the downloaded package is invalid." -msgstr "La somme de contrôle du paquet téléchargé est invalide." - -#: Project.module:3128 -msgid "The contents of VERSION file is incorrect." -msgstr "Le contenu du fichier VERSION est incorrect." - -#: CVersionControlGit.class:372 -msgid "The current branch is up to date." -msgstr "La branche courante est à-jour." - -#: Patch.class:38 -msgid "The directory is not a Gambas project" -msgstr "Le répertoire n'est pas un projet Gambas" - -#: Project.module:4325 -msgid "The directory will be removed at the next commit." -msgstr "Le répertoire sera supprimé à la prochaine publication." - -#: FProperty.class:631 -msgid "The event group that the control belongs to." -msgstr "Le groupe d'évènements auquel le control appartient." - -#: FMain.class:2899 Project.module:943 -msgid "The file has been modified.\n\nAll your changes will be lost." -msgstr "Le fichier a été modifié.\n\nToutes les modifications seront perdues." - -#: FConflict.class:197 -msgid "The file has been modified.\nDo you really want to close the dialog?" -msgstr "Le fichier a été modifié.\nDésirez-vous réellement fermer la boite de dialogue ?" - -#: FConflict.class:259 -msgid "The file has been modified.\nDo you really want to open another file?" -msgstr "Le fichier a été modifié.\nDésirez-vous réellement ouvrir un autre fichier ?" - -#: FImportTable.form:171 -msgid "The first line contains field names" -msgstr "La première ligne contient les noms des champs" - -#: Project.module:4759 -msgid "The following characters are forbidden in a project name:" -msgstr "Les caractères suivants sont interdits dans un nom de projet :" - -#: CSoftware.class:361 -msgid "The following components are required:" -msgstr "Les composants suivants sont nécessaires :" - -#: Project.module:5517 -msgid "The following files couldn't be removed:" -msgstr "Les fichiers suivants n'ont pu être supprimés :" - -#: FSave.form:57 -msgid "The following files have been modified. Do you want to save them?" -msgstr "Les fichiers suivants ont été modifiés. Désirez-vous les enregistrer ?" - -#: FMakeExecutable.form:149 -msgid "The following patterns will be substituted in the command :
\n• $(FILE) will be replaced by the executable path.
\n• $(DIR) by the project directory.
\n• $(NAME) by the project name.
\n• $(TITLE) by the project title.
\n• $(VERSION) by the project version.
\n
\nNote : all substitutions will be quoted." -msgstr "Les motifs suivants seront substitués dans la commande :
\n• $(FILE) sera remplacé par le chemin de l'exécutable.
\n• $(DIR) par le répertoire du projet.
\n• $(NAME) par le nom du projet.
\n• $(TITLE) par le titre du projet.
\n• $(VERSION) par la version du projet.
\n
\nNote : toutes les substitutions seront « échappées »." - -#: Project.module:6430 -msgid "The following programs are not installed on your system: &1." -msgstr "Les programmes suivants ne sont pas installés sur votre système : &1." - -#: FMakeInstall.form:698 -msgid "The following will be added to the end of the desktop configuration file." -msgstr "Le texte suivant sera ajouté à la fin du fichier de configuration du bureau." - #: MErrorMessage.module:198 msgid "The function must take a fixed number of arguments" msgstr "La fonction doit prendre un nombre d'arguments fixe" -#: CWelcome.class:164 -msgid "The Gambas font is published under the SIL Open Font License." -msgstr "La police Gambas est publiée sous licence « SIL Open Font License »." - -#: FMain.class:1061 -msgid "The GNU translation tools are not installed on your system.\n\nPlease install them to be able to do the translation." -msgstr "Les outils de traduction GNU ne sont pas installés sur votre système.\n\nVeuillez les installer pour pouvoir effectuer la traduction." - -#: FConnectionEditor.class:961 -msgid "The length must be greater than 1 and lower than 255." -msgstr "La longueur doit être comprise entre 1 et 255." - -#: FOption.form:1710 -msgid "Themes" -msgstr "Thèmes" - -#: Project.module:4382 -msgid "The name cannot begins with a dot." -msgstr "Le nom ne peut pas commencer par un point." - -#: FProperty.class:619 -msgid "The name of the control." -msgstr "Le nom du controle." - -#: Package.module:854 -msgid "The package build has failed." -msgstr "La construction des paquets a échoué." - -#: FMakeInstall.class:509 -msgid "The package cannot be stored inside the project directory." -msgstr "Le paquet ne peut être créé à l'intérieur du répertoire du projet." - -#: FMakeInstall.class:297 Package.module:322 -msgid "The packages have been successfully created." -msgstr "Les paquets ont été créés avec succès." - -#: Design.module:532 -msgid "The program has been interrupted by CTRL+C." -msgstr "Le programme a été interrompu par CTRL+C." - -#: Design.module:536 -msgid "The program has been terminated." -msgstr "Le programme a été terminé." - -#: Design.module:545 -msgid "The program has returned the value &1." -msgstr "Le programme a retourné la valeur &1." - -#: FCrash.class:96 -msgid "The program has stopped unexpectedly!" -msgstr "Le programme s'est arrêté de manière inattendue !" - -#: FProjectVersion.class:116 VersionControl.module:402 -msgid "The project could not be committed." -msgstr "Le projet n'a pu être publié." - -#: VersionControl.module:598 -msgid "The project could not be put under version control." -msgstr "Impossible de mettre le projet sous suivi de version." - -#: Project.module:4769 -msgid "The project directory already exists." -msgstr "Le répertoire du projet existe déjà." - -#: Project.module:4771 -msgid "The project directory cannot be created because a file with the same name already exists." -msgstr "Le répertoire du projet ne peut être créé car un fichier avec le même nom existe déjà." - -#: FCreateProject.form:121 FSaveProjectAs.form:60 -msgid "The project final directory is :" -msgstr "Le répertoire final du projet est :" - -#: FPublish.class:164 -msgid "The project has been successfully published." -msgstr "Le projet a été publié avec succès." - -#: Design.module:841 -msgid "The project has no test module." -msgstr "Le projet n'a pas de module de test." - -#: FTranslate.class:42 -msgid "The project is void. There is nothing to translate." -msgstr "Le projet est vide. Il n'y a rien à traduire." - -#: Project.module:4755 -msgid "The project name cannot begin with a dot." -msgstr "Un nom de projet ne peut commencer par un point." - -#: FCreateProject.form:110 FSaveProjectAs.form:49 -msgid "The project name is the name of the project directory." -msgstr "Le nom du projet est le nom du répertoire du projet." - -#: FCreateProject.form:182 -msgid "The project repository is directly sent to the 'svn checkout' command." -msgstr "Le référentiel du projet est directement envoyé à la commande 'svn checkout'." - -#: FCreateProject.form:145 -msgid "The project title is the true name of the application." -msgstr "Le titre du projet est le nom complet de l'application." - -#: Wiki.module:523 -msgid "There are &1 classes and &2 symbols in all Gambas components." -msgstr "Il y a &1 classes et &2 symboles dans l'ensemble des composants de Gambas." - -#: FConflictEditor.class:1131 -msgid "There are still conflicts in this file." -msgstr "Il reste des conflits dans ce fichier." - -#: FMakeInstall.class:376 -msgid "There is no CHANGELOG entry for this release." -msgstr "Il n'y aucune information de changement pour cette version." - -#: FVersionControl.form:99 -msgid "There is nothing to commit." -msgstr "Il n'y a rien à publier." - -#: FComponentChooser.class:693 -msgid "These components are incompatible:
&1." -msgstr "Ces composants sont incompatibles entre eux:
&1." - -#: CProjectList.class:559 -msgid "The software has been successfully uninstalled." -msgstr "Le logiciel a été désinstallé avec succès." - #: MErrorMessage.module:199 msgid "The special method &1 cannot be a function" msgstr "La méthode spéciale &1 ne peut être une fonction" @@ -6990,14 +7390,14 @@ msgstr "La méthode spéciale &1 doit être statique" msgid "The special method &1 must return a boolean" msgstr "La méthode spéciale &1 doit retourner un Boolean" -#: MErrorMessage.module:207 -msgid "The special method &1 must take at least one argument" -msgstr "La méthode spéciale &1 doit prendre au moins un argument" - #: MErrorMessage.module:206 msgid "The special method &1 must take a variable number of arguments only" msgstr "La méthode spéciale &1 doit prendre un nombre variable d'arguments" +#: MErrorMessage.module:207 +msgid "The special method &1 must take at least one argument" +msgstr "La méthode spéciale &1 doit prendre au moins un argument" + #: MErrorMessage.module:208 msgid "The special method &1 takes no arguments" msgstr "La méthode spéciale &1 ne prend pas d'arguments" @@ -7018,122 +7418,6 @@ msgstr "La méthode spéciale doit prendre deux arguments exactement" msgid "The special method signature is incorrect" msgstr "La signature de la méthode spéciale est incorrecte" -#: FConnectionEditor.class:470 -msgid "The table '&1' has been modified. Do you want to save it?" -msgstr "La table « &1 » a été modifiée. Voulez-vous l'enregistrer ?" - -#: FConnectionEditor.class:1479 -msgid "The table '&1' has no primary key." -msgstr "La table « &1 » n'a pas de clef primaire." - -#: Project.module:2647 -msgid "The translation tools returned the following errors:" -msgstr "Les outils de translations ont retourné les erreurs suivantes :" - -#: Design.module:266 Project.module:2298 -msgid "third" -msgstr "troisième" - -#: CClassInfo.class:702 -msgid "This class acts like a &1 / &2 array." -msgstr "Cette classe se comporte comme un tableau accessible en &1 / &2." - -#: CClassInfo.class:901 -msgid "This class acts like a &1 / &2 static array." -msgstr "Cette classe se comporte comme un tableau statique en &1 / &2." - -#: CClassInfo.class:704 -msgid "This class acts like a &1 array." -msgstr "Cette classe se comporte comme un tableau accessible en &1." - -#: CClassInfo.class:903 -msgid "This class acts like a &1 static array." -msgstr "Cette classe se comporte comme un tableau statique en &1." - -#: CClassInfo.class:697 -msgid "This class can be used as a &1." -msgstr "Cette classe peut être utilisée comme &1." - -#: CClassInfo.class:869 -msgid "This class can be used like an object by creating a hidden instance on demand." -msgstr "Cette classe peut s'utiliser comme un objet, auquel cas une instance cachée sera créée automatiquement." - -#: CClassInfo.class:679 -msgid "This class can be used like an object by creating an hidden instance on demand." -msgstr "Cette classe peut être utilisée comme un objet en créant une instance cachée à la demande." - -#: WikiMarkdown.class:174 -msgid "This class does not exist." -msgstr "Cette classe n'existe pas." - -#: CClassInfo.class:852 -msgid "This class inherits" -msgstr "Cette classe hérite de" - -#: CClassInfo.class:665 -msgid "This class inherits &1" -msgstr "Cette class hérite de &1" - -#: CClassInfo.class:684 -msgid "This class is &1." -msgstr "Cette classe est &1." - -#: CClassInfo.class:915 -msgid "This class is &1 with the &2 keyword." -msgstr "Cette classe est &1 à l'aide du mot-clef &2." - -#: CClassInfo.class:712 -msgid "This class is &1 with the FOR EACH keyword." -msgstr "Cette classe est &1 à l'aide du mot-clef FOR EACH." - -#: CClassInfo.class:691 -msgid "This class is not creatable." -msgstr "Cette classe n'est pas instanciable." - -#: CClassInfo.class:689 -msgid "This class is static." -msgstr "Cette classe est statique." - -#: CClassInfo.class:867 -msgid "This class is virtual." -msgstr "Cette class est virtuelle." - -#: CClassInfo.class:850 -msgid "This class reimplements" -msgstr "Cette classe réimplémente" - -#: CClassInfo.class:663 -msgid "This class reimplements &1" -msgstr "Cette class réimplémente &1" - -#: WikiMarkdown.class:149 -msgid "This component does not exist." -msgstr "Ce composant n'existe pas." - -#: CComponent.class:626 -msgid "This component is deprecated." -msgstr "Ce composant est déprécié." - -#: FProjectProperty.form:498 -msgid "This component is hidden" -msgstr "Ce composant est caché" - -#: CComponent.class:624 -msgid "This component is not stable yet." -msgstr "Ce composant n'est pas encore stable." - -#: FComponentChooser.class:587 -msgid "This component is required by:

&1" -msgstr "Ce composant est requis par :

&1" - -#: FComponentChooser.class:578 -msgid "This component is required by the following libraries:

&1" -msgstr "Ce composant est requis par les bibliothèques suivantes :

&1" - -#: FComponentChooser.class:576 -msgid "This component is required by the following library:

&1" -msgstr "Ce composant est requis par la bibliothèque suivante :

&1" - #: MErrorMessage.module:213 msgid "This expression cannot be a statement" msgstr "Cette expression ne peut être une instruction" @@ -7142,202 +7426,6 @@ msgstr "Cette expression ne peut être une instruction" msgid "This expression cannot be passed by reference" msgstr "Cette expression ne peut pas être passée par référence" -#: FConnectionEditor.class:1125 -msgid "This field is used in an index." -msgstr "Le champ est utilisé dans un index." - -#: FExportData.class:126 -msgid "This file already exists.\n\nDo you want to overwrite it?" -msgstr "Ce fichier existe déjà.\n\nDésirez-vous le remplacer ?" - -#: FFileInfoVC.class:74 -msgid "This file has not been modified since the last commit." -msgstr "Ce fichier est inchangé depuis la dernière publication." - -#: FConflict.class:14 -msgid "This file is in conflict. You must resolve the conflict in order to use the file again." -msgstr "Ce fichier est en conflit. Vous devez résoudre ce conflit afin de pouvoir l'utiliser de nouveau." - -#: FMain.class:2741 -msgid "This file is located inside the project." -msgstr "Le fichier est situé à l'intérieur du projet." - -#: FFileInfoVC.class:69 -msgid "This file is locked, and will be deleted on the next commit." -msgstr "Le fichier est verrouillé, et sera supprimé à la prochaine publication." - -#: FFileInfoVC.class:71 -msgid "This file is not versioned, and must be added to the repository." -msgstr "Le fichier n'est pas versionné, et doit être ajouté au référentiel." - -#: Project.module:596 -msgid "This is a Gambas 1.0 project. Use Gambas 2 to convert it." -msgstr "Ceci est un projet Gambas 1.0. Utilisez Gambas 2 pour le convertir." - -#: Project.module:599 -msgid "This is a Gambas 2.0 project.\n\nDo you want to convert it?" -msgstr "Ceci est un projet Gambas 2.0.\n\nDésirez-vous le convertir ?" - -#: Project.module:593 -msgid "This is not a Gambas project." -msgstr "Ce n'est pas un projet Gambas." - -#: FLayout.class:30 -msgid "This layout already exists." -msgstr "Cette disposition existe déjà." - -#: FProjectVersion.class:7 VersionControl.module:29 -msgid "This line and the following will be ignored" -msgstr "Cette ligne et les suivantes seront ignorées" - -#: FMenu.class:669 -msgid "This menu is too deep !" -msgstr "Ce menu est trop profond !" - -#: CRecentProject.class:76 -msgid "This month" -msgstr "Ce mois-ci" - -#: FConnectionEditor.class:1037 -msgid "This name already exists." -msgstr "Ce nom existe déjà." - -#: Project.module:4378 -msgid "This name contains a forbidden character:" -msgstr "Ce nom contient un caractère interdit:" - -#: FProperty.class:384 -msgid "This name is already in use." -msgstr "Ce nom de contrôle est déjà utilisé." - -#: FConnectionEditor.class:931 -msgid "This name is already in used." -msgstr "Ce nom est déjà utilisé." - -#: Project.module:4386 -msgid "This name is already used. Choose another one." -msgstr "Ce nom est déjà utilisé. Choisissez-en un autre." - -#: HelpBrowser.class:39 Wiki.module:858 -msgid "This page does not exist." -msgstr "Cette page n'existe pas." - -#: Wiki.module:842 -msgid "This page does not exist in that language." -msgstr "Cette page n'existe pas dans le langage courant." - -#: FAbout.form:25 -msgid "This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" -msgstr "Ce programme est un LOGICIEL LIBRE; vous pouvez le redistribuer et/ou le modifier selon les termes de la licence publique générale GNU publiée par la Free Software Foundation; soit la version 2, soit (à votre choix) toute version ultérieure.

Ce programme est distribué dans l’espoir qu’il sera utile, mais sans aucune garantie; sans même la garantie implicite de qualité marchande ou d’adéquation à un usage particulier. Pour plus de détails, consultez la licence publique générale GNU.\n" - -#: CWelcome.class:164 -msgid "This program is published under the GNU General Public License." -msgstr "Ce programme est publié sous la « Licence Publique Générale GNU »." - -#: Project.module:4766 -msgid "This project already exists." -msgstr "Ce projet existe déjà." - -#: Project.module:562 -msgid "This project does not exist." -msgstr "Ce projet n'existe pas." - -#: Project.module:766 -msgid "This project has duplicated class files!" -msgstr "Ce projet possède des fichiers classes dupliqués !" - -#: Project.module:631 -msgid "This project includes compressed files." -msgstr "Ce projet contient des fichiers compressés." - -#: Project.module:623 -msgid "This project is read-only." -msgstr "Le projet est en lecture seule." - -#: Project.module:617 -msgid "This project seems to be already opened.\n\nOpening the same project twice can lead to data loss." -msgstr "Il semble que ce projet soit déjà ouvert.\n\nOuvrir le même projet deux fois peut provoquer des pertes de données." - -#: FProperty.class:668 -msgid "This property is virtual: it is only implemented in the IDE, and has no existence at runtime." -msgstr "Cette propriété est virtuelle: elle est implémentée par l'environnement de développement uniquement, et n'a pas d'existence pendant l'exécution du programme." - -#: FTranslate.form:377 -msgid "This string must not be translated" -msgstr "Cette chaîne ne doit pas être traduite" - -#: WikiMarkdown.class:187 -msgid "This symbol does not exist." -msgstr "Ce symbole n'existe pas." - -#: FTestSuite.class:206 -msgid "This test suite already exists." -msgstr "Cette suite de tests existe déjà." - -#: FSnippet.class:29 -msgid "This trigger string is already in use." -msgstr "Cette chaîne de déclenchement est déjà utilisée." - -#: CRecentProject.class:74 -msgid "This week" -msgstr "Cette semaine" - -#: FMakePatch.form:87 -msgid "This wizard will generate a patch between an origin project and the current project." -msgstr "Cet assistant va générer un patch entre un projet d'origine et le projet courant." - -#: FToolBox.form:40 -msgid "Tiny" -msgstr "Minuscule" - -#: FTips.class:37 -msgid "Tip of the day #&1" -msgstr "Astuce du jour n°&1" - -#: FMain.form:1375 FTips.form:19 -msgid "Tips of the day" -msgstr "Astuces du jour" - -#: FProjectProperty.form:426 -msgid "Title" -msgstr "Titre" - -#: FOption.form:1507 -msgid "Title size" -msgstr "Taille des titres" - -#: CRecentProject.class:68 FMain.class:768 -msgid "Today" -msgstr "Aujourd'hui" - -#: FEditor.form:316 -msgid "Toggle breakpoint" -msgstr "Basculer un point d'arrêt" - -#: FForm.form:608 -msgid "Toggle grid" -msgstr "Bascule l'affichage de la grille" - -#: FForm.form:617 FImageEditor.form:541 -msgid "Toggle information tooltip" -msgstr "Basculer l'affichage des informations" - -#: FTextEditor.form:753 -msgid "Toggle preview" -msgstr "Basculer l'affichage de l'aperçu" - -#: FImageProperty.form:492 -msgid "Tolerance" -msgstr "Tolérance" - -#: FMain.form:1545 -msgid "Toolbox" -msgstr "Boîte à outils" - -#: FMain.form:878 -msgid "Tools" -msgstr "Outils" - #: MErrorMessage.module:215 msgid "Too many arguments" msgstr "Trop d'arguments" @@ -7414,402 +7502,30 @@ msgstr "Trop de variables statiques" msgid "Too many unknown symbols" msgstr "Trop de symboles inconnus" -#: FImportTable.class:393 -msgid "Too many values" -msgstr "Trop de valeurs" - -#: FImageProperty.form:779 -msgid "Top align" -msgstr "Aligner en haut" - -#: FProfile.class:421 -msgid "Total time &1 μs" -msgstr "Durée totale &1 μs" - -#: MyLanguage.module:174 -msgid "Traditional chinese (Taiwan)" -msgstr "Chinois traditionnel (Taiwan)" - #: MErrorMessage.module:234 msgid "Trailing backslash" msgstr "'\\' en fin de chaîne" -#: FMakeSourceArchive.form:23 -msgid "Transform into a \".gmail.txt\" archive that fools GMail" -msgstr "Transformer en une archive « *.gmail.txt » qui trompe GMail" - -#: FMain.form:489 -msgid "Translate" -msgstr "Traduire" - -#: FTranslate.form:135 -msgid "Translated strings" -msgstr "Chaînes traduites" - -#: FTranslate.class:1136 -msgid "Translated string symbols do not match untranslated string ones." -msgstr "Les symboles de la chaîne traduite ne correspondent pas à ceux de la chaîne non traduite." - -#: FHelpShortcut.form:27 FOption.form:618 FProjectProperty.form:242 FTranslate.form:167 -msgid "Translation" -msgstr "Traduction" - -#: FOption.form:658 FTranslate.form:117 -msgid "Translation engine" -msgstr "Moteur de traduction" - -#: Project.module:2647 -msgid "Translation errors" -msgstr "Erreurs de traduction" - -#: FTranslate.class:177 -msgid "Translation files" -msgstr "Fichiers de traduction" - -#: FImageProperty.form:678 -msgid "Transparency" -msgstr "Transparence" - -#: FImageProperty.class:1228 -msgid "Triangle" -msgstr "Triangle" - -#: FSnippet.form:26 -msgid "Trigger string" -msgstr "Chaîne de déclenchement" - -#: MyLanguage.module:161 -msgid "Turkish (Turkey)" -msgstr "Turque (Turquie)" - -#: CRecentProject.class:72 -msgid "Two days ago" -msgstr "Avant-hier" - -#: FConnectionEditor.class:56 FCreateFile.form:113 FDebugInfo.class:49 FNewConnection.form:84 FNewTable.form:48 FProjectProperty.form:364 FProxy.form:27 -msgid "Type" -msgstr "Type" - #: MErrorMessage.module:235 msgid "Type mismatch" msgstr "Type incorrect" -#: FConnectionEditor.class:985 -msgid "Type mismatch." -msgstr "Type de données incorrect." - #: MErrorMessage.module:236 msgid "Type mismatch: wanted &1, got &2 instead" msgstr "Type incorrect: &1 attendu à la place de &2" -#: MyLanguage.module:164 -msgid "Ukrainian (Ukrain)" -msgstr "Ukrainien (Ukraine)" - -#: Project.module:721 -msgid "Unable to apply conversion" -msgstr "Impossible d'appliquer la conversion" - -#: FOption.class:887 -msgid "Unable to clear documentation cache." -msgstr "Impossible de vider le cache de la documentation." - -#: CSoftware.class:389 -msgid "Unable to compile the project." -msgstr "Impossible de compiler le projet." - -#: MCompressFile.module:600 -msgid "Unable to compress file." -msgstr "Impossible de compresser le fichier." - -#: FConnectionEditor.class:351 -msgid "Unable to connect to database." -msgstr "Impossible de se connecter à la base de données." - -#: Project.module:6052 -msgid "Unable to convert &1" -msgstr "Impossible de convertir &1" - -#: Design.module:1060 -msgid "Unable to copy executable to the remote server." -msgstr "Impossible de copier l'exécutable sur le serveur distant." - -#: FPasteTable.class:106 -msgid "Unable to copy table." -msgstr "Impossible de copier la table." - #: MErrorMessage.module:237 msgid "Unable to create closure" msgstr "Impossible de créer la fermeture" -#: FNewConnection.class:393 -msgid "Unable to create database." -msgstr "Impossible de créer la base de données." - -#: Project.module:4064 -msgid "Unable to create desktop shortcut." -msgstr "Imposible de créer le raccourci sur le bureau." - -#: Project.module:2965 -msgid "Unable to create directory." -msgstr "Impossible de créer le répertoire." - -#: Project.module:4859 -msgid "Unable to create source archive." -msgstr "Impossible de créer l'archive source." - -#: Project.module:655 -msgid "Unable to create temporary directory" -msgstr "Impossible de créer le répertoire temporaire" - -#: FNewConnection.class:413 -msgid "Unable to delete database." -msgstr "Impossible de supprimer la base de données." - -#: FSoftwareFarm.class:566 -msgid "Unable to download &1:" -msgstr "Impossible de télécharger &1 :" - -#: FMain.class:1860 -msgid "Unable to drop file into the project." -msgstr "Impossible de déposer le fichier à l'intérieur du projet." - -#: FExportData.class:113 -msgid "Unable to export data." -msgstr "Impossible d'exporter les données." - -#: Project.module:574 -msgid "Unable to find Gambas IDE executable in directory:\n\n&1" -msgstr "Impossible de trouver l'exécutable de l'EDI Gambas dans le répertoire :\n\n&1" - -#: FMakePatch.class:82 -msgid "Unable to generate the patch." -msgstr "Impossible de générer le patch." - -#: Design.module:1763 -msgid "Unable to generate the remote debugger helper." -msgstr "Impossible de générer l'assistant de débogage distant." - #: MErrorMessage.module:238 msgid "Unable to get file position" msgstr "Impossible de lire la position du fichier" -#: FFieldChooser.class:61 -msgid "Unable to get table fields." -msgstr "Impossible de récupérer les champs de la table." - -#: Design.module:1048 -msgid "Unable to initialize remote debugging." -msgstr "Impossible d'initialiser le débogage distant." - -#: FSoftwareFarm.class:607 -msgid "Unable to install &1:" -msgstr "Impossible d'installer &1 :" - -#: FOption.class:1590 -msgid "Unable to install documentation." -msgstr "Impossible d'installer la documentation." - -#: FOption.class:1288 -msgid "Unable to install font." -msgstr "Impossible d'installer la police." - -#: FOption.class:1906 -msgid "Unable to install icon theme." -msgstr "Impossible d'installer le thème d'icônes." - -#: CSoftware.class:465 -msgid "Unable to install source directory" -msgstr "Impossible d'installer le répertoire source" - -#: FNewConnection.class:320 -msgid "Unable to list databases." -msgstr "Impossible de lister les bases de données." - -#: CComponent.class:472 -msgid "Unable to load component." -msgstr "Impossible de charger le composant." - -#: FConflict.class:97 -msgid "Unable to load file:" -msgstr "Impossible de charger le fichier :" - -#: FProfile.class:444 -msgid "Unable to load profile file: &1" -msgstr "Impossible de charger le fichier de profilage : &1" - -#: FConnectionEditor.class:644 -msgid "Unable to load table '&1'." -msgstr "Impossible de charger la table « &1 »." - -#: FTestSuite.class:87 -msgid "Unable to load test suites." -msgstr "Impossible de charger les suites de tests." - -#: FOption.class:511 -msgid "Unable to load theme file." -msgstr "Impossible charger le fichier de thème." - -#: CSoftware.class:396 -msgid "Unable to make executable." -msgstr "Impossible de générer l'exécutable." - -#: FSoftwareFarm.class:629 -msgid "Unable to modify your vote." -msgstr "Impossible de modifier votre vote." - -#: FFieldChooser.class:54 FTableChooser.class:66 -msgid "Unable to open connection." -msgstr "Impossible d'ouvrir la connexion." - -#: FPasteSpecial.class:69 -msgid "Unable to paste text." -msgstr "Impossible de coller le texte." - #: MErrorMessage.module:239 msgid "Unable to prepare function description" msgstr "Impossible de préparer la description de la fonction" -#: FPublish.class:164 -msgid "Unable to publish project." -msgstr "Impossible de publier le projet." - -#: CVersionControlGit.class:338 -msgid "Unable to push the project." -msgstr "Impossible d'envoyer le projet." - -#: Project.module:6521 -msgid "Unable to read component description file." -msgstr "Impossible de lire le fichier de description du composant." - -#: FTips.class:95 -msgid "Unable to read tip of the day !" -msgstr "Impossible de lire l'astuce du jour !" - -#: FFarmRegister.class:40 -msgid "Unable to register user." -msgstr "Impossible d'enregistrer l'utilisateur." - -#: FSoftwareFarm.class:669 -msgid "Unable to remove &1:" -msgstr "Impossible de supprimer &1 :" - -#: Project.module:4630 -msgid "Unable to rename '&1'" -msgstr "Impossible de renommer « &1 »" - -#: FConflict.class:231 -msgid "Unable to resolve the conflict." -msgstr "Impossible de résoudre le conflit." - -#: MConnection.module:76 -msgid "Unable to retrieve password." -msgstr "Impossible de récupérer le mot de passe." - -#: FConnectionEditor.class:719 -msgid "Unable to run query." -msgstr "Impossible d'exécuter la requête." - -#: Project.module:6689 -msgid "Unable to run terminal." -msgstr "Impossible de démarrer le terminal." - -#: Project.module:7125 Save.module:57 -msgid "Unable to save file." -msgstr "Impossible d'enregistrer le fichier." - -#: MConnection.module:91 -msgid "Unable to save password." -msgstr "Impossible d'enregistrer le mot de passe." - -#: FProfile.class:1128 -msgid "Unable to save profile." -msgstr "Impossible d'enregistrer le profilage." - -#: FTestSuite.class:282 -msgid "Unable to save test suites." -msgstr "Impossible d'enregistrer les suites de tests." - -#: FSaveProjectAs.class:63 -msgid "Unable to save the project." -msgstr "Impossible d'enregistrer le projet." - -#: FCrash.class:89 -msgid "Unable to send bug report." -msgstr "Impossible d'envoyer le rapport d'erreur." - -#: Design.module:1406 -msgid "Unable to start debugger." -msgstr "Impossible de démarrer le débogueur." - -#: Design.module:1353 -msgid "Unable to start extern debugging." -msgstr "Impossible de démarrer le débogage externe." - -#: Design.module:1242 -msgid "Unable to start project." -msgstr "Impossible de démarrer le projet." - -#: VersionControl.module:691 -msgid "Unable to switch to branch `&1`." -msgstr "Impossible de basculer sur la branche `&1`." - -#: FOption.class:1579 -msgid "Unable to uncompress documentation." -msgstr "Impossible de décompresser la documentation." - -#: CSoftware.class:342 -msgid "Unable to uncompress source archive." -msgstr "Impossible de décompresser l'archive source." - -#: FSoftwareFarm.class:596 -msgid "Unable to uninstall &1:" -msgstr "Impossible de désinstaller &1 :" - -#: CProjectList.class:555 -msgid "Unable to uninstall software:" -msgstr "Impossible de désinstaller le logiciel :" - -#: Project.module:6332 -msgid "Unable to update forms." -msgstr "Impossible de mettre à-jour les formulaires." - -#: FProjectVersion.class:196 VersionControl.module:426 -msgid "Unable to update project from repository." -msgstr "Impossible de mettre à-jour le projet à partir du référentiel." - -#: FSoftwareFarm.class:586 -msgid "Unable to upgrade to &1:" -msgstr "Impossible de mettre à-jour vers &1 :" - -#: FConflictEditor.form:162 FEditor.form:180 FTextEditor.form:212 -msgid "Uncomment" -msgstr "Retirer les commentaires" - -#: FMain.form:1244 -msgid "Uncompress all" -msgstr "Tout décompresser" - -#: FForm.form:821 FOption.form:299 -msgid "Underline" -msgstr "Souligné" - -#: FConflict.form:88 FConflictEditor.form:97 FConnectionEditor.form:267 FEditor.form:115 FFieldChooser.form:127 FForm.form:151 FImageEditor.form:126 FList.form:111 FOption.form:1769 FProjectVersion.form:252 FTextEditor.form:132 -msgid "Undo" -msgstr "Annuler" - -#: FFileInfoVC.form:64 -msgid "Undo changes" -msgstr "Annuler les changements" - -#: FOutput.form:71 -msgid "Undock console" -msgstr "Console flottante" - -#: FMain.form:555 -msgid "Undo synchronization" -msgstr "Annuler la synchronisation" - #: MErrorMessage.module:240 msgid "Unexpected &1" msgstr "&1 inattendu" @@ -7822,75 +7538,22 @@ msgstr "Fin de ligne inattendue" msgid "Unexpected string" msgstr "Chaîne de caractères inattendue" -#: FConflict.form:106 FConflictEditor.form:449 FEditor.form:594 FMenu.form:127 FProjectVersion.form:270 FTextEditor.form:624 -msgid "Unindent" -msgstr "Désindenter" - -#: MErrorMessage.module:268 -msgid "uninitialized global variable: &1" -msgstr "variable globale non initialisée: &1" - -#: MErrorMessage.module:269 -msgid "uninitialized variable: &1" -msgstr "variable non initialisée: &1" - -#: CProjectList.class:552 FSelectLibrary.form:48 FSoftwareFarm.class:388 -msgid "Uninstall" -msgstr "Désinstaller" - -#: FImageEditor.form:273 -msgid "Union" -msgstr "Union" - -#: FConnectionEditor.class:87 -msgid "Unique" -msgstr "Unique" - -#: FDebugButton.form:66 FDebugInfo.form:465 -msgid "Unit tests" -msgstr "Tests unitaires" - -#: CDocumentation.class:150 -msgid "Unit tests component" -msgstr "Réalisation de tests unitaires" - -# gb-ignore -#: FConflictEditor.form:263 FTextEditor.form:350 -msgid "Unix" -msgstr "" - -#: FSelectLibrary.class:64 -msgid "unknown" -msgstr "inconnu" - -#: MyLanguage.module:221 -msgid "Unknown" -msgstr "Inconnu" +#: MErrorMessage.module:243 +msgid "Unknow stream size" +msgstr "Taille de flux inconnue" #: MErrorMessage.module:244 msgid "Unknown class '&1'" msgstr "Classe '&1' inconnue" -#: FForm.class:285 -msgid "Unknown control: &1" -msgstr "Contrôle inconnu : &1" - #: MErrorMessage.module:245 msgid "Unknown error" msgstr "Erreur inconnue" -#: MErrorMessage.module:270 -msgid "unknown error" -msgstr "erreur inconnue" - #: MErrorMessage.module:246 msgid "Unknown file extension" msgstr "Extension de fichier inconnue" -#: MMime.module:33 -msgid "Unknown format" -msgstr "Format inconnu" - #: MErrorMessage.module:247 msgid "Unknown identifier: &1" msgstr "Identificateur inconnu: &1" @@ -7911,37 +7574,81 @@ msgstr "Symbole '&2' inconnu dans la classe '&1'" msgid "Unknown user or group" msgstr "Utilisateur ou groupe inconnu" -#: MErrorMessage.module:243 -msgid "Unknow stream size" -msgstr "Taille de flux inconnue" - -#: FConnectionEditor.class:755 -msgid "unlimited" -msgstr "illimité" - -#: FConnectionEditor.form:508 FForm.form:241 -msgid "Unselect all" -msgstr "Déselectionner tout" - -#: FTestSuite.form:139 -msgid "Unselect all tests" -msgstr "Déselectionner tous les tests" - #: MErrorMessage.module:252 msgid "Unsupported datatype" msgstr "Type de donnée non supporté" -#: Patch.class:52 Project.module:4853 -msgid "Unsupported source archive format." -msgstr "Format d'archive source non supporté." - #: MErrorMessage.module:253 msgid "Unsupported string conversion" msgstr "Conversion de chaîne de caractères non supportée" -#: FTranslate.form:131 -msgid "Untranslated strings" -msgstr "Chaînes non traduites" +#: MErrorMessage.module:254 +msgid "Useless LOCK" +msgstr "LOCK inutile" + +#: MErrorMessage.module:255 +msgid "VarPtr() argument must be a dynamic, a static or a local variable" +msgstr "L'argument de VarPtr() doit être une variable dynamique, une variable statique ou bien une variable locale" + +#: MErrorMessage.module:256 +msgid "Void identifier" +msgstr "Identificateur vide" + +#: MErrorMessage.module:257 +msgid "Void key" +msgstr "Clef vide" + +#: MErrorMessage.module:258 +msgid "Write error" +msgstr "Erreur d'écriture" + +#: MErrorMessage.module:259 +msgid "cannot find component" +msgstr "impossible de trouver le composant" + +#: MErrorMessage.module:260 +msgid "cannot find library" +msgstr "impossible de trouver la bibliothèque" + +#: MErrorMessage.module:261 +msgid "class name hidden by global declaration: &1" +msgstr "Nom de classe masqué par une déclaration globale : &1" + +#: MErrorMessage.module:262 +msgid "class name hidden by local declaration: &1" +msgstr "Nom de classe masqué par une déclaration locale : &1" + +#: MErrorMessage.module:263 +msgid "constant hidden by local declaration: &1" +msgstr "Contante masquée par une déclaration locale : &1" + +#: MErrorMessage.module:264 +msgid "extern function hidden by local declaration: &1" +msgstr "Fonction externe masquée par une déclaration locale : &1" + +#: MErrorMessage.module:265 +msgid "function hidden by local declaration: &1" +msgstr "Fonction masquée par une déclaration locale : &1" + +#: MErrorMessage.module:266 +msgid "global variable hidden by local declaration: &1" +msgstr "variable globale masquée par une déclaration locale : &1" + +#: MErrorMessage.module:267 +msgid "integer and boolean mixed with `&1' operator" +msgstr "Mélange d'entier et de booléen avec l'opérateur `&1'" + +#: MErrorMessage.module:268 +msgid "uninitialized global variable: &1" +msgstr "variable globale non initialisée: &1" + +#: MErrorMessage.module:269 +msgid "uninitialized variable: &1" +msgstr "variable non initialisée: &1" + +#: MErrorMessage.module:270 +msgid "unknown error" +msgstr "erreur inconnue" #: MErrorMessage.module:271 msgid "unused argument: &1" @@ -7963,380 +7670,902 @@ msgstr "variable globale inutilisée : &1" msgid "unused variable: &1" msgstr "variable inutilisée : &1" -#: FConnectionEditor.form:346 FList.form:71 FMakeInstall.form:769 FPublish.form:274 -msgid "Up" -msgstr "Monter" +#: MErrorMessage.module:276 +msgid "variable prefix does not match its datatype: &1" +msgstr "le préfixe de la variable ne correspond pas à son type : &1" -#: FProjectVersion.form:65 -msgid "Update" -msgstr "Mise-à-jour" +#: MErrorMessage.module:280 +msgid "cannot open slave pseudo-terminal: " +msgstr "impossible d'ouvrir le pseudo-terminal esclave: " -#: FMain.form:918 -msgid "Update all forms" -msgstr "Mettre à-jour tous les formulaires" +#: MErrorMessage.module:281 +msgid "cannot initialize pseudo-terminal: " +msgstr "impossible d'initialiser le pseudo-terminal: " -#: FSoftwareFarm.class:383 -msgid "Upgrade" -msgstr "Mettre à-jour" +#: MErrorMessage.module:282 +msgid "cannot plug standard input: " +msgstr "impossible de connecter l'entrée standard: " -#: FPublish.form:194 -msgid "Upload a new screenshot taken from the clipboard" -msgstr "Envoyer une nouvelle capture d'écran récupérée depuis le presse-papiers" +#: MErrorMessage.module:283 +msgid "cannot plug standard output and standard error: " +msgstr "impossible de connecter la sortie standard et la sortie d'erreur: " -#: FPublish.form:200 -msgid "Upload a new screenshot taken from the following file:" -msgstr "Envoyer une nouvelle capture d'écran récupérée depuis le fichier suivant :" +#: MErrorMessage.module:284 +msgid "cannot run executable: " +msgstr "impossible de démarrer l'exécutable: " -#: FConflictEditor.form:138 FEditor.form:156 FTextEditor.form:173 -msgid "Upper case" -msgstr "Majuscules" +#: MHelp.module:316 +msgid "No help found." +msgstr "Aide introuvable." + +#: MMime.module:17 +msgid "Plain text" +msgstr "Texte brut" + +#: MMime.module:18 +msgid "HTML text" +msgstr "Texte HTML" + +#: MMime.module:19 +msgid "Gambas form data" +msgstr "Données de formulaires Gambas" + +#: MMime.module:20 +msgid "Gambas menu data" +msgstr "Données de menus Gambas" + +#: MMime.module:21 +msgid "Gambas project file path" +msgstr "Chemin de fichier projet Gambas" #: MMime.module:22 msgid "URI list" msgstr "Liste d'URIs" -#: FMakeInstall.form:296 FOption.form:427 -msgid "URL" -msgstr "URL" +#: MMime.module:33 +msgid "Unknown format" +msgstr "Format inconnu" -#: FText.form:29 -msgid "Use a fixed font" -msgstr "Utiliser une police non proportionnelle" +#: MyLanguage.module:8 +msgid "Afrikaans (South Africa)" +msgstr "Afrikaans (Afrique du Sud)" -#: FMain.form:702 -msgid "Use embedded HTTP server" -msgstr "Utiliser le serveur HTTP embarqué" +#: MyLanguage.module:11 +msgid "Arabic (Egypt)" +msgstr "Arabe (Egypte)" -#: FDebugExpr.form:71 -msgid "Use hexadecimal" -msgstr "Utiliser l'hexadécimal" +#: MyLanguage.module:12 +msgid "Arabic (Tunisia)" +msgstr "Arabe (Tunisie)" -#: MErrorMessage.module:254 -msgid "Useless LOCK" -msgstr "LOCK inutile" +#: MyLanguage.module:15 +msgid "Azerbaijani (Azerbaijan)" +msgstr "Azéri (Azerbaïdjan)" -#: FOption.form:724 -msgid "Use offline documentation" -msgstr "Utiliser la documentation hors-ligne" +#: MyLanguage.module:18 +msgid "Bulgarian (Bulgaria)" +msgstr "Bulgare (Bulgarie)" -#: FDebugRemote.form:108 FFarmLogin.form:59 FFarmRegister.form:61 FNewConnection.form:144 FProjectVersion.form:127 FProxy.form:42 -msgid "User" -msgstr "Utilisateur" - -#: FOutput.form:136 -msgid "Use system charset" -msgstr "Utiliser le jeu de caractères du système" - -#: FMain.form:690 -msgid "Use terminal emulator" -msgstr "Utiliser un émulateur de terminal" - -#: FOption.form:1332 -msgid "Use utility windows" -msgstr "Utiliser des fenêtres utilitaires" - -#: CDocumentation.class:151 -msgid "Utility component" -msgstr "Routines utilitaires" - -#: MyLanguage.module:140 -msgid "Valencian (Valencian Community, Spain)" -msgstr "Valencien (Communauté Valencienne, Espagne)" - -#: EnvChooser.class:28 FDebugExpr.class:525 -msgid "Value" -msgstr "Valeur" - -#: EnvChooser.class:27 -msgid "Variable" -msgstr "Variable" - -#: MErrorMessage.module:276 -msgid "variable prefix does not match its datatype: &1" -msgstr "le préfixe de la variable ne correspond pas à son type : &1" - -#: CClassInfo.class:639 -msgid "Variables" -msgstr "Variables" - -#: MErrorMessage.module:255 -msgid "VarPtr() argument must be a dynamic, a static or a local variable" -msgstr "L'argument de VarPtr() doit être une variable dynamique, une variable statique ou bien une variable locale" - -#: FProjectProperty.form:381 -msgid "Vendor" -msgstr "Fournisseur" - -#: FMakeInstall.form:226 FOption.form:375 FPublish.form:83 -msgid "Vendor name" -msgstr "Nom du fournisseur" - -#: FMakeInstall.form:242 FOption.form:392 -msgid "Vendor prefix" -msgstr "Prefixe du fournisseur" - -#: FTranslate.form:257 -msgid "Verify" -msgstr "Vérifier" - -#: FTranslate.form:255 -msgid "Verify the translation" -msgstr "Vérifier la traduction" - -#: FProjectProperty.form:393 FPublish.class:91 FSelectLibrary.class:103 -msgid "Version" -msgstr "Version" - -#: FConflict.form:31 -msgid "Version conflict" -msgstr "Conflit de version" - -#: FDebugButton.form:75 FDebugInfo.form:534 FMain.form:538 FProjectProperty.form:1021 FVersionControl.class:95 -msgid "Version control" -msgstr "Suivi de version" - -#: FForm.form:283 -msgid "Vertical" -msgstr "Vertical" - -#: FImageEditor.form:186 FImageProperty.form:301 -msgid "Vertical flip" -msgstr "Miroir vertical" - -#: FConflictEditor.form:253 FEditor.form:299 FTextEditor.form:330 -msgid "Vertical split" -msgstr "Séparation verticale" - -#: FSoftwareFarm.class:55 Project.module:257 -msgid "Video" -msgstr "Vidéo" - -#: CDocumentation.class:153 -msgid "Video capture" -msgstr "Capture vidéo" - -#: MyLanguage.module:167 -msgid "Vietnamese (Vietnam)" -msgstr "Vietnamien (Viet-nâm)" - -#: FConflictEditor.form:222 FEditor.form:275 FImageEditor.form:347 FMain.form:806 FTextEditor.form:296 FToolBox.class:26 -msgid "View" -msgstr "Affichage" - -#: FOption.class:4 -msgid "Visual" -msgstr "Visuel" - -#: CDocumentation.class:154 -msgid "Visual Basic compatibility" -msgstr "Compatibilité avec Visual Basic" - -#: MErrorMessage.module:256 -msgid "Void identifier" -msgstr "Identificateur vide" - -#: MErrorMessage.module:257 -msgid "Void key" -msgstr "Clef vide" - -#: FSoftwareFarm.form:414 -msgid "Vote" -msgstr "Voter" - -#: FDebugInfo.form:409 -msgid "Waiting for extern process" -msgstr "En attente du processus externe" - -#: MyLanguage.module:170 -msgid "Wallon (Belgium)" -msgstr "Wallon (Belgique)" - -#: CLibraryInfo.class:211 LibraryItem.class:56 -msgid "WARNING! Library not found." -msgstr "ATTENTION ! Bibliothèque introuvable." - -#: FDebugButton.form:48 FDebugInfo.form:423 -msgid "Warnings" -msgstr "Avertissements" - -#: FDebugExpr.form:33 -msgid "Watch" -msgstr "Surveiller" - -#: FDebugInfo.form:291 FEditor.form:323 -msgid "Watch expression" -msgstr "Surveiller des expressions" - -#: FDebugInfo.class:169 -msgid "Watch expressions" -msgstr "Surveiller des expressions" - -#: Project.module:260 -msgid "Web" -msgstr "Web" - -#: CDocumentation.class:161 -msgid "Web application development" -msgstr "Développement d'applications Web" - -#: CDocumentation.class:162 -msgid "Web application development using processes as session" -msgstr "Développement d'applications Web utilisant des processus comme sessions" - -#: CDocumentation.class:159 -msgid "Web applications tools" -msgstr "Outils pour les applications Web" - -#: CDocumentation.class:152 -msgid "Web applications utility component" -msgstr "Routines utilitaires pour les applications Web" - -#: CDocumentation.class:160 -msgid "Web feed parser and generator" -msgstr "Générateur et analyseur de flux web" - -#: CModule.class:32 FMain.form:1012 FToolBox.class:26 -msgid "WebForm" -msgstr "Formulaire Web" - -#: CModule.class:32 -msgid "WebForms" -msgstr "Formulaires Web" - -#: CModule.class:30 FMain.form:998 -msgid "WebPage" -msgstr "Page Web" - -#: CModule.class:30 -msgid "WebPages" -msgstr "Pages Web" - -#: FPublish.form:98 FSoftwareFarm.form:346 -msgid "Web site" -msgstr "Site web" - -#: FWelcome.form:27 -msgid "Welcome to Gambas 3" -msgstr "Bienvenue dans Gambas 3" +#: MyLanguage.module:21 +msgid "Catalan (Catalonia, Spain)" +msgstr "Catalan (Catalogne, Espagne)" #: MyLanguage.module:25 msgid "Welsh (United Kingdom)" msgstr "Gallois (Royaume-Uni)" -#: FCreateFile.form:81 FImageResize.form:32 -msgid "Width" -msgstr "Largeur" +#: MyLanguage.module:28 +msgid "Czech (Czech Republic)" +msgstr "Tchèque (République Tchèque)" -# gb-ignore -#: FConflictEditor.form:268 FTextEditor.form:355 -msgid "Windows" +#: MyLanguage.module:31 +msgid "Danish (Denmark)" +msgstr "Danois (Danemark)" + +#: MyLanguage.module:34 +msgid "German (Germany)" +msgstr "Allemand (Allemagne)" + +#: MyLanguage.module:35 +msgid "German (Belgium)" +msgstr "Allemand (Belgique)" + +#: MyLanguage.module:38 +msgid "Greek (Greece)" +msgstr "Grec (Grèce)" + +#: MyLanguage.module:41 +msgid "English (common)" +msgstr "Anglais (commun)" + +#: MyLanguage.module:42 +msgid "English (United Kingdom)" +msgstr "Anglais (Royaume Uni)" + +#: MyLanguage.module:43 +msgid "English (U.S.A.)" +msgstr "Anglais (U.S.A.)" + +#: MyLanguage.module:44 +msgid "English (Australia)" +msgstr "Anglais (Australie)" + +#: MyLanguage.module:45 +msgid "English (Canada)" +msgstr "Anglais (Canada)" + +#: MyLanguage.module:48 +msgid "Esperanto (Anywhere!)" +msgstr "Esperanto (Partout!)" + +#: MyLanguage.module:51 +msgid "Spanish (common)" +msgstr "Espagnol (commun)" + +#: MyLanguage.module:52 +msgid "Spanish (Spain)" +msgstr "Espagnol (Espagne)" + +#: MyLanguage.module:53 +msgid "Spanish (Argentina)" +msgstr "Espagnol (Argentine)" + +#: MyLanguage.module:56 +msgid "Estonian (Estonia)" +msgstr "Estonien (Estonie)" + +#: MyLanguage.module:59 +msgid "Basque (Basque country)" +msgstr "Basque (Pays basque)" + +#: MyLanguage.module:62 +msgid "Farsi (Iran)" +msgstr "Farsi (Iran)" + +#: MyLanguage.module:65 +msgid "Finnish (Finland)" +msgstr "Finlandais (Finlande)" + +#: MyLanguage.module:68 +msgid "French (France)" +msgstr "Français (France)" + +#: MyLanguage.module:69 +msgid "French (Belgium)" +msgstr "Français (Belgique)" + +#: MyLanguage.module:70 +msgid "French (Canada)" +msgstr "Français (Canada)" + +#: MyLanguage.module:71 +msgid "French (Switzerland)" +msgstr "Français (Suisse)" + +#: MyLanguage.module:74 +msgid "Galician (Spain)" +msgstr "Galicien (Espagne)" + +#: MyLanguage.module:77 +msgid "Hebrew (Israel)" +msgstr "Hébreu (Israël)" + +#: MyLanguage.module:80 +msgid "Hindi (India)" +msgstr "Hindi (Inde)" + +#: MyLanguage.module:83 +msgid "Hungarian (Hungary)" +msgstr "Hongrois (Hongrie)" + +#: MyLanguage.module:86 +msgid "Croatian (Croatia)" +msgstr "Croate (Croatie)" + +#: MyLanguage.module:89 +msgid "Indonesian (Indonesia)" +msgstr "Indonésien (Indonésie)" + +#: MyLanguage.module:92 +msgid "Irish (Ireland)" +msgstr "Irlandais (Irlande)" + +#: MyLanguage.module:95 +msgid "Icelandic (Iceland)" +msgstr "Islandais (Islande)" + +#: MyLanguage.module:98 +msgid "Italian (Italy)" +msgstr "Italien (Italie)" + +#: MyLanguage.module:101 +msgid "Japanese (Japan)" +msgstr "Japonais (Japon)" + +#: MyLanguage.module:104 +msgid "Khmer (Cambodia)" +msgstr "Khmer (Cambodge)" + +#: MyLanguage.module:107 +msgid "Korean (Korea)" +msgstr "Coréen (Corée)" + +#: MyLanguage.module:110 +msgid "Latin" +msgstr "Latin" + +#: MyLanguage.module:113 +msgid "Lithuanian (Lithuania)" +msgstr "Lithuanien (Lithuanie)" + +#: MyLanguage.module:116 +msgid "Malayalam (India)" +msgstr "Malayalam (Inde)" + +#: MyLanguage.module:119 +msgid "Macedonian (Republic of Macedonia)" +msgstr "Macédonien (République de Macédoine)" + +#: MyLanguage.module:122 +msgid "Dutch (Netherlands)" +msgstr "Hollandais (Pays-bas)" + +#: MyLanguage.module:123 +msgid "Dutch (Belgium)" +msgstr "Hollandais (Belgique)" + +#: MyLanguage.module:126 +msgid "Norwegian (Norway)" +msgstr "Norvégien (Norvège)" + +#: MyLanguage.module:129 +msgid "Punjabi (India)" +msgstr "Punjabi (Inde)" + +#: MyLanguage.module:132 +msgid "Polish (Poland)" +msgstr "Polonais (Pologne)" + +#: MyLanguage.module:135 +msgid "Portuguese (Portugal)" +msgstr "Portugais (Portugal)" + +#: MyLanguage.module:136 +msgid "Portuguese (Brazil)" +msgstr "Portugais (Brésil)" + +#: MyLanguage.module:139 +msgid "Valencian (Valencian Community, Spain)" +msgstr "Valencien (Communauté Valencienne, Espagne)" + +#: MyLanguage.module:142 +msgid "Romanian (Romania)" +msgstr "Roumain (Roumanie)" + +#: MyLanguage.module:145 +msgid "Russian (Russia)" +msgstr "Russe (Russie)" + +#: MyLanguage.module:148 +msgid "Slovenian (Slovenia)" +msgstr "Slovénien (Slovénie)" + +#: MyLanguage.module:151 +msgid "Albanian (Albania)" +msgstr "Albanais (Albanie)" + +#: MyLanguage.module:154 +msgid "Serbian (Serbia & Montenegro)" +msgstr "Serbe (Serbie & Montenegro)" + +#: MyLanguage.module:157 +msgid "Swedish (Sweden)" +msgstr "Suèdois (Suède)" + +#: MyLanguage.module:160 +msgid "Turkish (Turkey)" +msgstr "Turque (Turquie)" + +#: MyLanguage.module:163 +msgid "Ukrainian (Ukrain)" +msgstr "Ukrainien (Ukraine)" + +#: MyLanguage.module:166 +msgid "Vietnamese (Vietnam)" +msgstr "Vietnamien (Viet-nâm)" + +#: MyLanguage.module:169 +msgid "Wallon (Belgium)" +msgstr "Wallon (Belgique)" + +#: MyLanguage.module:172 +msgid "Simplified chinese (China)" +msgstr "Chinois simplifié (Chine)" + +#: MyLanguage.module:173 +msgid "Traditional chinese (Taiwan)" +msgstr "Chinois traditionnel (Taiwan)" + +#: MyLanguage.module:220 +msgid "Unknown" +msgstr "Inconnu" + +#: Package.module:85 +msgid "'&1' is missing." +msgstr "'&1' est introuvable." + +#: Package.module:95 +msgid "'&1' and '&2' are missing." +msgstr "'&1' et '&2' sont introuvables." + +#: Package.module:295 +msgid "Saving CHANGELOG file." +msgstr "Sauvegarde du fichier CHANGELOG." + +#: Package.module:754 +msgid "Making &1 support package..." +msgstr "Création du paquet de support &1..." + +#: Package.module:818 +msgid "Creating package for &1." +msgstr "Création du paquet pour &1." + +#: Package.module:854 +msgid "The package build has failed." +msgstr "La construction des paquets a échoué." + +#: Package.module:927 +msgid "Making build directory." +msgstr "Fabrication du répertoire de construction." + +#: Package.module:986 +msgid "Creating desktop file..." +msgstr "Création du fichier *.desktop..." + +#: Package.module:994 +msgid "Sources are being debianizated." +msgstr "\"Debianisation\" des sources..." + +#: Package.module:1199 +msgid "Creating package..." +msgstr "Création du paquet..." + +#: Package.module:1207 +msgid "'dpkg-buildpackage' has failed." +msgstr "'dpkg-buildpackage' a échoué." + +#: Package.module:1425 +msgid "Incorrect date in ChangeLog: &1" +msgstr "Date incorrecte dans le ChangeLog : « &1 »" + +#: Package.module:1501 +msgid "Initializing ~/RPM directory." +msgstr "Initialisation du répertoire ~/RPM." + +#: Package.module:1521 +msgid "Creating source package." +msgstr "Création du paquet des sources." + +#: Package.module:1545 +msgid "Creating .spec file." +msgstr "Creation du fichier .spec." + +#: Package.module:1786 +msgid "'rpmbuild' has returned the following error code:" +msgstr "'rpmbuild' a retourné le code d'erreur suivant :" + +#: Package.module:2207 +msgid "'tar' has returned the following error code:" +msgstr "'tar' a retourné le code d'erreur suivant:" + +#: Package.module:2503 +msgid "'makepkg' has failed." +msgstr "'makepkg' a échoué." + +#: Patch.class:38 +msgid "The directory is not a Gambas project" +msgstr "Le répertoire n'est pas un projet Gambas" + +#: Patch.class:52 Project.module:4827 +msgid "Unsupported source archive format." +msgstr "Format d'archive source non supporté." + +#: Patch.class:179 +msgid "Patch didn't apply:\n" +msgstr "Le patch n'a pas été appliqué :\n" + +#: Project.module:241 +msgid "Automation" +msgstr "Automatisation" + +#: Project.module:242 +msgid "Basic" +msgstr "Exemples de base" + +#: Project.module:244 +msgid "Drawing" +msgstr "Dessin" + +#: Project.module:247 +msgid "Miscellaneous" +msgstr "Divers" + +#: Project.module:248 +msgid "Networking" +msgstr "Programmation réseau" + +#: Project.module:249 +msgid "OpenGL" +msgstr "OpenGL" + +#: Project.module:251 +msgid "Sound" +msgstr "Son" + +#: Project.module:253 +msgid "Controls" +msgstr "Contrôles" + +#: Project.module:254 +msgid "Multimedia" +msgstr "Multimedia" + +#: Project.module:255 +msgid "Web" +msgstr "Web" + +#: Project.module:442 +msgid "File not found!" +msgstr "Fichier introuvable !" + +#: Project.module:559 +msgid "This project does not exist." +msgstr "Ce projet n'existe pas." + +#: Project.module:571 +msgid "" +"Unable to find Gambas IDE executable in directory:\n" +"\n" +"&1" msgstr "" +"Impossible de trouver l'exécutable de l'EDI Gambas dans le répertoire :\n" +"\n" +"&1" + +#: Project.module:590 +msgid "This is not a Gambas project." +msgstr "Ce n'est pas un projet Gambas." + +#: Project.module:593 +msgid "This is a Gambas 1.0 project. Use Gambas 2 to convert it." +msgstr "Ceci est un projet Gambas 1.0. Utilisez Gambas 2 pour le convertir." + +#: Project.module:596 +msgid "Convert" +msgstr "Convertir" + +#: Project.module:596 +msgid "" +"This is a Gambas 2.0 project.\n" +"\n" +"Do you want to convert it?" +msgstr "" +"Ceci est un projet Gambas 2.0.\n" +"\n" +"Désirez-vous le convertir ?" + +#: Project.module:614 +msgid "Do not open" +msgstr "Ne pas ouvrir" + +#: Project.module:614 +msgid "Open after all" +msgstr "Ouvrir malgré tout" + +#: Project.module:614 +msgid "" +"This project seems to be already opened.\n" +"\n" +"Opening the same project twice can lead to data loss." +msgstr "" +"Il semble que ce projet soit déjà ouvert.\n" +"\n" +"Ouvrir le même projet deux fois peut provoquer des pertes de données." + +#: Project.module:620 +msgid "It cannot be converted." +msgstr "Il ne peut être converti." + +#: Project.module:620 +msgid "This project is read-only." +msgstr "Le projet est en lecture seule." + +#: Project.module:628 +msgid "Compressed files are now generated with the executable. Consequently they will be removed from the project." +msgstr "Les fichiers compressés sont maintenant générés avec l'exécutable. Par conséquent ils seront supprimés du projet." + +#: Project.module:628 +msgid "This project includes compressed files." +msgstr "Ce projet contient des fichiers compressés." + +#: Project.module:649 +msgid "Copying project inside a temporary directory..." +msgstr "Copie du projet dans un répertoire temporaire..." + +#: Project.module:652 +msgid "Unable to create temporary directory" +msgstr "Impossible de créer le répertoire temporaire" + +#: Project.module:682 +msgid "Converting project structure..." +msgstr "Conversion de la structure du projet..." + +#: Project.module:712 +msgid "Applying conversion..." +msgstr "Application de la conversion..." + +#: Project.module:718 +msgid "Unable to apply conversion" +msgstr "Impossible d'appliquer la conversion" + +#: Project.module:763 +msgid "Cannot open project file :" +msgstr "Impossible d'ouvrir le projet :" + +#: Project.module:763 +msgid "This project has duplicated class files!" +msgstr "Ce projet possède des fichiers classes dupliqués !" + +#: Project.module:872 +msgid "Some libraries used by the project are missing." +msgstr "Des bibliothèques utilisées par le projet sont manquantes." + +#: Project.module:955 +msgid "Cannot reload file." +msgstr "Impossible de recharger le fichier." + +#: Project.module:1721 +msgid "ALPHA VERSION, USE AT YOUR OWN RISK!" +msgstr "VERSION ALPHA, À UTILISER À VOS RISQUES ET PÉRILS !" + +#: Project.module:1723 +msgid "DEVELOPMENT VERSION, USE AT YOUR OWN RISK!" +msgstr "VERSION DE DÉVELOPPEMENT, À UTILISER À VOS RISQUES ET PÉRILS !" + +#: Project.module:2095 +msgid "Cannot open a binary file." +msgstr "Impossible d'ouvrir un fichier binaire." + +#: Project.module:2130 +msgid "Cannot open file." +msgstr "Impossible d'ouvrir le fichier." + +#: Project.module:2298 +msgid "&1th" +msgstr "&1ème" + +#: Project.module:2364 +msgid "in form definition" +msgstr "dans la définition du formulaire" + +#: Project.module:2553 +msgid "" +"Some project source files are in conflict.\n" +"Please solve them if you want to compile the project." +msgstr "" +"Certains fichiers sources du projet sont en conflit.\n" +"Veuillez résoudre ces conflits pour pouvoir compiler le projet." + +#: Project.module:2557 +msgid "Compiling project" +msgstr "Compilation du projet" + +#: Project.module:2582 +msgid "" +"

The compiler has crashed!

\n" +"Please report it to the Gambas bugtracker at:\n" +"\n" +"https://gambaswiki.org/bugtracker\n" +"\n" +"Do not forget to provide the full project so that the crash can be reproduced." +msgstr "" +"

Le compilateur a planté !

\n" +"Veuillez le signaler sur le bugtracker de Gambas à l'adresse:\n" +"\n" +"https://gambaswiki.org/bugtracker\n" +"\n" +"N'oubliez-pas de fournir la projet complet afin de pouvoir reproduire le plantage." + +#: Project.module:2645 +msgid "The translation tools returned the following errors:" +msgstr "Les outils de translations ont retourné les erreurs suivantes :" + +#: Project.module:2645 +msgid "Translation errors" +msgstr "Erreurs de traduction" + +#: Project.module:2846 +msgid "File already exists." +msgstr "Ce fichier existe déja." + +#: Project.module:2880 +msgid "Directory already exists." +msgstr "Le répertoire existe déja." + +#: Project.module:2892 +msgid "Cannot link template file." +msgstr "Impossible de créer le lien vers le fichier modèle." + +#: Project.module:2898 +msgid "Cannot copy template file." +msgstr "Impossible de copier le fichier modèle." + +#: Project.module:2953 +msgid "Forbidden directory name." +msgstr "Ce nom de répertoire est interdit." + +#: Project.module:2963 +msgid "Unable to create directory." +msgstr "Impossible de créer le répertoire." + +#: Project.module:3126 +msgid "The contents of VERSION file is incorrect." +msgstr "Le contenu du fichier VERSION est incorrect." + +#: Project.module:3148 +msgid "Cannot install library in &1." +msgstr "Impossible d'installer la bibliothèque dans &1." + +#: Project.module:3193 +msgid "Making executable..." +msgstr "Génération de l'exécutable..." + +#: Project.module:3203 +msgid "Do you really want to increment the project version and make the executable again?" +msgstr "Voulez-vous vraiment incrémenter la version du projet et générer de nouveau l'exécutable ?" + +#: Project.module:3203 +msgid "No change has been detected." +msgstr "Aucun changement n'a été détecté." + +#: Project.module:3304 +msgid "Cannot make executable." +msgstr "Impossible de créer l'exécutable." + +#: Project.module:3774 +msgid "Some components are missing: &1" +msgstr "Certains composants ne sont pas installés : &1" + +#: Project.module:3986 +msgid "Cannot write project file." +msgstr "Impossible d'écrire le fichier projet." + +#: Project.module:4038 +msgid "Unable to create desktop shortcut." +msgstr "Imposible de créer le raccourci sur le bureau." + +#: Project.module:4299 +msgid "The directory will be removed at the next commit." +msgstr "Le répertoire sera supprimé à la prochaine publication." + +#: Project.module:4317 +msgid "You must define a startup class or form!" +msgstr "Vous devez définir une classe ou un formulaire de démarrage !" + +#: Project.module:4348 +msgid "Please type a name." +msgstr "Veuillez saisir un nom." + +#: Project.module:4352 +msgid "This name contains a forbidden character:" +msgstr "Ce nom contient un caractère interdit:" + +#: Project.module:4356 +msgid "The name cannot begins with a dot." +msgstr "Le nom ne peut pas commencer par un point." + +#: Project.module:4360 +msgid "This name is already used. Choose another one." +msgstr "Ce nom est déjà utilisé. Choisissez-en un autre." + +#: Project.module:4396 +msgid "Space" +msgstr "Espace" + +#: Project.module:4398 +msgid "A class name must begin with a letter or an underscore, followed by any letter or digit." +msgstr "Un nom de classe doit commencer par une lettre ou un caractère '_', et être suivi par des lettres ou des chiffres. " + +#: Project.module:4441 +msgid "Destination already exists." +msgstr "La destination existe déjà." + +#: Project.module:4604 +msgid "Unable to rename '&1'" +msgstr "Impossible de renommer « &1 »" + +#: Project.module:4721 +msgid "Please type a project name." +msgstr "Veuillez saisir un nom de projet." + +#: Project.module:4729 +msgid "The project name cannot begin with a dot." +msgstr "Un nom de projet ne peut commencer par un point." + +#: Project.module:4732 +msgid "Non-ASCII characters are forbidden in a project name." +msgstr "Un nom de projet ne peut contenir que des caractères ASCII." + +#: Project.module:4733 +msgid "SPACE" +msgstr "ESPACE" + +#: Project.module:4733 +msgid "The following characters are forbidden in a project name:" +msgstr "Les caractères suivants sont interdits dans un nom de projet :" + +#: Project.module:4740 +msgid "This project already exists." +msgstr "Ce projet existe déjà." + +#: Project.module:4743 +msgid "The project directory already exists." +msgstr "Le répertoire du projet existe déjà." + +#: Project.module:4745 +msgid "The project directory cannot be created because a file with the same name already exists." +msgstr "Le répertoire du projet ne peut être créé car un fichier avec le même nom existe déjà." + +#: Project.module:4833 +msgid "Unable to create source archive." +msgstr "Impossible de créer l'archive source." + +#: Project.module:5151 +msgid "Cannot copy file &1." +msgstr "Impossible de copier le fichier &1." + +#: Project.module:5199 +msgid "Cannot create link &1." +msgstr "Impossible de créer le lien &1." + +#: Project.module:5214 +msgid "Cannot move a directory inside itself." +msgstr "Impossible de déplacer un répertoire à l'intérieur de lui-même." + +#: Project.module:5278 +msgid "Cannot move file &1." +msgstr "Impossible de déplacer le fichier &1." + +#: Project.module:5491 +msgid "The following files couldn't be removed:" +msgstr "Les fichiers suivants n'ont pu être supprimés :" + +#: Project.module:5990 +msgid "Project cleanup..." +msgstr "Nettoyage du projet..." + +#: Project.module:5996 +msgid "Project files conversion..." +msgstr "Conversion des fichiers du projet..." + +#: Project.module:6026 +msgid "Unable to convert &1" +msgstr "Impossible de convertir &1" + +#: Project.module:6306 +msgid "Unable to update forms." +msgstr "Impossible de mettre à-jour les formulaires." + +#: Project.module:6402 +msgid "The &1 program is not installed on your system." +msgstr "Le programme &1 n'est pas installé sur votre système." + +#: Project.module:6404 +msgid "The following programs are not installed on your system: &1." +msgstr "Les programmes suivants ne sont pas installés sur votre système : &1." + +#: Project.module:6495 +msgid "Unable to read component description file." +msgstr "Impossible de lire le fichier de description du composant." + +#: Project.module:6556 +msgid "Cannot write component description file." +msgstr "Impossible d'écrire le fichier de description du composant." + +#: Project.module:6617 +msgid "Project templates" +msgstr "Modèles de projet" + +#: Project.module:6663 +msgid "Unable to run terminal." +msgstr "Impossible de démarrer le terminal." + +#: Project.module:7089 +msgid "Save file as" +msgstr "Enregistrer le fichier sous" + +#: Project.module:7099 Save.module:57 +msgid "Unable to save file." +msgstr "Impossible d'enregistrer le fichier." + +#: SoftwareBox.class:236 +msgid "Published &1" +msgstr "Publié &1" + +#: Util.module:6 +msgid "&1 B" +msgstr "&1 o" + +#: Util.module:8 +msgid "&1 KiB" +msgstr "&1 Kio" + +#: Util.module:10 +msgid "&1 MiB" +msgstr "&1 Mio" + +#: Util.module:12 +msgid "&1 GiB" +msgstr "&1 Gio" + +#: Util.module:46 +msgid "Incorrect format" +msgstr "Format incorrect" + +#: VersionControl.module:94 +msgid "Please set the $EDITOR environment variable with your favorite graphical text editor. Some version control commands need it." +msgstr "Veuillez définir la variable d'environnement $EDITOR avec votre éditeur de texte graphique favori. Les commandes de suivi de version en ont besoin." + +#: VersionControl.module:199 +msgid "Command timeout." +msgstr "La commande ne répond pas." + +#: VersionControl.module:199 +msgid "Please check your network connection." +msgstr "Veuillez vérifier votre connexion réseau." + +#: VersionControl.module:584 +msgid "Do you really want to put this project under version control with &1?" +msgstr "Voulez-vous vraiment mettre ce projet sous suivi de version avec &1 ?" + +#: VersionControl.module:598 +msgid "The project could not be put under version control." +msgstr "Impossible de mettre le projet sous suivi de version." + +#: VersionControl.module:691 +msgid "Unable to switch to branch `&1`." +msgstr "Impossible de basculer sur la branche `&1`." #: VersionControl.module:713 msgid "With &1" msgstr "Avec &1" -#: FSearch.form:120 -msgid "Words only" -msgstr "Mots seulements" +#: Wiki.module:523 +msgid "There are &1 classes and &2 symbols in all Gambas components." +msgstr "Il y a &1 classes et &2 symboles dans l'ensemble des composants de Gambas." -#: CClassInfo.class:702 -msgid "write" -msgstr "écriture" +#: Wiki.module:842 +msgid "This page does not exist in that language." +msgstr "Cette page n'existe pas dans le langage courant." -#: CClassInfo.class:704 -msgid "write-only" -msgstr "écriture seule" +#: WikiMarkdown.class:142 +msgid "Since" +msgstr "Depuis la version" -#: MErrorMessage.module:258 -msgid "Write error" -msgstr "Erreur d'écriture" +#: WikiMarkdown.class:149 +msgid "This component does not exist." +msgstr "Ce composant n'existe pas." -#: CDocumentation.class:73 -msgid "X-Window library support" -msgstr "Support de la bibliothèque X-Window" +#: WikiMarkdown.class:174 +msgid "This class does not exist." +msgstr "Cette classe n'existe pas." -#: CDocumentation.class:157 -msgid "XML-RPC protocol" -msgstr "Protocole XML-RPC" +#: WikiMarkdown.class:187 +msgid "This symbol does not exist." +msgstr "Ce symbole n'existe pas." -#: CDocumentation.class:173 FProjectProperty.form:599 -msgid "XML management" -msgstr "Gestion du XML" - -#: CDocumentation.class:155 -msgid "XML tools" -msgstr "Outils XML" - -#: CDocumentation.class:106 -msgid "XML tools based on libxml" -msgstr "Outils XML basés sur la bibliothèque libxml" - -#: CDocumentation.class:158 -msgid "XSLT tools based on libxslt and libxml" -msgstr "Outils XSLT basés sur libxslt et libxml" - -#: FOption.form:449 VersionControl.module:584 -msgid "Yes" -msgstr "Oui" - -#: CRecentProject.class:70 -msgid "Yesterday" -msgstr "Hier" - -#: CSoftware.class:675 -msgid "yesterday" -msgstr "hier" - -#: FFileInfoVC.class:88 FProjectVersion.class:211 VersionControl.module:461 -msgid "You are going to cancel your changes!" -msgstr "Tous les changements vont être annulés !" - -#: FPublish.class:12 -msgid "You cannot publish a software whose version is \"0.0\"." -msgstr "Vous ne pouvez publier un logiciel dont la version est \"0.0\"." - -#: FFarmRegister.class:40 -msgid "You have been successfully registered.\n\nYou will receive a confirmation e-mail soon." -msgstr "Vous avez été enregistré avec succès.\n\nVous recevrez un courriel de confirmation bientôt." - -#: Project.module:4343 -msgid "You must define a startup class or form!" -msgstr "Vous devez définir une classe ou un formulaire de démarrage !" - -#: FOption.class:524 -msgid "You need to restart the application to see your changes." -msgstr "Vous devez redémarrer l'application pour que vos changements prennent effet." - -#: FOption.class:4 -msgid "Zen" -msgstr "Zen" - -#: CDocumentation.class:59 -msgid "zlib compression driver" -msgstr "Pilote de compression zlib" - -#: FOption.form:1637 -msgid "Zoom (browser excepted)" -msgstr "Zoom (sauf le navigateur)" - -#: FImageEditor.form:376 -msgid "Zoom fit" -msgstr "Zoom ajusté" - -#: FComponentChooser.form:114 FHelpBrowser.form:95 FImageEditor.form:352 FTextEditor.form:800 -msgid "Zoom in" -msgstr "Zoom avant" - -#: FImageEditor.form:368 -msgid "Zoom normal" -msgstr "Zoom normal" - -#: FComponentChooser.form:120 FHelpBrowser.form:101 FImageEditor.form:360 FTextEditor.form:807 -msgid "Zoom out" -msgstr "Zoom arrière" - -#: CDocumentation.class:60 -msgid "zstd compression driver" -msgstr "Pilote de compression zstd" +#~ msgid "Run with" +#~ msgstr "Démarrer avec" +#~ msgid "Run with arguments" +#~ msgstr "Démarrer avec des arguments" diff --git a/app/src/gambas3/.src/Debug/Breakpoints.module b/app/src/gambas3/.src/Debug/Breakpoints.module index eaa45220f..bdd745b87 100644 --- a/app/src/gambas3/.src/Debug/Breakpoints.module +++ b/app/src/gambas3/.src/Debug/Breakpoints.module @@ -77,7 +77,7 @@ Private Sub Synchronize() End -Public Sub GetCommands() As String +Public Sub GetCommands() As String[] Dim aResult As New String[] Dim aBreakpoints As Integer[] @@ -90,12 +90,12 @@ Public Sub GetCommands() As String sClass = $cBreakpoints.Key For Each iLine In aBreakpoints - aResult.Add("+" & sClass & "." & CStr(iLine + 1) & "\n") + aResult.Add("+" & sClass & "." & CStr(iLine + 1)) Next Next - Return aResult.Join("") + Return aResult End diff --git a/app/src/gambas3/.src/Debug/Design.module b/app/src/gambas3/.src/Debug/Design.module index 62c8b23d8..ed95d7e87 100644 --- a/app/src/gambas3/.src/Debug/Design.module +++ b/app/src/gambas3/.src/Debug/Design.module @@ -2,6 +2,14 @@ Private Const DEBUG_REMOTE As Boolean = False +Public UseTerminal As Boolean +Public RedirectStderr As Boolean +Public UseHttpServer As Boolean +Public Profiling As Boolean +Public DebugInside As Boolean + +Private $iProfileIndex As Integer + Public Startup As String Public ProcessId As Integer @@ -26,8 +34,7 @@ Private $iPosLine As Integer Private $sError As String Private $bStart As Boolean -Private $sCmdStart As String -'PRIVATE $sCmdStartRun AS String +Private $aCmdStart As String[] Private $sAddBreakpoint As String Private $sRemoveBreakpoint As String @@ -550,7 +557,7 @@ Public Sub Process_Kill() $hProcess = Null - If Project.Profiling Then + If Profiling Then FProfile.Open($sProfilePath) Endif @@ -1076,23 +1083,8 @@ Private Sub Start(sCmd As String) 'PRINT "EXEC "; "gbx -gs " & File.Dir(Project.Path) & " -- " & Project.Arguments ProcessId = 0 - $sCmdStart = "" - - ReadDebugSettings() - - $sCmdStart &= Breakpoints.GetCommands() - If $sAddBreakpoint Then - $sCmdStart &= $sAddBreakpoint & "\n" - $sAddBreakpoint = "" - Endif - - $sCmdStart &= FDebugInfo.GetWatches() - - 'If Project.BreakOnError Then $sCmdStart &= "b+\n" - - $sCmdStart &= sCmd - '$sCmdStartRun = sCmd + MakeInitialCommands(sCmd) $bStart = True Project.Running = True @@ -1134,7 +1126,7 @@ Private Sub Start(sCmd As String) Else - If Project.Profiling Then FProfile.CleanProfileFiles + If Profiling Then FProfile.CleanProfileFiles If $bRemote Then aExec = ["gbr" & System.Version] @@ -1142,7 +1134,10 @@ Private Sub Start(sCmd As String) aExec = [System.Path &/ "bin/gbx" & System.Version] Endif - aExec.Insert(["-g", "-f", sFifo]) + aExec.Add("-g") + + aExec.Add("-f") + aExec.Add(sFifo) If Startup Then aExec.Add("-s") @@ -1150,7 +1145,7 @@ Private Sub Start(sCmd As String) Endif If Project.CanUseHttpServer() Then - If Project.UseHttpServer Or If Project.Components.Exist("gb.httpd") Then + If UseHttpServer Or If Project.Components.Exist("gb.httpd") Then aExec.Add("-H") iPos = aEnv.Find("GB_HTTPD_PORT=*", gb.Like) sPort = "8080" @@ -1163,12 +1158,12 @@ Private Sub Start(sCmd As String) Endif Endif - If Project.Profiling Then + If Profiling Then aExec.Add("-p") - Inc Project.ProfileIndex - sFile = "." & CStr(Project.ProfileIndex) & ".prof" + Inc $iProfileIndex + sFile = "." & CStr($iProfileIndex) & ".prof" If Project.ReadOnly Then $sProfilePath = File.Dir(Temp$) &/ sFile @@ -1204,7 +1199,7 @@ Private Sub Start(sCmd As String) Endif - If Project.UseTerminal Then + If UseTerminal Then sTitle = Project.Name & " (" & ("Output terminal") & ")" @@ -1245,7 +1240,7 @@ Private Sub Start(sCmd As String) Endif - If Project.RedirectStderr Then + If RedirectStderr Then $sPipeError = Temp$() aExec.Add("-r") aExec.Add($sPipeError) @@ -1366,20 +1361,7 @@ Public Sub RunExtern() ClearOutput ProcessId = 0 - $sCmdStart = "" - - ReadDebugSettings() - - $sCmdStart &= Breakpoints.GetCommands() - - If $sAddBreakpoint Then - $sCmdStart &= $sAddBreakpoint & "\n" - $sAddBreakpoint = "" - Endif - - $sCmdStart &= FDebugInfo.GetWatches() - - $sCmdStart &= "g" + MakeInitialCommands("g") $bExtern = True $bStart = True @@ -1499,7 +1481,7 @@ Private Sub Signal() If $bStart Then If $bExtern Then FDebugInfo.StopWaitForRemote 'PRINT "START Debug.Write: "; $sCmdStart - WriteCommand($sCmdStart) + If $aCmdStart.Count Then WriteCommand($aCmdStart.Join("\n") & "\n") $bStart = False 'Command("w", TRUE) 'Command($sCmdStartRun, FALSE, STATE_RUNNING) @@ -1598,20 +1580,47 @@ End ' ' END +Private Sub ReadSettings() + + UseTerminal = Project.Config["/Debug/UseTerminal"] + RedirectStderr = Project.Config["/Debug/RedirectStderr"] + UseHttpServer = Project.Config["/Debug/UseHttpServer"] + Profiling = Project.Config["/Debug/Profiling"] + DebugInside = Project.Config["/Debug/DebugInside"] + +End + Public Sub ReadDebugSettings() + ReadSettings FDebugInfo.ReadWatchSettings() FDebugExpr.ReadSettings() End +Public Sub WriteSettings() + + Project.Config["/Debug/UseTerminal"] = UseTerminal + Project.Config["/Debug/RedirectStderr"] = RedirectStderr + Project.Config["/Debug/UseHttpServer"] = UseHttpServer + Project.Config["/Debug/Profiling"] = Profiling + Project.Config["/Debug/DebugInside"] = DebugInside + +End + Public Sub WriteDebugSettings() + WriteSettings FDebugInfo.WriteWatchSettings() FDebugExpr.WriteSettings() End +Public Sub OnProjectChange() + + ReadSettings + +End Public Sub SetBreakpoint(sClass As String, iLine As Integer, bOn As Boolean) @@ -1771,3 +1780,35 @@ Private Sub CreateDebuggerHelper() As String Return $sRemoteDebuggerHelper End + +Public Sub SetDebugInside(bVal As Boolean) + + DebugInside = bVal + WriteSettings + If Project.Running Then WriteCommand("og" & If(bVal, "+", "-")) + +End + +Private Sub MakeInitialCommands(sCmd As String) + + $aCmdStart = New String[] + + ReadDebugSettings() + + If DebugInside Then $aCmdStart.Add("og+") + + $aCmdStart.Insert(Breakpoints.GetCommands()) + + If $sAddBreakpoint Then + $aCmdStart.Add($sAddBreakpoint) + $sAddBreakpoint = "" + Endif + + $aCmdStart.Insert(FDebugInfo.GetWatches()) + + 'If Project.BreakOnError Then $aCmdStart.Add("o+") + + $aCmdStart.Add(sCmd) + +End + diff --git a/app/src/gambas3/.src/Debug/FDebugButton.class b/app/src/gambas3/.src/Debug/FDebugButton.class index 43571857a..588d63d73 100644 --- a/app/src/gambas3/.src/Debug/FDebugButton.class +++ b/app/src/gambas3/.src/Debug/FDebugButton.class @@ -169,7 +169,7 @@ Public Sub UpdateProfile() aProf = FProfile.FindAll() panProfile.Children.Clear - + If aProf.Count = 0 Then panProfile.Hide Return diff --git a/app/src/gambas3/.src/Debug/FDebugInfo.class b/app/src/gambas3/.src/Debug/FDebugInfo.class index e7cfe0c6a..c4689b3fb 100644 --- a/app/src/gambas3/.src/Debug/FDebugInfo.class +++ b/app/src/gambas3/.src/Debug/FDebugInfo.class @@ -1712,21 +1712,21 @@ Public Sub IsWatch(sExpr As String) As Boolean End -Public Sub GetWatches() As String +Public Sub GetWatches() As String[] - Dim sCmd As String + Dim aCmd As New String[] Dim sExpr As String - If cvwVariable.MoveTo("@") Then Return - If cvwVariable.MoveChild() Then Return + If cvwVariable.MoveTo("@") Then Return aCmd + If cvwVariable.MoveChild() Then Return aCmd Repeat sExpr = cvwVariable.Item.Text - sCmd &= "?W" & sExpr & "\t" & sExpr & "\n" - If $cTrack.Exist("@" & sExpr) Then sCmd &= "w" & $cTrack["@" & sExpr] & "\t" & sExpr & "\n" + aCmd.Add("?W" & sExpr & "\t" & sExpr) + If $cTrack.Exist("@" & sExpr) Then aCmd.Add("w" & $cTrack["@" & sExpr] & "\t" & sExpr) Until cvwVariable.MoveNext() - Return sCmd + Return aCmd End diff --git a/app/src/gambas3/.src/Debug/FProfile.class b/app/src/gambas3/.src/Debug/FProfile.class index 3dc606616..9be5a9f23 100644 --- a/app/src/gambas3/.src/Debug/FProfile.class +++ b/app/src/gambas3/.src/Debug/FProfile.class @@ -36,7 +36,9 @@ Static Public Sub Open(sPath As String) If Not Exist(sPath) Then Return hProf = New FProfile + Project.SetMessage(("Loading profiling file...")) hProf.Init(sPath) + Project.SetMessage(("OK"), True) End @@ -396,14 +398,29 @@ Fast Public Sub Init(sPath As String) iOldTime = iTime Dec iLastLine - Try aLine[iLastLine] += iTime - iLastTime - If Not Error Then - Inc aCount[iLastLine] - Else - If iLastLine >= 0 Then Debug hCurrent.Name; "."; iLastLine + 1; " ("; aLine.Count; ")" + + If iLastLine < 0 Then + hCurrent.FirstTime += iTime - iLastTime + + Else + + If iLastLine >= aLine.Count Then + aLine.Resize((iLastLine + 128) And Not 127) + aCount.Resize(aLine.Count) + Endif + + aLine[iLastLine] += iTime - iLastTime + Inc aCount[iLastLine] + Endif + ' If Not Error Then + ' Else + ' If iLastLine >= 0 Then Debug hCurrent.Name; "."; iLastLine + 1; " ("; aLine.Count; ")" + ' hCurrent.FirstTime += iTime - iLastTime + ' Endif + iLastLine = iLine Next @@ -441,7 +458,7 @@ Fast Public Sub Init(sPath As String) Catch Dec Application.Busy - FMain.ShowErrorWith(Subst(("Unable to load profile file: &1"), File.Name(sPath))) + FMain.ShowErrorWith(Subst(("Unable to load profile file: &1"), File.Name(sPath)), "*") End diff --git a/app/src/gambas3/.src/FMain.class b/app/src/gambas3/.src/FMain.class index 4c15837b9..8f8710cd9 100644 --- a/app/src/gambas3/.src/FMain.class +++ b/app/src/gambas3/.src/FMain.class @@ -1273,7 +1273,14 @@ Public Sub UpdateMenu() Action[sAction].Enabled = bEnabled Next - Action["run-with"].Enabled = bEnabled + For Each sAction In ["run-extern", "terminal", "redirect", "httpserver", "gui", "profile", "open-profile", "run-with", "run-remote"] + Action[sAction].Enabled = bEnabled + Next + + mnuEnvDbDebug.Enabled = bEnabled + mnuEnvJitDebug.Enabled = bEnabled + mnuEnvNoJit.Enabled = bEnabled + mnuEnvReverse.Enabled = bEnabled sText = If(Project.Running, ("Continue"), ("Run")) mnuRun.Text = sText @@ -1415,10 +1422,11 @@ Public Sub OnProjectChange() mnuFilterModified.Visible = VersionControl.Enabled txtSearchProject.Clear - mnuUseTerminal.Value = Project.UseTerminal - mnuRedirectStderr.Value = Project.RedirectStderr - mnuUseHttpServer.Value = Project.UseHttpServer - mnuProfile.Value = Project.Profiling + mnuUseTerminal.Value = Design.UseTerminal + mnuRedirectStderr.Value = Design.RedirectStderr + mnuUseHttpServer.Value = Design.UseHttpServer + mnuProfile.Value = Design.Profiling + mnuDebugInside.Value = Design.DebugInside OnRefreshComponents @@ -1620,20 +1628,23 @@ Public Sub Action_Activate((Key) As String) As Boolean CPosition.MoveNext Case "terminal" - Project.UseTerminal = Action["terminal"].Value - Project.WriteProject(True) + Design.UseTerminal = Action["terminal"].Value + Design.WriteSettings Case "redirect" - Project.RedirectStderr = Action["redirect"].Value - Project.WriteProject(True) + Design.RedirectStderr = Action["redirect"].Value + Design.WriteSettings Case "httpserver" - Project.UseHttpServer = Action["httpserver"].Value - Project.WriteProject(True) + Design.UseHttpServer = Action["httpserver"].Value + Design.WriteSettings Case "profile" - Project.Profiling = Action["profile"].Value - Project.WriteProject(True) + Design.Profiling = Action["profile"].Value + Design.WriteSettings + + Case "debug-inside" + Design.SetDebugInside(Action["debug-inside"].Value) ' Case "breakerr" ' Project.BreakOnError = Action["breakerr"].Value @@ -2294,7 +2305,7 @@ Public Sub ShowErrorWith(sTitle As String, Optional sMsg As String, Optional sKe Dim sBacktrace As String If Not sMsg Or If sMsg = "*" Then - If sMsg = "*" Then sBacktrace = Error.Backtrace.Join(" ") + If sMsg = "*" Then Try sBacktrace = Error.Backtrace.Join(" ") sMsg = Tr(Error.Text) If sMsg Not Ends "." Then sMsg &= "." If sBacktrace Then sMsg &= "\n" & sBacktrace & "" diff --git a/app/src/gambas3/.src/FMain.form b/app/src/gambas3/.src/FMain.form index d04bc7e56..33d9895d8 100644 --- a/app/src/gambas3/.src/FMain.form +++ b/app/src/gambas3/.src/FMain.form @@ -270,18 +270,6 @@ Text = ("Debug extern process") & "..." Picture = Picture["icon:/small/connect"] } - { Menu49 Menu - } - { Menu45 Menu - Action = "run-with" - Text = ("Program arguments") & "..." - Picture = Picture["icon:/small/text-list-order"] - } - { mnuDebugRemote Menu - Action = "run-remote" - Text = ("Remote debugging") & "..." - Picture = Picture["icon:/small/network"] - } { Menu14 Menu } { mnuPause Menu @@ -395,7 +383,7 @@ } { mnuProfile Menu Action = "profile" - Text = Shortcut(("Activate profiling"), "g") + Text = ("Activate profiling") Toggle = True } { mnuOpenProfile Menu @@ -407,12 +395,29 @@ } { mnuClearBreakpoints Menu Action = "clear-break" - Text = Shortcut(("Clear all breakpoints"), "a") + Text = ("Clear all breakpoints") } { mnuClearDebugWindows Menu Action = "close-all-debug" Text = Shortcut(("Close all debug windows"), "d") } + { Menu49 Menu + } + { mnuDebugInside Menu + Action = "debug-inside" + Text = ("Debug inside components") + Toggle = True + } + { Menu45 Menu + Action = "run-with" + Text = ("Program arguments") & "..." + Picture = Picture["icon:/small/text-list-order"] + } + { mnuDebugRemote Menu + Action = "run-remote" + Text = ("Remote debugging") & "..." + Picture = Picture["icon:/small/network"] + } } { mnuView Menu Action = "menu-view" @@ -1272,15 +1277,6 @@ Menu = "mnuVersionControl" MenuOnly = True } - { btnRunWith ToolButton - MoveScaled(89,4,15,4) - Visible = False - ToolTip = ("Run with arguments") - Action = "run-with" - AutoResize = True - Text = ("Run with") & "..." - Picture = Picture["icon:/small/play"] - } { btnRunRemote ToolButton MoveScaled(104,4,4,4) Visible = False @@ -1630,6 +1626,10 @@ Shortcut = "Ctrl+X" Picture = "icon:/small/cut" } + { Action debug-inside + Text = "Debug inside components" + Shortcut = "" + } { Action delete Text = "Delete" Shortcut = "Del" @@ -1870,9 +1870,9 @@ Picture = "icon:/small/play" } { Action run-with - Text = "Run with" + Text = "Program arguments" Shortcut = "" - Picture = "icon:/small/play" + Picture = "icon:/small/text-list-order" } { Action save-project Text = "Save project" @@ -1985,7 +1985,7 @@ { Toolbars { Toolbar main Text = "" - List = "new-project,open-project,save-project,save-project-as,project-property,refresh-project,option,shortcut,exec,translate,archive,install,project,property,control,console,find,help,compile,compile-all,test,start,pause,stop,step,forward,return,until,find-project,go-back,go-forward,browse-project,open-terminal,send-mail,publish,farm,gui,menu-file,menu-edit,menu-project,menu-debug,menu-view,menu-tool,menu-help,version-control,run-with,run-extern" + List = "new-project,open-project,save-project,save-project-as,project-property,refresh-project,option,shortcut,exec,translate,archive,install,project,property,control,console,find,help,compile,compile-all,test,start,pause,stop,step,forward,return,until,find-project,go-back,go-forward,browse-project,open-terminal,send-mail,publish,farm,gui,menu-file,menu-edit,menu-project,menu-debug,menu-view,menu-tool,menu-help,version-control,run-extern" Default = "new-project,open-project,save-project,save-project-as,project-property,option,|,exec,translate,|,compile,compile-all,test,start,pause,stop,step,forward,return,until,-,find-project,go-back,go-forward,version-control" } } diff --git a/app/src/gambas3/.src/Project.module b/app/src/gambas3/.src/Project.module index 6d9c49fd4..240b2f51c 100644 --- a/app/src/gambas3/.src/Project.module +++ b/app/src/gambas3/.src/Project.module @@ -105,11 +105,6 @@ Public DefaultLanguage As String Public Type As Integer Public Authors As String Public VersionFile As Boolean -Public UseTerminal As Boolean -Public RedirectStderr As Boolean -Public UseHttpServer As Boolean -Public Profiling As Boolean -Public ProfileIndex As Integer Public DoNotTranslate As String[] Public CompressFiles As Boolean Public CompressedFiles As String[] @@ -801,19 +796,20 @@ _INIT_AGAIN: If Not bIsFake Then CRecentProject.Add(sDir) - If Not $bTesting + If Not $bTesting Then + + If Not bIsFake Then + Design.OnProjectChange + Breakpoints.OnProjectChange + FDebugInfo.OnProjectChange + Endif + FMain.OnProjectChange FSearch.OnProjectChange If Class.IsLoaded("FHelpBrowser") Then FHelpBrowser.OnProjectChange FProfile.OnProjectChange 'FOpenProject.OnUpdateRecent - If Not bIsFake Then - Breakpoints.OnProjectChange - FDebugInfo.OnProjectChange - 'FDebugButton.OnProjectChange - Endif - Endif $hLock = hLock @@ -3434,11 +3430,6 @@ Public Sub ReadProject(Optional bConvert As Boolean) RunAfterMakingExec = "" DefaultLanguage = "" VersionFile = False - UseTerminal = False - RedirectStderr = False - UseHttpServer = False - Profiling = False - ProfileIndex = 0 Maintainer = "" Vendor = "" VendorPrefix = "" @@ -3722,18 +3713,6 @@ Public Sub ReadProject(Optional bConvert As Boolean) Case "sourcepath" SourcePath = sVal - Case "useterminal" - UseTerminal = CInt(sVal) <> 0 - - Case "redirectstderr" - RedirectStderr = CInt(sVal) <> 0 - - Case "usehttpserver" - UseHttpServer = CInt(sVal) <> 0 - - Case "profiling" - Profiling = CInt(sVal) <> 0 - ' Case "breakonerror" ' BreakOnError = CInt(sVal) <> 0 ' @@ -3876,13 +3855,6 @@ Public Sub WriteProject(Optional bComponentDoNotChange As Boolean, Optional bMak If Title Then Print #hFile, "Title="; Title If Startup Then Print #hFile, "Startup="; Startup - 'If Stack Then Print #hFic, "Stack="; Stack - 'If StackTrace Then Print #hFic, "StackTrace=1" - If UseTerminal Then Print #hFile, "UseTerminal=1" - If RedirectStderr Then Print #hFile, "RedirectStderr=1" - If UseHttpServer Then Print #hFile, "UseHttpServer=1" - If Profiling Then Print #hFile, "Profiling=1" - 'If BreakOnError Then Print #hFic, "BreakOnError=1" If Icon Then Print #hFile, "Icon="; Icon GetVersion() diff --git a/app/src/gambas3/.src/Project/CProjectTree.class b/app/src/gambas3/.src/Project/CProjectTree.class index 691b7d59d..4cb6e0e4f 100644 --- a/app/src/gambas3/.src/Project/CProjectTree.class +++ b/app/src/gambas3/.src/Project/CProjectTree.class @@ -318,21 +318,23 @@ End Private Procedure AddDir(Optional sDir As String) - Dim cDir As New String[] + Dim aDir As New String[] Dim sFile As String Dim aFile As New String[] If sDir Then - cDir.Add(sDir) + aDir.Add(sDir) Else - cDir.Add($sDir) - If $sDir <> $sSourceDir Then cDir.Add($sSourceDir) + aDir.Add($sDir) + If $sDir <> $sSourceDir Then aDir.Add($sSourceDir) Endif + $hTree._Begin() + Repeat - sDir = cDir[0] - cDir.Remove(0) + sDir = aDir[0] + aDir.Remove(0) If Not IsDir(sDir) Then Continue @@ -355,14 +357,16 @@ Private Procedure AddDir(Optional sDir As String) For Each sFile In aFile sFile = Mid$(sFile, 2) - If AddFile(sDir, sFile, True) Then cDir.Add(sDir &/ sFile) 'AddFile(sDir, sFile, True) + If AddFile(sDir, sFile) Then aDir.Add(sDir &/ sFile) Next DoRefreshAfter - Until cDir.Count = 0 + Until aDir.Count = 0 + + $hTree._End() End