Translations:Fine-tuning/6/fr: Difference between revisions

From FreeCAD Documentation
mNo edit summary
mNo edit summary
Line 1: Line 1:
* '''Mod/Part/ParametricRefine''' (booléen) : Défini sur {{FALSE}} pour [[Part RefineShape|Part RefineShape]] crée une copie indépendante plutôt que liée.
* '''Mod/PartDesign/SwitchToTask''' (booléen): définissez sur {{FALSE}} pour empêcher le [[PartDesign Workbench/fr|PartDesign Workbench]] de basculer vers le panneau Tâche lors du démarrage.
* '''Mod/PartDesign/SwitchToTask''' (booléen): définissez sur {{FALSE}} pour empêcher le [[PartDesign Workbench/fr|PartDesign Workbench]] de basculer vers le panneau Tâche lors du démarrage.
* '''Document/SaveThumbnailFix''' (boolean): définissez sur {{TRUE}} pour résoudre un problème avec Qt5 qui empêche la génération de miniatures de fichier {{incode|.FCStd}}.
* '''Document/SaveThumbnailFix''' (boolean): définissez sur {{TRUE}} pour résoudre un problème avec Qt5 qui empêche la génération de miniatures de fichier {{incode|.FCStd}}.

Revision as of 10:16, 24 July 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Fine-tuning)
<!--Please keep the settings in an A-Z order-->
* '''Addons/developerMode''' (boolean): Set to {{TRUE}} to enable the developer mode of the [[Std AddonMgr|Addon Manager]]. See [[Package_Metadata#Validation|Package Metadata]].
* '''Bitmaps/Theme/ThemeSearchPaths''' (boolean): Set to {{FALSE}} so FreeCAD uses its included icons instead of the system icon theme on Linux.
* '''Dialog/DontUseNativeColorDialog''' (boolean): Color picker dialog setting. Set to {{FALSE}} if you want FreeCAD to use the native color dialog on your system rather than the Qt Color Dialog. Defaults to {{TRUE}}.
* '''Dialog/DontUseNativeDialog''' (boolean): File dialog setting. Set to {{FALSE}} if you want to use the native File dialog when opening files or to {{TRUE}} to use the Qt File Picker Dialog. Default depends on a compile time setting: #define (USE_QT_FILEDIALOG).
* '''Dialog/DontUseNativeFontDialog''' (boolean): Used by the [[Draft_ShapeString|Draft ShapeString]] command. Set to {{FALSE}} to use the native Font dialog. Defaults to {{TRUE}}.
* '''DockWindows/DAGView/Enabled''' (boolean): Set to {{TRUE}} to enable a beta [[DAG_view|DAG view]] dockable widget. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list.
* '''DockWindows/PropertyView/Enabled''' (boolean): Set to {{TRUE}} to enable a [[Property_editor|Property View]] dockable widget independent from the Combo View. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list.
* '''DockWindows/TreeView/Enabled''' (boolean): Set to {{TRUE}} to enable a [[Document_structure|Tree View]] dockable widget independent from the Combo View. After changing the parameter value, a FreeCAD restart is needed so the widget is available in the View/Panels list.
* '''Document/AutoNameDynamicProperty''' (boolean): Set to {{TRUE}} to make FreeCAD automatically rename dynamic properties with an invalid specified name instead of throwing an exception. Note that Python code will not have access to the new name.
* '''Document/ChangeViewProviderTouchDocument''' (boolean): Set to {{FALSE}} so items visibility changes won't mark the document as changed.
* '''Document/SaveThumbnailFix''' (boolean): Set to {{TRUE}} to fix a problem with Qt5 that prevents the generation of {{incode|.FCStd}} file thumbnails.
* '''General/LockToolBars''' (boolean): Set to {{TRUE}} to prevent toolbars from being draggable, and to hide the small drag handles. Mostly used in conjunction with stylesheets that make the toolbars vertical.
* '''General/RecentIncludesExported''' (boolean): Set to {{TRUE}} to include exported files in the Recent Files list. Defaults to {{FALSE}}.
* '''General/RecentIncludesImported''' (boolean): Set to {{FALSE}} to exclude imported files from the Recent Files list. Defaults to {{TRUE}}.
* '''General/ShowSplasherMessages''' (boolean): Set to {{FALSE}} to skip showing messages on the splashscreen. This may reduce the FreeCAD startup time. Defaults to {{TRUE}}.
* '''Macro/DuplicateFrom001''' (boolean): Set to {{TRUE}} to always begin searching for suggested duplicate macro filename with @001 instead of current @NNN, if applicable.  Defaults to {{FALSE}}.
* '''Macro/DuplicateIgnoreExtraNote''' (boolean): Set to {{TRUE}} to ignore extra note when suggesting duplicate macro filename.  Extra note is text in the filename following "@NNN" and before ".FCMacro". Example: "my_macro@005.my_note.FCMacro".  If {{TRUE}} the next suggested filename is "my_macro@006.FCMacro".  If set to {{FALSE}} the next suggested filename is "my_macro@006.my_note.FCMacro".  To be recognized as an extra note the text should begin with a dot (".") following the "@NNN".  Otherwise, for example "my_macro@006_my_note.FCMacro" gets "my_macro@006_my_note@001.FCMacro" as suggested new filename, which might be desirable in some cases.  Defaults to {{FALSE}}.
* '''Macro/ReplaceSpaces''' (boolean): Set to {{FALSE}} if you do not want spaces in your filenames automatically converted to underscores when creating, renaming, or duplicating a macro.  Does not affect existing files, only matters when creating new file or renaming or duplicating existing file. Defaults to {{TRUE}}.
* '''MainWindow/ClearMenuBar''' (boolean): Set to {{TRUE}} to clear the menu bar on workbench change, useful when using a global menu as they may fail to update on workbench change and quickly get cluttered with each workbench's menu entries. Defaults to {{FALSE}}. On macOS it is cleared either way to workaround a Qt bug.
* '''MainWindow/ToolBarNameAsToolTip''' (boolean): Set to {{FALSE}} to not get the toolbar name as a tooltip. Defaults to {{TRUE}}.
* '''PropertyView/AutoTransactionView''' (boolean): Set to {{TRUE}} so changes of View tab properties are added to the undo stack (hence are undoable). Defaults to {{FALSE}}.
* '''Selection/AutoShowSelectionView''' (boolean): Set to {{TRUE}} to make the Selection View pane show automatically when selecting something. Defaults to {{FALSE}}.
* '''Selection/singleClickFeatureSelect''' (boolean): Set to {{FALSE}} to disable single click selection of a feature in PartDesign. Defaults to {{TRUE}}.
* '''TreeView/HideColumn''' (boolean): Set to {{True}} to hide the 'Description' column in the [[Tree_view|Tree view]]. Defaults to {{FALSE}}.
* '''TreeView/TreeViewStretchDescription''' (boolean): Set to {{TRUE}} to stretch the 'Description' column in the [[Tree_view|Tree view]] to the right edge of the pane. Defaults to {{FALSE}}.
* '''View/AxisLetterColor''' (unsigned): Color for the letters of the coordinate system shown in the lower right corner of the 3D view. Defaults to {{Value|255}}. See [[Navigation_Cube#Customization|here]] for information about the color value.
* '''View/AxisXColor''' (unsigned): Color for the X axis elements of the [[Std_TransformManip|Std TransformManip]] gizmo. Defaults to {{Value|3425907456}}. See [[Navigation_Cube#Customization|here]] for information about the color value.
* '''View/AxisYColor''' (unsigned): Idem for the Y axis elements. Defaults to {{Value|869020416}}.
* '''View/AxisZColor''' (unsigned): Idem for the Z axis elements. Defaults to {{Value|859032576}}.
* '''View/NavigationDebug''' (boolean): Enables debug output of navigation styles (as of v0.19, only Gesture navigation style has something to say).
* '''View/SavePicture''' (string): Set to '''FramebufferObject''', '''PixelBuffer''' or '''CoinOffscreenRenderer''' for different methods to produce images from the 3D view.
  • Mod/Part/ParametricRefine (booléen) : Défini sur false pour Part RefineShape crée une copie indépendante plutôt que liée.
  • Mod/PartDesign/SwitchToTask (booléen): définissez sur false pour empêcher le PartDesign Workbench de basculer vers le panneau Tâche lors du démarrage.
  • Document/SaveThumbnailFix (boolean): définissez sur true pour résoudre un problème avec Qt5 qui empêche la génération de miniatures de fichier .FCStd.
  • TechDraw dispose de plusieurs commutateurs masqués décrits dans Préférences TechDraw.
  • View/SavePicture (string): Défini sur FramebufferObject, PixelBuffer ou CoinOffscreenRenderer pour différentes méthodes de production d'images à partir de la vue 3D