All translations

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h Deutsch (de)* '''Mod/Part/ParametricRefine''' (boolesch) : Wenn der Wert auf {{FALSE}} gesetzt ist, erstellt [[Part_RefineShape/de|Part FormVerfeinern]] eine unabhängige Kopie anstatt einer verknüpften Kopie. Der Standardwert ist {{TRUE}}, wenn der Wert nicht existiert.
* '''Mod/PartDesign/SwitchToTask''' (boolesch): Setze den Wert auf {{FALSE}}, um zu verhindern, dass der [[PartDesign_Workbench/de|PartDesign Arbeitsbereich]] beim Start in den Aufgabenbereich wechselt. Der Standardwert ist {{TRUE}}, wenn der Wert nicht existiert.
* '''Mod/Bauteil-Design/SwitchToWB''' (boolesch): Setze den Wert auf {{FALSE}}, um zu verhindern, dass der [[PartDesign_Workbench/de|PartDesign  Arbeitsbereich]] automatisch aufgerufen wird, wenn ein [[PartDesign_Body/de|PartDesign Körper]] aktiviert wird. Der Standardwert ist {{TRUE}}, wenn der Wert nicht existiert.
* '''Document/SaveThumbnailFix''' (boolesch): Setze den Wert auf {{TRUE}}, um ein Problem mit Qt5 zu beheben, das die Erzeugung von {{incode|.FCStd}} Datei-Miniaturansichten verhindert.
* '''View/SavePicture''' (Zeichenfolge / string): Setze den Wert auf '''FramebufferObject''', '''PixelBuffer''' oder '''CoinOffscreenRenderer''' für verschiedene Methoden zur Erzeugung von Bildern aus der 3D Ansicht
* '''View/NaviStepByTurn''' (ganzzahlig / integer) : Definiert, wie viele inkrementelle Schritte (Kerben) eine Umdrehung vollzieht, wenn die Pfeile des NaviCube verwendet werden. Wenn der Wert nicht definiert ist, wird er standardmäßig auf '''8''' gesetzt, d.h., dass jeder inkrementelle Schritt um 360/8 = 45 Grad rotiert.
* '''Mod/Draft/defaultCameraHeight''' (ganzzahlig / integer): legt die Höhe der Kamera fest, wenn der Arbeitsbereich Entwurf in einem leeren Dokument beginnt. Eine 0 deaktiviert. Der FreeCAD-Standard ist 5. Das ist gut, wenn in Millimetern gearbeitet wird. Eine gute Höhe für Arbeiten im Bogenmaß ist 4500.
* '''DockWindows/TreeView/Enabled''' (boolesch): Setze den Wert auf {{TRUE}}, um in der [[Document_structure/de|Baumansicht]] ein anhängbares Element zu aktivieren, unabhängig von der Comboansicht. Nach dem Ändern des Parameterwertes ist es erforderlich, FreeCAD neu zu starten. Damit wird das Element in der Liste Ansicht/Konsole verfügbar.
* '''DockWindows/PropertyView/Enabled''' (boolesch): Setze den Wert auf {{TRUE}}, um im [[Property_editor/de|Eigenschafteneditor]] ein anhängbares Element zu aktivieren, unabhängig von der Comboansicht. Nach dem Ändern des Parameterwertes ist es erforderlich, FreeCAD neu zu starten. Damit wird das Element in der Liste Ansicht/Konsole verfügbar.
* '''DockWindows/DAGView/Enabled''' (boolesch): Setze den Wert auf {{TRUE}}, um in der Beta-[[DAG_view/de|DAG Ansicht]] ein anhängbares Element zu aktivieren. Nach dem Ändern des Parameterwertes ist es erforderlich, FreeCAD neu zu starten. Damit wird das Element in der Liste Ansicht/Konsole verfügbar.
* '''Document/ChangeViewProviderTouchDocument''' (boolesch): Setze den Wert auf {{TRUE}}, damit eine Änderung des Parameter Sichtbarkeit das Dokument nicht als geändert markiert.
 h English (en)<!--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.
 h français (fr)<!--Veuillez garder les paramètres dans un ordre A-Z-->
* '''Addons/developerMode''' (booléen) : défini sur {{TRUE}} pour activer le mode développeur du [[Std_AddonMgr/fr|Gestionnaire des extensions]]. Voir [[Package_Metadata/fr#Validation|Métadonnées du package]].
* '''Bitmaps/Theme/ThemeSearchPaths''' (booléen) : défini sur {{FALSE}} pour que FreeCAD utilise ses icônes incluses au lieu du thème des icônes du système sous Linux.
* '''Dialog/DontUseNativeColorDialog''' (booléen) : paramètre de la boîte de dialogue du sélecteur de couleur. Définir à {{FALSE}} si vous voulez que FreeCAD utilise la boîte de dialogue de couleur natif de votre système plutôt que la boîte de dialogue de couleur Qt. La valeur par défaut est {{TRUE}}.
* '''Dialog/DontUseNativeDialog'''' (booléen) : paramètre de dialogue de fichier. Définir à {{FALSE}} si vous voulez utiliser la boîte de dialogue native de fichier lors de l'ouverture de fichiers ou à {{TRUE}} pour utiliser la boîte de dialogue File Picker de Qt. La valeur par défaut dépend d'un paramètre de compilation : #define (USE_QT_FILEDIALOG).
* '''Dialog/DontUseNativeFontDialog''' (booléen) : utilisé par la commande [[Draft_ShapeString/fr|Draft Forme à partir d'un texte]]. Définir à {{FALSE}} pour utiliser la boîte de dialogue de la police native. La valeur par défaut est {{TRUE}}.
* '''DockWindows/DAGView/Enabled''' (booléen) : défini sur {{TRUE}} pour activer un widget dockable beta de la [[DAG_view/fr|Vue DAG]]. Après avoir changé la valeur du paramètre, un redémarrage de FreeCAD est nécessaire pour que le widget soit disponible dans la liste des vues/panneaux.
* '''DockWindows/PropertyView/Enabled''' (booléen) : défini sur {{TRUE}} pour activer un widget ancrable de l'[[Property_editor/fr|Éditeur de propriétés]] indépendant de la vue combinée. Après avoir changé la valeur du paramètre, un redémarrage de FreeCAD est nécessaire pour que le widget soit disponible dans la liste des vues/panneaux.
* '''Document/AutoNameDynamicProperty''' (booléen) : défini sur {{TRUE}} pour que FreeCAD renomme automatiquement les propriétés dynamiques avec un nom spécifié invalide au lieu de lancer une exception. Notez que le code Python n'aura pas accès au nouveau nom.
* '''DockWindows/TreeView/Enabled''' (booléen) : défini sur {{TRUE}} pour activer un widget ancrable de la [[Document_structure/fr|vue en arborescence]] indépendant de la vue combinée. Après avoir changé la valeur du paramètre, un redémarrage de FreeCAD est nécessaire pour que le widget soit disponible dans la liste des vues/panneaux.
* '''Document/ChangeViewProviderTouchDocument''' (booléen) : défini sur {{FALSE}} pour que les changements de visibilité des éléments ne marquent pas le document comme modifié.
* '''Document/SaveThumbnailFix''' (booléen) : défini sur {{TRUE}} pour corriger un problème avec Qt5 qui empêche la génération de miniatures de fichiers {{incode|.FCStd}}.
* '''General/LockToolBars''' (booléen) : défini sur {{TRUE}} pour empêcher les barres d'outils d'être déplaçables et pour cacher les petites poignées de déplacement. Surtout utilisé en conjonction avec des feuilles de style qui rendent les barres d'outils verticales.
* '''General/RecentIncludesExported''' (booléen) : défini sur {{TRUE}} pour inclure les fichiers exportés dans la liste des fichiers récents. La valeur par défaut est {{FALSE}}.
* '''General/RecentIncludesImported''' (booléen) : défini sur {{FALSE}} pour exclure les fichiers importés de la liste des fichiers récents. La valeur par défaut est {{TRUE}}.
* '''General/ShowSplasherMessages''' (booléen) : défini sur {{FALSE}} pour ne pas afficher les messages sur l'écran de démarrage. Cela peut réduire le temps de démarrage de FreeCAD. La valeur par défaut est {{TRUE}}.
* '''Macro/DuplicateFrom001''' : (booléen) : défini sur {{TRUE}} pour toujours commencer à chercher le nom de fichier de macro dupliqué suggéré avec @001 au lieu du @NNN en cours, le cas échéant.  La valeur par défaut est {{FALSE}}.
* '''Macro/DuplicateIgnoreExtraNote''' (booléen) : défini sur {{TRUE}} pour ignorer la note supplémentaire lors de la suggestion d'un nom de fichier de macro dupliqué. La note supplémentaire est le texte du nom de fichier qui suit "@NNN" et précède ".FCMacro". Exemple : "my_macro@005.my_note.FCMacro". Si {{TRUE}}, le nom de fichier suivant suggéré est "my_macro@006.FCMacro".  S'il est défini sur {{FALSE}}, le prochain nom de fichier suggéré est "my_macro@006.my_note.FCMacro". Pour être reconnu comme une note supplémentaire, le texte doit commencer par un point (".") après le "@NNN". Sinon, par exemple, "my_macro@006_my_note.FCMacro" se voit suggérer "my_macro@006_my_note@001.FCMacro" comme nouveau nom de fichier, ce qui peut être souhaitable dans certains cas. La valeur par défaut est {{FALSE}}.
* '''Macro/ReplaceSpaces''' (booléen) : défini sur {{FALSE}} si vous ne voulez pas que les espaces dans vos noms de fichiers soient automatiquement convertis en caractères de soulignement lorsque vous créez, renommez ou dupliquez une macro. Cela n'affecte pas les fichiers existants, mais uniquement lors de la création d'un nouveau fichier ou du renommage ou de la duplication d'un fichier existant. La valeur par défaut est {{TRUE}}.
* '''MainWindow/ClearMenuBar''' (booléen) : défini sur {{TRUE}} pour effacer la barre de menu lors du changement d'atelier, utile lors de l'utilisation d'un menu global, car elle peut ne pas être mise à jour lors du changement d'atelier et peut être rapidement encombrée par les entrées de menu de chaque atelier. La valeur par défaut est {{FALSE}}. Sous macOS, elle est effacée dans les deux sens pour contourner un bogue de Qt.
* ''MainWindow/ToolBarNameAsToolTip'' (booléen) : défini sur {{FALSE}} pour ne pas obtenir le nom de la barre d'outils comme infobulle. La valeur par défaut est {{TRUE}}.
* '''PropertyView/AutoTransactionView''' (booléen) : défini sur {{TRUE}} pour que les modifications des propriétés de l'onglet View soient ajoutées à la pile d'annulation (et donc annulables). La valeur par défaut est {{FALSE}}.
* '''Selection/AutoShowSelectionView''' (booléen) : défini sur {{TRUE}} pour que le volet de la vue de sélection s'affiche automatiquement lorsque vous sélectionnez quelque chose. La valeur par défaut est {{FALSE}}.
* '''Selection/singleClickFeatureSelect''' (booléen) : défini sur {{FALSE}} pour désactiver la sélection en un seul clic d'une fonction dans PartDesign. La valeur par défaut est {{TRUE}}.
* '''TreeView/TreeViewStretchDescription''' (booléen) : défini sur {{TRUE}} pour étirer la colonne 'Description' dans la [[Tree_view/fr|Vue en arborescence]] vers le bord droit du volet. La valeur par défaut est {{FALSE}}.
* '''TreeView/HideColumn''' (booléen) : défini sur {{True}} pour cacher la colonne "Description" dans la [[Tree_view/fr|Vue en arborescence]]. La valeur par défaut est {{FALSE}}.
* '''View/AxisLetterColor''' (non signé) : couleur des lettres du système de coordonnées affichées dans le coin inférieur droit de la vue 3D. La valeur par défaut est {{Value|255}}. Voir [[Navigation_Cube/fr#Personnalisation|ici]] pour plus d'informations sur la valeur de la couleur.
* '''View/AxisXColor''' (non signé) : couleur des éléments de l'axe X du trièdre de [[Std_TransformManip/fr|Std Transformer]]. La valeur par défaut est {{Value|3425907456}}. Voir [[Navigation_Cube/fr#Personnalisation|ici]] pour plus d'informations sur la valeur de la couleur.
* '''View/AxisYColor''' (non signé) : idem pour les éléments de l'axe Y. La valeur par défaut est {{Value|869020416}}.
* '''View/AxisZColor''' (non signé) : idem pour les éléments de l'axe Z. La valeur par défaut est {{Value|859032576}}.
* '''View/NavigationDebug''' (booléen) : active la sortie de débogage des styles de navigation (à partir de la v0.19, seul le style de navigation Gesture a quelque chose à dire).
* '''View/SavePicture''' (chaîne) : défini sur '''FramebufferObject''', '''PixelBuffer''' ou '''CoinOffscreenRenderer''' pour différentes méthodes de production d'images à partir de la vue 3D.
 h italiano (it)* '''Mod/Part/ParametricRefine''' (boolean) : impostare su {{FALSE}} in modo che [[Part RefineShape/it|Affina una forma]] crei una copia indipendente anziché una copia collegata. L'impostazione predefinita è {{TRUE}} se il valore non esiste.
* '''Mod/PartDesign/SwitchToTask''' (boolean): impostare su {{FALSE}} per impedire a [[PartDesign Workbench/it|PartDesign]] di passare al pannello Azioni all'avvio. L'impostazione predefinita è {{TRUE}} se il valore non esiste.
* '''Mod/PartDesign/SwitchToWB''' (boolean): impostare su {{FALSE}} per impedire che [[PartDesign Workbench/it|PartDesign]] venga chiamato automaticamente quando viene attivato un [[PartDesign Body/it|Corpo di PartDesign]]. L'impostazione predefinita è {{TRUE}} se il valore non esiste.
* '''Document/SaveThumbnailFix''' (boolean): impostare su {{TRUE}} per risolvere un problema con Qt5 che impedisce la generazione delle miniature dei file {{incode|.FCStd}}.
* [[TechDraw Workbench/it|TechDraw]] ha diverse opzioni nascost e documentate nelle [[TechDraw_Preferences/it#Impostazioni nascoste|preferenze di TechDraw]].
* '''View/SavePicture''' (string): impostare su '''FramebufferObject''', '''PixelBuffer''' o '''CoinOffscreenRenderer''' per i metodi diversi per produrre immagini dalla vista 3D
* '''View/NaviStepByTurn''' (integer) : Definisce il numero di passaggi incrementali (tacche) per completare un giro quando si utilizzano le frecce di NaviCube. Se il valore non è definito, il valore predefinito è '''8''', il che significa che ogni incremento ruota di 360/8 = 45 gradi.
* '''View/NavigationDebug''' (boolean) : abilita l'output di debug degli stili di navigazione (a partire dalla v0.19, riguarda solo lo stile di navigazione gestuale).
* '''View/GestureRollFwdCommand''', '''View/GestureRollBackCommand''' (string) : comandi da eseguire con i gesti di scorrimento del pulsante del mouse nello stile di navigazione gestuale.
* '''View/GestureMoveThreshold''' (integer) : la distanza (px) che il cursore del mouse deve spostarsi per passare alle modalità di rotazione o panoramica nello stile di navigazione gestuale. L'impostazione predefinita è 5.
* '''View/GestureTapHoldTimeout''' (integer) : imposta il tempo di attesa (in millisecondi) per entrare in modalità panoramica nello stile di navigazione gestuale. Può essere utile aumentarlo se il trascinamento della geometria nello sketcher è difficile. L'impostazione predefinita è 700.
* '''Mod/Draft/defaultCameraHeight''' (int) : imposta l'altezza della videocamera all'avvio di Draft in un documento vuoto. 0 disabilita, l'impostazione di default è 5, buona quando si lavora in millimetri, una buona altezza per il lavoro per Arch è 4500
* '''DockWindows/TreeView/Enabled''' (boolean): impostare su {{TRUE}} per abilitare un widget agganciabile [[Document structure/it|Struttura del documento]] indipendente dalla Vista combinata. Dopo aver modificato il valore del parametro, è necessario riavviare FreeCAD in modo che il widget sia disponibile nell'elenco Visualizza → Pannelli.
* '''DockWindows/PropertyView/Enabled''' (boolean): impostare su {{TRUE}} per abilitare un widget agganciabile [[Property editor/it|Visualizza proprietà]] indipendente dalla Vista combinata. Dopo aver modificato il valore del parametro, è necessario riavviare FreeCAD in modo che il widget sia disponibile nell'elenco Visualizza → Pannelli.
* '''DockWindows/DAGView/Enabled''' (boolean): Impostare su {{TRUE}} per abilitare un widget agganciabile beta [[DAG view/it|Vista DAG]]. Dopo aver modificato il valore del parametro, è necessario riavvire FreeCAD in modo che il widget sia disponibile nell'elenco Visualizza → Pannelli.
* '''General/ComboBoxWheelEventFilter''' (boolean) : Impostare su {{TRUE}} in modo che i widget non catturino gli eventi della rotellina del mouse e impediscano lo scorrimento delle aree scorrevoli.
 h polski (pl)* '''Addons/developerMode''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby włączyć tryb deweloperski [[Std AddonMgr/pl|Menadżera dodatków]]. Zobacz stronę [[Package_Metadata/pl#Sprawdzanie_poprawno.C5.9Bci|Metadane pakietu]].
* '''Bitmaps/Theme/ThemeSearchPaths''' ''(boolean)'': Ustaw wartość opcji na {{FALSE/pl}} aby FreeCAD używał dołączonych ikon zamiast systemowego motywu ikon w Linuksie.
* '''Dialog/DontUseNativeColorDialog''' ''(boolean)'': Ustawienie okna dialogowego selektora kolorów. Ustaw wartość na {{FALSE/pl}}, jeśli chcesz, aby FreeCAD używał natywnego okna dialogowego koloru w twoim systemie, a nie okna Qt Color. Wartość domyślna to {{TRUE/pl}}.
* '''Dialog/DontUseNativeDialog''' ''(boolean)'': Ustawienie okna dialogowego pliku. Ustaw wartość na {{FALSE/pl}}, jeśli chcesz używać natywnego okna dialogowego Plik podczas otwierania plików lub {{TRUE/pl}}, aby używać okna dialogowego Qt File Picker. Domyślne zależy od ustawienia podczas kompilacji: #define ''(USE_QT_FILEDIALOG)''.
* '''Dialog/DontUseNativeFontDialog''' ''(boolean)'': Używane przez polecenie [[Draft_ShapeString/pl|Kształt z tekstu]]. Ustaw wartość na {{FALSE/pl}}, aby użyć natywnego okna dialogowego Czcionka. Wartość domyślna to {{TRUE/pl}}.
* '''DockWindows/TreeView/Enabled''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby umożliwić dokowanie widżetu [[Document_structure/pl|Widok drzewa]] niezależnie od Widoku Połączonego. Po zmianie wartości parametru potrzebny jest restart programu FreeCAD, aby widżet był dostępny na liście Panelu - Widok połączony.
* '''DockWindows/PropertyView/Enabled''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby umożliwić dokowanie widżetu [[Property_editor/pl|Widok właściwości]] niezależnie od Widoku Połączonego. Po zmianie wartości parametru potrzebny jest restart programu FreeCAD, aby widżet był dostępny na liście Panelu - Widok.
* '''DockWindows/DAGView/Enabled''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby włączyć wersję testową dokowanego widżetu [[DAG_view/pl|DAG view]]. Po zmianie wartości parametru potrzebny jest restart programu FreeCAD, aby widżet był dostępny na liście Panelu - Widok.
* '''Document/AutoNameDynamicProperty''' ''(boolean)'': Ustaw na wartość {{TRUE/pl}}, aby FreeCAD automatycznie zmieniał nazwy właściwości dynamicznych z niepoprawnie podaną nazwą zamiast wyrzucać wyjątek. Zwróć uwagę, że kod Pythona nie będzie miał dostępu do nowej nazwy.
* '''Document/ChangeViewProviderTouchDocument''' ''(boolean)'': Ustaw wartość opcji na {{FALSE}} aby zmiany widoczności elementów nie oznaczały dokumentu jako zmodyfikowany.
* '''Document/SaveThumbnailFix''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby naprawić problem z Qt5, który uniemożliwia generowanie miniaturek plików {{incode|.FCStd}}.
* '''General/LockToolBars''' ''(boolean)'': Ustaw wartość na {{TRUE/pl}}, aby uniemożliwić przeciąganie pasków narzędzi i ukryć małe uchwyty do przeciągania. Najczęściej używane w połączeniu z arkuszami stylów, które sprawiają, że paski narzędzi są pionowe.
* '''General/RecentIncludesExported''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} to include exported files in the Recent Files list. Defaults to {{FALSE/pl}}.
* '''General/RecentIncludesImported''' ''(boolean)'': Ustaw wartość opcji na {{FALSE/pl}} to exclude imported files from the Recent Files list. Defaults to {{TRUE/pl}}.
* '''General/ShowSplasherMessages''' ''(boolean)'': Ustaw wartość {{FALSE/pl}}, aby pominąć wyświetlanie komunikatów na ekranie powitalnym. Może to skrócić czas uruchamiania FreeCAD. Wartość domyślna to {{TRUE/pl}}.
* '''Macro/DuplicateFrom001''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby zawsze rozpoczynać poszukiwanie sugerowanej nazwy pliku z duplikatem makra od @001 zamiast aktualnego @NNN ''(jeśli dotyczy)''.  Domyślna wartość {{FALSE/pl}}.
* '''Macro/DuplicateIgnoreExtraNote''' ''(boolean)'': Ustaw wartość na {{TRUE/pl}}, aby zignorować dodatkową notatkę podczas sugerowania zduplikowanej nazwy pliku makra.  Dodatkowa uwaga to tekst w nazwie pliku po "@NNN" i przed ".FCMacro". Przykład: "my_macro@005.my_note.FCMacro".  Jeżeli ustawiono wartość {{TRUE/pl}}, następną sugerowaną nazwą pliku będzie "my_macro@006.FCMacro".  Jeżeli {{FALSE/pl}}, to następną sugerowaną nazwą pliku jest "my_macro@006.my_note.FCMacro".  Aby tekst został rozpoznany jako dodatkowa notatka, powinien zaczynać się od kropki ''(".")'' po członie "@NNN".  W przeciwnym razie, na przykład "my_macro@006_my_note.FCMacro" otrzyma "my_macro@006_my_note@001.FCMacro" jako sugerowaną nową nazwę pliku, co może być pożądane w niektórych przypadkach.  Domyślną wartością jest {{FALSE/pl}}.
* '''Macro/ReplaceSpaces''' ''(boolean)'': Ustaw wartość na {{FALSE/pl}}, jeśli nie chcesz, aby spacje w nazwach plików były automatycznie zamieniane na podkreślenia podczas tworzenia, zmiany nazwy lub powielania makra.  Nie ma to wpływu na istniejące pliki, ma znaczenie tylko przy tworzeniu nowego pliku, zmianie nazwy lub powielaniu istniejącego.  Domyślną wartością jest {{TRUE/pl}}.
* '''MainWindow/ClearMenuBar''' ''(boolean)'': Ustaw wartość na {{TRUE/pl}} aby wyczyścić pasek menu przy zmianie środowiska pracy, przydatne gdy używasz globalnego menu, gdyż może ono nie aktualizować się przy zmianie środowiska pracy i szybko stać się zagracone wpisami w menu każdego środowiska. Domyślna wartość to {{FALSE/pl}}. Na macOS jest oczyszczane w każdym przypadku, aby obejść błąd w Qt.
* '''MainWindow/ToolBarNameAsToolTip''' ''(boolean)'': Ustaw wartość na {{FALSE/pl}}, aby nie wyświetlać nazwy paska narzędzi jako etykiety. Domyślnie {{TRUE/pl}}.
* '''PropertyView/AutoTransactionView''' ''(boolean)'': Ustawienie wartość opcji na {{TRUE/pl}} powoduje, że zmiany właściwości karty Widok są dodawane do stosu cofania ''(a więc można je cofnąć)''. Domyślną wartością jest {{FALSE/pl}}.
* '''Selection/AutoShowSelectionView''' ''(boolean)'': Ustaw wartość opcji na {{TRUE/pl}} aby panel Widok zaznaczenia wyświetlał się automatycznie po wybraniu obiektu. Domyślnie {{FALSE/pl}}.
* '''Selection/singleClickFeatureSelect''' ''(boolean)'': Ustaw opcję na wartość {{FALSE/pl}}, aby wyłączyć możliwość wyboru elementu jednym kliknięciem w środowisku Projekt Części. Domyślnie {{TRUE/pl}}.
* '''TreeView/HideColumn''' ''(boolean)'': Ustaw wartość parametru na {{True/pl}}, aby ukryć kolumnę '''Opis''' w oknie [[Tree_view/pl|Widoku drzewa]]. Domyślnie {{FALSE/pl}}.
* '''TreeView/TreeViewStretchDescription''' ''(boolean)'': Ustaw opcję na wartość {{FALSE/pl}}, aby rozciągnąć kolumnę "Opis" w oknie [[Tree_view/pl|widoku drzewa]] do prawej krawędzi panelu. Wartość domyślna to {{FALSE/pl}}.
* '''View/AxisLetterColor''' ''(unsigned)'': Kolor liter układu współrzędnych wyświetlanych w prawym dolnym rogu widoku 3D. Domyślnie {{Value|255}}. Zobacz stronę [[Navigation_Cube/pl#Dostosowywanie|Kostka nawigacyjna]], aby uzyskać informacje na temat wartości koloru.
* '''View/AxisXColor''' ''(unsigned)'': Kolor dla elementów osi X gizma [[Std_TransformManip/pl|Std: Przemieszczenie]]. Domyślnie {{Value|3425907456}}. Zobacz stronę [[Navigation_Cube/pl#Dostosowywanie|Kostka nawigacyjna]], aby uzyskać informacje na temat wartości koloru.
* '''View/AxisYColor''' ''(unsigned)'': Analogicznie dla elementów osi Y. Domyślnie {{Value|869020416}}.
* '''View/AxisZColor''' ''(unsigned)'': Analogicznie dla elementów osi Z. Domyślnie {{Value|859032576}}.
* '''View/NavigationDebug''' ''(boolean)'': Włącza debugowanie stylów nawigacji ''(od wersji v0.19 tylko styl nawigacji Gesture ma coś do powiedzenia)''.
* '''View/NavigationDebug''' ''(boolean)'': Udostępnia możliwość debugowania stylów nawigacji ''(od v0.19, tylko styl nawigacji Gesture znajduje zastosowanie)''.
* '''View/SavePicture''' ''(string)'': Ustaw wartość opcji na '''FramebufferObject''', '''PixelBuffer''' lub '''CoinOffscreenRenderer''' dla różnych metod tworzenia obrazów w oknie widoku 3D.