diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .directory *.backup *.mo +crowdin.yaml diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Documentation Site for Krita -A Sphinx based documentation system with a custom Krita theme. The instructions and batch files were originally written from a Windows 10 machine, but it should be able to work with any operating system. +A Sphinx based documentation system with a custom Krita theme. The instructions and batch files were originally written from a Windows 10 machine, but it should be able to work with any operating system. Setting up Development Environment ---------------------------------- -You will need Python. I have version 3.6.3. Make sure to install PIP along with the installation. PIP is a manager that is used to install external packages. We will use PIP to install Sphinx. Sphinx is static site generation tool used for documentation purposes. +You will need Python. I have version 3.6.3. Make sure to install PIP along with the installation. PIP is a manager that is used to install external packages. We will use PIP to install Sphinx. Sphinx is static site generation tool used for documentation purposes. After you install Python bring up a command prompt and type: `python --version` @@ -40,7 +40,7 @@ --------------------------------------- To take your base English files (in RST files) and generate POT files for other languages, type this in the command prompt: `make gettext` -The POT files will be generated in your _build directory under a new "gettext" folder. POT files are the base files that other translations will use. You will need to run this again if you make changes to your English (RST) files to have an up to date POT file. +The POT files will be generated in your _build directory under a new "gettext" folder. POT files are the base files that other translations will use. You will need to run this again if you make changes to your English (RST) files to have an up to date POT file. Updating PO files with new translations @@ -70,7 +70,7 @@ ------------------------------- -To build out a specific language we need to specify which language to output and then build. This can be done with the following commands: +To build out a specific language we need to specify which language to output and then build. This can be done with the following commands: On Windows: @@ -97,7 +97,7 @@ Using multiple languages at once -------------------------------- -To be able to have multiple langauges at once, we will start to use a "dist" folder. The basic ideas is that after Sphinx builds out the documentation for a language, it will copy the files out to a new location that is in its language code. +To be able to have multiple langauges at once, we will start to use a "dist" folder. The basic ideas is that after Sphinx builds out the documentation for a language, it will copy the files out to a new location that is in its language code. To copy the files to the dist folder use the following command: @@ -122,6 +122,31 @@ You will need to output all the languages again to see the updated language selector +# Crowdin Translation Workflow + +Project link: + +## Set up + +1. [Install Crowdin CLI tools](https://support.crowdin.com/cli-tool/) (MIT License). +2. Copy `crowdin.example.yaml` to `crowdin.yaml`. +3. Get an API key (contact project admins). +4. Open `crowdin.yaml`, find the line `"api_key" : "your_api_key"` and fill in your API key. + +## Upload sources/templates (*.pot) + +``` +./crowdin_upload.sh +``` + +## Download translations (*.po) + +``` +./crowdin_download.sh +``` + +You need to commit translations manually. + # Theme notes The theme is a customized version of the rtd theme. You can change out the logo image from the Theme > static > images folder. The custom language switcher logic is also custom. That is found in the Theme > static > js > theme.js file at the bottom. @@ -133,7 +158,7 @@ Once you have set up the languages you can just run this command: `rebuild-all.bat` -After a few seconds all the languages should be updated in the dist folder for you to test. +After a few seconds all the languages should be updated in the dist folder for you to test. # Optional: Exporting to PDF diff --git a/crowdin.example.yaml b/crowdin.example.yaml new file mode 100644 --- /dev/null +++ b/crowdin.example.yaml @@ -0,0 +1,9 @@ +"project_identifier" : "krita-docs" +"api_key" : "your_api_key" + +"files": [ + { + "source" : "/_build/gettext/**/*.pot", + "translation" : "/locale/%two_letters_code%/LC_MESSAGES/**/%file_name%.po" + } +] diff --git a/crowdin_download.sh b/crowdin_download.sh new file mode 100755 --- /dev/null +++ b/crowdin_download.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +crowdin download diff --git a/crowdin_upload.sh b/crowdin_upload.sh new file mode 100755 --- /dev/null +++ b/crowdin_upload.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +git pull + +make gettext + +crowdin upload sources diff --git a/locale/fr/LC_MESSAGES/KritaFAQ.po b/locale/fr/LC_MESSAGES/KritaFAQ.po --- a/locale/fr/LC_MESSAGES/KritaFAQ.po +++ b/locale/fr/LC_MESSAGES/KritaFAQ.po @@ -1,2053 +1,1074 @@ -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# -# FIRST AUTHOR , 2018. -# Timo , 2018. msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: 2018-05-19 23:44+0100\n" -"Last-Translator: Timo \n" -"Language-Team: French \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:36\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" -"Language: fr_FR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: KritaFAQ.pot\n" +"Language: fr_FR\n" -#: ../../KritaFAQ.rst:25 +#: ../../KritaFAQ.rst:27 msgid "Krita FAQ" -msgstr "Krita FAQ" +msgstr "" -#: ../../KritaFAQ.rst:27 -msgid "This page contains common problems people have with Krita" +#: ../../KritaFAQ.rst:29 +msgid "This page contains common problems people have with Krita. Note that we assume that you are using the latest version of Krita. Please verify that to make sure." msgstr "" -"Cette page contient les problèmes les plus courants rencontrés par les" -" utilisateurs de Krita" -#: ../../KritaFAQ.rst +#: ../../KritaFAQ.rst:31 msgid "Contents" msgstr "Contenu" -#: ../../KritaFAQ.rst:32 +#: ../../KritaFAQ.rst:34 msgid "General" msgstr "Général" -#: ../../KritaFAQ.rst:34 +#: ../../KritaFAQ.rst:36 msgid "General questions" msgstr "Questions générales" -#: ../../KritaFAQ.rst:37 +#: ../../KritaFAQ.rst:39 msgid "What is Krita?" msgstr "Krita, c'est quoi?" -#: ../../KritaFAQ.rst:39 +#: ../../KritaFAQ.rst:41 msgid "This is our vision for the development of Krita:" msgstr "Voici notre vision pour le développement de Krita:" -#: ../../KritaFAQ.rst:41 -msgid "" -"Krita is a free and open source cross-platform application that offers an" -" end-to-end solution for creating digital art files from scratch. Krita " -"is optimized for frequent, prolonged and focused use." -msgstr "" -"Krita est une application libre, open source et cross-platform offrant une" -" solution complète pour la création d'images sur ordinateur. Krita est" -" optimisé pour un usage fréquent et intensif." - -#: ../../KritaFAQ.rst:45 -msgid "" -"Explicitly supported fields of painting are illustrations, concept art, " -"matte painting, textures, comics and animations." +#: ../../KritaFAQ.rst:43 +msgid "Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art files from scratch. Krita is optimized for frequent, prolonged and focused use. Explicitly supported fields of painting are illustrations, concept art, matte painting, textures, comics and animations. Developed together with users, Krita is an application that supports their actual needs and workflow. Krita supports open standards and interoperates with other applications." msgstr "" -"Il est adapté pour la création de peinture et d'illustrations, de concept" -" art, de matte painting, de textures, de bandes dessinée et d'animations." #: ../../KritaFAQ.rst:48 -msgid "" -"Developed together with users, Krita is an application that supports " -"their actual needs and workflow. Krita supports open standards and " -"interoperates with other applications" -msgstr "" -"Développé avec ses utilisateurs, Krita est une application couvrant leurs" -" besoins réels et leurs méthodes de travail. Krita supporte les standards" -" ouverts et est interopérable avec les autres applications." +msgid "Is it possible to use Krita in my own language, not English?" +msgstr "Est-il possible d'utiliser Krita dans une autre langue que l'anglais ?" -#: ../../KritaFAQ.rst:55 -msgid "" -"Krita starts with an empty canvas and nothing changes when you try to " -"draw or Krita shows a black or blank screen or Krita crashes when " -"creating a document or Krita's menubar is hidden on a Windows system with" -" an Intel GPU" +#: ../../KritaFAQ.rst:50 +msgid "Krita should automatically use the system language. If that is not the case, please follow these steps:" msgstr "" -"Sur un système Windows avec un GPU Intel: Krita démarre avec une zone de" -" travail vide et rien ne change quand on essaye de dessiner, ou Krita affiche" -" un écran noir ou vide, ou Krita plante à la création d'un document, ou la" -" bar du menu est cachée." -#: ../../KritaFAQ.rst:57 -msgid "" -"*Update to Krita 3.3 or later:* Go to Settings/Configure Krita/Display, " -"change Renderer to ANGLE and restart Krita. If this doesn't work, disable" -" Canvas Graphics Acceleration and please also make a bug report about it." +#: ../../KritaFAQ.rst:52 +msgid "Settings --> Switch Application Language. A small window will appear." msgstr "" -"*Depuis Krita 3.3 et les suivants:* Allez dans Paramètres/Configuration de" -" Krita/Afficher, sélectionnez ANGLE pour le mode de rendu et redémarrez" -" Krita. Si cela ne fonctionne pas, désactivez l'accélération graphique et" -" s'il vous plait rapportez un bug à ce sujet." -#: ../../KritaFAQ.rst:63 -msgid "" -"Krita freezes when saving to PNG or JPEG on OSX or macOS/ I cannot enable" -" OpenGL on my mac" +#: ../../KritaFAQ.rst:53 +msgid "Click Primary language and select your language." msgstr "" -"Krita se bloque lorsque je sauvegarde en PNG ou JPEG sur OSX ou macOS/ Je ne" -" peux pas activer OpenGL sur mon mac" - -#: ../../KritaFAQ.rst:65 -msgid "" -"If the former, you probably have an AMD Radeon display chip and are " -"running a version of Krita lower than 3.2. Disable opengl in Krita. If " -"the latter, you've still got an AMD display chip in your mac and are " -"running Krita 3.2 or 3.3. The problem is that Apple's AMD opengl drivers " -"hang Krita 3.x when trying to save to a single-layer file format. No, we " -"don' t know why, and we don't have the hardware to figure out why. But " -"Krita 4.0, this problem has been solved because there Krita saves a copy " -"of the image in the background." -msgstr "" -"Dans le premier cas, vous avez probablement une carte graphique AMD Radeon et" -" utilisez une version de Krita antérieure à 3.2. Désactivez OpenGL dans les" -" préférences de Krita. " -"Dans le second cas, vous avez aussi probablement une carte graphique AMD dans" -" votre mac et utilisez Krita 3.2 ou 3.3. Le problème vient du fait que les" -" drivers OpenGL d'Apple pour AMD font bloquer Krita lors de la sauvegarde" -" dans un format de fichier ne supportant pas les calques. Non, nous ne savons" -" pas pourquoi, et nous n'avons pas le matériel pour reproduire et corriger le" -" problème. Mais depuis Krita 4.0, ce problème a été résolu car Krita" -" sauvegarde une copie de l'image en fond de tâche." - -#: ../../KritaFAQ.rst:75 -msgid "Is it possible to use Krita in my own language, not English?" -msgstr "Est-il possible d'utiliser Krita dans une autre langue que l'anglais ?" -#: ../../KritaFAQ.rst:77 -msgid "" -"Unless you belong to a proud tribe of a minority language, YES it is " -"POSSIBLE! You can easily do this by going into" +#: ../../KritaFAQ.rst:54 +msgid "Click OK to close the window." msgstr "" -"Oui, c'est possible ! Vous pouvez changer la langue utilisée en allant dans : " -#: ../../KritaFAQ.rst:80 -msgid "settings → switch application language. An small window will appear." +#: ../../KritaFAQ.rst:55 +msgid "Restart krita and it will be displayed in your selected language!" msgstr "" -"Paramètres → Changer la langue de l'application. Une petite fenêtre va" -" apparaître." - -#: ../../KritaFAQ.rst:81 -msgid "click Primary language and select your language." -msgstr "cliquez sur Primary language et sélectionnez votre langue." -#: ../../KritaFAQ.rst:82 -msgid "click OK to close the window." -msgstr "cliquez sur OK pour fermer la fenêtre." - -#: ../../KritaFAQ.rst:83 -msgid "restart krita and it will be displayed in your selected language!" -msgstr "redémarrez Krita, qui s'ouvrira dans la nouvelle langue choisie !" +#: ../../KritaFAQ.rst:57 +msgid "If this doesn't work, you might have to add a fall-back language as well. This is a bug, but we haven't found the solution yet." +msgstr "" -#: ../../KritaFAQ.rst:86 +#: ../../KritaFAQ.rst:60 msgid "Does Krita have layer clip or clipping mask?" msgstr "Est-ce qu'il existe une fonction masque d'écrêtage dans Krita ?" -#: ../../KritaFAQ.rst:88 -msgid "" -"Krita has no clipping mask, but it has a clipping feature called inherit " -"alpha. Let's see :ref:`this page ` " -"and learn how to do clipping in Krita!" -msgstr "" -"Krita n'a pas de masque d'écrêtage, mais une fonction nommée \"héritage" -" alpha\". Voir :ref:`cette page ` pour" -" apprendre à écrêter dans Krita ! " +#: ../../KritaFAQ.rst:62 +msgid "Krita has no clipping mask, but it has a clipping feature called inherit alpha. Let's see :ref:`this page ` and learn how to do clipping in Krita!" +msgstr "Krita n'a pas de masque d'écrêtage, mais une fonction nommée \"héritage alpha\". Voir :ref:`cette page ` pour apprendre à écrêter dans Krita ! " -#: ../../KritaFAQ.rst:93 -msgid "OBS can't record the Krita openGL canvas" -msgstr "OBS ne peut pas enregistrer le canevas OpenGL de Krita" +#: ../../KritaFAQ.rst:67 +msgid "Windows: OBS can't record the Krita OpenGL canvas" +msgstr "" -#: ../../KritaFAQ.rst:95 -msgid "Apparantly the workaround for this is to either..." -msgstr "Apparemment pour contourner le problème il faut soit... " +#: ../../KritaFAQ.rst:69 +msgid "The possible workarounds for this is to do either of the following:" +msgstr "" -#: ../../KritaFAQ.rst:97 -msgid "Turn off OpenGL in settings → configure Krita → display." -msgstr "Désactiver OpenGL dans le menu Paramètres/Configurer Krita/Afficher." +#: ../../KritaFAQ.rst:71 +msgid "Turn off OpenGL in Settings --> Configure Krita --> Display." +msgstr "" -#: ../../KritaFAQ.rst:98 -msgid "" -"Or don't use the hardware accelerated mode(game recording mode) in OBS, " -"so capture the whole desktop instead of attempting to capture only Krita." +#: ../../KritaFAQ.rst:72 +msgid "Or don't use the hardware accelerated mode (game recording mode) in OBS, thus capturing the whole desktop instead of attempting to capture only Krita." msgstr "" -"Ou ne pas utiliser le mode d'accélération matérielle (mode enregistrement de" -" jeu) dans OBS, et donc enregistrer le bureau en entier au lieu d'essayer" -" d'enregistrer seulement Krita." -#: ../../KritaFAQ.rst:102 -msgid "" -"*For Krita 3.3 or later:* You might be able to work around by using the " -"ANGLE renderer instead of native OpenGL." +#: ../../KritaFAQ.rst:76 +msgid "You might also be able to work around the problem by using the ANGLE renderer instead of native OpenGL." msgstr "" -"*Depuis Krita 3.3:* Vous pouvez éventuellement contourner le problème en" -" utilisant le mode de rendu ANGLE au lieu d'OpenGL." -#: ../../KritaFAQ.rst:106 +#: ../../KritaFAQ.rst:79 msgid "Where are the configuration files stored?" msgstr "Où sont enregistrés les fichiers de configuration?" -#: ../../KritaFAQ.rst:108 -msgid "" -"These are stored at the following places for the following operating " -"systems:" -msgstr "" -"Ils sont enregistrés aux endroits suivants en fonction du système" -" d'exploitation:" +#: ../../KritaFAQ.rst:81 +msgid "These are stored at the following places for the following operating systems:" +msgstr "Ils sont enregistrés aux endroits suivants en fonction du système d'exploitation:" -#: ../../KritaFAQ.rst:111 ../../KritaFAQ.rst:129 ../../KritaFAQ.rst:136 -#: ../../KritaFAQ.rst:152 ../../KritaFAQ.rst:353 ../../KritaFAQ.rst:553 +#: ../../KritaFAQ.rst:84 +#: ../../KritaFAQ.rst:100 +#: ../../KritaFAQ.rst:124 +#: ../../KritaFAQ.rst:251 +#: ../../KritaFAQ.rst:366 msgid "Linux" -msgstr "Linux" +msgstr "" -#: ../../KritaFAQ.rst:112 ../../KritaFAQ.rst:153 +#: ../../KritaFAQ.rst:85 +#: ../../KritaFAQ.rst:101 msgid ":file:`$HOME/.config/kritarc`" -msgstr ":file:`$HOME/.config/kritarc`" +msgstr "" -#: ../../KritaFAQ.rst:113 ../../KritaFAQ.rst:132 ../../KritaFAQ.rst:138 -#: ../../KritaFAQ.rst:154 ../../KritaFAQ.rst:376 ../../KritaFAQ.rst:555 +#: ../../KritaFAQ.rst:86 +#: ../../KritaFAQ.rst:102 +#: ../../KritaFAQ.rst:126 +#: ../../KritaFAQ.rst:271 +#: ../../KritaFAQ.rst:368 msgid "Windows" -msgstr "Windows" +msgstr "" -#: ../../KritaFAQ.rst:114 -msgid ":file:`%APPDATA%\\Local\\kritarc`" -msgstr ":file:`%APPDATA%\\Local\\kritarc`" +#: ../../KritaFAQ.rst:87 +msgid ":file:`%APPDATA%\\\\Local\\\\kritarc`" +msgstr "" -#: ../../KritaFAQ.rst:116 ../../KritaFAQ.rst:157 +#: ../../KritaFAQ.rst:89 +#: ../../KritaFAQ.rst:105 msgid "MacOS X" -msgstr "MacOS X" +msgstr "" -#: ../../KritaFAQ.rst:116 ../../KritaFAQ.rst:157 +#: ../../KritaFAQ.rst:89 +#: ../../KritaFAQ.rst:105 msgid ":file:`$HOME/Library/Preferences/kritarc`" -msgstr ":file:`$HOME/Library/Preferences/kritarc`" - -#: ../../KritaFAQ.rst:118 -msgid "The kritarc file is the configuration file." -msgstr "Le fichier kritarc est le fichier de configuration." - -#: ../../KritaFAQ.rst:121 -msgid "My resource disappeared with installing 3.0! Did Krita delete them?" msgstr "" -"Mes ressources ont disparues en installant la version 3.0! Est-ce-que Krita" -" les as supprimées ?" -#: ../../KritaFAQ.rst:123 -msgid "" -"Don't worry, Krita nor the installer know how to delete your " -"brushes(unless you use the 'delete backup files' in the resource manager)" +#: ../../KritaFAQ.rst:91 +msgid "The kritarc file is the configuration file. Krita does not store settings in the Windows registry." msgstr "" -"Pas d'inquiétude, ni Krita, ni l'installeur n'ont le pouvoir de supprimer vos" -" brosses (à moins de cocher \"supprimer les fichiers de sauvegardes\" dans le" -" resource manager). " -#: ../../KritaFAQ.rst:127 -msgid "Your old 2.9 brushes should be at" -msgstr "Vos anciennes brosses de la version 2 devraient être dans :" - -#: ../../KritaFAQ.rst:130 -msgid ":file:`home/.kde/share/krita`" -msgstr ":file:`home/.kde/share/krita`" +#: ../../KritaFAQ.rst:94 +msgid "Resetting Krita configuration" +msgstr "Restaurer les paramètres par défaut de Krita" -#: ../../KritaFAQ.rst:132 -msgid "" -":file:`User\\\\AppData\\\\Roaming\\\\krita\\\\share\\\\apps\\\\krita\\\\`" +#: ../../KritaFAQ.rst:96 +msgid "You can reset the Krita configuration in following way:" msgstr "" -":file:`User\\\\AppData\\\\Roaming\\\\krita\\\\share\\\\apps\\\\krita\\\\`" -#: ../../KritaFAQ.rst:134 -msgid "For 3.0, these should go to" -msgstr "Pour la version 3.0, ces ressources doivent aller dans:" +#: ../../KritaFAQ.rst:98 +msgid "For Krita 3.0 and later: Delete/rename the kritarc file, found here:" +msgstr "Pour Krita 3.0 : Supprimer/renommer le fichier kritarc se trouvant ici:" -#: ../../KritaFAQ.rst:137 ../../KritaFAQ.rst:554 -msgid ":file:`$HOME/.local/share/krita/`" -msgstr ":file:`$HOME/.local/share/krita/`" +#: ../../KritaFAQ.rst:103 +msgid ":file:`%LOCALAPPDATA%\\\\kritarc`" +msgstr "" -#: ../../KritaFAQ.rst:139 ../../KritaFAQ.rst:556 -msgid "" -":file:`user\\\\Appdata\\\\Roaming\\\\krita\\\\` or " -":file:`%APPDATA%\\\\Roaming\\\\krita\\\\`" +#: ../../KritaFAQ.rst:107 +msgid "There can be two other files you might want to remove: kritaopenglrc and kritadisplayrc." +msgstr "Il peut y avoir deux autres fichiers à supprimer: kritaopenglrc et kritadisplayrc." + +#: ../../KritaFAQ.rst:110 +msgid "If the configuration was causing a crash, don't delete the mentioned file, but instead rename and send it to us in order for us to figure what caused the crash. .. If you have installed Krita through the Windows store, the kritarc file will be in another location" msgstr "" -":file:`user\\\\Appdata\\\\Roaming\\\\krita\\\\` or " -":file:`%APPDATA%\\\\Roaming\\\\krita\\\\`" -#: ../../KritaFAQ.rst:141 ../../KritaFAQ.rst:558 -msgid "OSX" -msgstr "OSX" +#: ../../KritaFAQ.rst:115 +msgid ":file:`%LOCALAPPDATA%\\\\Packages\\\\49800Krita_{RANDOM STRING}\\\\LocalCache\\\\Local\\\\kritarc`" +msgstr "" -#: ../../KritaFAQ.rst:141 ../../KritaFAQ.rst:558 -msgid ":file:`~/Library/Application Support/Krita/`" -msgstr ":file:`~/Library/Application Support/Krita/`" +#: ../../KritaFAQ.rst:117 +msgid "The random string depends on your installation/" +msgstr "" -#: ../../KritaFAQ.rst:143 -msgid "Just copy the files over!" -msgstr "Copiez simplement les fichiers d'un dossier à l'autre !" +#: ../../KritaFAQ.rst:119 +msgid "Windows users have a habit of uninstalling and reinstalling applications to solve problems. Unless the problem is that the installation was corrupted by a virus scanner or drive failure, that will NOT work. Uninstalling Krita then reinstalling replaces the bytes on your drive with exactly the same bytes that were there before. It doesn't reset anything, least of all Krita's settings." +msgstr "" -#: ../../KritaFAQ.rst:146 -msgid "Resetting Krita configuration" -msgstr "Restaurer les paramètres par défaut de Krita" +#: ../../KritaFAQ.rst:122 +msgid "Where are my resources stored?" +msgstr "" -#: ../../KritaFAQ.rst:148 -msgid "You can reset the Krita configuration in two ways:" +#: ../../KritaFAQ.rst:125 +#: ../../KritaFAQ.rst:367 +msgid ":file:`$HOME/.local/share/krita/`" msgstr "" -"Vous pouvez restaurer les paramètres par défaut de Krita de deux façons:" -#: ../../KritaFAQ.rst:150 -msgid "For Krita 3.0 and later: Delete/rename the kritarc file, found here:" +#: ../../KritaFAQ.rst:127 +msgid ":file:`%APPDATA%\\\\krita\\\\`" msgstr "" -"Pour Krita 3.0 : Supprimer/renommer le fichier kritarc se trouvant ici:" -#: ../../KritaFAQ.rst:155 -msgid ":file:`%APPDATA%\\\\Local\\\\kritarc`" -msgstr ":file:`%APPDATA%\\\\Local\\\\kritarc`" +#: ../../KritaFAQ.rst:129 +msgid "Mac OS X" +msgstr "" -#: ../../KritaFAQ.rst:159 -msgid "" -"There can be two other files you might want to remove: kritaopenglrc and " -"kritadisplayrc." +#: ../../KritaFAQ.rst:129 +#: ../../KritaFAQ.rst:371 +msgid ":file:`~/Library/Application Support/Krita/`" msgstr "" -"Il peut y avoir deux autres fichiers à supprimer: kritaopenglrc et" -" kritadisplayrc." -#: ../../KritaFAQ.rst:162 -msgid "" -"If the config was causing a crash, don't delete but instead rename and " -"send us the file so we can figure out what caused the crash." +#: ../../KritaFAQ.rst:132 +msgid "If you installed Krita in the Windows Store, your custom resources will be in a location like:" msgstr "" -"Si vous rencontrez un crash causé par votre configuration, ne l'effacez pas," -" renommez-le et envoyez-le nous pour que nous puissions trouver la cause du" -" crash." -#: ../../KritaFAQ.rst:166 -msgid "" -"Krita tells me it can't find the configuration files and then closes, " -"what should I do?" +#: ../../KritaFAQ.rst:132 +msgid ":file:`%LOCALAPPDATA%\\\\Packages\\\\49800Krita_{RANDOM STRING}\\\\LocalCache\\Roaming\\krita`" msgstr "" -"Krita m'indique qu'il ne peut pas trouver les fichiers de configuration, puis" -" se ferme. que dois-je faire ?" -#: ../../KritaFAQ.rst:168 -msgid "" -"First, search your filesystem for kritarc. If it's nowhere to be found, " -"then that is the main problem." +#: ../../KritaFAQ.rst:135 +msgid "Krita tells me it can't find some files and then closes, what should I do?" msgstr "" -"Premièrement, cherchez dans votre système le fichier kritarc. S'il est" -" introuvable, alors c'est de là que vient le problème." -#: ../../KritaFAQ.rst:171 +#: ../../KritaFAQ.rst:137 msgid "Causes for this could be the following:" msgstr "Plusieurs explications sont possibles :" -#: ../../KritaFAQ.rst:173 -msgid "" -"It might be that your download got corrupted and is missing files(common " -"with bad wifi and bad internet connection in general), in that case, try " -"to find a better internet connection before trying to download again. " -"Krita should be around 80 to 100 mb big when downloading." +#: ../../KritaFAQ.rst:139 +msgid "It might be that your download got corrupted and is missing files (common with bad wifi and bad internet connection in general), in that case, try to find a better internet connection before trying to download again. Krita should be around 80 to 100 mb in size when downloading." msgstr "" -"Le téléchargement de Krita a pu être corrompu et des fichiers sont manquants" -" (c'est courant dans le cas où la connexion internet ou la réception wifi" -" sont mauvaises). Dans ce cas, essayez de trouver une meilleure connexion" -" pour recommencer le téléchargement. Celui-ci doit atteindre une taille" -" d'environ 100Mb." -#: ../../KritaFAQ.rst:178 -msgid "" -"It might be something went wrong during installation. Check if your " -"harddrive isn't full. If not, and the problem still occurs, there might " -"be something odd going on with your device and it's recommended to find " -"an computer expert to diagnose what is going on." +#: ../../KritaFAQ.rst:140 +msgid "It might be that something went wrong during installation. Check whether your harddrive is full and reinstall Krita with at least 120 MB of empty space. If not, and the problem still occurs, there might be something odd going on with your device and it's recommended to find a computer expert to diagnose what is the problem." msgstr "" -"Quelque chose s'est mal passé lors de l'installation. Vérifiez que le disque" -" dur n'est pas déjà plein. Si non, alors il est possible que votre matériel" -" ne fonctionne pas correctement. Dans ce cas, adressez-vous à un" -" professionnel pour réaliser un diagnostique." -#: ../../KritaFAQ.rst:182 -msgid "" -"Some unzippers don't unpack our zipfiles correctly. The native ones on " -"windows, OSX and most linux distributions should be just fine, and we " -"recommend using them." +#: ../../KritaFAQ.rst:141 +msgid "Some unzippers don't unpack our zipfiles correctly. The native ones on windows, OSX and most linux distributions should be just fine, and we recommend using them." +msgstr "Certains logiciels archiveurs n'extraient pas les fichiers ZIP correctement. Les logiciels natifs sur Windows, OSX et la plupart des distributions Linuw devraient fonctionner, et nous vous recommandons de les utiliser pour extraire les fichiers de Krita." + +#: ../../KritaFAQ.rst:142 +msgid "You manually, using a file manager deleted or moved resources around, and thus Krita cannot find them anymore." msgstr "" -"Certains logiciels archiveurs n'extraient pas les fichiers ZIP correctement." -" Les logiciels natifs sur Windows, OSX et la plupart des distributions Linuw" -" devraient fonctionner, et nous vous recommandons de les utiliser pour" -" extraire les fichiers de Krita." -#: ../../KritaFAQ.rst:187 +#: ../../KritaFAQ.rst:145 msgid "What Graphics Cards does Krita support?" msgstr "Quelles cartes graphiques sont supportées par Krita?" -#: ../../KritaFAQ.rst:189 -msgid "" -"Krita can use OpenGL to accelerate painting and canvas zooming, rotation " -"and panning. Nvidia and recent Intel GPUs give the best results. Make " -"sure your OpenGL drivers support OpenGL 3.2 as the minimum. AMD/ATI GPU’s" -" are known to be troublesome, especially with the proprietary drivers on " -"Linux. However, it works perfectly with the radeon free driver on linux " -"for supported AMD GPU." -msgstr "" -"Krita peut utiliser OpenGL pour accélérer la peinture et la manipulation de" -" l'espace de travail (zoom, rotation et déplacement). Nvidia et les GPUs" -" Intel récents donnent les meilleurs résultats. Assurez-vous que vos pilotes" -" OpenGL supporte au moins OpenGL 3.2 . Les GPUs AMD/ATI sont connus pour être" -" problématiques, spécialement sur Linux avec les pilotes propriétaires." -" Cependant, cela fonctionne parfaitement avec le pilote libre radeon sur" -" Linux pour les GPU AMD supportés." +#: ../../KritaFAQ.rst:147 +msgid "Krita can use OpenGL to accelerate painting and canvas zooming, rotation and panning. Nvidia and recent Intel GPUs give the best results. Make sure your OpenGL drivers support OpenGL 3.2 as the minimum. AMD/ATI GPU’s are known to be troublesome, especially with the proprietary drivers on Linux. However, it works perfectly with the Radeon free driver on linux for supported AMD GPU. Try to get a graphics card that can support OpenGL 3.2 or above for the best results, some examples:" +msgstr "" -#: ../../KritaFAQ.rst:196 -msgid "" -"*For Krita 3.3 or later:* Krita on Windows can use Direct3D 11 for " -"graphics acceleration (through ANGLE)." +#: ../../KritaFAQ.rst:151 +msgid "Intel" msgstr "" -"*Depuis Krita 3.3:* Krita sur Windows peut utiliser Direct3D 11 pour" -" l'accélération graphique (en utilisant ANGLE)." -#: ../../KritaFAQ.rst:200 -msgid "I can't edit text from PSD files created by photoshop" +#: ../../KritaFAQ.rst:152 +msgid "Intel 3rd Generation HD Graphics, IvyBridge or Bay-Trail microarchitecture, released in 2012. Commonly available products: Celeron J1x00, N2x00, Celeron (G)1xx0, Pentium J2x00, N3500, Pentium (G)2xx0, Core i3/5/7-3xx0." msgstr "" -"Je ne peux pas éditer du texte dans des fichiers PSD créés avec photoshop" -#: ../../KritaFAQ.rst:202 -msgid "" -"There is no text support for psd file yet. The text will appear " -"rasterized and converted into paint layer." +#: ../../KritaFAQ.rst:153 +msgid "AMD/ATI" msgstr "" -"Le texte dans les fichiers psd n'est pas encore supporté. Le texte apparaîtra" -" rastérisé et converti en calque de dessin." -#: ../../KritaFAQ.rst:206 +#: ../../KritaFAQ.rst:154 +msgid "Radeon HD 2000 family, TeraScale 1 microarchitecture, Released in 2007. Commonly available products: Radeon HD 2400 PRO, Radeon HD 2600 PRO, etc." +msgstr "" + +#: ../../KritaFAQ.rst:156 +msgid "Nvidia" +msgstr "" + +#: ../../KritaFAQ.rst:156 +msgid "GeForce 8 family, Tesla microarchitecture, released in 2006. Commonly available products: GeForce 8400 GS, GeForce 8800 GTS, 9800 GTX, GTS 250, etc." +msgstr "" + +#: ../../KritaFAQ.rst:158 +msgid "*For Krita 3.3 or later:* Krita on Windows can use Direct3D 11 for graphics acceleration (through ANGLE). This is enabled automatically on systems with an Intel GPU." +msgstr "" + +#: ../../KritaFAQ.rst:161 +msgid "I can't edit text from PSD files created by Photoshop" +msgstr "" + +#: ../../KritaFAQ.rst:163 +msgid "There is no text support for psd file yet. The text will appear rasterized and converted into a paint layer." +msgstr "" + +#: ../../KritaFAQ.rst:166 msgid "How much memory does my image take?" msgstr "Combien de mémoire est utilisée par mon image?" -#: ../../KritaFAQ.rst:208 -msgid "" -"For simple images, that’s pretty simple: you mulitply width \\* height " -"\\* channels \\* size of the channels (so, for a 1000×1000 16 bit integer" -" rgba image: 1000 x 1000 x 4 x 2). You multiply this by the number of " -"layers plus two (one for the image, one for the display). If you add " -"masks, filter layers or clone layers, it gets more complicated." -msgstr "" -"Pour les images simples, c'est très simple: multipliez la largeur x la" -" hauteur x les canaux x la taille des canaux (donc, pour une image 1000x1000" -" 16 bit entier rvba: 1000 X 1000 X 4 X 2). Multipliez ce résultat par le" -" nombre de calques plus deux (un pour l'image, un pour l'affichage). Si vous" -" ajoutez des masques, des calques de filtres ou des calques de clones, ça" -" devient plus compliqué." +#: ../../KritaFAQ.rst:168 +msgid "For simple images, its easy to calculate: you multiply width \\* height \\* channels \\* size of the channels (so, for a 1000×1000 16 bit integer rgba image: 1000 x 1000 x 4 x 2). You multiply this by the number of layers plus two (one for the image, one for the display). If you add masks, filter layers or clone layers, it gets more complicated." +msgstr "" -#: ../../KritaFAQ.rst:215 +#: ../../KritaFAQ.rst:171 msgid "Why do I get a checkerboard pattern when I use the eraser?" msgstr "Pourquoi j'obtiens un motif de damier quand j'utilise la gomme?" -#: ../../KritaFAQ.rst:217 -msgid "" -"You’re probably used to Gimp or Photoshop. The background, that is " -"default or first layer in these applications doesn’t have an alpha " -"channel by default. so, on their background layer, the eraser paints in " -"the background color." +#: ../../KritaFAQ.rst:173 +msgid "You’re probably used to Gimp or Photoshop. The default background or first layer in these applications doesn’t have an alpha channel by default. Thus, on their background layer, the eraser paints in the background color." msgstr "" -"Vous avez peut-être l'habitude de Gimp ou Photoshop. L'arrière-plan, qui est" -" par défaut ou en tant que premier calque dans ces applications n'a pas de" -" canal alpha par défaut. Donc, sur leur calque d'arrière-plan, la gomme peint" -" la couleur d'arrière-plan." -#: ../../KritaFAQ.rst:222 -msgid "" -"In Krita, all layers have an alpha channel, so if you want to paint in " -"the background color, you should do that, instead of erasing. You get the" -" same effect in, say, gimp, if you create new image, add an alpha channel" -" and then use the eraser tool. Most Krita users actually on starting a " -"sketch in Krita add a new blank layer first thing they do (the INSert key" -" is a useful shortcut here.) That doesn’t use extra memory, since a blank" -" layer or a layer with a default color just takes one pixel worth of " -"memory." -msgstr "" -"Dans Krita, tous les calques ont un canal alpha, donc si vous voulez peindre" -" avec la couleur d'arrière-plan, vous devriez faire ça, au lieu de gommer." -" Vous avez le même effet, disons, dans gimp, si vous créez une nouvelle" -" image, ajoutez un canal alpha et utilisez ensuite l'outil gomme. En fait, la" -" première chose que font la plupart des utilisateurs de Krita, lorsqu'ils" -" commencent un croquis, est d'ajouter un nouveau calque vide (la touche" -" insérer est ici un raccourci utile). Cela n'utilise pas de mémoire" -" supplémentaire, alors qu'un calque vide ou un calque avec une couleur par" -" défaut prend juste un pixel de mémoire." - -#: ../../KritaFAQ.rst:232 -msgid "Can I use Krita with sandboxie on Windows?" -msgstr "Est-ce que je peux utiliser Krita avec sandboxie sous Windows?" - -#: ../../KritaFAQ.rst:234 -msgid "" -"No, this is not recommended. Sandboxie causes stuttering and freezes due " -"to the way it intercepts calls for resources on disk." +#: ../../KritaFAQ.rst:175 +msgid "In Krita, all layers have an alpha channel, if you want to paint in the background color, you should simply do it in a layer above the first one (Layer 1), that would prevent you from erasing the white background color, making the checkerboard visible. You get the same effect in, say, gimp, if you create new image, add an alpha channel and then use the eraser tool. Most Krita users will actually start a sketch in Krita by adding a new blank layer first before doing anything else. (the INSert key is a useful shortcut here). That doesn’t use extra memory, since a blank layer or a layer with a default color just takes one pixel worth of memory." msgstr "" -"Non, ce n'est pas conseillé. Sandboxie provoque des saccades et des gels" -" d'écran dus à la manière dont il intercepte les appels de ressources du" -" disque." - -#: ../../KritaFAQ.rst:238 -msgid "Can krita work with 8 bit (indexed) images?" -msgstr "Krita peut-il fonctionner avec des images 8 bit (indexé)?" -#: ../../KritaFAQ.rst:240 -msgid "" -"No. Krita has been designed from the ground up to use real colors, not " -"indexed palettes. There are no plans to support indexed color images, " -"though Krita can export to some indexed color image formats, such as GIF." -" However, Krita does not offer detailed control over pixel values." +#: ../../KritaFAQ.rst:178 +msgid "Windows: Can I use Krita with Sandboxie?" msgstr "" -"Non. Krita a été conçu dès le départ pour utiliser de vraies couleurs, et non" -" des palettes de couleurs indexées. Le support des images en couleurs" -" indexées n'est pas prévu, cependant Krita peut exporter vers des formats" -" d'images en couleurs indexées, tel que le GIF. Néanmoins, Krita n'offre pas" -" de contrôle spécifique pour les palettes de couleurs indexées utilisées." -#: ../../KritaFAQ.rst:246 -msgid "How do I export gifs with Krita?" -msgstr "Comment exporter les GIFs avec Krita ?" +#: ../../KritaFAQ.rst:180 +msgid "No, this is not recommended. Sandboxie causes stuttering and freezes due to the way it intercepts calls for resources on disk." +msgstr "Non, ce n'est pas conseillé. Sandboxie provoque des saccades et des gels d'écran dus à la manière dont il intercepte les appels de ressources du disque." -#: ../../KritaFAQ.rst:248 -msgid "" -"Currently, Krita 3.0 doesn't have gif, apng or spritesheet export yet. " -"Krita 3.1 does have :ref:`render_animation`." +#: ../../KritaFAQ.rst:183 +msgid "Windows: Krita cannot save" msgstr "" -"Pour le moment, Krita 3.0 ne prend pas en charge l'export en gif, apng ou" -" spritesheet. Cependant, Krita 3.1 est capable d'exporter en gif animé depuis" -" le menu :ref:`render_animation`." -#: ../../KritaFAQ.rst:251 -msgid "" -"For big projects we recommend exporting your animation as a png sequence," -" and then inputtng that into a video editor." +#: ../../KritaFAQ.rst:185 +msgid "If the message is \"File not found. Check the file name and try again.\", you probably have Controlled Folder Access enabled." msgstr "" -"Pour les gros projets, nous recommandons d'exporter l'animation en séquence" -" d'images png, puis d'importer cette séquence d'image dans un logiciel de" -" montage vidéo." -#: ../../KritaFAQ.rst:255 -msgid "How can I produce a backtrace on Windows?" -msgstr "Comment puis-je produire une trace d'appels (backtrace) sur windows ?" +#: ../../KritaFAQ.rst:187 +msgid "Select Start > Settings ." +msgstr "" -#: ../../KritaFAQ.rst:257 -msgid "*See also: :ref:`Dr. Mingw debugger ` *" -msgstr "*Voir aussi: :ref:`Dr. Mingw debugger ` *" +#: ../../KritaFAQ.rst:188 +msgid "Choose Update & security > Windows Defender." +msgstr "" -#: ../../KritaFAQ.rst:259 -msgid "" -"If you experience a crash on Windows, and can reproduce the crash, the " -"bug report will be much more valuable if you can create a backtrace. A " -"backtrace is somewhat akin to an airplane's blackbox, in that they tell " -"what set of instructions your computer was running when it was " -"crashing(where the crash happened), making it very useful to figure out " -"why the crash happened." -msgstr "" -"Si vous avez un crash de Krita sur Windows, et que vous pouvez le reproduire," -" rapporter le bug sera beaucoup plus utilse si vous fournissez une trace" -" d'appels (backtrace). Une trace d'appels est comme la boîte noire dans un" -" avion. Elle indique la série d'instructions exécutée par votre ordinateur au" -" moment du crash, ce qui rend possible la compréhension de ses causes." - -#: ../../KritaFAQ.rst -msgid "For **Krita 3.1 or later**" -msgstr "Pour **Krita 3.1 et suivants**" - -#: ../../KritaFAQ.rst:268 -msgid "" -"The :ref:`Dr. Mingw debugger ` is bundled with Krita. Please " -"visit the page :ref:`Dr. Mingw debugger ` for instructions on " -"getting a backtrace with it." +#: ../../KritaFAQ.rst:189 +msgid "Select Open Windows Defender Security Center." msgstr "" -"Le débogueur :ref:`Dr. Mingw debugger ` est fourni avec Krita." -" Visitez la page :ref:`Dr. Mingw debugger `, vous y trouverez des" -" instructions pour obtenir une trace d'appels." -#: ../../KritaFAQ.rst -msgid "For **Krita 3.0**" -msgstr "Pour **Krita 3.0**" +#: ../../KritaFAQ.rst:190 +msgid "Select Virus & threat protection, and then choose Virus & threat protection settings." +msgstr "" -#: ../../KritaFAQ.rst:272 -msgid "first you need to install DrMingw, which is a debugger application:" -msgstr "Premièrement vous avez besoin d'un débogueur :" +#: ../../KritaFAQ.rst:191 +msgid "Under Controlled folder access, turn it on or off." +msgstr "" -#: ../../KritaFAQ.rst:274 -msgid "https://github.com/jrfonseca/drmingw" -msgstr "https://github.com/jrfonseca/drmingw" +#: ../../KritaFAQ.rst:193 +msgid "You can also whitelist Krita, following `these instructions `_." +msgstr "" -#: ../../KritaFAQ.rst:276 -msgid "" -"Then you need a special version of Krita, one with debugging information." -" The latest development builds with all the latest bug fixed are here:" +#: ../../KritaFAQ.rst:196 +msgid "Can krita work with 8 bit (indexed) images?" +msgstr "Krita peut-il fonctionner avec des images 8 bit (indexé)?" + +#: ../../KritaFAQ.rst:198 +msgid "No. Krita has been designed from the ground up to use real colors, not indexed palettes. There are no plans to support indexed color images, although Krita can export to some indexed color image formats, such as GIF. However, it does not offer detailed control over pixel values." msgstr "" -"Ensuite, vous avez besoin d'une version spéciale de Krita, qui donne des" -" informations de déboguage. Les derniers builds de développement avec les" -" dernières réparations de bugs sont ici :" -#: ../../KritaFAQ.rst:278 -msgid "" -"http://files.kde.org/krita/3/windows/debugbuilds/krita3-x64-dbg-latest.zip" +#: ../../KritaFAQ.rst:202 +msgid "How can I produce a backtrace on Windows?" +msgstr "Comment puis-je produire une trace d'appels (backtrace) sur windows ?" + +#: ../../KritaFAQ.rst:206 +msgid ":ref:`Dr. Mingw debugger `" msgstr "" -"http://files.kde.org/krita/3/windows/debugbuilds/krita3-x64-dbg-latest.zip" -#: ../../KritaFAQ.rst:279 -msgid "" -"http://files.kde.org/krita/3/windows/debugbuilds/krita3-x86-dbg-latest.zip" +#: ../../KritaFAQ.rst:208 +msgid "If you experience a crash on Windows, and can reproduce the crash, the bug report will be much more valuable if you can create a backtrace. A backtrace is somewhat akin to an airplane's blackbox, in that they tell what set of instructions your computer was running when it was crashing (where the crash happened), making it very useful to figure out why the crash happened." msgstr "" -"http://files.kde.org/krita/3/windows/debugbuilds/krita3-x86-dbg-latest.zip" -#: ../../KritaFAQ.rst:281 -msgid "" -"You can download the right file, unzip it and double-click on the krita " -"link in the unzipped folder. If you now reproduce the crash, Windows will" -" ask you whether you want to debug it; answer yes, and DrMingw will pop " -"up and after some time show you a lot of text. You can paste that into " -"your bug report." -msgstr "" -"Vous pouvez télécharger le bon fichier, extraire le zip, et double-cliquer" -" sur le lien dans le dossier extrait. Si le crash se reproduit, Windows vous" -" demandera si vous voulez le débuguer ; répondez oui. DrMingw apparaitra et" -" après un moment affichera une grande quantité de texte. Copiez ce texte dans" -" le rapport de bug." - -#: ../../KritaFAQ.rst:285 +#: ../../KritaFAQ.rst:210 +msgid "The :ref:`Dr. Mingw debugger ` is bundled with Krita. Please visit the page :ref:`Dr. Mingw debugger ` for instructions on getting a backtrace with it." +msgstr "Le débogueur :ref:`Dr. Mingw debugger ` est fourni avec Krita. Visitez la page :ref:`Dr. Mingw debugger `, vous y trouverez des instructions pour obtenir une trace d'appels." + +#: ../../KritaFAQ.rst:213 msgid "Where can I find older versions of Krita?" msgstr "Où puis-je trouver les anciennes versions de Krita?" -#: ../../KritaFAQ.rst:287 -msgid "All older versions of Krita that are still available can be found here:" -msgstr "Toutes les versions de Krita encore disponibles se trouvent ici:" - -#: ../../KritaFAQ.rst:289 -msgid "`Krita 3.0.builds `_" -msgstr "`Krita 3.0 `_" - -#: ../../KritaFAQ.rst:290 -msgid "`Krita 2.x.builds `_" -msgstr "`Krita 2.x `_" +#: ../../KritaFAQ.rst:215 +msgid "All the older versions of Krita that are still available can be found here:" +msgstr "" -#: ../../KritaFAQ.rst:291 -msgid "`Very old builds `_" -msgstr "`Paquets très anciens `_" +#: ../../KritaFAQ.rst:217 +msgid "`Very old builds `_" +msgstr "" -#: ../../KritaFAQ.rst:294 -msgid "On Windows, the Krita User Interface is too small on my HiDPI screen." -msgstr "Sur Windows, l'interface de Krita est trop petite sur mon écran HiDPI." +#: ../../KritaFAQ.rst:220 +msgid "On Windows, the Krita User Interface is too small on my HiDPI screen" +msgstr "" -#: ../../KritaFAQ.rst:296 -#, python-format -msgid "" -"If you're using Windows, you can set the display scaling to1 150% or " -"200%, and enable the experimental HiDPI support in the config:" +#: ../../KritaFAQ.rst:222 +msgid "If you're using Windows, you can set the display scaling to 150% or 200%, and enable the experimental HiDPI support in the configurations:" msgstr "" -"Si vous utilisez Windows, vous pouvez régler le zoom de l'affichage sur 150%" -" ou 200%, et activer l'option expérimental HiDPI dans les paramètres:" -#: ../../KritaFAQ.rst:299 +#: ../../KritaFAQ.rst:224 msgid "On the menu, select :menuselection:`Settings --> Configure Krita`" msgstr "Dans le menu :menuselection:`Paramètres --> Configuration de Krita`" -#: ../../KritaFAQ.rst:300 -msgid "Switch to :guilabel:`Window`" -msgstr "Dans l'onglet :guilabel:`Fenêtre`" +#: ../../KritaFAQ.rst:225 +msgid "On General page, switch to :guilabel:`Window` tab." +msgstr "" -#: ../../KritaFAQ.rst:301 +#: ../../KritaFAQ.rst:226 msgid "Check :guilabel:`Enable Hi-DPI support`" msgstr "Cochez l'option :guilabel:`Enable Hi-DPI support`" -#: ../../KritaFAQ.rst:302 +#: ../../KritaFAQ.rst:227 msgid "Restart Krita" msgstr "Redémarrez Krita" -#: ../../KritaFAQ.rst:305 -msgid "I'm using MacOS Sierra and Krita won't start" -msgstr "J'utilise MacOS Sierra et Krita ne démarre pas." - -#: ../../KritaFAQ.rst:307 -msgid "" -"We don't sign Krita binaries on OSX because we feel Apple already has " -"more money than is good for them and in order to sign our binaries we " -"have to give them money every year. In Sierra, Apple removed the " -"“Anywhere” button in the security pane, making it even less obvious how " -"to start Krita. Here's the trick: go to the krita app bundle in Finder " -"and ctrl-click on it. Then Krita will start, and macOS will remember " -"that. Or you can re-enable the button by executing the following line in " -"your terminal:" -msgstr "" -"Nous ne signons pas les binaires de Krita sur OSX car nous pensons qu'Apple" -" gagne déjà plus d'argent qu'il n'en faut, et pour signer nos fichiers il" -" faudrait leur donner de l'argent chaque année. Depuis Sierra, Apple a" -" retirer le bouton \"Anywhere\" du panneau de sécurité, ce qui complique la" -" possibilité de lancer Krita. Voici ce qu'il faut faire: avec Finder, allez" -" dans le bundle d'application krita et faites un Ctrl+clique dessus. Ensuite" -" Krita démarrera, et macOS s'en souviendra. Ou bien, vous pouvez réactiver le" -" bouton \"Anywhere\" en exécutant la ligne suivante dans le terminal:" - -#: ../../KritaFAQ.rst:316 -msgid "``sudo spctl --master-enable``" -msgstr "``sudo spctl --master-enable``" - -#: ../../KritaFAQ.rst:319 -msgid "I'm using Linux and Krita crashes on start" -msgstr "J'utilise Linux et Krita crash au démarrage." - -#: ../../KritaFAQ.rst:321 -msgid "" -"If you also see somethine like “QIODevice::seek: Invalid pos: -18” on the" -" command line, it's quite likely that at one point you had the Deepin " -"file manager installed. That comes with some qimageio plugins that are " -"completely and utterly broken. Krita's reference images docker scans your" -" Pictures folder on startup, and if your Pictures folder. It reads the " -"images using Qt's QImageIO class, which loads that Deepin plugin. `The " -"issue is reported to Deepin `_, but the Deepin developers don't seem convinced that " -"it makes sense to check whether there are any bytes to read, before " -"reading the bytes." -msgstr "" -"Si vous voyez aussi quelque-chose comme “QIODevice::seek: Invalid pos: -18”" -" dans la console, il est probable que vous ayez à un moment installé le" -" gestionnaire de fichiers de Deepin. Celui-ci est fourni avec des plugins" -" qimageio complètement cassés. Le panneau Image de référence de Krita scan" -" votre dossier Images au démarrage. Il lit les images en utilisant la classe" -" de Qt QImageIO, qui charge ces plugins de Deepin. `Le problème a été" -" rapporté aux développeurs de Deepin `_, mais ils ne semblent pas convaincus..." +#: ../../KritaFAQ.rst:229 +msgid "You can also change the toolbox icon size by right-clicking on the toolbox and selecting a size." +msgstr "" -#: ../../KritaFAQ.rst:332 +#: ../../KritaFAQ.rst:233 msgid "Tablets" msgstr "Tablettes graphiques" -#: ../../KritaFAQ.rst:335 +#: ../../KritaFAQ.rst:236 msgid "What tablets does Krita support?" msgstr "Quelles tablettes sont supportées par Krita?" -#: ../../KritaFAQ.rst:337 -msgid "" -"Krita isn’t much fun without a pressure sensitive tablet. If the tablet " -"has been properly configured, Krita works with Wacom, Huion and other uc-" -"logic based tablets, on Windows and Linux (look below for more " -"information on Huion Linux support). N-Trig tablets should work too, but " -"some setting up might be needed. Genius tablets are know to have " -"problems. You can find a community curated list of tablets supported by " -"krita :ref:`here `." -msgstr "" -"l n'est pas très plaisant d'utiliser Krita sans une tablette sensible à la" -" pression. Si la tablette a été bien configurée, Krita fonctionne avec les" -" tablettes Wacom, Huion ou encore les tablettes de type uc-logic, sous" -" Windows et sur Linux (voir ci-dessous pour plus d'informations sur le" -" support Huion Linux). Des problèmes sont connus sur les tablettes Genius." -" Vous trouverez une liste mise à jour par la communauté :ref:`sur cette page" -" `." - -#: ../../KritaFAQ.rst:345 -msgid "" -"If you're looking for information about tablets like the iPad or Android " -"tablets, look :ref:`here `_." +#: ../../KritaFAQ.rst:238 +msgid "Krita isn’t much fun without a pressure sensitive tablet. If the tablet has been properly configured, Krita should work out of the box." msgstr "" -"Si vous cherchez des informations sur les tablettes du type iPad ou Android," -" regardez :ref:`sur cette page `_." -#: ../../KritaFAQ.rst:350 +#: ../../KritaFAQ.rst:240 +msgid "On Windows, you need to either install the Wintab drivers for your tablet, or enable the Windows 8 Pointer Input option in Krita's settings." +msgstr "" + +#: ../../KritaFAQ.rst:242 +msgid "You can find a community curated list of tablets supported by krita :ref:`here `." +msgstr "" + +#: ../../KritaFAQ.rst:244 +msgid "If you're looking for information about tablets like the iPad or Android tablets, look :ref:`here `." +msgstr "" + +#: ../../KritaFAQ.rst:248 msgid "What if your tablet is not recognized by Krita?" msgstr "Que faire si votre tablette n'est pas reconnue par Krita?" -#: ../../KritaFAQ.rst:355 +#: ../../KritaFAQ.rst:253 msgid "We would like to see the full output of the following commands:" msgstr "Nous voudrions voir les résultats complets des commandes suivantes:" -#: ../../KritaFAQ.rst:357 +#: ../../KritaFAQ.rst:255 msgid "``lsmod``" -msgstr "``lsmod``" +msgstr "" -#: ../../KritaFAQ.rst:358 +#: ../../KritaFAQ.rst:256 msgid "``xinput``" -msgstr "``xinput``" +msgstr "" -#: ../../KritaFAQ.rst:359 +#: ../../KritaFAQ.rst:257 msgid "``xinput list-props`` (id can be fetched from the item 2)" msgstr "``xinput list-props`` (l'id peut être trouvé avec la seconde commande)" -#: ../../KritaFAQ.rst:360 +#: ../../KritaFAQ.rst:258 msgid "Get the log of the tablet events (if applicable):" msgstr "Obtenez la sortie des évènements de la tablette (si il y en a):" -#: ../../KritaFAQ.rst:362 +#: ../../KritaFAQ.rst:260 msgid "Open a console application (e.g. Konsole on KDE)" -msgstr "" -"Ouvrez un émulateur de terminal (par exemple Konsole sur le bureau Linux" -" Plasma)" +msgstr "Ouvrez un émulateur de terminal (par exemple Konsole sur le bureau Linux Plasma)" -#: ../../KritaFAQ.rst:363 -msgid "" -"Set the amount of scrollback to 'unlimited' (for :program:`Konsole`: " -":menuselection:`Settings --> Edit Current Profile --> Scrolling --> " -"Unlimited Scrollback`)" -msgstr "" -"Réglez la quantité de \"scrollback\" sur \"illimité\" (pour" -" :program:`Konsole`: :menuselection:`Settings --> Edit Current Profile -->" -" Scrolling --> Unlimited Scrollback`)" +#: ../../KritaFAQ.rst:261 +msgid "Set the amount of scrollback to 'unlimited' (for :program:`Konsole`: :menuselection:`Settings --> Edit Current Profile --> Scrolling --> Unlimited Scrollback`)" +msgstr "Réglez la quantité de \"scrollback\" sur \"illimité\" (pour :program:`Konsole`: :menuselection:`Settings --> Edit Current Profile --> Scrolling --> Unlimited Scrollback`)" -#: ../../KritaFAQ.rst:365 -msgid "Start Krita by typing 'krita' and create any document :)" -msgstr "Démarrez Krita en tapant 'krita' et créez un document :)" +#: ../../KritaFAQ.rst:262 +msgid "Start Krita by typing 'krita' and create any document" +msgstr "" -#: ../../KritaFAQ.rst:366 ../../KritaFAQ.rst:388 -msgid "" -"Press :kbd:`Ctrl + Shift + T`, you will see a message box telling the " -"logging is started" +#: ../../KritaFAQ.rst:263 +#: ../../KritaFAQ.rst:282 +msgid "Press :kbd:`Ctrl + Shift + T`, you will see a message box telling the logging has started" msgstr "" -"Tapez :kbd:`Ctrl + Maj + T`, vous verrez un message informant que" -" l'enregistrement de la sortie est démarré (logging is started)" -#: ../../KritaFAQ.rst:368 ../../KritaFAQ.rst:390 +#: ../../KritaFAQ.rst:264 +#: ../../KritaFAQ.rst:283 msgid "Try to reproduce your problem" msgstr "Essayez de reproduire votre problème" -#: ../../KritaFAQ.rst:369 -msgid "" -"The console is now filled with the log. Attach it to a bug report or " -"paste using services like paste.kde.org" +#: ../../KritaFAQ.rst:265 +msgid "The console is now filled with the log. Attach it to a bug report" msgstr "" -"L'émulateur de terminal est maintenant rempli par le log. Copiez le" -" entièrement et joignez le à un rapport de bug" -#: ../../KritaFAQ.rst:372 -msgid "" -"Attach all this data to a bugreport using public paste services like " -"paste.kde.org" +#: ../../KritaFAQ.rst:267 +msgid "Attach all this data to a bug report using public paste services like paste.kde.org" msgstr "" -"Utilisez un service comme paste.kde.org, et joignez le lien dans votre" -" rapport de bug" -#: ../../KritaFAQ.rst:378 -msgid "" -"First check whether switching to the Windows 8 Pointer API makes a " -"difference: Settings/Configure Krita/Tablet. Then, if you still have " -"problems with Windows and your tablet, we cannot help you without a " -"tablet log." +#: ../../KritaFAQ.rst:273 +msgid "First check whether your tablet's driver is correctly installed. Often, a driver update, a Windows update or the installation of Razer gaming mouse driver breaks tablets." msgstr "" -"Vérifiez d'abord si vous voyez une différence en activant l'API du curseur de" -" Windows 8 dans Paramètres/Configuration de Krita/Configuration de la" -" tablette. Si vous avez toujours des problèmes avec Windows et votre" -" tablette, nous ne pouvons pas vous aider sans un log de la tablette." -#: ../../KritaFAQ.rst:383 -msgid "" -"Install `DebugView `_ from the official Microsoft site" +#: ../../KritaFAQ.rst:275 +msgid "Then check whether switching to the Windows 8 Pointer API makes a difference: :menuselection:`Settings --> Configure Krita --> Tablet`." msgstr "" -"Installez `DebugView `_ depuis le site officiel de Microsoft" -#: ../../KritaFAQ.rst:386 +#: ../../KritaFAQ.rst:277 +msgid "If you still have problems with Windows and your tablet, then we cannot help you without a tablet log." +msgstr "" + +#: ../../KritaFAQ.rst:279 +msgid "Install `DebugView `_ from the official Microsoft site" +msgstr "Installez `DebugView `_ depuis le site officiel de Microsoft" + +#: ../../KritaFAQ.rst:280 msgid "Start :program:`DebugView`" msgstr "Démarrez :program:`DebugView`" -#: ../../KritaFAQ.rst:387 +#: ../../KritaFAQ.rst:281 msgid "Start :program:`Krita`" msgstr "Démarrez :program:`Krita`" -#: ../../KritaFAQ.rst:391 -msgid "" -"Go back to DebugView and save its output to a file. Attach this file to a" -" bug report or paste using services like paste.kde.org." -msgstr "" -"Retournez sur DebugView et sauvegardez le texte de sorti dans un fichier" -" texte. Joignez ensuite ce fichier à un rapport de bug en utilisant un" -" service comme paste.kde.org." - -#: ../../KritaFAQ.rst:395 -msgid "How to fix a tablet offset on multiple screen setup on Windows" -msgstr "" -"Comment réparer le décalage de curseur d'une tablette sur une installation" -" d'écran multiple sous Windows" - -#: ../../KritaFAQ.rst:397 -msgid "" -"If you see that your tablet pointer has an offset when working with Krita" -" canvas, it might be highly probable, that Krita got incorrect screen " -"resolution from the system. That problem happens mostly when an external " -"monitor is present and when either of monitor or a tablet was connected " -"after the system boot." -msgstr "" -"Si vous voyez que votre curseur de tablette a un décalage quand vous" -" travaillez avec les canevas de Krita, ça pourrait très probablement" -" signifier que Krita a une mauvaise résolution d'écran de système. Le" -" problème arrive le plus souvent quand un écran externe est présent et quand" -" ni un écran ni une tablette n'était connectée après le démarrage du système." - -#: ../../KritaFAQ.rst:403 -msgid "Now there is a simple solution to fix this data manually." -msgstr "" -"Maintenant il y a une solution simple de réparer ces données manuellement." - -#: ../../KritaFAQ.rst:405 -msgid "Lay you stylus aside" -msgstr "Mettez votre stylet de côté" - -#: ../../KritaFAQ.rst:406 -msgid "Start Krita without using a stylus, that is using a mouse or a keyboard" -msgstr "" -"Démarrez Krita sans utiliser un stylet, i.e en utilisant une souris ou un" -" clavier" - -#: ../../KritaFAQ.rst:408 -msgid "Press Shift key and hold it" -msgstr "Appuyez sur la touche Maj et maintenez" - -#: ../../KritaFAQ.rst:409 -msgid "Touch a tablet with your stylus so Krita would recognize it" -msgstr "Touchez la tablette avec votre stylet pour que Krita le reconnaisse" - -#: ../../KritaFAQ.rst:411 -msgid "" -"You will see a special dialog asking for real screen resolution. Choose " -"the correct value or enter it manually and press OK." -msgstr "" -"Vous allez voir une boîte de dialogue spéciale demandant la résolution réelle" -" de l'écran. Choisissez la valeur correcte et entrez-la manuellement et" -" appuyez sur OK." - -#: ../../KritaFAQ.rst:414 -msgid "" -"If you have a dual monitor setup and only the top half of the screen is " -"reachable, you might have to enter the total width of both screens plus " -"the double height of your monitor in this field." +#: ../../KritaFAQ.rst:284 +msgid "Go back to DebugView and save its output to a file. Attach this file to a bug report or paste it using services like paste.kde.org." msgstr "" -"Si vous avez une configuration en double-écran et que vous ne pouvez" -" atteindre que la moitié haute de l'écran, une solution pourrait être" -" d'entrer la largeur totale des deux écran + deux fois la hauteur de votre" -" moniteur dans ce champ." -#: ../../KritaFAQ.rst:418 -msgid "" -"If this didn't work, and if you have a Wacom tablet, an offset in the " -"canvas can be caused by a faulty Wacom preference file which is not " -"removed or replaced by reinstalling the drivers." +#: ../../KritaFAQ.rst:287 +msgid "However, in 100\\% of the cases where Windows users have reported that their tablet didn't work over the past five years, the problem has been either a buggy driver or a broken driver installation, but not a bug in Krita." msgstr "" -"Si cela ne fonctionne pas, et si vous avez une tablette Wacom, un décalage" -" dans la zone de travail peut être causé par un fichier de préférence Wacom" -" défectueux qui n'est pas enlevé ou remplacé en réinstallant le driver." -#: ../../KritaFAQ.rst:422 -msgid "" -"To fix it, use the “Wacom Tablet Preference File Utility” to clear all " -"the preferences. This should allow Krita to detect the correct settings " -"automatically." -msgstr "" -"Pour corriger cela, utilisez le \"Wacom Tablet Preference File Utility\" pour" -" effacer toutes les préférences. Cela devrait permettre à Krita de détecter" -" les réglages corrects automatiquement." +#: ../../KritaFAQ.rst:291 +msgid "How to fix a tablet offset on multiple screen setup on Windows" +msgstr "Comment réparer le décalage de curseur d'une tablette sur une installation d'écran multiple sous Windows" -#: ../../KritaFAQ.rst:427 -msgid "" -"this will reset your tablets configuration so you will need to " -"recalibrate/reconfigure it." +#: ../../KritaFAQ.rst:293 +msgid "If you see that your tablet pointer has an offset when working with Krita canvas, it might be highly probable that Krita got incorrect screen resolution from the system. That problem happens mostly when an external monitor is present and when either a monitor or a tablet was connected after the system boot." msgstr "" -"Cela va réinitialiser la configuration de votre tablette, vous devrez donc la" -" recalibrer ou la reconfigurer." -#: ../../KritaFAQ.rst:429 -msgid "" -"*For Krita 3.3 or later:* You can try to :ref:`enable “Windows 8+ Pointer" -" Input” `, but some features might not work with it." +#: ../../KritaFAQ.rst:295 +msgid "You can fix this issue manually by:" msgstr "" -"*Depuis Krita 3.3:* Vous pouvez essayer :ref:`enable \"Windows 8+ Pointer" -" Input\" `, mais certaines fonctions peuvent ne pas" -" fonctionner avec." - -#: ../../KritaFAQ.rst:432 -msgid "Microsoft Surface Pro and NTrig" -msgstr "Microsoft Surface Pro et NTrig" -#: ../../KritaFAQ.rst:434 -msgid "" -"Krita 3.3.0 supports the Windows Pointer API (Windows Ink) natively. Your" -" Surface Pro or other n-trig enabled pen tablet should work out of the " -"box with Krita after you enable Windows Ink in Settings/Configure " -"Krita/Tablet." +#: ../../KritaFAQ.rst:297 +msgid "Put your stylus away from the tablet." msgstr "" -"Krita 3.3.0 supporte désormais l'API Windows Ink. Votre Surface Pro ou autre" -" tablette basée sur la technologie n-trig devrait marcher directement après" -" avoir activer l'option Windows Ink dans le menu Paramètres/Configuration de" -" Krita/Configuration de la tablette." -#: ../../KritaFAQ.rst:440 -msgid "Tablet Pro and the Surface Pro" -msgstr "Tablet Pro et la Surface Pro" - -#: ../../KritaFAQ.rst:442 -msgid "" -"Unlike Wacom's Companion, the Surface line of tablets doesn't have " -"working hardware buttons. Tablet Pro is a (non-free) utility that puts " -"virtual buttons on screen. Krita 3.1 (currently in beta) will have " -"predefined shortcut profiles to work with Tablet Pro." +#: ../../KritaFAQ.rst:298 +msgid "Start Krita without using a stylus, that is using a mouse or a keyboard." msgstr "" -"Contrairement au Wacom Companion, les tablettes de la gamme Surface n'ont pas" -" de boutons matériels. Tablet Pro est une application (non libre) permettant" -" d'afficher des boutons virtuels sur l'écran. Depuis la version 3.1, Krita" -" contient des raccourcis prédéfinis pour Tablet Pro." -#: ../../KritaFAQ.rst:447 -msgid "http://tabletpro.net/" -msgstr "http://tabletpro.net/" - -#: ../../KritaFAQ.rst:449 -msgid "See http://www.youtube.com/watch?v=WKXZgYqC3tI for instructions." +#: ../../KritaFAQ.rst:299 +msgid "Press Shift key and hold it." msgstr "" -"Voir les instructions dans http://www.youtube.com/watch?v=WKXZgYqC3tI " - -#: ../../KritaFAQ.rst:452 -msgid "How to make my Huion tablet work with Krita on Linux?" -msgstr "Comment faire fonctionner ma tablette Huion avec Krita sur Linux?" -#: ../../KritaFAQ.rst:454 -msgid "" -"This applies to Huion models: H610 (maybe others too? report your model " -"here..)" +#: ../../KritaFAQ.rst:300 +msgid "Touch a tablet with your stylus so Krita would recognize it." msgstr "" -"Cela s'applique aux modèles Huion: H610 (peut-être d'autres aussi? reportez" -" votre modèle ici...)" -#: ../../KritaFAQ.rst:457 -msgid "" -"First, if you use a linux kernel version 3.13 or above, remove the buggy " -"huion driver with this command line:" +#: ../../KritaFAQ.rst:302 +msgid "You will see a special dialog asking for the real screen resolution. Choose the correct value or enter it manually and press OK." msgstr "" -"Tout d'abord, si vous utilisez une version de noyau linux 3.13 ou au-delà," -" retirez le pilote huion bugué avec cette ligne de commande: " -#: ../../KritaFAQ.rst:460 -msgid "``rmmod hid-huion``" -msgstr "``rmmod hid-huion``" +#: ../../KritaFAQ.rst:304 +msgid "If you have a dual monitor setup and only the top half of the screen is reachable, you might have to enter the total width of both screens plus the double height of your monitor in this field." +msgstr "Si vous avez une configuration en double-écran et que vous ne pouvez atteindre que la moitié haute de l'écran, une solution pourrait être d'entrer la largeur totale des deux écran + deux fois la hauteur de votre moniteur dans ce champ." -#: ../../KritaFAQ.rst:462 -msgid "or, depending on your distribution:" -msgstr "ou, selon votre distribution:" +#: ../../KritaFAQ.rst:306 +msgid "If this didn't work, and if you have a Wacom tablet, an offset in the canvas can be caused by a faulty Wacom preference file which is not removed or replaced by reinstalling the drivers." +msgstr "Si cela ne fonctionne pas, et si vous avez une tablette Wacom, un décalage dans la zone de travail peut être causé par un fichier de préférence Wacom défectueux qui n'est pas enlevé ou remplacé en réinstallant le driver." -#: ../../KritaFAQ.rst:464 -msgid "``modprobe -r hid-huion``" -msgstr "``modprobe -r hid-huion``" +#: ../../KritaFAQ.rst:308 +msgid "To fix it, use the “Wacom Tablet Preference File Utility” to clear all the preferences. This should allow Krita to detect the correct settings automatically." +msgstr "Pour corriger cela, utilisez le \"Wacom Tablet Preference File Utility\" pour effacer toutes les préférences. Cela devrait permettre à Krita de détecter les réglages corrects automatiquement." -#: ../../KritaFAQ.rst:466 -msgid "" -"Then build and install the `correct kernel driver " -"`_." +#: ../../KritaFAQ.rst:311 +msgid "This will reset your tablets configuration, thus you will need to recalibrate/reconfigure it." msgstr "" -"Ensuite compilez et installez `le driver approprié pour votre tablette <" -"https://github.com/DIGImend/huion-driver>`_." -#: ../../KritaFAQ.rst:468 -msgid "" -"(note that you’ll have to redo those steps after each kernel update, " -"until this driver is included in mainline kernel.)" -msgstr "" -"(notez que vous allez devoir refaire ces étapes après chaque mise à jour de" -" noyau, jusqu'à ce que le pilote soit inclus dans le noyau mainline) " - -#: ../../KritaFAQ.rst:471 -msgid "" -"Now you should have a working tablet in Krita and Gimp (sadly, it doesn’t" -" work with current mypaint version, probably because of GTK3..) But as by" -" default the whole tablet area is mapped to the whole screen, depending " -"on your screen ratio you may want to adapt the active area of the tablet " -"to have the same proportions." -msgstr "" -"Maintenant vous devriez avoir une tablette qui fonctionne dans Krita et Gimp" -" (malheureusement, cela ne fonctionne pas avec la version courante de" -" MyPaint, probablement à cause de GTK3...) Mais, comme par défaut la zone" -" entière de la tablette est mappée à l'écran entier, vous voudrez peut-être" -" adapter, selon votre ratio d'écran, la zone active de la tablette pour" -" qu'elle ait les mêmes proportions. " - -#: ../../KritaFAQ.rst:477 -msgid "" -"For this, first you need to install xinput-calibrator (check in your " -"package manager it may be named a bit differently, with – or \\_ in the " -"middle…)" -msgstr "" -"Pour cela, vous aurez tout d'abord besoin d'installer xinput_calibrator" -" (vérifiez dans votre gestionnaire de paquets, il se peut qu'il soit nommé" -" légèrement différemment, avec un - ou un \\_ au milieu...) " +#: ../../KritaFAQ.rst:313 +msgid "*For Krita 3.3 or later:* You can try to :ref:`enable “Windows 8+ Pointer Input” `, but some features might not work with it." +msgstr "*Depuis Krita 3.3:* Vous pouvez essayer :ref:`enable \"Windows 8+ Pointer Input\" `, mais certaines fonctions peuvent ne pas fonctionner avec." -#: ../../KritaFAQ.rst:481 -msgid "" -"Now, you’ll need the name or ID of your device, so list devices with this" -" command line:" +#: ../../KritaFAQ.rst:316 +msgid "Microsoft Surface Pro and N-Trig" msgstr "" -"Maintenant, vous allez avoir besoin du nom ou de l'ID de votre appareil," -" alors listez vos appareils avec cette ligne de commande:" - -#: ../../KritaFAQ.rst:484 -msgid "``xinput_calibrator --list | grep H610``" -msgstr "``xinput_calibrator --list | grep H610``" -#: ../../KritaFAQ.rst:486 -msgid "" -"Then I noticed the huion report two different devices with the same name," -" just different ID. So to find out which is the one corresponding to the " -"actual stylus tablet area, get devices values with this command line:" +#: ../../KritaFAQ.rst:318 +msgid "Krita 3.3.0 and later supports the Windows Pointer API (Windows Ink) natively. Your Surface Pro or other N-Trig enabled pen tablet should work out of the box with Krita after you enable Windows Ink in :menuselection:`Settings --> Configure Krita --> Tablet`." msgstr "" -"Puis, j'ai remarqué que la Huion rapportait deux appareils différents avec le" -" même nom, seulement des ID différents. Alors pour trouver pour trouver" -" lequel correspond effectivement à la zone du stylet, obtenez les valeurs" -" associées à chaque périphérique avec la ligne de commande suivante:" -#: ../../KritaFAQ.rst:491 -msgid "``xinput_calibrator --device 10``" -msgstr "``xinput_calibrator --device 10``" - -#: ../../KritaFAQ.rst:493 -msgid "(adapt id number the the values you found on previous step…)" -msgstr "" -"(adaptez le numéro id aux valeurs que vous avez trouvé à l'étape" -" précédente...)" +#: ../../KritaFAQ.rst:321 +msgid "Tablet Pro and the Surface Pro" +msgstr "Tablet Pro et la Surface Pro" -#: ../../KritaFAQ.rst:495 -msgid "" -"It will open a sort of calibration window, don’t click the crosses, just " -"press any key to abort. Then you can see the default values of the device" -" appeared in the console. One devices has much bigger max values (0 40000" -" 0 25000), this is the one you should get the ID number. (in my case here" -" was ID 10 )" -msgstr "" -"Cela ouvrira une sorte de fenêtre de calibrage, ne cliquez pas sur les croix," -" appuyez juste sur n'importe quelle touche pour annuler. Puis vous verrez" -" apparaître les valeurs par défaut de l'appareil dans le terminal. Un des" -" périphériques a des valeurs maximum beaucoup plus élevées (0 40000 0 25000)," -" c'est celui dont vous devrez prendre le numéro ID. (dans mon cas, c'était ID" -" 10)" - -#: ../../KritaFAQ.rst:501 -msgid "" -"Then calculate the values to set the active area to the same ratio as " -"screen.. For example, for a 1920×1080 screen, I did this operation: " -"40000\\*1080/1920=22500" +#: ../../KritaFAQ.rst:323 +msgid "Unlike Wacom's Companion, the Surface line of tablets doesn't have working hardware buttons. Tablet Pro is a (non-free) utility that puts virtual buttons on screen. Krita 3.1 and above will have predefined shortcut profiles to work with Tablet Pro." msgstr "" -"Puis calculez les valeurs pour installer la zone active au même ratio que" -" l'écran... Par exemple, pour un écran 1920x1080, j'ai fait l'opération:" -" 40000x1080/1920=22500" -#: ../../KritaFAQ.rst:505 -msgid "" -"And finally set the calibration values (TopX BottomX TopY BottomY) like " -"this:" +#: ../../KritaFAQ.rst:325 +msgid "http://tabletpro.net/" msgstr "" -"Et enfin définissez les valeurs de calibrage (HautX BasX HautY BasY) comme" -" ci-dessous:" -#: ../../KritaFAQ.rst:508 -msgid "``xinput set-prop 10 “Evdev Axis Calibration” 0 40000 0 22500``" -msgstr "``xinput set-prop 10 “Evdev Axis Calibration” 0 40000 0 22500``" +#: ../../KritaFAQ.rst:327 +msgid "See http://www.youtube.com/watch?v=WKXZgYqC3tI for instructions." +msgstr "Voir les instructions dans http://www.youtube.com/watch?v=WKXZgYqC3tI " -#: ../../KritaFAQ.rst:510 -msgid "" -"**Weird stuff happens on Windows, like ripples, rings, squiggles or " -"poltergeists**" +#: ../../KritaFAQ.rst:330 +msgid "Weird stuff happens on Windows, like ripples, rings, squiggles or poltergeists" msgstr "" -"**Des choses étranges se passent sur Windows, comme des ondulations, des" -" cercles, des gribouillis ou des fantômes**" -#: ../../KritaFAQ.rst:513 -msgid "" -"Windows comes with a lot of settings to make it work with a pen. Al these" -" settings are annoying. This tool can help to set the settings correctly " -"if you're using a tablet:" +#: ../../KritaFAQ.rst:332 +msgid "Windows comes with a lot of settings to make it work with a pen. All these settings can be annoying. This tool can help you set the settings correctly when you're using a tablet:" msgstr "" -"Windows est fourni avec de nombreux réglages pour les stylets. Ces réglages" -" sont embêtant pour la peinture numérique. Cet outil peut vous aider à régler" -" correctement ces réglages:" -#: ../../KritaFAQ.rst:517 +#: ../../KritaFAQ.rst:334 msgid "https://github.com/saveenr/Fix_My_Pen/releases" -msgstr "https://github.com/saveenr/Fix_My_Pen/releases" +msgstr "" -#: ../../KritaFAQ.rst:520 +#: ../../KritaFAQ.rst:337 msgid "Toolbox" msgstr "Boîte à outils" -#: ../../KritaFAQ.rst:523 +#: ../../KritaFAQ.rst:340 msgid "Toolbox missing" msgstr "Boîte à outils manquante" -#: ../../KritaFAQ.rst:525 -msgid "" -"You either reset the workspace by pressing the right most button on the " -"toolbar, the workspace switcher, and clicking a workspace from the list." +#: ../../KritaFAQ.rst:342 +msgid "You can reset the Workspace by pressing the right most button on the toolbar, the Workspace switcher, and click on a desired Workspace from the list." msgstr "" -"You either reset the workspace by pressing the right most button on the" -" toolbar, the workspace switcher, and clicking a workspace from the list." -#: ../../KritaFAQ.rst:528 -msgid "" -"Or right-click on any docker titlebar or open space in any toolbar, and " -"select Toolbox. It's the first option." +#: ../../KritaFAQ.rst:344 +msgid "Or you can right-click on any docker title bar or open space in any toolbar, and select Toolbox. It's the first option." msgstr "" -"Ou bien faites un clic-droit sur n'importe quel barre de titre de panneau, et" -" sélectionnez Boite à outils. C'est la première option." -#: ../../KritaFAQ.rst:531 -msgid "" -"Or check the Settings menu, it's got lots of interesting stuff, then go " -"to the Dockers menu and... select toolbox." +#: ../../KritaFAQ.rst:346 +msgid "Also, you can check the Settings menu, it has got a lot of interesting stuff, then go to the Dockers menu and select Toolbox." msgstr "" -"Ou encore, regardez dans le menu Paramètres, il contient de nombreuses choses" -" intéressantes, puis allez dans le sous-menu Panneaux et... sélectionnez" -" Boite à outils." -#: ../../KritaFAQ.rst:535 +#: ../../KritaFAQ.rst:349 msgid "Tool icons size is too big" msgstr "Les icônes des outils sont trop grosses" -#: ../../KritaFAQ.rst:537 +#: ../../KritaFAQ.rst:351 msgid "Right click the toolbox to set the size." msgstr "Clic-droit dans la boite à outils et sélectionnez la taille." -#: ../../KritaFAQ.rst:540 +#: ../../KritaFAQ.rst:354 msgid "Krita can't get maximized" msgstr "Krita ne peux pas être maximisé" -#: ../../KritaFAQ.rst:542 -msgid "" -"This is due to the toolbox being too big, for example, when it's " -"accidentally made 1-columns wide. Resize it to make it 2 columns wide." +#: ../../KritaFAQ.rst:356 +msgid "This happens when your dockers are placed in such a way that the window cannot be made less high. Rearrange your Workspace." msgstr "" -"C'est probablement à cause de la boite à outils qui est trop longue, par" -" example si elle est accidentellement rétrécie sur une seule colonne." -" Agrandissez la sur deux colonnes." -#: ../../KritaFAQ.rst:546 +#: ../../KritaFAQ.rst:359 msgid "Resources" msgstr "Ressources" -#: ../../KritaFAQ.rst:549 -msgid "" -"Is there a way to restore a default brush that I have mistakenly " -"overwritten with new settings to default?" +#: ../../KritaFAQ.rst:362 +msgid "Is there a way to restore a default brush that I have mistakenly overwritten with new settings to default?" +msgstr "Existe-t-il un moyen de restaurer une brosse par défaut que j'ai accidentellement modifié et écrasé?" + +#: ../../KritaFAQ.rst:364 +msgid "Yes. First go to the resource folder, which is in" msgstr "" -"Existe-t-il un moyen de restaurer une brosse par défaut que j'ai" -" accidentellement modifié et écrasé?" -#: ../../KritaFAQ.rst:551 -msgid "Yes. First go to the resource folder, which is" -msgstr "Oui. D'abord, allez dans le dossier des ressources, qui est" +#: ../../KritaFAQ.rst:369 +msgid ":file:`user\\\\Appdata\\\\Roaming\\\\krita\\\\` or :file:`%APPDATA%\\\\Roaming\\\\krita\\\\`" +msgstr "" -#: ../../KritaFAQ.rst:560 -msgid "" -"You can easily do this by going into :menuselection:`settings --> manage " -"resources --> open resource folder`." +#: ../../KritaFAQ.rst:371 +msgid "OSX" msgstr "" -"Vous pouvez y accéder facilement via le menu :menuselection:`Paramètres -->" -" Gérer les ressources --> Ouvrir le dossier de ressources`." -#: ../../KritaFAQ.rst:562 -msgid "" -"Then go into the paintoppressets folder and remove the latest created " -"file that you made of your preset." +#: ../../KritaFAQ.rst:373 +msgid "You can easily do this by going into :menuselection:`Settings --> Manage Resources --> Open Resource Folder`." msgstr "" -"Allez ensuite dans le dossier paintoppresets et supprimez le dernier fichier" -" créé contenant ce preset." -#: ../../KritaFAQ.rst:565 -msgid "" -"Then go back to the resources folder and edit the blacklist file to " -"remove the previous paintop preset so Krita will load it. (Yes, it is a " -"bit of a convoluted system, but at the least you don't lose your brushes)" +#: ../../KritaFAQ.rst:375 +msgid "Then go into the paintoppressets folder and remove the latest created file that you made of your preset." +msgstr "Allez ensuite dans le dossier paintoppresets et supprimez le dernier fichier créé contenant ce preset." + +#: ../../KritaFAQ.rst:378 +msgid "After that go back to the resources folder and edit the blacklist file to remove the previous paintoppreset so Krita will load it. (Yes, it is a bit of a convoluted system, but at the least you don't lose your brushes)" msgstr "" -"Allez ensuite dans le dossier ressources et éditez le fichier blacklist pour" -" enlever le nom du preset correspondand pour que Krita le charge à nouveau." -" (Oui, c'est un peu compliqué, mais au moins on ne perd pas ses brosses)." -#: ../../KritaFAQ.rst:571 -msgid "How do I set favourite presets?" -msgstr "Comment définir les presets favoris?" +#: ../../KritaFAQ.rst:384 +msgid "How do I set favorite presets?" +msgstr "" -#: ../../KritaFAQ.rst:573 -msgid "" -"Right-click a brush in the brush docker and assign it a tag. Then when " -"clicking the lower-right settings icon you can pick you tag." +#: ../../KritaFAQ.rst:386 +msgid "Right-click a brush in the brush docker and assign it a tag. Then right-click on canvas to call popup palette, click the second right-most icon on the bottom-right of the palette, now you can pick the tag which contains the brush you assigned to it." msgstr "" -"Clic-droit sur un preset dans le panneau des brosses et assignez lui un tag." -" Puis, dans la popup palette, en bas à droite, cliquez sur l'icône de" -" configuration et sélectionnez le tag correspondant." -#: ../../KritaFAQ.rst:577 +#: ../../KritaFAQ.rst:389 msgid "Can Krita load Photoshop Brushes?" msgstr "Est-ce-que Krita peut charger des brosses de Photoshop?" -#: ../../KritaFAQ.rst:579 -msgid "" -"Yes, but there are limitations. You can load ABR files by using the Add " -"Brush button in the predefined brush tab in the brush editor. Since Adobe" -" hasn’t disclosed the file format specification, we depend on reverse-" -"engineering to figure out what to load, and currently that’s limited to " -"basic features." -msgstr "" -"Oui, mais avec certaines limitations. Vous pouvez charger un fichier ABR en" -" utilisant le bouton Importer dans l'onglet Prédéfini de l'éditeur de brosse." -" Étant donné qu'Adobe n'a pas publié les spécifications du format, nous" -" dépendons du reverse-engineering pour deviner ce qu'il faut charger, et" -" actuellement c'est limité aux fonctions de base." - -#: ../../KritaFAQ.rst:586 +#: ../../KritaFAQ.rst:391 +msgid "Yes, but there are limitations. You can load ABR files by using the by using the Import button in the Predefined brush tab in the brush editor. Since Adobe hasn’t disclosed the file format specification, we depend on reverse-engineering to figure out what to load, and currently that’s limited to basic features." +msgstr "" + +#: ../../KritaFAQ.rst:394 msgid "Krita is slow" msgstr "Krita est lent" -#: ../../KritaFAQ.rst:588 -msgid "" -"There is a myriad of reasons why this might be. Below is a short " -"checklist." -msgstr "" -"Il existe une multitude de raisons possibles. Ci-dessous vous trouverez une" -" liste de possibilités." +#: ../../KritaFAQ.rst:396 +msgid "There is a myriad of reasons why this might be. Below is a short checklist." +msgstr "Il existe une multitude de raisons possibles. Ci-dessous vous trouverez une liste de possibilités." -#: ../../KritaFAQ.rst:591 +#: ../../KritaFAQ.rst:398 msgid "Something else is hogging the cpu." msgstr "Une autre application surcharge votre processeur" -#: ../../KritaFAQ.rst:592 -msgid "" -"You are running Windows, and have 3rdparty security software like " -"sandboxie or total defender installed" +#: ../../KritaFAQ.rst:399 +msgid "You are running Windows, and have 3rdparty security software like Sandboxie or Total Defender installed" msgstr "" -"Vous utilisez Windows, et utilisez un logiciel de sécurité tiers comme" -" sandboxie ou total defender" -#: ../../KritaFAQ.rst:594 -msgid "" -"you are working on images that are too big for your hardware (dimensions," -" channel depth or number of layers)" -msgstr "" -"Vous travaillez sur une image trop grande pour votre matériel (au niveau" -" dimensions, profondeur de canaux ou nombre de calques)" +#: ../../KritaFAQ.rst:400 +msgid "you are working on images that are too big for your hardware (dimensions, channel depth or number of layers)" +msgstr "Vous travaillez sur une image trop grande pour votre matériel (au niveau dimensions, profondeur de canaux ou nombre de calques)" -#: ../../KritaFAQ.rst:596 +#: ../../KritaFAQ.rst:401 msgid "you do not have canvas acceleration enabled" msgstr "Vous n'avez pas l'accélération matérielle activée" -#: ../../KritaFAQ.rst:598 +#: ../../KritaFAQ.rst:403 msgid "Please also check this page: https://phabricator.kde.org/T7199" msgstr "Veuillez aussi lire cette page: https://phabricator.kde.org/T7199" -#: ../../KritaFAQ.rst:601 +#: ../../KritaFAQ.rst:406 msgid "Slow start-up" msgstr "Démarrage lent" -#: ../../KritaFAQ.rst:603 -msgid "" -"You probably have too many resources installed. Deactivate some bundles " -"under settings → manage resources" +#: ../../KritaFAQ.rst:408 +msgid "You probably have too many resources installed. Deactivate some bundles under :menuselection:`Settings --> Manage Resources`." msgstr "" -"Vous avez probablement trop de ressources installées. Désactivez des bundles" -" dans Paramètres → Gérer les ressources" -#: ../../KritaFAQ.rst:606 -msgid "" -"If you're using Windows and the portable zip file, Windows will scan all " -"files everytime you start Krita. That takes ages. Either use the " -"installer or tell Microsoft Security Essentials to make an exception for " -"Krita." +#: ../../KritaFAQ.rst:410 +msgid "If you're using Windows with the portable zip file, Windows will scan all files every time you start Krita. That takes ages. Either use the installer or tell Microsoft Security Essentials to make an exception for Krita." msgstr "" -"Si vous utilisez Windows et le logiciel en version zip portable, Windows scan" -" tous les fichiers à chaque lancement de Krita. Ce scan est très long." -" Préférez l'utilisation de l'installeur, ou dites à Microsoft Security" -" Essentials de faire une exception pour Krita." -#: ../../KritaFAQ.rst:612 +#: ../../KritaFAQ.rst:413 msgid "Slow Brushes" msgstr "Brosses lentes" -#: ../../KritaFAQ.rst:614 -msgid "" -"Check if you accidentally turned on the stabilizer in the tool options " -"docker." -msgstr "" -"Vérifiez si vous avez accidentellement activé l'option Stabilisateur dans le" -" panneau Préférences d'outils." +#: ../../KritaFAQ.rst:415 +msgid "Check if you accidentally turned on the stabilizer in the tool options docker." +msgstr "Vérifiez si vous avez accidentellement activé l'option Stabilisateur dans le panneau Préférences d'outils." -#: ../../KritaFAQ.rst:616 -msgid "" -"Try another display filter like trilinear. settings → configure Krita → " -"display" +#: ../../KritaFAQ.rst:416 +msgid "Try another scaling mode like trilinear. :menuselection:`Settings --> Configure Krita --> Display`." msgstr "" -"Essayez un autre Mode de mise à l'échelle comme tri-linéaire. Paramètres →" -" Configuration de Krita → Afficher" -#: ../../KritaFAQ.rst:618 +#: ../../KritaFAQ.rst:417 msgid "Try a lower channel depth than 16-bit." msgstr "Essayez une profondeur de canaux inférieure à 16-bit." -#: ../../KritaFAQ.rst:619 +#: ../../KritaFAQ.rst:418 msgid "For NVidia, try a 16-bit floating point color space." -msgstr "" -"For NVidia, essayez un espace de couleur en 16-bit à virgule flottante." +msgstr "For NVidia, essayez un espace de couleur en 16-bit à virgule flottante." -#: ../../KritaFAQ.rst:620 -msgid "" -"For AMD (Krita 2.9.10 and above), turn off the vector optimizations that " -"are broken on AMD CPUs. settings → configure Krita → performance" +#: ../../KritaFAQ.rst:419 +msgid "For older AMD CPU's (Krita 2.9.10 and above), turn off the vector optimizations that are broken on AMD CPUs. :menuselection:`Settings --> Configure Krita --> Performance`. This isn't needed if you've got an AMD threadrippercpu." msgstr "" -"Pour AMD (Krita 2.9.10 et suivants), cochez \"Disable vector optimizations" -" (for AMD CPUs)\" dans Paramètres → Configuration de Krita → Performance" -#: ../../KritaFAQ.rst:622 -msgid "" -"It's a fairly memory hungry program, so 2GB of ram is the minimum, and 4 " -"gig is the preferable minimum." +#: ../../KritaFAQ.rst:420 +msgid "It's a fairly memory hungry program, so 2GB of ram is the minimum, and 4 gig is the preferable minimum." +msgstr "Krita est un programme gourmand au niveau mémoire vive, de 2GB de RAM est le minimum nécessaire, 4GB est le minimum recommandé." + +#: ../../KritaFAQ.rst:421 +msgid "Check that nothing else is hogging your CPU" msgstr "" -"Krita est un programme gourmand au niveau mémoire vive, de 2GB de RAM est le" -" minimum nécessaire, 4GB est le minimum recommandé." -#: ../../KritaFAQ.rst:624 -msgid "Check that not something else is hogging your CPU" -msgstr "Vérifiez qu'aucune autre application ne surcharge votre processeur" +#: ../../KritaFAQ.rst:422 +msgid "Check that Instant Preview is enabled if you're using bigger brushes (but for very small brushes, make sure is disabled)." +msgstr "" -#: ../../KritaFAQ.rst:625 -msgid "" -"Check that Instant Preview is enabled if you're using bigger brushes (for" -" very small brushes, disabled)" +#: ../../KritaFAQ.rst:423 +msgid "Set brush precision to 3 or auto." msgstr "" -"Vérifiez que l'Aperçu Instantané est activé si vous utilisez de larges" -" brosses (pour de petites brosses, désactivez cette option)" -#: ../../KritaFAQ.rst:627 -msgid "Set brush precision to 3 or auto" -msgstr "Réglez la précision de la brosse sur 3 ou auto" +#: ../../KritaFAQ.rst:424 +msgid "Use a larger value for brush spacing." +msgstr "" -#: ../../KritaFAQ.rst:628 -msgid "Use a larger value for brush spacing" -msgstr "Augmentez la valeur de l'espacement de la brosse" +#: ../../KritaFAQ.rst:425 +msgid "If all of this fails, record a video and post a link and description on the Krita forum." +msgstr "Si tout cela échoue, enregistrez une vidéo et postez la avec une description dans le forum de Krita." -#: ../../KritaFAQ.rst:629 -msgid "" -"If all of this fails, record a video and post a link and description on " -"the Krita forum." +#: ../../KritaFAQ.rst:426 +msgid "Check whether OpenGL is enabled, and if it isn't, enable it. If it is enabled, and you are on Windows, try the Angle renderer. Or disable it." msgstr "" -"Si tout cela échoue, enregistrez une vidéo et postez la avec une description" -" dans le forum de Krita." -#: ../../KritaFAQ.rst:631 -msgid "" -"check whether opengl is enabled, and if it isn't, enable it, or if it is," -" and you'r on windows, try the Angle renderer. Or disable it." +#: ../../KritaFAQ.rst:429 +msgid "Slowdown after a been working for a while" msgstr "" -"Vérifiez si OpenGL est activé, et s'il ne l'est pas activez le. S'il est" -" activé, et que vous êtes sur windows, essayez le mode de rendu Angle. Ou" -" désactivez le." -#: ../../KritaFAQ.rst:635 -msgid "Slowdown after a while of working" -msgstr "Ralentissements après un long moment de travail" +#: ../../KritaFAQ.rst:431 +msgid "Once you have the slowdown, click on the image-dimensions in the status bar. It will tell you how much RAM Krita is using, if it has hit the limit, or whether it has started swapping. Swapping can slow down a program a lot, so either work on smaller images or turn up the maximum amount of ram in :menuselection:`Settings --> Configure Krita --> Performance --> Advanced Tab`." +msgstr "" -#: ../../KritaFAQ.rst:637 -msgid "" -"Once you have the slowdown, click on the image-dimensions in the status " -"bar. It will tell you how much Krita is using, and if it's hit the limit," -" whether it's started swapping. Swapping can slow down a program a lot, " -"so either work on smaller images or turn up the maximum amount of ram in " -"settings → configure Krita → performance" -msgstr "" -"Lorsqu'un ralentissement se manifeste, cliquez sur les dimensions de l'image" -" dans la barre de statut. Cela vous dira combien de mémoire Krita utilise, et" -" s'il a atteint la limite, s'il a commencé à utiliser le swap. Le swap peut" -" beaucoup ralentir un programme, vous avez donc deux choix: soit travailler" -" sur des images plus petites, ou bien augmentez la quantité de RAM dans" -" Paramètres → Configuration de Krita → Performance" - -#: ../../KritaFAQ.rst:644 +#: ../../KritaFAQ.rst:434 msgid "Tools" msgstr "Outils" -#: ../../KritaFAQ.rst:647 -msgid "" -"Why does the Transform Tool give a good result and then get blurry upon " -"finalizing?" -msgstr "" -"Pourquoi l'outil de Transformation affiche un résultat correct qui ensuite" -" devient flou lorsqu'on l'applique?" - -#: ../../KritaFAQ.rst:649 -msgid "" -"The transform tool makes a preview that you edit before computing the " -"finalized version. As this preview is using the screen resolution rather " -"than the image resolution, it may feel that the result is blurry compared" -" to the preview. See https://forum.kde.org/viewtopic.php?f=139&t=127269 " -"for more info." -msgstr "" -"L'outil de transformation créé un aperçu que vous éditez avant de calculer la" -" version finale. Puisque cet aperçu utilise la résolution de l'écran au lieu" -" de celle de l'image, il est possible que le résultat soit flou comparé à" -" l'aperçu. Voir https://forum.kde.org/viewtopic.php?f=139&t=127269 pour plus" -" d'info." - -#: ../../KritaFAQ.rst:656 -msgid "" -"Why is the zoom tool suddenly zooming to my cursor instead of to canvas?" -msgstr "" -"Pourquoi tout d'un coup l'outil de zoom est centré sur mon curseur au lieu du" -" centre de la zone de travail?" +#: ../../KritaFAQ.rst:437 +msgid "Why does the Transform Tool give a good result and then get blurry upon finalizing?" +msgstr "Pourquoi l'outil de Transformation affiche un résultat correct qui ensuite devient flou lorsqu'on l'applique?" -#: ../../KritaFAQ.rst:658 -msgid "" -"In Krita 3.0.1 we changed the default zooming mode to zoom to the cursor " -"instead of to the canvas center as that was more intuitive for artists. " -"we call this relative zoom mode." -msgstr "" -"Depuis Krita 3.0.1, nous avons changé le mode de zoom par défaut pour suivre" -" la position du curseur au lieu du centre de la zone de travail, c'est en fin" -" de compte plus intuitif pour la plupart des artistes. Nous appelons ce mode" -" Zoom relatif." +#: ../../KritaFAQ.rst:439 +msgid "The transform tool makes a preview that you edit before computing the finalized version. As this preview is using the screen resolution rather than the image resolution, it may feel that the result is blurry compared to the preview. See https://forum.kde.org/viewtopic.php?f=139&t=127269 for more info." +msgstr "L'outil de transformation créé un aperçu que vous éditez avant de calculer la version finale. Puisque cet aperçu utilise la résolution de l'écran au lieu de celle de l'image, il est possible que le résultat soit flou comparé à l'aperçu. Voir https://forum.kde.org/viewtopic.php?f=139&t=127269 pour plus d'info." -#: ../../KritaFAQ.rst:662 -msgid "" -"If you want to get the old behavior back, go to and change all 4(!) " -"entries with into plain ." +#: ../../KritaFAQ.rst:443 +msgid "License, rights and the Krita Foundation" msgstr "" -"Si vous voulez récupérer l'ancien comportement, changez les 4 options (??) ..." - -#: ../../KritaFAQ.rst:666 -msgid "License, rights and the Krita foundation" -msgstr "License, droits et la Krita Foundation" -#: ../../KritaFAQ.rst:669 +#: ../../KritaFAQ.rst:446 msgid "Who owns Krita?" msgstr "A qui appartient Krita?" -#: ../../KritaFAQ.rst:671 -msgid "The Stichting Krita Foundation owns the Krita trademark." -msgstr "La marque Krita appartient à la Stichting Krita Foundation." - -#: ../../KritaFAQ.rst:674 -msgid "Is there professional support available for Krita?" -msgstr "Existe-t-il un support professionnel pour Krita?" +#: ../../KritaFAQ.rst:448 +msgid "The Stichting Krita Foundation owns the Krita trademark. The copyright on the source code is owned by everyone who has worked on the source code." +msgstr "" -#: ../../KritaFAQ.rst:676 -msgid "" -"Yes, the Krita Foundation and Boudewijn Rempt Software offer support for " -"Krita through the `development fund `_, sponsoring opportunities, consultancy and `dedicated " -"development contracts `_." -msgstr "" -"Oui, la fondation Krita et Boudewijn Rempt Software proposent du support pour" -" Krita à travers le `fond de développement <" -"https://krita.org/support-us/donations/>`_, ainsi que des opportunités de" -" sponsoring, de consultant, et des `contrats de développement dédié <" -"https://krita.org/support-us/commercial/>`_." - -#: ../../KritaFAQ.rst:681 +#: ../../KritaFAQ.rst:451 msgid "Who and what is Kiki?" msgstr "Qui est Kiki?" -#: ../../KritaFAQ.rst:683 -msgid "" -"Kiki is a squirrel. She’s our mascot and has been designed by Tyson Tan. " -"We choose a squirrel when we discovered that ‘krita’ is the Albanian word" -" for Squirrel." +#: ../../KritaFAQ.rst:453 +msgid "Kiki is a cybersquirrel. She’s our mascot and has been designed by Tyson Tan. We choose a squirrel when we discovered that ‘krita’ is the Albanian word for Squirrel." msgstr "" -"Kiki est un écureuil. Elle est notre mascotte et fût créée par Tyson Tan." -" Nous avons choisi un écureuil après avoir découvert que `krita` en Albanais" -" signifie écureuil." -#: ../../KritaFAQ.rst:688 +#: ../../KritaFAQ.rst:456 msgid "Why is Krita Free?" msgstr "Pourquoi Krita est-il gratuit?" -#: ../../KritaFAQ.rst:690 -msgid "" -"Krita is developed as `free software `_ within the " -"KDE community. We believe that good tools should be available for all " -"artists. You can also buy Krita on the Windows Store if you want to " -"support Krita's development or want to have automatic updates to newer " -"versions." -msgstr "" -"Krita est un `logiciel libre `_ développé au sein de la" -" communauté KDE. Nous croyons dans l'idée que de bons outils devraient être" -" disponibles pour tous les artistes. Vous pouvez aussi acheter Krita sur le" -" Windows Store si vous voulez supporter le développement de Krita, ou si vous" -" voulez bénéficier des mises à jour automatiques." - -#: ../../KritaFAQ.rst:697 +#: ../../KritaFAQ.rst:458 +msgid "Krita is developed as `free software `_ within the KDE community. We believe that good tools should be available for all artists. You can also buy Krita on the Windows Store if you want to support Krita's development or want to have automatic updates to newer versions." +msgstr "Krita est un `logiciel libre `_ développé au sein de la communauté KDE. Nous croyons dans l'idée que de bons outils devraient être disponibles pour tous les artistes. Vous pouvez aussi acheter Krita sur le Windows Store si vous voulez supporter le développement de Krita, ou si vous voulez bénéficier des mises à jour automatiques." + +#: ../../KritaFAQ.rst:461 msgid "Can I use Krita commercially?" msgstr "Puis-je utiliser Krita commercialement?" -#: ../../KritaFAQ.rst:699 -msgid "" -"Yes. What you create with Krita is your sole property. You own your work " -"and can license your art however you want. Krita’s GPL license applies to" -" Krita’s source code. Krita can be used commercially by artists for any " -"purpose, by studios to make concept art, textures, or vfx, by game " -"artists to work on commercial games, by scientists for research, and by " -"students in educational institutions." -msgstr "" -"Oui. Ce que vous créez avec Krita est votre entière propriété. Votre travail" -" vous appartient et vous pouvez y appliquer la licence de votre choix. La" -" licence GPL de Krita s'applique à son code source. Krita peut être utilisé" -" commercialement par des artistes pour n'importe quel usage, par des studios" -" pour créer des concept art, des textures, ou des effets spéciaux, par des" -" game artistes travaillant sur des jeux commerciaux, par des scientifiques" -" pour leurs recherches, ou encore par des étudiants en milieu éducatif." - -#: ../../KritaFAQ.rst:706 -msgid "" -"If you modify Krita itself, and distribute the result, you have to share " -"your modifications with us. Krita’s GNU GPL license guarantees you this " -"freedom. Nobody is ever permitted to take it away." -msgstr "" -"Si vous modifiez le logiciel Krita, et distribuez cette version modifiée," -" vous devez obligatoirement partager vos modifications avec nous. La licence" -" GNU GPL de Krita garantie cette liberté. Personne n'a le droit de la retirer." +#: ../../KritaFAQ.rst:463 +msgid "Yes. What you create with Krita is your sole property. You own your work and can license your art however you want. Krita’s GPL license applies to Krita’s source code. Krita can be used commercially by artists for any purpose, by studios to make concept art, textures, or vfx, by game artists to work on commercial games, by scientists for research, and by students in educational institutions." +msgstr "Oui. Ce que vous créez avec Krita est votre entière propriété. Votre travail vous appartient et vous pouvez y appliquer la licence de votre choix. La licence GPL de Krita s'applique à son code source. Krita peut être utilisé commercialement par des artistes pour n'importe quel usage, par des studios pour créer des concept art, des textures, ou des effets spéciaux, par des game artistes travaillant sur des jeux commerciaux, par des scientifiques pour leurs recherches, ou encore par des étudiants en milieu éducatif." + +#: ../../KritaFAQ.rst:465 +msgid "If you modify Krita itself, and distribute the result, you have to share your modifications with us. Krita’s GNU GPL license guarantees you this freedom. Nobody is ever permitted to take it away." +msgstr "Si vous modifiez le logiciel Krita, et distribuez cette version modifiée, vous devez obligatoirement partager vos modifications avec nous. La licence GNU GPL de Krita garantie cette liberté. Personne n'a le droit de la retirer." -#: ../../KritaFAQ.rst:714 +#: ../../KritaFAQ.rst:471 msgid "Can I get Krita for iPad? for Android?" msgstr "Puis-je avoir Krita sur iPad? ou sur Android?" -#: ../../KritaFAQ.rst:716 -msgid "" -"Krita will probably not be available for iOS (iPad, iPhone, iPad Pro) any" -" time soon because Apple's Appstore's terms and conditions add " -"restrictions that are thought to be incompatible with free software " -"licensed under the GNU Public License. And then there are problems " -"actually building Krita and all its dependencies on iOS as well as " -"problems getting Krita into the app store." -msgstr "" -"Krita ne sera probablement pas disponible de sitôt sur iOS (iPad, iPhone," -" iPad Pro) car l'Appstore d'Apple contient des restrictions potentiellement" -" incompatibles avec les logiciels libres sur licence GNU Public License." -" Ensuite il y a aussi les problèmes pour compiler Krita et ses dépendances" -" sur iOS ainsi que ceux pour publier Krita dans l'app store." - -#: ../../KritaFAQ.rst:723 -msgid "" -"As for Android, there are no licensing problems, and we would like to see" -" a version for Android, but Krita is an enormous application and we " -"haven't managed to build it for Android yet." +#: ../../KritaFAQ.rst:473 +msgid "Not at this point in time." msgstr "" -"Pour Android, il n'existe pas de problème de licence, et nous voudrions" -" sortir une version pour Android, mais Krita est une application très grosse" -" et nous n'avons pas encore réussi à la compiler pour Android pour l'instant." -#: ../../KritaFAQ.rst:728 -msgid "Who translates Krita and are there translations available?" -msgstr "Qui traduit Krita et existe-t-il des traductions disponibles?" - -#: ../../KritaFAQ.rst:730 -msgid "" -"Krita is a `KDE application `__ — and proud of it! " -"That means that Krita’s translations are done by `KDE localization teams " -"`__. If you want to help out, join the team for " -"your language! There is another way you can help out making Krita look " -"good in any language, and that is join the development team and fix " -"issues within the code that make Krita harder to translate." -msgstr "" -"Krita est une `Application KDE `__ — et fier de l'être!" -" Cela signifie que les traductions de Krita sont faites par `l'équipe de" -" localization de KDE `__. Si vous voulez aider," -" rejoignez l'équipe pour votre langue! Il existe un autre moyen d'aider à" -" peaufiner Krita dans n'importe quelle langue, c'est de rejoindre l'équipe de" -" développement et de corriger des problèmes dans le code qui peuvent rendre" -" la traduction plus difficile." - -#: ../../KritaFAQ.rst:737 -msgid "" -"The translations are easy to install on any linux distribution. On " -"Windows they are bundled and you can set them via settings->change " -"application language. On OSX, we are working to make them work similarly " -"to windows, but there are a few bugs preventing the translations work " -"correctly at the time of writing." -msgstr "" -"Les traductions sont faciles à installer sur n'importe quelle distribution" -" GNU/Linux. Sur Windows, elles sont incluses dans l'installeur et vous pouvez" -" choisir la langue dans Paramètres -> Changer la langue de l'application. Sur" -" OSX, nous travaillons pour les faire fonctionner de la même manière que sur" -" Windows, mais il y a quelques bugs empêchant la traduction de fonctionner" -" correctement au moment d'écrire ces lignes." - -#: ../../KritaFAQ.rst:744 -msgid "What are Krita’s Development Goals?" -msgstr "Quels sont les objectifs de développement de Krita?" - -#: ../../KritaFAQ.rst:746 -msgid "" -"Krita is primarily a painting program, although it has image processing " -"capabilities. This means that Krita is intended for creative people who " -"desire to paint and draw with computer software as they do with real-" -"world tools in an art studio." +#: ../../KritaFAQ.rst:476 +msgid "Who translates Krita" msgstr "" -"Krita est tout d'abord un logiciel de peinture numérique, bien qu'il dispose" -" de fonctions pour la retouche d'image. Cela signifie que Krita est prévu" -" pour les créatifs que désirent peindre et dessiner avec un ordinateur comme" -" ils le feraient avec des outils réels dans un atelier." -#: ../../KritaFAQ.rst:751 -msgid "" -"If you are looking for a tool primarily to apply effects to existing " -"images or photos, to catalog images, or to view images other software " -"(such as Digikam) may be more suitable.If you want to work on collage, " -"photo editing or print production work, Gimp might be more suitable. Ease" -" of use and power as a painting application will always have a higher " -"priority in Krita’s ongoing development." -msgstr "" -"Si vous recherchez un outil principalement pour appliquer des effets sur des" -" images existantes ou des photos, pour cataloguer des images, ou pour voir" -" des images, d'autres logiciels (comme Digikam) peuvent être plus appropriés." -" Si vous voulez effectuer des collages, de l'édition de photo ou du travail" -" de préparation pour l'impression, Gimp peut être plus approprié. La facilité" -" d'utilisation et les capacités en tant qu'application de peinture numérique" -" seront toujours nos priorités pour le développement en cours de Krita." - -#: ../../KritaFAQ.rst:759 -msgid "Would you like bug reports?" -msgstr "Souhaitez vous des rapports de bug?" - -#: ../../KritaFAQ.rst:761 -msgid "" -"Definitely. Please take care to include backtraces if you’ve got a crash," -" and if there’s an image that breaks Krita for you, try to attach the " -"image to the report. If it’s too big, contact me (that’s ‘boud’) on irc: " -"#krita, or directly via email. Adding new wishes to bugzilla isn’t " -"terribly useful, I’m afraid. We have a lot on our TODO already, and to " -"create a new feature, we need to engage in some deep interaction with " -"you, so drop by on the forum, mailing or irc instead. You can report bugs" -" at the KDE bug tracker. We try to reply to bug reports within a week." -msgstr "" -"Bien sûr. S'il vous plait, faites bien attention d'inclure un backtrace si" -" vous avez un crash. Si vous avez une image qui ne fonctionne pas" -" correctement dans Krita, essayez de la joindre à votre rapport. Si elle est" -" trop grosse, contactez moi sur irc (surnom `boud`) sur le canal #krita, ou" -" directement par email. Il n'est pas très utile d'ajouter un nouveau souhait" -" dans la liste des bugs. Nous avons déjà une longue liste sur notre liste de" -" choses à faire, et pour créer une nouvelle fonction, nous devons nous" -" investir dans une interaction avec vous, venez donc sur le forum, sur la" -" mailing liste ou sur irc. Vous pouvez rapporter des bugs sur le bug tracker" -" KDE. Nous essayons de répondre aux rapports de bug sous une semaine." - -#: ../../KritaFAQ.rst:771 -msgid "" -"If you find signing up to KDE’s bugzilla too much of a bother, or aren’t " -"sure you found a real bug, don’t hesitate, and drop by on the `forum " -"`_ or on `IRC " -"`_." -msgstr "" -"Si vous trouvez que créer un compte sur le bugzilla de KDE trop ennuyeux, ou" -" si vous n'êtes pas sûr d'avoir trouvé un vrai bug, n'hésitez pas à laisser" -" une note sur le `forum `_ ou sur" -" `IRC " -"`_." - -#: ../../KritaFAQ.rst:776 -msgid "" -"Starting with Krita 3.1, we will have the :ref:`Dr. Mingw debugger " -"` built into Krita. Check out the instructions for debbugging " -"with it." +#: ../../KritaFAQ.rst:478 +msgid "Krita is a `KDE application `_ — and proud of it! That means that Krita’s translations are done by `KDE localization teams `_. If you want to help out, join the team for your language! There is another way you can help out making Krita look good in any language, and that is join the development team and fix issues within the code that make Krita harder to translate." msgstr "" -"À partir de Krita 3.1, nous fournissons le :ref:`Débogueur Dr. Mingw ` avec Krita. Lisez les instructions pour l'utiliser pour déboguer." - -#: ../../KritaFAQ.rst:780 -msgid "Can I join the fun?" -msgstr "Puis-je m'amuser avec vous?" -#: ../../KritaFAQ.rst:782 -msgid "" -"Yes.The best thing you can do is use and enjoy Krita! Learn to use Krita " -"and teach others. Create tutorials and sample files, create artwork to " -"show off what Krita can do and spread the good word. And if you want to " -"be more directly involved, well, I didn’t know any C++ when I started " -"hacking on Krita and I managed. You can do it, too! Check the `Join Krita" -" page `_ for more information." -msgstr "" -"Oui. La meilleure chose que vous pouvez faire est d'utiliser et d'apprécier" -" Krita! Apprenez à utiliser Krita et enseignez aux autres. Créez des" -" tutoriels et des fichier d'exemples, créez des images pour promouvoir les" -" possibilités offertes et parlez en autour de vous. Et si vous souhaitez être" -" impliqué plus directement, et bien, en fait je ne connaissais rien en C++" -" lorsque j'ai commencé à coder sur Krita et j'ai réussi. Vous le pouvez" -" aussi! Lisez la page `Join Krita `_ pour plus d'info." - -#: ../../KritaFAQ.rst:789 -msgid "" -"And if you don’t feel like hacking C++ — well, there’s the manual that " -"needs someone attending to it, a set of tutorials would be nice, we are " -"everlastingly needing more artwork for interface elements, and finally, " -"we really appreciate reports from people using it, telling me about their" -" work flow and what hampers or helps them." -msgstr "" -"Et si vous ne souhaitez pas coder en C++ — et bien, le manuel a besoin de" -" contributeurs et de traducteurs, un set de tutoriels est toujours utile," -" nous avons toujours besoin d'images pour l'interface, et enfin, nous" -" apprécions beaucoup les retours d'utilisateurs, parlant de leur méthode de" -" travail et ce qui les dérange ou les aide." - -#: ../../KritaFAQ.rst:796 +#: ../../KritaFAQ.rst:481 msgid "Reference" msgstr "Référence" -#: ../../KritaFAQ.rst:798 +#: ../../KritaFAQ.rst:483 msgid "https://answers.launchpad.net/krita-ru/+faqs" -msgstr "https://answers.launchpad.net/krita-ru/+faqs" +msgstr "" -#: ../../KritaFAQ.rst:801 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../KritaFAQ.rst:803 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../KritaFAQ.rst:805 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../KritaFAQ.rst:807 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../KritaFAQ.rst:809 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../KritaFAQ.rst:811 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../KritaFAQ.rst:813 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../KritaFAQ.rst:815 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../KritaFAQ.rst:817 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../KritaFAQ.rst:819 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../KritaFAQ.rst:821 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../KritaFAQ.rst:823 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../KritaFAQ.rst:825 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../KritaFAQ.rst:827 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../KritaFAQ.rst:829 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../KritaFAQ.rst:831 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../KritaFAQ.rst:833 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../KritaFAQ.rst:835 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../KritaFAQ.rst:837 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../KritaFAQ.rst:839 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../KritaFAQ.rst:841 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../KritaFAQ.rst:843 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../KritaFAQ.rst:845 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../KritaFAQ.rst:847 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../KritaFAQ.rst:849 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../KritaFAQ.rst:851 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../KritaFAQ.rst:853 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../KritaFAQ.rst:855 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../KritaFAQ.rst:857 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../KritaFAQ.rst:859 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../KritaFAQ.rst:861 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../KritaFAQ.rst:863 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../KritaFAQ.rst:865 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../KritaFAQ.rst:867 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../KritaFAQ.rst:869 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../KritaFAQ.rst:871 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../KritaFAQ.rst:873 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../KritaFAQ.rst:875 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../KritaFAQ.rst:877 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../KritaFAQ.rst:879 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../KritaFAQ.rst:881 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" - diff --git a/locale/fr/LC_MESSAGES/contributors_manual.po b/locale/fr/LC_MESSAGES/contributors_manual.po --- a/locale/fr/LC_MESSAGES/contributors_manual.po +++ b/locale/fr/LC_MESSAGES/contributors_manual.po @@ -1,22 +1,20 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:36\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: contributors_manual.pot\n" +"Language: fr_FR\n" #: ../../contributors_manual.rst:5 msgid "Contributors Manual" @@ -26,249 +24,212 @@ msgid "Everything you need to know to help out with Krita!" msgstr "" -#: ../../contributors_manual.rst:17 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../contributors_manual.rst:9 +msgid "Contents:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../contributors_manual.rst:19 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../contributors_manual.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../contributors_manual.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../contributors_manual.rst:25 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../contributors_manual.rst:27 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../contributors_manual.rst:29 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../contributors_manual.rst:31 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../contributors_manual.rst:33 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../contributors_manual.rst:35 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../contributors_manual.rst:37 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../contributors_manual.rst:39 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../contributors_manual.rst:41 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../contributors_manual.rst:43 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../contributors_manual.rst:45 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../contributors_manual.rst:47 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../contributors_manual.rst:49 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../contributors_manual.rst:51 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../contributors_manual.rst:53 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../contributors_manual.rst:55 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../contributors_manual.rst:57 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../contributors_manual.rst:59 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../contributors_manual.rst:61 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../contributors_manual.rst:63 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../contributors_manual.rst:65 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../contributors_manual.rst:67 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../contributors_manual.rst:69 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../contributors_manual.rst:71 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../contributors_manual.rst:73 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../contributors_manual.rst:75 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../contributors_manual.rst:77 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../contributors_manual.rst:79 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../contributors_manual.rst:81 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../contributors_manual.rst:83 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../contributors_manual.rst:85 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../contributors_manual.rst:87 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../contributors_manual.rst:89 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../contributors_manual.rst:91 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../contributors_manual.rst:93 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../contributors_manual.rst:95 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../contributors_manual.rst:97 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts.po b/locale/fr/LC_MESSAGES/general_concepts.po --- a/locale/fr/LC_MESSAGES/general_concepts.po +++ b/locale/fr/LC_MESSAGES/general_concepts.po @@ -1,276 +1,235 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:36\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: general_concepts.pot\n" +"Language: fr_FR\n" #: ../../general_concepts.rst:5 msgid "General Concepts" msgstr "" #: ../../general_concepts.rst:7 -msgid "" -"Learn about general art and technology concepts that are not specific to " -"Krita." +msgid "Learn about general art and technology concepts that are not specific to Krita." msgstr "" -#: ../../general_concepts.rst:17 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts.rst:9 +msgid "Contents:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts.rst:19 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts.rst:25 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts.rst:27 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts.rst:29 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts.rst:31 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts.rst:33 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts.rst:35 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts.rst:37 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts.rst:39 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts.rst:41 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts.rst:43 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts.rst:45 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts.rst:47 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts.rst:49 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts.rst:51 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts.rst:53 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts.rst:55 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts.rst:57 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts.rst:59 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts.rst:61 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts.rst:63 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts.rst:65 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts.rst:67 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts.rst:69 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts.rst:71 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts.rst:73 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts.rst:75 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts.rst:77 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts.rst:79 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts.rst:81 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts.rst:83 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts.rst:85 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts.rst:87 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts.rst:89 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts.rst:91 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts.rst:93 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts.rst:95 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts.rst:97 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors.po b/locale/fr/LC_MESSAGES/general_concepts/colors.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/colors.rst:1 +msgid "The Colors Category." +msgstr "" #: ../../general_concepts/colors.rst:16 msgid "Colors" @@ -27,445 +29,307 @@ msgstr "" #: ../../general_concepts/colors.rst:20 -msgid "" -"Colors are pretty, and they're also *pretty* fundamental to painting. " -"When painting, we want to be able to access and manipulate colors easily " -"to do fun stuff like :ref:mixing`mixing_colors` them together or matching" -" them to create visual **harmony** or **contrast**. We also want to be " -"able to quickly find our favorite shades of red or favorite tints of blue" -" without thinking or working too hard. All of this becomes even more " -"important the more colors we have access to!" +msgid "Colors are pretty, and they're also *pretty* fundamental to painting. When painting, we want to be able to access and manipulate colors easily to do fun stuff like :ref:mixing`mixing_colors` them together or matching them to create visual **harmony** or **contrast**. We also want to be able to quickly find our favorite shades of red or favorite tints of blue without thinking or working too hard. All of this becomes even more important the more colors we have access to!" msgstr "" #: ../../general_concepts/colors.rst:22 -msgid "" -"Naturally, the first thing we do is organize the colors, usually based on" -" what we see in nature. For example, we tend to order hues in the order " -"that they appear in a rainbow, and we think about brightness of values as" -" a tonal range from white to black. Of course, nature itself is tied to " -"physics, and the order of hues and the concept of brightness has " -"everything to do with the wavelength and energy or light as it bounces " -"around and eventually enters our eyes." +msgid "Naturally, the first thing we do is organize the colors, usually based on what we see in nature. For example, we tend to order hues in the order that they appear in a rainbow, and we think about brightness of values as a tonal range from white to black. Of course, nature itself is tied to physics, and the order of hues and the concept of brightness has everything to do with the wavelength and energy or light as it bounces around and eventually enters our eyes." msgstr "" +#: ../../general_concepts/colors.rst:None msgid ".. image:: images/en/color_category/Krita_color_mixing_natural_order.png" msgstr "" #: ../../general_concepts/colors.rst:28 -msgid "" -"In the case of *traditional media*, we order the colors (**hues**) by how" -" they result from mixes of other colors, starting with the *subtractive* " -"**primary colors**: cyan, magenta, yellow. Mixing each primary color with" -" each other reveals three secondary colors: violet, orange, and green. " -"Mixing between those colors creates tertiary colors, and so on - the " -"variations of hues between each named color are practically limitless! " -"Thinking of colors in this way creates a circle of hues that artists call" -" *\"the color wheel\"*! Each one of these hues can be made **lighter " -"(tint)** or **darker (shade)** by mixing with white or black, " -"respectively, and any color can be made **less saturated** (more gray or " -"muted) by mixing with another color on the opposite side of the color " -"wheel." +msgid "In the case of *traditional media*, we order the colors (**hues**) by how they result from mixes of other colors, starting with the *subtractive* **primary colors**: cyan, magenta, yellow. Mixing each primary color with each other reveals three secondary colors: violet, orange, and green. Mixing between those colors creates tertiary colors, and so on - the variations of hues between each named color are practically limitless! Thinking of colors in this way creates a circle of hues that artists call *\"the color wheel\"*! Each one of these hues can be made **lighter (tint)** or **darker (shade)** by mixing with white or black, respectively, and any color can be made **less saturated** (more gray or muted) by mixing with another color on the opposite side of the color wheel." msgstr "" -msgid "" -".. image:: " -"images/en/color_category/Krita_color_mixing_traditional_order.png" +#: ../../general_concepts/colors.rst:None +msgid ".. image:: images/en/color_category/Krita_color_mixing_traditional_order.png" msgstr "" #: ../../general_concepts/colors.rst:34 -msgid "" -"In the digital world of computers color is treated similarly, and we " -"order colors by the *way the screen generates them*; each **pixel** of " -"color on our screen is produced by combining *super tiny* red, green, and" -" blue lights of varying intensities. Unlike mixing paint, where light " -"intensity is subtracted by pigment and mixing all the colors together " -"produces a muddy brown or gray, *mixing lights is additive* - no light at" -" all is obviously black, and mixing all of the colored lights produces " -"white. As such, we can make a list of possible primary color " -"**intensities**:" +msgid "In the digital world of computers color is treated similarly, and we order colors by the *way the screen generates them*; each **pixel** of color on our screen is produced by combining *super tiny* red, green, and blue lights of varying intensities. Unlike mixing paint, where light intensity is subtracted by pigment and mixing all the colors together produces a muddy brown or gray, *mixing lights is additive* - no light at all is obviously black, and mixing all of the colored lights produces white. As such, we can make a list of possible primary color **intensities**:" msgstr "" #: ../../general_concepts/colors.rst:37 msgid ".. image:: images/en/color_category/percentages_red.svg" msgstr "" #: ../../general_concepts/colors.rst:38 -msgid "" -"Shown above is a table of different intensities of red light. Our screens" -" can certainly create a lot of shades of red, but we only start to see " -"*the power of pixels* when we add in the other primary colors, green and " -"blue, and show the colors of light that are produced when they are added " -"together! For example, here's a table showing various mixes of red and " -"green:" +msgid "Shown above is a table of different intensities of red light. Our screens can certainly create a lot of shades of red, but we only start to see *the power of pixels* when we add in the other primary colors, green and blue, and show the colors of light that are produced when they are added together! For example, here's a table showing various mixes of red and green:" msgstr "" #: ../../general_concepts/colors.rst:41 msgid ".. image:: images/en/color_category/percentages_red_green.svg" msgstr "" #: ../../general_concepts/colors.rst:42 -msgid "" -"But that's just red and green, what about blue? I guess we can make *even" -" more tables* to show what happens when different amounts of blue are " -"added into the mix:" +msgid "But that's just red and green, what about blue? I guess we can make *even more tables* to show what happens when different amounts of blue are added into the mix:" msgstr "" #: ../../general_concepts/colors.rst:45 msgid ".. image:: images/en/color_category/percentages_red_green_blue.svg" msgstr "" #: ../../general_concepts/colors.rst:46 -msgid "" -"This way of ordering colors is probably familiar to you if you have used " -"some programs for making internet applications, like Flash. In fact, if " -"we had made 6 samples instead of 5 per \"channel\" (that is, per each " -"primary color), we'd have gotten the `216 websafe colors " -"`_!" +msgid "This way of ordering colors is probably familiar to you if you have used some programs for making internet applications, like Flash. In fact, if we had made 6 samples instead of 5 per \"channel\" (that is, per each primary color), we'd have gotten the `216 websafe colors `_!" msgstr "" #: ../../general_concepts/colors.rst:48 -msgid "" -"Showing the colors in a bunch of tables just *feels wrong*, though, " -"doesn't it? That's because, while our tables are *2D*, as we are mixing " -"*three* primary colors, color can be thought of as *3D*! It’s a bit odd " -"the first time you think about it this way, but you can actually stack " -"these tables based on the amount of blue and they become a **cube**!" +msgid "Showing the colors in a bunch of tables just *feels wrong*, though, doesn't it? That's because, while our tables are *2D*, as we are mixing *three* primary colors, color can be thought of as *3D*! It’s a bit odd the first time you think about it this way, but you can actually stack these tables based on the amount of blue and they become a **cube**!" msgstr "" +#: ../../general_concepts/colors.rst:None msgid ".. image:: images/en/color_category/Rgbcolorcube_2.png" msgstr "" #: ../../general_concepts/colors.rst:54 -msgid "" -"This cube is not filled with water, or sand, or even *concrete*, but " -"colors! Colors are pretty *abstract*, and we typically talk about cubes " -"and other 3D objects that represent abstract ideas as **spaces**, hence " -"we call this cube a **color space**. Because this particular cube uses " -"red, green, and blue as it’s axes, we say that our cube is in the RGB " -":ref:`RGB color model `." +msgid "This cube is not filled with water, or sand, or even *concrete*, but colors! Colors are pretty *abstract*, and we typically talk about cubes and other 3D objects that represent abstract ideas as **spaces**, hence we call this cube a **color space**. Because this particular cube uses red, green, and blue as it’s axes, we say that our cube is in the RGB :ref:`RGB color model `." msgstr "" #: ../../general_concepts/colors.rst:56 -msgid "" -"There are many more color models. For example, if we were to balance our " -"cube on the black corner, the white corner would be right under our " -"finger at the very top of the cube. And as geometry and maths would have " -"it, if we were to cut the cube in half as we balanced it, the line from " -"the white point at the top to the black point at the bottom would be the " -"**grayscale**." +msgid "There are many more color models. For example, if we were to balance our cube on the black corner, the white corner would be right under our finger at the very top of the cube. And as geometry and maths would have it, if we were to cut the cube in half as we balanced it, the line from the white point at the top to the black point at the bottom would be the **grayscale**." msgstr "" +#: ../../general_concepts/colors.rst:None msgid ".. image:: images/en/color_category/Rgbcolorcube_HSI.png" msgstr "" #: ../../general_concepts/colors.rst:62 -msgid "" -"When you think about a strip of grays running through the middle of the " -"cube, as we move farther away from that grayscale towards the *outer " -"edges* of the cube the colors would begin to become more saturated " -"(colorful and vivid). The circle of colors around that middle axis of " -"gray would then define the hue, with a different color in each direction." +msgid "When you think about a strip of grays running through the middle of the cube, as we move farther away from that grayscale towards the *outer edges* of the cube the colors would begin to become more saturated (colorful and vivid). The circle of colors around that middle axis of gray would then define the hue, with a different color in each direction." msgstr "" #: ../../general_concepts/colors.rst:64 -msgid "" -"This is the basic idea of the :ref:`HSV, HSL, HSI, and HSY color models " -"`. This particular model is called **HSI** (hue, saturation, " -"and intensity), because it maps each unique color to the intensity of the" -" primary colored lights that mix to create them." +msgid "This is the basic idea of the :ref:`HSV, HSL, HSI, and HSY color models `. This particular model is called **HSI** (hue, saturation, and intensity), because it maps each unique color to the intensity of the primary colored lights that mix to create them." msgstr "" #: ../../general_concepts/colors.rst:66 -msgid "" -"There are other color models, like :ref:`model_lab`, where we look at the" -" corresponding gray value of a color first, and then try to describe it, " -"not it terms of hue and saturation, but by how red, green, blue, and " -"yellow it is. Because our brains cannot really comprehend a color that is" -" both green and red, or yellow and blue, this makes them good *polar " -"opposites* in a sliding scale. We call this a **perceptual model**, as it" -" is based on how *we see color instead of how the color is generated*." +msgid "There are other color models, like :ref:`model_lab`, where we look at the corresponding gray value of a color first, and then try to describe it, not it terms of hue and saturation, but by how red, green, blue, and yellow it is. Because our brains cannot really comprehend a color that is both green and red, or yellow and blue, this makes them good *polar opposites* in a sliding scale. We call this a **perceptual model**, as it is based on how *we see color instead of how the color is generated*." msgstr "" #: ../../general_concepts/colors.rst:68 -msgid "" -"Color models describe color spaces, which, in turn, are all sorts of " -"sizes and shapes as well. Krita allows you to do operations in different " -"models and spaces, and we call this functionality **\"Color " -"Management\"**." +msgid "Color models describe color spaces, which, in turn, are all sorts of sizes and shapes as well. Krita allows you to do operations in different models and spaces, and we call this functionality **\"Color Management\"**." msgstr "" #: ../../general_concepts/colors.rst:70 -msgid "" -"Color Management is necessary for :ref:`**CMYK** (subtractive) " -"` support, but outside of that, not many drawing or painting " -"programs offer the feature, as *some* developers believe that artists " -"have no need for such functionality. *What a pity!* Especially because " -"Color Management allows for far more *cool tricks* than just basic CMYK " -"support, and the ability to *manipulate colors like a computer can* is " -"perhaps digital painting’s most unique quality!" +msgid "Color Management is necessary for :ref:`**CMYK** (subtractive) ` support, but outside of that, not many drawing or painting programs offer the feature, as *some* developers believe that artists have no need for such functionality. *What a pity!* Especially because Color Management allows for far more *cool tricks* than just basic CMYK support, and the ability to *manipulate colors like a computer can* is perhaps digital painting’s most unique quality!" msgstr "" #: ../../general_concepts/colors.rst:72 -msgid "" -"As Krita is giving almost *unprecedented control of color*, this " -"unfortunately means that there are little to no articles out there on how" -" to use color management for artists or painters. And so, we made this " -"category and hope to fill it up with relatively short articles explaining" -" color-related concepts in a light-hearted and visual manner." +msgid "As Krita is giving almost *unprecedented control of color*, this unfortunately means that there are little to no articles out there on how to use color management for artists or painters. And so, we made this category and hope to fill it up with relatively short articles explaining color-related concepts in a light-hearted and visual manner." msgstr "" #: ../../general_concepts/colors.rst:74 -msgid "" -"We recommend going over the :ref:`color managed workflow page " -"` next - even if you don't plan on using it, it " -"will help make sense out of the many features related to colors and Color" -" Management. Other than that, each article should stand on its own and " -"can be taken in at your own direction and pace!" +msgid "We recommend going over the :ref:`color managed workflow page ` next - even if you don't plan on using it, it will help make sense out of the many features related to colors and Color Management. Other than that, each article should stand on its own and can be taken in at your own direction and pace!" msgstr "" -#: ../../general_concepts/colors.rst:84 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/colors.rst:76 +msgid "Topics:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors.rst:86 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors.rst:88 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors.rst:90 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors.rst:92 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors.rst:94 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors.rst:96 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors.rst:98 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors.rst:100 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors.rst:102 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors.rst:104 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors.rst:106 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors.rst:108 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors.rst:110 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors.rst:112 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors.rst:114 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors.rst:116 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors.rst:118 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors.rst:120 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors.rst:122 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors.rst:124 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors.rst:126 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors.rst:128 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors.rst:130 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors.rst:132 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors.rst:134 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors.rst:136 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors.rst:138 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors.rst:140 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors.rst:142 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors.rst:144 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors.rst:146 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors.rst:148 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors.rst:150 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors.rst:152 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors.rst:154 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors.rst:156 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors.rst:158 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors.rst:160 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors.rst:162 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors.rst:164 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/bit_depth.po b/locale/fr/LC_MESSAGES/general_concepts/colors/bit_depth.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/bit_depth.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/bit_depth.po @@ -1,439 +1,347 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/bit_depth.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/bit_depth.rst:14 +#: ../../general_concepts/colors/bit_depth.rst:1 +msgid "Bit depth in Krita." +msgstr "" + +#: ../../general_concepts/colors/bit_depth.rst:15 msgid "Bit Depth" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:16 -msgid "" -"Bit depth basically refers to the amount of working memory per pixel you " -"reserve for an image." +#: ../../general_concepts/colors/bit_depth.rst:17 +msgid "Bit depth basically refers to the amount of working memory per pixel you reserve for an image." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:18 -msgid "" -"Like how having a A2 paper in real life can allow for much more detail in" -" the end drawing, it does take up more of your desk than a simple A4 " -"paper." +#: ../../general_concepts/colors/bit_depth.rst:19 +msgid "Like how having a A2 paper in real life can allow for much more detail in the end drawing, it does take up more of your desk than a simple A4 paper." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:20 -msgid "" -"However, this does not just refer to the size of the image, but also how " -"much precision you need per colour." +#: ../../general_concepts/colors/bit_depth.rst:21 +msgid "However, this does not just refer to the size of the image, but also how much precision you need per colour." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:22 -msgid "" -"To illustrate this, I'll briefly talk about something that is not even " -"available in Krita:" +#: ../../general_concepts/colors/bit_depth.rst:23 +msgid "To illustrate this, I'll briefly talk about something that is not even available in Krita:" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:25 +#: ../../general_concepts/colors/bit_depth.rst:26 msgid "Indexed Colour." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:27 -msgid "" -"In older programs, the computer would have per image, a palette that " -"contains a number for each color. The palette size is defined in bits, " -"because the computer can only store data in bit-sizes." +#: ../../general_concepts/colors/bit_depth.rst:28 +msgid "In older programs, the computer would have per image, a palette that contains a number for each color. The palette size is defined in bits, because the computer can only store data in bit-sizes." msgstr "" +#: ../../general_concepts/colors/bit_depth.rst:None msgid ".. image:: images/en/color_category/Kiki_lowbit.png" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:35 +#: ../../general_concepts/colors/bit_depth.rst:36 msgid "1bit" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:36 +#: ../../general_concepts/colors/bit_depth.rst:37 msgid "Only two colours in total, usually black and white." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:37 +#: ../../general_concepts/colors/bit_depth.rst:38 msgid "4bit(16 colors)" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:38 -msgid "" -"16 colors in total, these are famous as many early games were presented " -"in this color palette." +#: ../../general_concepts/colors/bit_depth.rst:39 +msgid "16 colors in total, these are famous as many early games were presented in this color palette." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:40 +#: ../../general_concepts/colors/bit_depth.rst:41 msgid "8bit" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:40 -msgid "" -"256 colors in total. 8bit images are commonly used in games to save on " -"memory for textures and sprites." +#: ../../general_concepts/colors/bit_depth.rst:41 +msgid "256 colors in total. 8bit images are commonly used in games to save on memory for textures and sprites." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:42 -msgid "" -"However, this is not available in Krita. Krita instead works with " -"channels, and counts how many colors per channel you need(described in " -"terms of ''bits per channel''). This is called 'real colour'." +#: ../../general_concepts/colors/bit_depth.rst:43 +msgid "However, this is not available in Krita. Krita instead works with channels, and counts how many colors per channel you need(described in terms of ''bits per channel''). This is called 'real colour'." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:45 +#: ../../general_concepts/colors/bit_depth.rst:46 msgid "Real Color" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:51 +#: ../../general_concepts/colors/bit_depth.rst:52 msgid ".. image:: images/en/color_category/Rgbcolorcube_3.png" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:51 -msgid "" -"1, 2, and 3bit per channel don't actually exist in any graphics " -"application out there, however, by imagining them, we can imagine how " -"each bit affects the precision: Usually, each bit subdivides each section" -" in the color cube meaning precision becomes a power of 2 bigger than the" -" previous cube." -msgstr "" - -#: ../../general_concepts/colors/bit_depth.rst:53 -msgid "4bit per channel(not supported by Krita)" +#: ../../general_concepts/colors/bit_depth.rst:52 +msgid "1, 2, and 3bit per channel don't actually exist in any graphics application out there, however, by imagining them, we can imagine how each bit affects the precision: Usually, each bit subdivides each section in the color cube meaning precision becomes a power of 2 bigger than the previous cube." msgstr "" #: ../../general_concepts/colors/bit_depth.rst:54 -msgid "" -"Also known as Hi-color, or 16bit color total. A bit of an old system, and" -" not used outside of specific displays." +msgid "4bit per channel(not supported by Krita)" msgstr "" #: ../../general_concepts/colors/bit_depth.rst:55 -msgid "8bit per channel" +msgid "Also known as Hi-color, or 16bit color total. A bit of an old system, and not used outside of specific displays." msgstr "" #: ../../general_concepts/colors/bit_depth.rst:56 -msgid "" -"Also known as \"True Color\", \"Millions of colors\" or \"24bit/32bit\". " -"The standard for many screens, and the lowest bit-depth Krita can handle." +msgid "8bit per channel" msgstr "" #: ../../general_concepts/colors/bit_depth.rst:57 -msgid "16bit per channel." +msgid "Also known as \"True Color\", \"Millions of colors\" or \"24bit/32bit\". The standard for many screens, and the lowest bit-depth Krita can handle." msgstr "" #: ../../general_concepts/colors/bit_depth.rst:58 -msgid "" -"One step up from 8bit, 16bit per channel allows for colors that can't be " -"displayed by the screen. However, due to this, you are more likely to " -"have smoother gradients. Sometimes known as \"Deep Color\". This color " -"depth type doesn't have negative values possible, so it is 16bit " -"precision, meaning that you have have 65536 values per channel." +msgid "16bit per channel." msgstr "" #: ../../general_concepts/colors/bit_depth.rst:59 -msgid "16bit float" +msgid "One step up from 8bit, 16bit per channel allows for colors that can't be displayed by the screen. However, due to this, you are more likely to have smoother gradients. Sometimes known as \"Deep Color\". This color depth type doesn't have negative values possible, so it is 16bit precision, meaning that you have 65536 values per channel." msgstr "" #: ../../general_concepts/colors/bit_depth.rst:60 -msgid "" -"Similar to 16bit, but with more range and less precision. Where 16bit " -"only allows coordinates like [1, 4, 3], 16bit float has coordinates like " -"[0.15, 0.70, 0.3759], with [1.0,1.0,1.0] representing white. Because of " -"the differences between floating point and integer type variables, and " -"because Scene-referred imaging allows for negative values, you have about" -" 10-11bits of precision per channel in 16 bit floating point compared to " -"16 bit in 16 bit int(This is 2048 values per channel in the 0-1 range) " -"Required for HDR/Scene referred images, and often known as 'half floating" -" point'." +msgid "16bit float" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:63 +#: ../../general_concepts/colors/bit_depth.rst:61 +msgid "Similar to 16bit, but with more range and less precision. Where 16bit only allows coordinates like [1, 4, 3], 16bit float has coordinates like [0.15, 0.70, 0.3759], with [1.0,1.0,1.0] representing white. Because of the differences between floating point and integer type variables, and because Scene-referred imaging allows for negative values, you have about 10-11bits of precision per channel in 16 bit floating point compared to 16 bit in 16 bit int(This is 2048 values per channel in the 0-1 range) Required for HDR/Scene referred images, and often known as 'half floating point'." +msgstr "" + +#: ../../general_concepts/colors/bit_depth.rst:64 msgid "32bit float" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:62 -msgid "" -"similar to 16bit float but with even higher precision. The native color " -"depth of OpenColor IO, and thus faster than 16bit float in HDR images, if" -" not heavier. Because of the nature of floating point type variables, " -"32bit float is roughly equal to 23-24 bits of precision per " -"channel(16777216 values per channel in the 0-1 range), but with a much " -"wider range(it can go far above 1), necessary for HDR/Scene-referred " -"values. It is also known as 'single floating point'." +#: ../../general_concepts/colors/bit_depth.rst:63 +msgid "similar to 16bit float but with even higher precision. The native color depth of OpenColor IO, and thus faster than 16bit float in HDR images, if not heavier. Because of the nature of floating point type variables, 32bit float is roughly equal to 23-24 bits of precision per channel(16777216 values per channel in the 0-1 range), but with a much wider range(it can go far above 1), necessary for HDR/Scene-referred values. It is also known as 'single floating point'." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:65 -msgid "" -"This is important if you have a working colour space that is larger than " -"your device space: At the least, if you do not want colour banding." +#: ../../general_concepts/colors/bit_depth.rst:66 +msgid "This is important if you have a working colour space that is larger than your device space: At the least, if you do not want colour banding." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:67 -msgid "" -"And while you can attempt to create all your images a 32bit float, this " -"will quickly take up your ram. Therefore, it's important to consider " -"which bit depth you will use for what kind of image." +#: ../../general_concepts/colors/bit_depth.rst:68 +msgid "And while you can attempt to create all your images a 32bit float, this will quickly take up your ram. Therefore, it's important to consider which bit depth you will use for what kind of image." msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:70 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:72 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:74 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:76 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:78 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:80 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:82 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:84 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:86 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:88 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:90 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:92 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:94 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:96 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:98 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:100 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:102 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:104 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:106 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:108 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:110 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:112 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:114 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:116 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:118 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:120 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:122 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:124 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:126 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:128 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:130 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:132 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:134 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:136 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:138 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:140 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:142 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:144 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:146 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:148 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/bit_depth.rst:150 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/color_managed_workflow.po b/locale/fr/LC_MESSAGES/general_concepts/colors/color_managed_workflow.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/color_managed_workflow.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/color_managed_workflow.po @@ -1,1299 +1,859 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/color_managed_workflow.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/color_managed_workflow.rst:16 +#: ../../general_concepts/colors/color_managed_workflow.rst:1 +msgid "How a color managed workflow works." +msgstr "" + +#: ../../general_concepts/colors/color_managed_workflow.rst:17 msgid "Color Managed Workflow" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:18 -msgid "" -"You may have heard that Krita has something called color-management. Or " -"maybe you just wondered what all these 'color model' and 'color profile' " -"things you can find in the menus mean. Color management is pretty useful " -"for people who work in digital imaging professionally, and hopefully this" -" page will explain why." +#: ../../general_concepts/colors/color_managed_workflow.rst:19 +msgid "You may have heard that Krita has something called color-management. Or maybe you just wondered what all these 'color model' and 'color profile' things you can find in the menus mean. Color management is pretty useful for people who work in digital imaging professionally, and hopefully this page will explain why." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:21 +#: ../../general_concepts/colors/color_managed_workflow.rst:22 msgid "Basic Info" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:23 -msgid "" -"If you've never worked with color management before, and have no clue " -"what it is, then know that you've probably been working in the 8bit RGB " -"colour space with the sRGB profile. This means you can choose for *sRGB " -"built-in* or *sRGB-elle-v2-srgbtrc.icc*. With the new color space browser" -" this profile is marked with *(default)* when using 8bit." +#: ../../general_concepts/colors/color_managed_workflow.rst:24 +msgid "If you've never worked with color management before, and have no clue what it is, then know that you've probably been working in the 8bit RGB colour space with the sRGB profile. This means you can choose for *sRGB built-in* or *sRGB-elle-v2-srgbtrc.icc*. With the new color space browser this profile is marked with *(default)* when using 8bit." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:25 -msgid "" -"We'll go into what these terms mean in the theory, but if you're here " -"only for trying to figure out which is the default, you now know it. " -"Maybe, after reading this, you may feel like changing the default, to get" -" new and interesting results from filters, blending modes, or just the " -"color smudge brush." +#: ../../general_concepts/colors/color_managed_workflow.rst:26 +msgid "We'll go into what these terms mean in the theory, but if you're here only for trying to figure out which is the default, you now know it. Maybe, after reading this, you may feel like changing the default, to get new and interesting results from filters, blending modes, or just the color smudge brush." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:28 +#: ../../general_concepts/colors/color_managed_workflow.rst:29 msgid "What is the problem?" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:30 -msgid "" -"To explain the point of color management, you'd first need to learn which" -" problem color management tries to solve." +#: ../../general_concepts/colors/color_managed_workflow.rst:31 +msgid "To explain the point of color management, you'd first need to learn which problem color management tries to solve." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:32 +#: ../../general_concepts/colors/color_managed_workflow.rst:33 msgid "Let us imagine a kinder garden:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:34 -msgid "" -"The class of 28 children is subdivided in groups of 7. Each group has " -"their own table." +#: ../../general_concepts/colors/color_managed_workflow.rst:35 +msgid "The class of 28 children is subdivided in groups of 7. Each group has their own table." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:36 -msgid "" -"The teacher gives them a painting assignment: They need to paint a red " -"triangle, a blue square, a green circle and put a yellow border around " -"the three. The kids are very experienced with painting already, so the " -"teacher can confidently leave the smarter ones to their own devices, and " -"spent more time on those who need help." +#: ../../general_concepts/colors/color_managed_workflow.rst:37 +msgid "The teacher gives them a painting assignment: They need to paint a red triangle, a blue square, a green circle and put a yellow border around the three. The kids are very experienced with painting already, so the teacher can confidently leave the smarter ones to their own devices, and spent more time on those who need help." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:39 +#: ../../general_concepts/colors/color_managed_workflow.rst:40 msgid "The following results come from painting:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:41 -msgid "" -"Even though all groups had the same assignment, each group's result looks" -" different." +#: ../../general_concepts/colors/color_managed_workflow.rst:42 +msgid "Even though all groups had the same assignment, each group's result looks different." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_group1.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:48 -msgid "" -"Group 1 had vermillion red, citron yellow and ultramarine blue to their " -"disposal. This means their triangle looks nice and red, but their " -"circle's green is muddy. This is because ultramarine is too dark of a " -"blue to create nice greens with." +#: ../../general_concepts/colors/color_managed_workflow.rst:49 +msgid "Group 1 had vermillion red, citron yellow and ultramarine blue to their disposal. This means their triangle looks nice and red, but their circle's green is muddy. This is because ultramarine is too dark of a blue to create nice greens with." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_group2.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:55 -msgid "" -"Group 2 had magenta red, citron yellow and cerulean blue. Magenta is a " -"type of red that is closer to pink, opossed to vermillion, which is " -"closer to orange. However, their green looks nice because cerulean is a " -"much lighter blue." +#: ../../general_concepts/colors/color_managed_workflow.rst:56 +msgid "Group 2 had magenta red, citron yellow and cerulean blue. Magenta is a type of red that is closer to pink, opposed to vermillion, which is closer to orange. However, their green looks nice because cerulean is a much lighter blue." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_group3.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:63 -msgid "" -"Group 3 had vermillion red, citron yellow, edmerald green and cerulean " -"blue. They didn't mix their green, and thus ended up with a purer colour." +#: ../../general_concepts/colors/color_managed_workflow.rst:64 +msgid "Group 3 had vermillion red, citron yellow, emerald green and cerulean blue. They didn't mix their green, and thus ended up with a purer colour." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_group4.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:70 -msgid "" -"Finally, group 4 has Vermillion red, citron yellow and cerulean blue. " -"Their colours probably look like what you imagined." +#: ../../general_concepts/colors/color_managed_workflow.rst:71 +msgid "Finally, group 4 has Vermillion red, citron yellow and cerulean blue. Their colours probably look like what you imagined." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:72 -msgid "" -"Now, these are kindergarteners, so this isn't the largest problem in the " -"world. However, imagine that something like this happened at a printing " -"company? Imagine four printers printing the same magazine with wildly " -"different results? That would be disastrous!" +#: ../../general_concepts/colors/color_managed_workflow.rst:73 +msgid "Now, these are kindergarteners, so this isn't the largest problem in the world. However, imagine that something like this happened at a printing company? Imagine four printers printing the same magazine with wildly different results? That would be disastrous!" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:74 +#: ../../general_concepts/colors/color_managed_workflow.rst:75 msgid "For this purpose, we invented color management." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:77 +#: ../../general_concepts/colors/color_managed_workflow.rst:78 msgid "What is colour management?" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:79 -msgid "" -"Color management is, dryly put, a set of systems that tries to have the " -"same colour translate properly between color devices." +#: ../../general_concepts/colors/color_managed_workflow.rst:80 +msgid "Color management is, dryly put, a set of systems that tries to have the same colour translate properly between color devices." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:81 -msgid "" -"It usually works by attempting to covert a colour to the reference colour" -" space XYZ. XYZ is a coordinate system that has a spot for all colours " -"that the avarage human eye can see." +#: ../../general_concepts/colors/color_managed_workflow.rst:82 +msgid "It usually works by attempting to covert a colour to the reference colour space XYZ. XYZ is a coordinate system that has a spot for all colours that the average human eye can see." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:83 -msgid "" -"From XYZ it can then be translated back into another device space, such " -"as RGB(for screens), or CMYK(for printers)." +#: ../../general_concepts/colors/color_managed_workflow.rst:84 +msgid "From XYZ it can then be translated back into another device space, such as RGB(for screens), or CMYK(for printers)." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:85 -msgid "" -"Krita has two systems dedicated to colour management. On one hand we have" -" **lcms2**, which deal with Icc-profiles, and on the other we have " -"**OCIO**, which deal with LUT color management." +#: ../../general_concepts/colors/color_managed_workflow.rst:86 +msgid "Krita has two systems dedicated to colour management. On one hand we have **lcms2**, which deal with Icc-profiles, and on the other we have **OCIO**, which deal with LUT color management." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:87 -msgid "" -"To give a crude estimate, ICC profiles deal with keeping colours " -"consistent over many interpretations of devices(screens, printers) by " -"using a reference space, and OCIO deals with manipulating the " -"interpretation of said colours." +#: ../../general_concepts/colors/color_managed_workflow.rst:88 +msgid "To give a crude estimate, ICC profiles deal with keeping colours consistent over many interpretations of devices(screens, printers) by using a reference space, and OCIO deals with manipulating the interpretation of said colours." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:89 +#: ../../general_concepts/colors/color_managed_workflow.rst:90 msgid "Within both we can identify the following color spaces:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:93 +#: ../../general_concepts/colors/color_managed_workflow.rst:94 msgid "Device spaces" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:92 -msgid "" -"Device spaces are those describing your monitor, and have to be made " -"using a little device that is called \"colorimeter\". This device, in " -"combination with the right software, measures the strongest red, green " -"and blue your screen can produce, as well as the white, black and grey it" -" produces. Using these and several other measurements it creates an icc " -"profile unique to your screen. You set these in Krita's colour management" -" tab. By default we assume sRGB for screens, but it's very likely that " -"your screen isn't exactly fitting sRGB, especially if you have a high " -"quality screen, where it may be a bigger space instead. Device spaces are" -" also why you should first consult with your printer what profile they " -"expect. Many printing houses have their own device profiles for their " -"printers, or may prefer doing color conversion themselves. You can read " -"more about colorimeter usage :ref:`here `." -msgstr "" - -#: ../../general_concepts/colors/color_managed_workflow.rst:95 -msgid "Working spaces" +#: ../../general_concepts/colors/color_managed_workflow.rst:93 +msgid "Device spaces are those describing your monitor, and have to be made using a little device that is called \"colorimeter\". This device, in combination with the right software, measures the strongest red, green and blue your screen can produce, as well as the white, black and grey it produces. Using these and several other measurements it creates an icc profile unique to your screen. You set these in Krita's colour management tab. By default we assume sRGB for screens, but it's very likely that your screen isn't exactly fitting sRGB, especially if you have a high quality screen, where it may be a bigger space instead. Device spaces are also why you should first consult with your printer what profile they expect. Many printing houses have their own device profiles for their printers, or may prefer doing color conversion themselves. You can read more about colorimeter usage :ref:`here `." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:96 -msgid "" -"These are delivered alongside Krita for ICC, and downloadable from the " -"OCIO website for OCIO. Working spaces are particularly nice to do color " -"calculations in, which programs like Krita do often. It's therefore " -"recommended to have a working space profile for your image." +msgid "Working spaces" +msgstr "" + +#: ../../general_concepts/colors/color_managed_workflow.rst:97 +msgid "These are delivered alongside Krita for ICC, and downloadable from the OCIO website for OCIO. Working spaces are particularly nice to do color calculations in, which programs like Krita do often. It's therefore recommended to have a working space profile for your image." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:98 +#: ../../general_concepts/colors/color_managed_workflow.rst:99 msgid "Aesthetic or Look spaces" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:98 -msgid "" -"These are special spaces that have been deformed to give a certain look " -"to an image. Krita doesn't deliver Look profiles for ICC, nor does it yet" -" support Look spaces for OCIO." +#: ../../general_concepts/colors/color_managed_workflow.rst:99 +msgid "These are special spaces that have been deformed to give a certain look to an image. Krita doesn't deliver Look profiles for ICC, nor does it yet support Look spaces for OCIO." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:101 +#: ../../general_concepts/colors/color_managed_workflow.rst:102 msgid "Color managed workflow" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:103 -msgid "" -"Knowing this about these spaces of course doesn't give you an idea how to" -" use them, but it does make it easier to explain how to use them. So let " -"us look at a typical color management workflow:" +#: ../../general_concepts/colors/color_managed_workflow.rst:104 +msgid "Knowing this about these spaces of course doesn't give you an idea how to use them, but it does make it easier to explain how to use them. So let us look at a typical color management workflow:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:109 +#: ../../general_concepts/colors/color_managed_workflow.rst:110 msgid ".. image:: images/en/color_category/Krita-colormanaged-workflow_text.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:109 -msgid "" -"A typical example of a color managed workflow. We have input from " -"scanners and cameras, which we convert to a working space that can be " -"used between different editing software, and is converted to an output " -"space for viewing on screen or printing." +#: ../../general_concepts/colors/color_managed_workflow.rst:110 +msgid "A typical example of a color managed workflow. We have input from scanners and cameras, which we convert to a working space that can be used between different editing software, and is converted to an output space for viewing on screen or printing." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:111 -msgid "" -"In a traditional color managed workflow, we usually think in terms of " -"real world colors being converted to computer colors and the other way " -"around. So, for example photos from a camera or scanned in images. If you" -" have a device space of such a device, we first assign said device space " -"to the image, and then convert it to a working space." +#: ../../general_concepts/colors/color_managed_workflow.rst:112 +msgid "In a traditional color managed workflow, we usually think in terms of real world colors being converted to computer colors and the other way around. So, for example photos from a camera or scanned in images. If you have a device space of such a device, we first assign said device space to the image, and then convert it to a working space." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:113 -msgid "" -"We then do all our editing in the working space, and use the working " -"space to communicate between editing programs. In Krita's case, due to it" -" having two color management systems, we use ICC profiles between " -"programs like Gimp 2.9+, Inkscape, Digikam and Scribus, and OCIO " -"configuration between Blender and Natron." +#: ../../general_concepts/colors/color_managed_workflow.rst:114 +msgid "We then do all our editing in the working space, and use the working space to communicate between editing programs. In Krita's case, due to it having two color management systems, we use ICC profiles between programs like Gimp 2.9+, Inkscape, Digikam and Scribus, and OCIO configuration between Blender and Natron." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:115 -msgid "" -"You also store your working files in the working space, just like how you" -" have the layers unmerged in the working file, or have it at a very high " -"resolution." +#: ../../general_concepts/colors/color_managed_workflow.rst:116 +msgid "You also store your working files in the working space, just like how you have the layers unmerged in the working file, or have it at a very high resolution." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:117 -msgid "" -"Sometimes, we apply aesthetic or 'look' spaces to an image as part of the" -" editing process. This is rather advanced, and probably not something to " -"worry about in Krita's case." +#: ../../general_concepts/colors/color_managed_workflow.rst:118 +msgid "Sometimes, we apply aesthetic or 'look' spaces to an image as part of the editing process. This is rather advanced, and probably not something to worry about in Krita's case." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:119 -msgid "" -"Then, when we're done editing, we try to convert to an output space, " -"which is another device space. This can be CMYK for printers or a special" -" screen RGB profile. When you are dealing with professional printing " -"houses, it is best to ask them about this step. They have a lot of " -"experience with doing the best conversion, and may prefer to do the " -"conversion from your working space to the device space of their printers." +#: ../../general_concepts/colors/color_managed_workflow.rst:120 +msgid "Then, when we're done editing, we try to convert to an output space, which is another device space. This can be CMYK for printers or a special screen RGB profile. When you are dealing with professional printing houses, it is best to ask them about this step. They have a lot of experience with doing the best conversion, and may prefer to do the conversion from your working space to the device space of their printers." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:121 -msgid "" -"Another form of output is the way your screen displays the color. Unlike " -"regular output, this one is done all the time during editing: After all, " -"you need to be able to see what you are doing, but your screen is still a" -" device with a device space, so it does distort how the image looks. In " -"this manner, you can see your screen as a set of binoculars you have to " -"look through to see your image at all." +#: ../../general_concepts/colors/color_managed_workflow.rst:122 +msgid "Another form of output is the way your screen displays the color. Unlike regular output, this one is done all the time during editing: After all, you need to be able to see what you are doing, but your screen is still a device with a device space, so it does distort how the image looks. In this manner, you can see your screen as a set of binoculars you have to look through to see your image at all." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:123 -msgid "" -"Therefore, without a profiled monitor, you actually don't know what the " -"actual colors you are working with are like, because the computer doesn't" -" know the relevant properties of your screen. So if you profiled your " -"monitor, give Krita the profile in the settings, and select the sRGB " -"space to draw in, you are for the first time seeing the actual colors of " -"the sRGB space." +#: ../../general_concepts/colors/color_managed_workflow.rst:124 +msgid "Therefore, without a profiled monitor, you actually don't know what the actual colors you are working with are like, because the computer doesn't know the relevant properties of your screen. So if you profiled your monitor, give Krita the profile in the settings, and select the sRGB space to draw in, you are for the first time seeing the actual colors of the sRGB space." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:126 +#: ../../general_concepts/colors/color_managed_workflow.rst:127 msgid "So what does this mean?" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:132 -msgid "" -".. image:: images/en/color_category/Krita-colormanaged-" -"workflow_krita_text.svg" +#: ../../general_concepts/colors/color_managed_workflow.rst:133 +msgid ".. image:: images/en/color_category/Krita-colormanaged-workflow_krita_text.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:132 -msgid "" -"When we paint from scratch, we can see our screen profile as the input " -"space, because we use it to determine what colors to pick. This somewhat " -"simplifies the workflow, but makes the screen profile and viewing " -"conditions more important." +#: ../../general_concepts/colors/color_managed_workflow.rst:133 +msgid "When we paint from scratch, we can see our screen profile as the input space, because we use it to determine what colors to pick. This somewhat simplifies the workflow, but makes the screen profile and viewing conditions more important." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:134 -#, python-format -msgid "" -"Now, photographers and people who do a tricky discipline of VFX called " -"'color grading' will go completely mad over trying to get the colors they" -" put in to come out 100% correctly, and will even count in factors like " -"the time of day and the color they painted their walls. For example, if " -"the wall behind your computer is pure red, your eyes will adjust to be " -"less sensitive to red, which means that the colors they pick in the " -"program could come out redder. We call these the *viewing conditions*." +#: ../../general_concepts/colors/color_managed_workflow.rst:135 +msgid "Now, photographers and people who do a tricky discipline of VFX called 'color grading' will go completely mad over trying to get the colors they put in to come out 100% correctly, and will even count in factors like the time of day and the color they painted their walls. For example, if the wall behind your computer is pure red, your eyes will adjust to be less sensitive to red, which means that the colors they pick in the program could come out redder. We call these the *viewing conditions*." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:136 -msgid "" -"Thankfully, artists have to worry a slight bit less about this. As " -"illustrations are fully handmade, we are able to identify the important " -"bits and make appropriate contrasts between colors. This means that even " -"if our images turn out to be slightly redder than intended, it is less " -"likely the whole image is ruined. If we look back at the kindergarten " -"example above, we still understand what the image was supposed to look " -"like, despite there being different colors on each image. Furthermore, " -"because the colors in illustrations are deliberately picked, we can " -"correct them more easily on a later date. Yet, at the same time, it is of" -" course a big drag to do this, and we might have had much more " -"flexibility had we taken viewing conditions under consideration." -msgstr "" - -#: ../../general_concepts/colors/color_managed_workflow.rst:138 -msgid "" -"That said, for artists it is also very useful to understand the working " -"spaces. Different working spaces give different results with filters and " -"mixing, and only some working spaces can be used for advanced technology " -"like HDR." +#: ../../general_concepts/colors/color_managed_workflow.rst:137 +msgid "Thankfully, artists have to worry a slight bit less about this. As illustrations are fully handmade, we are able to identify the important bits and make appropriate contrasts between colors. This means that even if our images turn out to be slightly redder than intended, it is less likely the whole image is ruined. If we look back at the kindergarten example above, we still understand what the image was supposed to look like, despite there being different colors on each image. Furthermore, because the colors in illustrations are deliberately picked, we can correct them more easily on a later date. Yet, at the same time, it is of course a big drag to do this, and we might have had much more flexibility had we taken viewing conditions under consideration." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:140 -msgid "" -"Similarly, Krita, as a program intended to make images from scratch, " -"doesn't really worry about assigning workspaces after having made the " -"image. But because you are using the screen as a binocular to look at " -"your image, and to pick colors, you can see your screen's device space as" -" an input space to the image. Hence why profiling your monitor and giving" -" the profile to Krita in the settings can help with preparing your work " -"for print and future ventures in the long run." +#: ../../general_concepts/colors/color_managed_workflow.rst:139 +msgid "That said, for artists it is also very useful to understand the working spaces. Different working spaces give different results with filters and mixing, and only some working spaces can be used for advanced technology like HDR." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:142 -msgid "" -"Overal, it is kinda useful to keep things like viewing conditions in the " -"back of your mind. Many professional artists use a mid-grey color as " -"their default canvas background because they find they create much more " -"dynamic images due to having improved their viewing conditions. It is " -"also why a lot of graphics programs, including Krita, come with a dark " -"theme nowadays. (Though, of course this might also be because dark themes" -" can be considered cool, who knows.)" +#: ../../general_concepts/colors/color_managed_workflow.rst:141 +msgid "Similarly, Krita, as a program intended to make images from scratch, doesn't really worry about assigning workspaces after having made the image. But because you are using the screen as a binocular to look at your image, and to pick colors, you can see your screen's device space as an input space to the image. Hence why profiling your monitor and giving the profile to Krita in the settings can help with preparing your work for print and future ventures in the long run." +msgstr "" + +#: ../../general_concepts/colors/color_managed_workflow.rst:143 +msgid "Overall, it is kinda useful to keep things like viewing conditions in the back of your mind. Many professional artists use a mid-grey color as their default canvas background because they find they create much more dynamic images due to having improved their viewing conditions. It is also why a lot of graphics programs, including Krita, come with a dark theme nowadays. (Though, of course this might also be because dark themes can be considered cool, who knows.)" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:147 +#: ../../general_concepts/colors/color_managed_workflow.rst:148 msgid "Icc profiles" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:149 -msgid "" -"An Icc profile is a set of coordinates describing the extremities of the " -"device space within XYZ, and it is the color management data you use to " -"communicate your working space to printers and applications that are " -"designed for the print industry, such as GIMP, Scribus, Photoshop, " -"Illustrator, Inkscape, Digikam, RawTheraphee, etc. You have two types of " -"icc profiles:" +#: ../../general_concepts/colors/color_managed_workflow.rst:150 +msgid "An Icc profile is a set of coordinates describing the extremities of the device space within XYZ, and it is the color management data you use to communicate your working space to printers and applications that are designed for the print industry, such as GIMP, Scribus, Photoshop, Illustrator, Inkscape, Digikam, RawTheraphee, etc. You have two types of icc profiles:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:158 +#: ../../general_concepts/colors/color_managed_workflow.rst:159 msgid "Matrix Shaper profiles." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:152 -msgid "" -"These are delivered alongside Krita. Matrix shaper profiles are made by " -"setting parameters and interpolating between these to get the exact size " -"of the colour space. Due to this, Krita's color space browser can give " -"you a lot of information on these profiles. Such profiles are also " -"preferable as working space." +#: ../../general_concepts/colors/color_managed_workflow.rst:153 +msgid "These are delivered alongside Krita. Matrix shaper profiles are made by setting parameters and interpolating between these to get the exact size of the colour space. Due to this, Krita's color space browser can give you a lot of information on these profiles. Such profiles are also preferable as working space." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst +#: ../../general_concepts/colors/color_managed_workflow.rst:0 msgid ".. image:: images/en/color_category/Kiki_matrix_profile.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:158 -msgid "" -"Matrix shaper profiles have a few parameters that describe the color " -"space which are then interpolated between, this requires a lot of maths." +#: ../../general_concepts/colors/color_managed_workflow.rst:159 +msgid "Matrix shaper profiles have a few parameters that describe the color space which are then interpolated between, this requires a lot of maths." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:168 +#: ../../general_concepts/colors/color_managed_workflow.rst:169 msgid "cLUT profiles" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:161 -msgid "" -"These are fairly rare, and primarily used to describe printer profiles, " -"such as CMYK. cLUT, or Color Look-up Table profiles store far more data " -"than Matrix shaper profiles, so they can hold data of little " -"particularities caused by, for example, unexpected results from mixing " -"pigments. This is a far more organic approach to describing a color " -"space, hence why a lot of programs that don't care for color management " -"much don't support these." +#: ../../general_concepts/colors/color_managed_workflow.rst:162 +msgid "These are fairly rare, and primarily used to describe printer profiles, such as CMYK. cLUT, or Color Look-up Table profiles store far more data than Matrix shaper profiles, so they can hold data of little particularities caused by, for example, unexpected results from mixing pigments. This is a far more organic approach to describing a color space, hence why a lot of programs that don't care for color management much don't support these." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst +#: ../../general_concepts/colors/color_managed_workflow.rst:0 msgid ".. image:: images/en/color_category/Kiki_cLUTprofiles.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:167 -msgid "" -"cLUT profiles work by holding tables of each color in a colorspace and " -"their respective coordinates in a reference space. For CMYK this is " -"typically L\\*A\\*B\\* and for the rest XYZ. These tables are tricky to " -"make, which means these profiles are a lot rarer." +#: ../../general_concepts/colors/color_managed_workflow.rst:168 +msgid "cLUT profiles work by holding tables of each color in a colorspace and their respective coordinates in a reference space. For CMYK this is typically L\\*A\\*B\\* and for the rest XYZ. These tables are tricky to make, which means these profiles are a lot rarer." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:170 -msgid "" -"The interesting thing about icc profiles is that your working space can " -"be larger than your device space. This is generally not bad. However, " -"when converting, you do end up with the question of how to translate the " -"working space values." +#: ../../general_concepts/colors/color_managed_workflow.rst:171 +msgid "The interesting thing about icc profiles is that your working space can be larger than your device space. This is generally not bad. However, when converting, you do end up with the question of how to translate the working space values." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:173 +#: ../../general_concepts/colors/color_managed_workflow.rst:174 msgid "Perceptual" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:173 -msgid "" -"This just squishes the values of the working space into the space it's " -"converted to. It's a nice method to see all possible values in this, but " -"not so good if you want accurate colour reproduction. Use this if you " -"want to see all colours in an image, or want to express all possible " -"contrasts. Doesn't work with Matrix Shaper profiles, defaults to relative" -" colorimetric." +#: ../../general_concepts/colors/color_managed_workflow.rst:174 +msgid "This just squishes the values of the working space into the space it's converted to. It's a nice method to see all possible values in this, but not so good if you want accurate colour reproduction. Use this if you want to see all colours in an image, or want to express all possible contrasts. Doesn't work with Matrix Shaper profiles, defaults to relative colorimetric." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:176 +#: ../../general_concepts/colors/color_managed_workflow.rst:177 msgid "Absolute Colorimetric." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:176 -msgid "" -"The opposite to Perceptual, Absolute colorimetric will attempt to retain " -"all the correct colours at whatever cost, which may result in awful " -"looking colours. Recommended only for reproduction work. Doesn't work " -"with Matrix Shaper profiles in Krita due to ICC v4 workflow standards." +#: ../../general_concepts/colors/color_managed_workflow.rst:177 +msgid "The opposite to Perceptual, Absolute colorimetric will attempt to retain all the correct colours at whatever cost, which may result in awful looking colours. Recommended only for reproduction work. Doesn't work with Matrix Shaper profiles in Krita due to ICC v4 workflow standards." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:179 +#: ../../general_concepts/colors/color_managed_workflow.rst:180 msgid "Relative Colorimetric" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:179 -msgid "" -"A in between solution between perceptual and absolute, relative will try " -"to fit whatever colours it can match between colour spaces. It does this " -"by aligning the white and black points. It cuts off the rest to their " -"respective borders. This is what all matrix shaper profiles default to " -"during conversion, because the ICC v4 workflow specifies to only use " -"Relative Colorimetric for matrix shaper profiles." +#: ../../general_concepts/colors/color_managed_workflow.rst:180 +msgid "A in between solution between perceptual and absolute, relative will try to fit whatever colours it can match between colour spaces. It does this by aligning the white and black points. It cuts off the rest to their respective borders. This is what all matrix shaper profiles default to during conversion, because the ICC v4 workflow specifies to only use Relative Colorimetric for matrix shaper profiles." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:182 +#: ../../general_concepts/colors/color_managed_workflow.rst:183 msgid "Saturation" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:182 -msgid "" -"Does anything to retain colourfulness, even hue will be sacrificed. Used " -"in infographics. Doesn't work with Matrix Shaper profiles, defaults to " -"relative colorimetric." +#: ../../general_concepts/colors/color_managed_workflow.rst:183 +msgid "Does anything to retain colourfulness, even hue will be sacrificed. Used in infographics. Doesn't work with Matrix Shaper profiles, defaults to relative colorimetric." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:184 -msgid "" -"*ICC profile version* is the last thing to keep in mind when dealing with" -" ICC profiles. Krita delivers both Version 2 and Version 4 profiles, with" -" the later giving better results in doing color maths, but the former " -"being more widely supported(as seen below in 'interoperability with other" -" programs'. This is also why Krita defaults to V2, and we recommend using" -" V2 when you aren't certain if the other programs you are using support " -"V4." +#: ../../general_concepts/colors/color_managed_workflow.rst:185 +msgid "*ICC profile version* is the last thing to keep in mind when dealing with ICC profiles. Krita delivers both Version 2 and Version 4 profiles, with the later giving better results in doing color maths, but the former being more widely supported(as seen below in 'interoperability with other programs'. This is also why Krita defaults to V2, and we recommend using V2 when you aren't certain if the other programs you are using support V4." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:187 +#: ../../general_concepts/colors/color_managed_workflow.rst:188 msgid "LUT docker and HDR imaging" msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/LUT_Management_Docker.png" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:195 -msgid "" -"The :ref:`lut_docker` is the second important bit of colour management in" -" Krita that is shared between Krita and programs like Blender, Natron and" -" Nuke, and only uses Look Up Tables that are configured via a config " -"file." +#: ../../general_concepts/colors/color_managed_workflow.rst:196 +msgid "The :ref:`lut_docker` is the second important bit of colour management in Krita that is shared between Krita and programs like Blender, Natron and Nuke, and only uses Look Up Tables that are configured via a config file." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:197 -msgid "" -"You can set the workingspace of the image under input color space, and " -"the display to sRGB or your own LUT if you have added it to the " -"configuration. View in this case is for proofing transforms to a certain " -"display device." +#: ../../general_concepts/colors/color_managed_workflow.rst:198 +msgid "You can set the workingspace of the image under input color space, and the display to sRGB or your own LUT if you have added it to the configuration. View in this case is for proofing transforms to a certain display device." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:199 -msgid "" -"Component, exposure, gamma, whitepoint and blackpoint are knobs which " -"allows you to modify the display filter." +#: ../../general_concepts/colors/color_managed_workflow.rst:200 +msgid "Component, exposure, gamma, whitepoint and blackpoint are knobs which allows you to modify the display filter." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_HDR_1.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:207 -msgid "" -"As explained before, we can see our monitor as a telescope or binocular " -"into the world of our picture. Which means it distorts our view of the " -"image a little. But we can modify this binocular, or display filter to " -"see our image in a different way. For example, to allow us to see the " -"white in an image that are whiter than the white of our screen. To " -"explain what that means, we need to think about what white is." +#: ../../general_concepts/colors/color_managed_workflow.rst:208 +msgid "As explained before, we can see our monitor as a telescope or binocular into the world of our picture. Which means it distorts our view of the image a little. But we can modify this binocular, or display filter to see our image in a different way. For example, to allow us to see the white in an image that are whiter than the white of our screen. To explain what that means, we need to think about what white is." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:209 -msgid "" -"For example, white, on our monitor is full red, full green and full blue." -" But it's certainly different from white on our paper, or the colour of " -"milk, white from the sun, or even the white of our cell-phone displays." +#: ../../general_concepts/colors/color_managed_workflow.rst:210 +msgid "For example, white, on our monitor is full red, full green and full blue. But it's certainly different from white on our paper, or the colour of milk, white from the sun, or even the white of our cell-phone displays." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:211 -msgid "" -"Black similarly, is brighter on a LCD display than a LED one, and " -"incomparable with the black of a carefully sealed room." +#: ../../general_concepts/colors/color_managed_workflow.rst:212 +msgid "Black similarly, is brighter on a LCD display than a LED one, and incomparable with the black of a carefully sealed room." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:213 -msgid "" -"This means that there's potentially blacker blacks than screen black, and" -" white whites than screen white. However, for simplicity's sake we still " -"assign the black-point and the white-point to certain values. From there," -" we can determine whether a white is whiter than the white point, or a " -"black black than the black-point." +#: ../../general_concepts/colors/color_managed_workflow.rst:214 +msgid "This means that there's potentially blacker blacks than screen black, and white whites than screen white. However, for simplicity's sake we still assign the black-point and the white-point to certain values. From there, we can determine whether a white is whiter than the white point, or a black blacker than the black-point." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:215 -msgid "" -"The LUT docker allows us to control this display-filter and modify the " -"distortion. This is useful when we start modifying images that are made " -"with scene referred values, such as HDR photos, or images coming out of a" -" render engine." +#: ../../general_concepts/colors/color_managed_workflow.rst:216 +msgid "The LUT docker allows us to control this display-filter and modify the distortion. This is useful when we start modifying images that are made with scene referred values, such as HDR photos, or images coming out of a render engine." msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita_HDR2.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:223 -msgid "" -"So, for example, we can chose to scale whiter-than-screen-white to our " -"screen-white so we can see the contrasts there." +#: ../../general_concepts/colors/color_managed_workflow.rst:224 +msgid "So, for example, we can chose to scale whiter-than-screen-white to our screen-white so we can see the contrasts there." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:225 -msgid "" -"The point of this is that you can take advantage of more lightness detail" -" in an image. While you can't see the difference between screen white and" -" whiter-than-screen-white(because you screen can't show the difference), " -"graphics programs can certainly use it." +#: ../../general_concepts/colors/color_managed_workflow.rst:226 +msgid "The point of this is that you can take advantage of more lightness detail in an image. While you can't see the difference between screen white and whiter-than-screen-white(because you screen can't show the difference), graphics programs can certainly use it." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:227 -msgid "" -"A common example is matching the lighting between a 3d model and a real " -"world scene. Others are advanced photo retouching, with much more " -"contrast information available to the user. In painting itself, this " -"allows you to create an image where you can be flippant with the " -"contrast, and allow yourself to go as bright as you'd like." +#: ../../general_concepts/colors/color_managed_workflow.rst:228 +msgid "A common example is matching the lighting between a 3d model and a real world scene. Others are advanced photo retouching, with much more contrast information available to the user. In painting itself, this allows you to create an image where you can be flippant with the contrast, and allow yourself to go as bright as you'd like." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:229 -msgid "" -"LUT docker manipulations are per view, so you can create a new view and " -"set it to luminosity. This way you can see the image in both color as " -"well as grayscale and keep a good eye on your values." +#: ../../general_concepts/colors/color_managed_workflow.rst:230 +msgid "LUT docker manipulations are per view, so you can create a new view and set it to luminosity. This way you can see the image in both color as well as grayscale and keep a good eye on your values." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:231 +#: ../../general_concepts/colors/color_managed_workflow.rst:232 msgid "Another example is to carefully watch the gradients in a certain section." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:233 -msgid "" -"Like Icc, the LUT Docker allows you to create a profile of sorts for your" -" device. In this case it's the 'lut', which stands for 'Look Up Table', " -"and which can be added to OCIO by modifying the configuration file. When " -"OCIO is turned on, the configuration in :kbd:`settings --> configure " -"Krita --> Color Management` is turned off, unless you are using the " -":kbd:`Internal` color engine." +#: ../../general_concepts/colors/color_managed_workflow.rst:234 +msgid "Like Icc, the LUT Docker allows you to create a profile of sorts for your device. In this case it's the 'lut', which stands for 'Look Up Table', and which can be added to OCIO by modifying the configuration file. When OCIO is turned on, the configuration in :kbd:`settings --> configure Krita --> Color Management` is turned off, unless you are using the :kbd:`Internal` color engine." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:236 +#: ../../general_concepts/colors/color_managed_workflow.rst:237 msgid "In summary" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:238 +#: ../../general_concepts/colors/color_managed_workflow.rst:239 msgid "Krita has two modes of colour management:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:240 -msgid "" -"Icc works in terms of spaces relative to the CIEXYZ space, and requires " -"an icc profile." -msgstr "" - #: ../../general_concepts/colors/color_managed_workflow.rst:241 -msgid "OCIO works in terms of interpretation, and makes use of luts." +msgid "Icc works in terms of spaces relative to the CIEXYZ space, and requires an icc profile." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:242 -msgid "both can be made with a colorimeter." +msgid "OCIO works in terms of interpretation, and makes use of luts." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:243 -msgid "" -"If you want to have a properly color managed workflow, you have one made " -"customly for the input device(your screen) and the output devices(your " -"printer, or target screen). For web the output is always sRGB." +msgid "both can be made with a colorimeter." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:244 -msgid "" -"Set up your screen profiles under :kbd:`settings --> configure Krita --> " -"color management`." +msgid "If you want to have a properly color managed workflow, you have one made customly for the input device(your screen) and the output devices(your printer, or target screen). For web the output is always sRGB." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:245 -msgid "" -"Do NOT use screen profiles or other device profiles to draw in. Use a " -"working space profile such as any of the elle profiles for this, as the " -"color maths will be much more predictable and pleasant. Krita will " -"convert between your screen and working space on the fly, allowing you to" -" pick the correct colors. This turns your screen into binoculars to view " -"the image." +msgid "Set up your screen profiles under :kbd:`settings --> configure Krita --> color management`." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:246 -msgid "" -"Use the appropriate color management for the appropriate workflow. If you" -" are working with Blender, you will be better off using OCIO, than ICC. " -"IF you are working with Scribus or Photoshop, use ICC." +msgid "Do NOT use screen profiles or other device profiles to draw in. Use a working space profile such as any of the elle profiles for this, as the color maths will be much more predictable and pleasant. Krita will convert between your screen and working space on the fly, allowing you to pick the correct colors. This turns your screen into binoculars to view the image." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:248 -msgid "" -"Krita does a lot of colour maths, often concerning the blending of " -"colours. This colour maths works best in linear colour space, and linear " -"colour space requires a bit depth of at the least 16bit to work " -"correctly. The disadvantage is that linear space can be confusing to work" -" in." +#: ../../general_concepts/colors/color_managed_workflow.rst:247 +msgid "Use the appropriate color management for the appropriate workflow. If you are working with Blender, you will be better off using OCIO, than ICC. IF you are working with Scribus or Photoshop, use ICC." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:250 -msgid "" -"If you like painting, have a decent amount of ram, and are looking to " -"start your baby-steps in taking advantage of Krita's colour management, " -"try upgrading from having all your images in sRGB built-in to " -"sRGB-v2-elle-g10.icc or rec2020-v2-elle-g10.icc at 16bit float. This'll " -"give you better colour blending while opening up the possibility for you " -"to start working in hdr!" +#: ../../general_concepts/colors/color_managed_workflow.rst:249 +msgid "Krita does a lot of colour maths, often concerning the blending of colours. This colour maths works best in linear colour space, and linear colour space requires a bit depth of at the least 16bit to work correctly. The disadvantage is that linear space can be confusing to work in." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:255 -msgid "" -"Some graphics cards, such as those of the Nvidia-brand actually have the " -"best performance under 16bit float, because Nvidia cards convert to " -"floating point internally. When it does not need to do that, it speeds " -"up!" +#: ../../general_concepts/colors/color_managed_workflow.rst:251 +msgid "If you like painting, have a decent amount of ram, and are looking to start your baby-steps in taking advantage of Krita's colour management, try upgrading from having all your images in sRGB built-in to sRGB-v2-elle-g10.icc or rec2020-v2-elle-g10.icc at 16bit float. This'll give you better colour blending while opening up the possibility for you to start working in hdr!" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:259 -msgid "" -"No amount of color management in the world can make the image on your " -"screen and the image out of the printer have 100% the same color." +#: ../../general_concepts/colors/color_managed_workflow.rst:256 +msgid "Some graphics cards, such as those of the Nvidia-brand actually have the best performance under 16bit float, because Nvidia cards convert to floating point internally. When it does not need to do that, it speeds up!" +msgstr "" + +#: ../../general_concepts/colors/color_managed_workflow.rst:260 +msgid "No amount of color management in the world can make the image on your screen and the image out of the printer have 100% the same color." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:262 +#: ../../general_concepts/colors/color_managed_workflow.rst:263 msgid "Exporting" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:264 -msgid "" -"when you have finished you image and are ready to export it, you can " -"modify the color space to optimize it:" +#: ../../general_concepts/colors/color_managed_workflow.rst:265 +msgid "when you have finished you image and are ready to export it, you can modify the color space to optimize it:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:266 +#: ../../general_concepts/colors/color_managed_workflow.rst:267 msgid "If you are preparing an image for the web:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:268 -msgid "" -"If you use 16bit color depth or higher, convert the image to 8bit color " -"depth. This will make the image much smaller." +#: ../../general_concepts/colors/color_managed_workflow.rst:269 +msgid "If you use 16bit color depth or higher, convert the image to 8bit color depth. This will make the image much smaller." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:270 -#, python-format -msgid "" -"Krita doesn't have built-in dithering currently, which means that 16 to " -"18bit conversions can come out a bit banded. But you can simulate it by " -"adding a fill layer with a pattern, set this fill layer to overlay, and " -"to 5% opacity. Then flatten the whole image and convert it to 8bit. The " -"pattern will function as dithering giving a smoother look to gradients." +#: ../../general_concepts/colors/color_managed_workflow.rst:271 +msgid "Krita doesn't have built-in dithering currently, which means that 16 to 18bit conversions can come out a bit banded. But you can simulate it by adding a fill layer with a pattern, set this fill layer to overlay, and to 5% opacity. Then flatten the whole image and convert it to 8bit. The pattern will function as dithering giving a smoother look to gradients." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:272 +#: ../../general_concepts/colors/color_managed_workflow.rst:273 msgid "If it's a gray-scale image, convert it to gray-scale." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:273 -msgid "" -"If it's a color image, keep it in the working space profile: Many web " -"browsers these days support color profiles embedded into images. Firefox," -" for example, will try to convert your image to fit the color profile of " -"the other's monitor (if they have one). That way, the image will look " -"almost exactly the same on your screen and on other profiled monitors." +#: ../../general_concepts/colors/color_managed_workflow.rst:274 +msgid "If it's a color image, keep it in the working space profile: Many web browsers these days support color profiles embedded into images. Firefox, for example, will try to convert your image to fit the color profile of the other's monitor (if they have one). That way, the image will look almost exactly the same on your screen and on other profiled monitors." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:278 -msgid "" -"In some versions of Firefox, the colours actually look strange: This is a" -" bug in Firefox, which is because it's `color management system is " -"incomplete `_, save your png, jpg or tiff without an embedded profile " -"to work around this." +#: ../../general_concepts/colors/color_managed_workflow.rst:279 +msgid "In some versions of Firefox, the colours actually look strange: This is a bug in Firefox, which is because it's `color management system is incomplete `_, save your png, jpg or tiff without an embedded profile to work around this." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:280 +#: ../../general_concepts/colors/color_managed_workflow.rst:281 msgid "If you are preparing for print:" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:282 -msgid "" -"You hopefully made the picture in a working space profile instead of the " -"actual custom profile of your screen, if not, convert it to something " -"like adobe rgb, sRGB or rec2020." +#: ../../general_concepts/colors/color_managed_workflow.rst:283 +msgid "You hopefully made the picture in a working space profile instead of the actual custom profile of your screen, if not, convert it to something like adobe rgb, sRGB or rec2020." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:283 -msgid "" -"Check with the printer what kind of image they expect. Maybe they expect " -"sRGB color space, or perhaps they have their own profile." +#: ../../general_concepts/colors/color_managed_workflow.rst:284 +msgid "Check with the printer what kind of image they expect. Maybe they expect sRGB color space, or perhaps they have their own profile." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:286 +#: ../../general_concepts/colors/color_managed_workflow.rst:287 msgid "Interaction with other applications" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:289 +#: ../../general_concepts/colors/color_managed_workflow.rst:290 msgid "Blender" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:291 -msgid "" -"If you wish to use krita's OCIO functionality, and in particular in " -"combination with Blender's color management, you can try to have it use " -"Blender's OCIO config." +#: ../../general_concepts/colors/color_managed_workflow.rst:292 +msgid "If you wish to use krita's OCIO functionality, and in particular in combination with Blender's color management, you can try to have it use Blender's OCIO config." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:293 -msgid "" -"Blender's OCIO config is under ``/version " -"number/datafiles/colormanagement``. Set the LUT docker to use the OCIO " -"engine, and select the config from the above path. This will give you " -"blender's input and screen spaces, but not the looks, as those aren't " -"supported in Krita yet." +#: ../../general_concepts/colors/color_managed_workflow.rst:294 +msgid "Blender's OCIO config is under ``/version number/datafiles/colormanagement``. Set the LUT docker to use the OCIO engine, and select the config from the above path. This will give you blender's input and screen spaces, but not the looks, as those aren't supported in Krita yet." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:297 +#: ../../general_concepts/colors/color_managed_workflow.rst:298 msgid "Windows Photo Viewer" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:299 -msgid "" -"You might encounter some issues when using different applications " -"together. One important thing to note is that the standard Windows Photo " -"Viewer application does not handle modern ICC profiles. Krita uses " -"version 4 profiles; Photo Viewer can only handle version 2 profiles. If " -"you export to JPEG with an embedded profile, Photo Viewer will display " -"your image much too dark." +#: ../../general_concepts/colors/color_managed_workflow.rst:300 +msgid "You might encounter some issues when using different applications together. One important thing to note is that the standard Windows Photo Viewer application does not handle modern ICC profiles. Krita uses version 4 profiles; Photo Viewer can only handle version 2 profiles. If you export to JPEG with an embedded profile, Photo Viewer will display your image much too dark." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:302 +#: ../../general_concepts/colors/color_managed_workflow.rst:303 msgid "Example workflows" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:304 -msgid "" -"Here are some example workflows to get a feeling of how your color " -"management workflow may look like." +#: ../../general_concepts/colors/color_managed_workflow.rst:305 +msgid "Here are some example workflows to get a feeling of how your color management workflow may look like." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:306 -msgid "" -"As mentioned before, input for your screen is set via :kbd:`settings --> " -"configure Krita --> color management`, or via the LUT docker's 'screen " -"space'. Working space is set via new file per document, or in the LUT " -"docker via 'input space'." +#: ../../general_concepts/colors/color_managed_workflow.rst:307 +msgid "As mentioned before, input for your screen is set via :kbd:`settings --> configure Krita --> color management`, or via the LUT docker's 'screen space'. Working space is set via new file per document, or in the LUT docker via 'input space'." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:309 +#: ../../general_concepts/colors/color_managed_workflow.rst:310 msgid "Webcomic" msgstr "" -msgid "" -".. image:: images/en/color_category/Krita-colormanaged-" -"workflow_webcomic.svg" -msgstr "" - -#: ../../general_concepts/colors/color_managed_workflow.rst:316 -#: ../../general_concepts/colors/color_managed_workflow.rst:338 -#: ../../general_concepts/colors/color_managed_workflow.rst:356 -msgid "Input" +#: ../../general_concepts/colors/color_managed_workflow.rst:None +msgid ".. image:: images/en/color_category/Krita-colormanaged-workflow_webcomic.svg" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:317 #: ../../general_concepts/colors/color_managed_workflow.rst:339 #: ../../general_concepts/colors/color_managed_workflow.rst:357 -msgid "Your screen profile. (You pick colors via your screen)" +msgid "Input" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:318 #: ../../general_concepts/colors/color_managed_workflow.rst:340 #: ../../general_concepts/colors/color_managed_workflow.rst:358 -msgid "Workingspace" +msgid "Your screen profile. (You pick colors via your screen)" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:319 -msgid "" -"sRGB(the default screen profile) or any larger profile if you can spare " -"the bitdepth and like working in them." +#: ../../general_concepts/colors/color_managed_workflow.rst:341 +#: ../../general_concepts/colors/color_managed_workflow.rst:359 +msgid "Workingspace" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:321 -#: ../../general_concepts/colors/color_managed_workflow.rst:343 -#: ../../general_concepts/colors/color_managed_workflow.rst:361 +#: ../../general_concepts/colors/color_managed_workflow.rst:320 +msgid "sRGB(the default screen profile) or any larger profile if you can spare the bitdepth and like working in them." +msgstr "" + +#: ../../general_concepts/colors/color_managed_workflow.rst:322 +#: ../../general_concepts/colors/color_managed_workflow.rst:344 +#: ../../general_concepts/colors/color_managed_workflow.rst:362 msgid "Output" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:321 -msgid "" -"sRGB, icc version 2, sRGB trc for the internet, and a specialised CMYK " -"profile from the printing house for the printed images." +#: ../../general_concepts/colors/color_managed_workflow.rst:322 +msgid "sRGB, icc version 2, sRGB trc for the internet, and a specialised CMYK profile from the printing house for the printed images." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:323 -msgid "" -"Use the sRGB-elle-V2-srgbtrc.icc for going between inkscape, photoshop, " -"painttool sai, illustrator, Gimp, mypaint, mangastudio, paintstorm " -"studio, mypaint, artrage, scribus, etc. and Krita." +#: ../../general_concepts/colors/color_managed_workflow.rst:324 +msgid "Use the sRGB-elle-V2-srgbtrc.icc for going between inkscape, photoshop, painttool sai, illustrator, Gimp, mypaint, mangastudio, paintstorm studio, mypaint, artrage, scribus, etc. and Krita." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:325 -msgid "" -"If you are using a larger space via ICC, you will only be able to " -"interchange it between Krita, Photoshop, Illustrator, GIMP 2.9, " -"mangastudio and scribus. All others asume sRGB for your space, no matter " -"what, because they don't have color management." +#: ../../general_concepts/colors/color_managed_workflow.rst:326 +msgid "If you are using a larger space via ICC, you will only be able to interchange it between Krita, Photoshop, Illustrator, GIMP 2.9, mangastudio and scribus. All others assume sRGB for your space, no matter what, because they don't have color management." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:327 -msgid "" -"If you are going between Krita and Blender, Nuke or Natron, use OCIO and " -"set the input space to 'sRGB', but make sure to select the sRGB profile " -"for icc when creating a new file." +#: ../../general_concepts/colors/color_managed_workflow.rst:328 +msgid "If you are going between Krita and Blender, Nuke or Natron, use OCIO and set the input space to 'sRGB', but make sure to select the sRGB profile for icc when creating a new file." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:329 -msgid "" -"For the final for the web, convert the image to sRGB 8bit, srgbtrc, do " -"not embed the icc profile. Then, if using png, put it through something " -"like pngcrush or other png optimisers. sRGB in this case is chosen " -"because you can assume the vast majority of your audience hasn't profiled" -" their screen, nor do they have screens that are advanced enough for the " -"wide gamut stuff. So hence why we convert to the screen default for the " -"internet, sRGB." +#: ../../general_concepts/colors/color_managed_workflow.rst:330 +msgid "For the final for the web, convert the image to sRGB 8bit, srgbtrc, do not embed the icc profile. Then, if using png, put it through something like pngcrush or other png optimisers. sRGB in this case is chosen because you can assume the vast majority of your audience hasn't profiled their screen, nor do they have screens that are advanced enough for the wide gamut stuff. So hence why we convert to the screen default for the internet, sRGB." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:332 +#: ../../general_concepts/colors/color_managed_workflow.rst:333 msgid "Print" msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita-colormanaged-workflow_print.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:341 +#: ../../general_concepts/colors/color_managed_workflow.rst:342 msgid "sRGB or rec2020 if you can afford the bit-depth being 16bit." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:343 +#: ../../general_concepts/colors/color_managed_workflow.rst:344 msgid "specialised CMYK profile from the printing house for the printed images." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:345 -msgid "" -"The CMYK profiles are different per printer, and even per paper or ink-" -"type so don't be presumptuous and ask ahead for them, instead of doing " -"something like trying to paint in any random CMYK profile. As mentioned " -"in the viewing conditions section, you want to keep your options open." +#: ../../general_concepts/colors/color_managed_workflow.rst:346 +msgid "The CMYK profiles are different per printer, and even per paper or ink-type so don't be presumptuous and ask ahead for them, instead of doing something like trying to paint in any random CMYK profile. As mentioned in the viewing conditions section, you want to keep your options open." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:347 -msgid "" -"You can set the advanced color selector to transform to a given profile " -"via :kbd:`settings --> configure Krita --> advanced color selector " -"settings`. There, tick 'color selector uses a different color space than " -"the image' and select the CMYK profile you are aiming for. This will " -"limit your colors a little bit, but keep all the nice filter and blending" -" options from RGB." +#: ../../general_concepts/colors/color_managed_workflow.rst:348 +msgid "You can set the advanced color selector to transform to a given profile via :kbd:`settings --> configure Krita --> advanced color selector settings`. There, tick 'color selector uses a different color space than the image' and select the CMYK profile you are aiming for. This will limit your colors a little bit, but keep all the nice filter and blending options from RGB." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:350 +#: ../../general_concepts/colors/color_managed_workflow.rst:351 msgid "Games" msgstr "" +#: ../../general_concepts/colors/color_managed_workflow.rst:None msgid ".. image:: images/en/color_category/Krita-colormanaged-workflow_games.svg" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:359 +#: ../../general_concepts/colors/color_managed_workflow.rst:360 msgid "sRGB or grayscale linear for roughness and specular maps." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:361 +#: ../../general_concepts/colors/color_managed_workflow.rst:362 msgid "This one is tricky, but in the end it'll be sRGB for the regular player." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:363 -msgid "" -"So this one is tricky. You can use OCIO and ICC between programs, but " -"recommended is to have your images to the engine in sRGB or grayscale. " -"Many physically based renderers these days allow you to set whether an " -"image should be read as a linear or srgbtrc image, and this is even vital" -" to have the images being considered properly in the physically based " -"calculations of the game renderer." +#: ../../general_concepts/colors/color_managed_workflow.rst:364 +msgid "So this one is tricky. You can use OCIO and ICC between programs, but recommended is to have your images to the engine in sRGB or grayscale. Many physically based renderers these days allow you to set whether an image should be read as a linear or srgbtrc image, and this is even vital to have the images being considered properly in the physically based calculations of the game renderer." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:365 -msgid "" -"While game engines need to have optimised content, and it's recommended " -"to stay within 8bit, future screens may have higher bitdepths, and when " -"renderers will start supporting those, it may be beneficial to develop a " -"workflow where the working-space files are rather unnecessarily big and " -"you run some scripts to optimise them for your current render needs, " -"making updating the game in the future for fancier screens less of a " -"drag." +#: ../../general_concepts/colors/color_managed_workflow.rst:366 +msgid "While game engines need to have optimised content, and it's recommended to stay within 8bit, future screens may have higher bitdepths, and when renderers will start supporting those, it may be beneficial to develop a workflow where the working-space files are rather unnecessarily big and you run some scripts to optimise them for your current render needs, making updating the game in the future for fancier screens less of a drag." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:367 -msgid "" -"Normal maps and heightmaps are officially supossed to be defined with a " -"'non-color data' working space, but you'll find that most engines will " -"not care much for this. Instead, tell the game engine not to do any " -"conversion on the file when importing." +#: ../../general_concepts/colors/color_managed_workflow.rst:368 +msgid "Normal maps and heightmaps are officially supposed to be defined with a 'non-color data' working space, but you'll find that most engines will not care much for this. Instead, tell the game engine not to do any conversion on the file when importing." msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:369 -#, python-format -msgid "" -"Specular, glossiness, metalness and roughness maps are all based on " -"linear calculations, and when you find that a certain material has a " -"metalness of 0.3, this is 30% gray in a linear space. Therefore, make " -"sure to tell the game engine renderer that this is a linear space " -"image(or at the very least, should NOT be converted)." -msgstr "" - -#: ../../general_concepts/colors/color_managed_workflow.rst:373 -msgid "" -"`Visualising the XYZ colorspace " -"`_" +#: ../../general_concepts/colors/color_managed_workflow.rst:370 +msgid "Specular, glossiness, metalness and roughness maps are all based on linear calculations, and when you find that a certain material has a metalness of 0.3, this is 30% gray in a linear space. Therefore, make sure to tell the game engine renderer that this is a linear space image(or at the very least, should NOT be converted)." msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:374 -msgid "" -"`Basics of gamma correction `_" +msgid "`Visualising the XYZ colorspace `_" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:375 -msgid "" -"`Panda3d example of how an image that has gamma encoded without the 3d " -"renderer being notified of it having gamma-encoding can result in too " -"dark images `_" +msgid "`Basics of gamma correction `_" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:376 -msgid "" -"`2d examples of the effect of gamma-encoding on color maths " -"`_" +msgid "`Panda3d example of how an image that has gamma encoded without the 3d renderer being notified of it having gamma-encoding can result in too dark images `_" msgstr "" #: ../../general_concepts/colors/color_managed_workflow.rst:377 -msgid "" -"`Basic overview colormanagement from argylcms manual " -"`_" +msgid "`2d examples of the effect of gamma-encoding on color maths `_" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:380 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/colors/color_managed_workflow.rst:378 +msgid "`Basic overview colormanagement from argylcms manual `_" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:382 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:384 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:386 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:388 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:390 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:392 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:394 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:396 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:398 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:400 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:402 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:404 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:406 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:408 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:410 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:412 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:414 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:416 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:418 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:420 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:422 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:424 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:426 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:428 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:430 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:432 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:434 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:436 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:438 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:440 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:442 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:444 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:446 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:448 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:450 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:452 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:454 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:456 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:458 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/color_managed_workflow.rst:460 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/color_mixing.po b/locale/fr/LC_MESSAGES/general_concepts/colors/color_mixing.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/color_mixing.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/color_mixing.po @@ -1,647 +1,441 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/color_mixing.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/colors/color_mixing.rst:1 +msgid "Color Mixing in a digital media." +msgstr "" #: ../../general_concepts/colors/color_mixing.rst:17 msgid "Mixing Colors" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:19 -msgid "" -"Much like physical media, there are many ways to mix colors together in " -"Krita. Traditional painters and illustrators often use techniques like " -"**glazing**, **scumbling**, and **hatching** to mix colors directly on " -"their canvas, on top of mixing colors together on a **palette** or even " -"within the hairs of their **brush**. With a little bit of practice and " -"know-how, and thanks to the variety of powerful tools in Krita, we can " -"mimic all of these mixing techniques in digital painting." +msgid "Much like physical media, there are many ways to mix colors together in Krita. Traditional painters and illustrators often use techniques like **glazing**, **scumbling**, and **hatching** to mix colors directly on their canvas, on top of mixing colors together on a **palette** or even within the hairs of their **brush**. With a little bit of practice and know-how, and thanks to the variety of powerful tools in Krita, we can mimic all of these mixing techniques in digital painting." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:21 -msgid "" -"In both traditional and digital painting, mixing techniques can be " -"divided into *two major categories*: let's call them **\"on-canvas\"** " -"and **\"off-canvas\"**." +msgid "In both traditional and digital painting, mixing techniques can be divided into *two major categories*: let's call them **\"on-canvas\"** and **\"off-canvas\"**." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:24 msgid "On-Canvas Mixing" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:26 -msgid "" -"On-canvas mixing techniques are ones where multiple colors are combined " -"directly on the canvas as the artist paints. This takes a few forms, " -"including **layering semi-transparent color** on top of another color, " -"using **texture** to change how a color is perceived, or even in the " -"interaction between two areas of wet paint in traditional media. Bottom " -"line: on-canvas mixing happens right on the canvas and is a great tool " -"for artistic exploration and \"happy accidents\"." +msgid "On-canvas mixing techniques are ones where multiple colors are combined directly on the canvas as the artist paints. This takes a few forms, including **layering semi-transparent color** on top of another color, using **texture** to change how a color is perceived, or even in the interaction between two areas of wet paint in traditional media. Bottom line: on-canvas mixing happens right on the canvas and is a great tool for artistic exploration and \"happy accidents\"." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:29 msgid "Glazing" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_gloss.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:35 -msgid "" -"In traditional painting, **glazing** is overlaying many different semi-" -"transparent layers to create on-canvas color mixtures. Likewise, in " -"digital painting we can also use glazing to mix colors directly on our " -"canvas. This is one of the most fundamental and commonly used mixing " -"techniques in digital painting." +msgid "In traditional painting, **glazing** is overlaying many different semi-transparent layers to create on-canvas color mixtures. Likewise, in digital painting we can also use glazing to mix colors directly on our canvas. This is one of the most fundamental and commonly used mixing techniques in digital painting." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:37 -msgid "" -"We first lay down a semi-transparent layer on top of another color that " -"we intend to mix with. Then, we pick the **resultant color** with " -":kbd:`ctrl` + |mouseleft| (this can be configured in the canvas input " -"settings), and paint with that. Depending on our brush's **opacity " -"setting**, each time we glaze one color over another we will get a color " -"that is somewhere between those two colors, often leading to a nice " -"mixture." +msgid "We first lay down a semi-transparent layer on top of another color that we intend to mix with. Then, we pick the **resultant color** with :kbd:`ctrl` + |mouseleft| (this can be configured in the canvas input settings), and paint with that. Depending on our brush's **opacity setting**, each time we glaze one color over another we will get a color that is somewhere between those two colors, often leading to a nice mixture." msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:160 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:39 -msgid "" -"We can mix even more easily with glazing when we set our brush's **flow**" -" to a lower setting. Subtly different than opacity, :ref:`flow " -"` is transparency per dab instead of stroke, and " -"so it gives us softer strokes without giving up control." +msgid "We can mix even more easily with glazing when we set our brush's **flow** to a lower setting. Subtly different than opacity, :ref:`flow ` is transparency per dab instead of stroke, and so it gives us softer strokes without giving up control." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:41 -msgid "" -"Furthermore, we can combine glazing with various **blending modes** to " -"achieve different, interesting effects. For example, glazing with the " -"**multiply** blending mode to create nice shadows:" +msgid "Furthermore, we can combine glazing with various **blending modes** to achieve different, interesting effects. For example, glazing with the **multiply** blending mode to create nice shadows:" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_gloss_example_1.png" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:46 msgid "Staring with line art and base colors." msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_gloss_example_2.png" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:51 -msgid "" -"Using a semi-transparent brush that's set to multiply, we can add colored" -" layers to suggest shadows and mid-tones. The multiply blending mode will" -" darken and interact with each base color differently." +msgid "Using a semi-transparent brush that's set to multiply, we can add colored layers to suggest shadows and mid-tones. The multiply blending mode will darken and interact with each base color differently." msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_gloss_example_3.png" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:56 -msgid "" -"Then, using a brush with low flow (~0.30), we can pick the resulting " -"colors and lay down more layers. Not only does this help you define the " -"different planes and forms that are so crucial for creating a sense of " -"depth and three-dimensionality, it also gives quite a nice, painterly " -"effect!" +msgid "Then, using a brush with low flow (~0.30), we can pick the resulting colors and lay down more layers. Not only does this help you define the different planes and forms that are so crucial for creating a sense of depth and three-dimensionality, it also gives quite a nice, painterly effect!" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_gloss_example_4.png" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:62 -msgid "" -"Continue with a lower opacity and flow to create even smoother gradients." -" Make your **edges** as sharp or smooth as your subject matter and art " -"style demands!" +msgid "Continue with a lower opacity and flow to create even smoother gradients. Make your **edges** as sharp or smooth as your subject matter and art style demands!" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:65 msgid "Smudging" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_mix.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:71 -msgid "" -"**Smudge mixing** is done with the :ref:`color_smudge_brush_engine`, a " -"special brush engine that allows you to mix your current brush color with" -" the color(s) under the brush. It's a very powerful type of brush that " -"gives a lovely painterly effect. *Performance wise, it's a bit more " -"demanding and slower than the regular pixel brush.*" +msgid "**Smudge mixing** is done with the :ref:`color_smudge_brush_engine`, a special brush engine that allows you to mix your current brush color with the color(s) under the brush. It's a very powerful type of brush that gives a lovely painterly effect. *Performance wise, it's a bit more demanding and slower than the regular pixel brush.*" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:73 -msgid "" -"If you *remove all paint from a smudge brush*, you get a simple-yet-" -"powerful smudge effect:" +msgid "If you *remove all paint from a smudge brush*, you get a simple-yet-powerful smudge effect:" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_smudge.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:79 -msgid "" -"Different smudge brushes have different effects, so be sure to try them " -"all out!" +msgid "Different smudge brushes have different effects, so be sure to try them all out!" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:82 msgid "Scumbling" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:84 -msgid "" -"**Scumbling** is similar to glazing, except instead of having a semi-" -"opaque layer, we use layers of **textured** or **patterned** paint." +msgid "**Scumbling** is similar to glazing, except instead of having a semi-opaque layer, we use layers of **textured** or **patterned** paint." msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_scumble2.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:89 -msgid "" -"Like most painting programs, Krita allow you to pick a " -":ref:`option_brush_tip`, which can be used to create a textured effect " -"like that of scumbling." +msgid "Like most painting programs, Krita allow you to pick a :ref:`option_brush_tip`, which can be used to create a textured effect like that of scumbling." msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Color_scumble.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:95 -msgid "" -"Krita's brush engines also allows you to use :ref:`option_texture`. This " -"allows you to create interesting and stylized screentone-like effects." +msgid "Krita's brush engines also allows you to use :ref:`option_texture`. This allows you to create interesting and stylized screentone-like effects." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:97 -msgid "" -"With glazing can get you pretty far when it comes to *defining planes and" -" forms*, scumbling is the best method to *create texture and to break up " -"big pasty flats* in your painting." +msgid "With glazing can get you pretty far when it comes to *defining planes and forms*, scumbling is the best method to *create texture and to break up big pasty flats* in your painting." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:100 msgid "Off-Canvas Mixing" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:102 -msgid "" -"**Off-canvas** mixing has basically always been a core tool for artists " -"everywhere; when we think of the stereotypical artist we might imagine " -"someone with a few **brushes** in one hand and a wooden **palette** in " -"the other. Whether it's oils, watercolor, or other traditional media, for" -" the artist to have absolute control over their colors it's crucial to " -"have some kind of palette, plate, jar, or other **off-canvas area** to " -"mix colors together. While it's easy to overlook this in digital painting" -" (where selecting fresh new colors without mixing at all is both easy and" -" free*), Krita has a few very useful and unique features for off-canvas " -"mixing." +msgid "**Off-canvas** mixing has basically always been a core tool for artists everywhere; when we think of the stereotypical artist we might imagine someone with a few **brushes** in one hand and a wooden **palette** in the other. Whether it's oils, watercolor, or other traditional media, for the artist to have absolute control over their colors it's crucial to have some kind of palette, plate, jar, or other **off-canvas area** to mix colors together. While it's easy to overlook this in digital painting (where selecting fresh new colors without mixing at all is both easy and free*), Krita has a few very useful and unique features for off-canvas mixing." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:105 msgid "Color Picker Blending" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:109 -msgid "" -"Krita, like almost every art and graphics program, has a " -":ref:`color_picker_tool` which allows you to very quickly sample a color " -"from any pixel on your canvas. While this tool may seem relatively simple" -" and humble, it is also one of the most important and commonly used tools" -" in the digital artist's toolbox - perhaps only second to the brush! In " -"fact, the color picker tool is at the very heart of mixing colors, and is" -" often used in combination with on-canvas techniques like glazing and " -"scumbling to produce smooth blends of color." +msgid "Krita, like almost every art and graphics program, has a :ref:`color_picker_tool` which allows you to very quickly sample a color from any pixel on your canvas. While this tool may seem relatively simple and humble, it is also one of the most important and commonly used tools in the digital artist's toolbox - perhaps only second to the brush! In fact, the color picker tool is at the very heart of mixing colors, and is often used in combination with on-canvas techniques like glazing and scumbling to produce smooth blends of color." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:111 -msgid "" -"And still, there is more to this little tool than meets the eye! Not only" -" can you configure Krita's color picker to sample from the average color " -"of a **radius** of pixels, Krita's Color Picker also has a unique " -"**blending** feature: a powerful and intuitive tool for off-canvas color " -"mixing!" +msgid "And still, there is more to this little tool than meets the eye! Not only can you configure Krita's color picker to sample from the average color of a **radius** of pixels, Krita's Color Picker also has a unique **blending** feature: a powerful and intuitive tool for off-canvas color mixing!" msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Krita_cpb_mixing.gif" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:117 -msgid "" -"The Color Picker Blending feature changes the way that picking colors has" -" traditionally worked for decades; instead of completely replacing your " -"current brush color with the newly sampled color, *blending allows you to" -" quickly \"soak up\" some portion of the sampled color*, which is then " -"mixed with your current brush color." +msgid "The Color Picker Blending feature changes the way that picking colors has traditionally worked for decades; instead of completely replacing your current brush color with the newly sampled color, *blending allows you to quickly \"soak up\" some portion of the sampled color*, which is then mixed with your current brush color." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:119 -msgid "" -"You can use Color Picker Blending much like a physical paint brush in " -"traditional media. If you were to dip your paint brush into a pool of " -"*blue* paint, and then immediately dip again into a pool of *red* paint " -"and paint a stoke across your canvas, the stoke wouldn't be pure red - it" -" would be some combination of blue and red which would mix to create an " -"intermediate purple color. Which shade of purple would depend on the " -"ratio of paints that mix together within the hairs of your brush, and " -"this is essentially what the Color Picker's \"blend\" option controls: " -"what percentage of sampled color is mixed together with your current " -"brush color!" +msgid "You can use Color Picker Blending much like a physical paint brush in traditional media. If you were to dip your paint brush into a pool of *blue* paint, and then immediately dip again into a pool of *red* paint and paint a stoke across your canvas, the stoke wouldn't be pure red - it would be some combination of blue and red which would mix to create an intermediate purple color. Which shade of purple would depend on the ratio of paints that mix together within the hairs of your brush, and this is essentially what the Color Picker's \"blend\" option controls: what percentage of sampled color is mixed together with your current brush color!" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:121 -msgid "" -"Not only does Krita's Color Picker Blending feel even more like mixing " -"paints, it is also completely off-canvas and independent of opacity, " -"flow, shape, and other brush settings. Furthermore, unlike most on-canvas" -" mixing techniques, Color Picker Blending works regardless of the " -"location of colors on your canvas - enabling your to mix with colors at " -"any position, on any layer, or even in different documents! Quickly mix " -"lighting colors with local colors, mix the ambient sky color into " -"shadows, create atmospheric depth, mix from a preselected palette of " -"colors in another layer/document, etc." +msgid "Not only does Krita's Color Picker Blending feel even more like mixing paints, it is also completely off-canvas and independent of opacity, flow, shape, and other brush settings. Furthermore, unlike most on-canvas mixing techniques, Color Picker Blending works regardless of the location of colors on your canvas - enabling your to mix with colors at any position, on any layer, or even in different documents! Quickly mix lighting colors with local colors, mix the ambient sky color into shadows, create atmospheric depth, mix from a preselected palette of colors in another layer/document, etc." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:123 -msgid "" -"To use Color Picker Blending, simply set the \"blend\" option in the " -"**Tool Options Docker** while the Color Picker Tool is active; setting " -"blend to 100% will cause your Color Picker to work in the traditional way" -" (completely replacing your brush color with the picked color), setting " -"to around 50% will give you a half-way mix between colors, and setting to" -" a lower value will create more subtle shifts in colors each click. Of " -"course, blending affects both your dedicated Color Picker Tool as well as" -" the :kbd:`ctrl +` |mouseleft| shortcut." +msgid "To use Color Picker Blending, simply set the \"blend\" option in the **Tool Options Docker** while the Color Picker Tool is active; setting blend to 100% will cause your Color Picker to work in the traditional way (completely replacing your brush color with the picked color), setting to around 50% will give you a half-way mix between colors, and setting to a lower value will create more subtle shifts in colors each click. Of course, blending affects both your dedicated Color Picker Tool as well as the :kbd:`ctrl +` |mouseleft| shortcut." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:127 -msgid "" -"Clicking and dragging the Color Picker around the canvas currently causes" -" it to sample many times as it switches pixels. You can use this trait to" -" quickly soak up more color by \"dipping\" your color picker into a color" -" and swirling it around. This can be pretty satisfying! However, this " -"also means that some care must be taken to prevent from accidentally " -"picking up more color than you want. It's pretty easy to click a single " -"pixel only one time using a **mouse**, but when painting with a **drawing" -" tablet and pen** it can sometimes be desirable to use a slightly lower " -"blend setting!" +msgid "Clicking and dragging the Color Picker around the canvas currently causes it to sample many times as it switches pixels. You can use this trait to quickly soak up more color by \"dipping\" your color picker into a color and swirling it around. This can be pretty satisfying! However, this also means that some care must be taken to prevent from accidentally picking up more color than you want. It's pretty easy to click a single pixel only one time using a **mouse**, but when painting with a **drawing tablet and pen** it can sometimes be desirable to use a slightly lower blend setting!" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:130 msgid "The Digital Colors Mixer" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:132 -msgid "" -"Somewhat hidden away in the **Dockers** menu (:menuselection:`Settings " -"--> Dockers --> Digital Colors Mixer`), this can be a useful tool for " -"off-canvas mixing. The Digital Colors Mixer looks a little bit like an " -"audio mixing board that you'd see in a recording studio, but instead of " -"mixing music it mixes colors! It contains 6 independent **color mixers** " -"that mix your current brush color with any color of your choosing." +msgid "Somewhat hidden away in the **Dockers** menu (:menuselection:`Settings --> Dockers --> Digital Colors Mixer`), this can be a useful tool for off-canvas mixing. The Digital Colors Mixer looks a little bit like an audio mixing board that you'd see in a recording studio, but instead of mixing music it mixes colors! It contains 6 independent **color mixers** that mix your current brush color with any color of your choosing." msgstr "" +#: ../../general_concepts/colors/color_mixing.rst:None msgid ".. image:: images/en/color_category/Digi_colormixer.png" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:138 -msgid "" -"By clicking the **color buttons** below each mixer you can choose a " -"palette of colors to mix with. Above each mixer is a **color patch** that" -" will produce a color that mixes some amount of your current brush color " -"with the palette color. Colors towards the top of the mixer will deliver " -"subtle changes to your current color, while colors towards the bottom " -"will be much closer to the palette color of that channel." +msgid "By clicking the **color buttons** below each mixer you can choose a palette of colors to mix with. Above each mixer is a **color patch** that will produce a color that mixes some amount of your current brush color with the palette color. Colors towards the top of the mixer will deliver subtle changes to your current color, while colors towards the bottom will be much closer to the palette color of that channel." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:141 msgid "Other Tips" msgstr "" #: ../../general_concepts/colors/color_mixing.rst:143 -msgid "" -"**Q*:** \"What a waste of time! This is digital painting! Why should I " -"bother mixing colors at all!?\" - *Strawman* Joe." +msgid "Outside of making it easier to create smooth gradients, mixing has another benefit: It allows you create a cohesive piece." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:145 -msgid "" -"**A:** There's some truth to this; traditional painters often have a " -"starting palette that's limited by the tubes/pans of paints that they " -"own, which is further limited by availability and cost of paint. For " -"digital painters, on the other hand, it's quick, easy, and totally free " -"to click on Krita's **Advanced Color Selector** to pull up any color in " -"your current color space. So why mix at all?" +msgid "Limiting the amount of colors we use and then mixing tends to give a more cohesive palette, as we're not trying to do too much at once. This cohesive palette in turn means it will become easier to create a certain mood in an image. Sometimes, mixing in a little bit of accent color can also create unexpected results which in turn can be a little discovery for the audience to delight over as they discover the world of your image." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:147 -msgid "" -"Well... Because working within a limited palette and mixing almost always" -" gives you *\"better colors\"*! Don't get me wrong - it's not that one " -"color is inherently and objectively better than another. While there is " -"certainly a time and place for bright and vivid illustration styles with " -"lots of strong and saturated colors, mixing from a more limited palette " -"results in *colors with depth, subtlety, and harmony* and helps artists " -"to achieve a **color scheme**. Not only does painting with a color scheme" -" help to get rid of dreaded \"choice paralysis\", it also sometimes helps" -" to imbue your artwork with the sense of *emotion and intentionality* " -"that we often admire in other great works of art." +msgid "What we can learn from this, is that the next time we select, say, gray, instead of reaching for a random or generic gray from the Advanced Color Selector, consider using one of Krita's many wonderful mixing tools to create an interesting and fitting gray from hues that are roughly complementary (opposite each other on the hue wheel)." msgstr "" #: ../../general_concepts/colors/color_mixing.rst:149 -msgid "" -"So, next time you need to paint some *gray*, instead of reaching for a " -"random or generic gray from the Advanced Color Selector, consider using " -"one of Krita's many wonderful mixing tools to *create an interesting and " -"fitting gray* from hues that are roughly **complementary** (opposite each" -" other on the color wheel)." +msgid "While on-canvas and off-canvas techniques are fundamentally different categories of mixing colors, they are not mutually exclusive. All of the mixing methods in this article have pros and cons; different tools can be useful for different situations, and combining various techniques can be extremely powerful and fun!" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:153 -msgid "" -"While on-canvas and off-canvas techniques are fundamentally different " -"categories of mixing colors, they are **not** mutually exclusive at all! " -"All of the mixing methods in this article have pros and cons; different " -"tools can be useful for different situations, and combining various " -"techniques can be extremely powerful and fun!" +#: ../../general_concepts/colors/color_mixing.rst:151 +msgid "Finally, mixing colors will often go far better in a :ref:`higher bit-depth like 16bit `, though it'll make the image take up much more working **memory** (RAM). Furthermore, using a :ref:`linear color space ` can often give far better mixtures than a **gamma-corrected** one, though doing sketches and line art is easier to do in a gamma-corrected space." msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:157 -msgid "" -"Finally, mixing colors will often go far better in a :ref:`higher bit-" -"depth like 16bit `, though it'll make the image take up much " -"more working **memory** (RAM). Furthermore, using a :ref:`linear color " -"space ` can often give far better mixtures than a " -"**gamma-corrected** one, though doing sketches and line art is easier to " -"do in a gamma-corrected space." -msgstr "" - -#: ../../general_concepts/colors/color_mixing.rst:162 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:164 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:166 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:168 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:170 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:172 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:174 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:176 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:178 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:180 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:182 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:184 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:186 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:188 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:190 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:192 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:194 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:196 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:198 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:200 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:202 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:204 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:206 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:208 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:210 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:212 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:214 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:216 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:218 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:220 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:222 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:224 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:226 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:228 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:230 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:232 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:234 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:236 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:238 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/color_mixing.rst:240 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/color_models.po b/locale/fr/LC_MESSAGES/general_concepts/colors/color_models.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/color_models.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/color_models.po @@ -1,759 +1,752 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/color_models.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/color_models.rst:14 +#: ../../general_concepts/colors/color_models.rst:1 +msgid "Color Models in Krita" +msgstr "" + +#: ../../general_concepts/colors/color_models.rst:15 msgid "Color Models" msgstr "" -#: ../../general_concepts/colors/color_models.rst:16 -msgid "" -"Krita has many different color spaces and models. Following here is a " -"brief explanation of each, and their use-cases." +#: ../../general_concepts/colors/color_models.rst:17 +msgid "Krita has many different color spaces and models. Following here is a brief explanation of each, and their use-cases." msgstr "" -#: ../../general_concepts/colors/color_models.rst:21 +#: ../../general_concepts/colors/color_models.rst:22 msgid "RGB" msgstr "" -#: ../../general_concepts/colors/color_models.rst:23 +#: ../../general_concepts/colors/color_models.rst:24 msgid "Red, Green, Blue." msgstr "" -#: ../../general_concepts/colors/color_models.rst:25 -msgid "" -"These are the most efficient primaries for light-based color mixing, like" -" computer screens. Adding Red, Green and Blue light together results in " -"White, and is thus named the additive color wheel." +#: ../../general_concepts/colors/color_models.rst:26 +msgid "These are the most efficient primaries for light-based color mixing, like computer screens. Adding Red, Green and Blue light together results in White, and is thus named the additive color wheel." msgstr "" -#: ../../general_concepts/colors/color_models.rst:27 +#: ../../general_concepts/colors/color_models.rst:28 msgid "RGB is used for two purposes:" msgstr "" -#: ../../general_concepts/colors/color_models.rst:29 +#: ../../general_concepts/colors/color_models.rst:30 msgid "Images that are meant for viewing on a screen:" msgstr "" -#: ../../general_concepts/colors/color_models.rst:31 -msgid "" -"So that could be images for the web, buttons, avatars, or just portfolio " -"images." +#: ../../general_concepts/colors/color_models.rst:32 +msgid "So that could be images for the web, buttons, avatars, or just portfolio images." msgstr "" -#: ../../general_concepts/colors/color_models.rst:32 +#: ../../general_concepts/colors/color_models.rst:33 msgid "Or for Video games, both sprites and textures are best in RGB there." msgstr "" -#: ../../general_concepts/colors/color_models.rst:33 +#: ../../general_concepts/colors/color_models.rst:34 msgid "Or for 3d rendering, visual effects and cg animation." msgstr "" -#: ../../general_concepts/colors/color_models.rst:35 -msgid "" -"And for the working space. A working space is a RGB gamut that is really " -"large and predictable, meaning it's good for image manipulation. You use " -"this next to a profiled monitor. This way you can have precise colours " -"while also being able to view them correctly on multiple screens." +#: ../../general_concepts/colors/color_models.rst:36 +msgid "And for the working space. A working space is a RGB gamut that is really large and predictable, meaning it's good for image manipulation. You use this next to a profiled monitor. This way you can have precise colours while also being able to view them correctly on multiple screens." msgstr "" -#: ../../general_concepts/colors/color_models.rst:38 +#: ../../general_concepts/colors/color_models.rst:39 msgid "Blending modes in RGB" msgstr "" -#: ../../general_concepts/colors/color_models.rst:42 -#: ../../general_concepts/colors/color_models.rst:84 -#: ../../general_concepts/colors/color_models.rst:101 +#: ../../general_concepts/colors/color_models.rst:43 +#: ../../general_concepts/colors/color_models.rst:85 +#: ../../general_concepts/colors/color_models.rst:102 msgid "Color 1" msgstr "" -#: ../../general_concepts/colors/color_models.rst:42 -#: ../../general_concepts/colors/color_models.rst:84 -#: ../../general_concepts/colors/color_models.rst:101 +#: ../../general_concepts/colors/color_models.rst:43 +#: ../../general_concepts/colors/color_models.rst:85 +#: ../../general_concepts/colors/color_models.rst:102 msgid "Color 2" msgstr "" -#: ../../general_concepts/colors/color_models.rst:42 -#: ../../general_concepts/colors/color_models.rst:84 -#: ../../general_concepts/colors/color_models.rst:101 +#: ../../general_concepts/colors/color_models.rst:43 +#: ../../general_concepts/colors/color_models.rst:85 +#: ../../general_concepts/colors/color_models.rst:102 msgid "Normal" msgstr "" -#: ../../general_concepts/colors/color_models.rst:42 -#: ../../general_concepts/colors/color_models.rst:84 -#: ../../general_concepts/colors/color_models.rst:101 +#: ../../general_concepts/colors/color_models.rst:43 +#: ../../general_concepts/colors/color_models.rst:85 +#: ../../general_concepts/colors/color_models.rst:102 msgid "Multiply" msgstr "" -#: ../../general_concepts/colors/color_models.rst:42 -#: ../../general_concepts/colors/color_models.rst:84 -#: ../../general_concepts/colors/color_models.rst:101 +#: ../../general_concepts/colors/color_models.rst:43 +#: ../../general_concepts/colors/color_models.rst:85 +#: ../../general_concepts/colors/color_models.rst:102 msgid "Screen" msgstr "" -#: ../../general_concepts/colors/color_models.rst:44 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 msgid "R" msgstr "" -#: ../../general_concepts/colors/color_models.rst:44 -#: ../../general_concepts/colors/color_models.rst:86 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:87 +#: ../../general_concepts/colors/color_models.rst:87 +#: ../../general_concepts/colors/color_models.rst:87 +#: ../../general_concepts/colors/color_models.rst:87 +#: ../../general_concepts/colors/color_models.rst:87 msgid "G" msgstr "" -#: ../../general_concepts/colors/color_models.rst:44 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 +#: ../../general_concepts/colors/color_models.rst:45 msgid "B" msgstr "" -#: ../../general_concepts/colors/color_models.rst:46 -#: ../../general_concepts/colors/color_models.rst:105 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:106 msgid "R & G" msgstr "" -#: ../../general_concepts/colors/color_models.rst:46 -#: ../../general_concepts/colors/color_models.rst:105 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 msgid "1.0" msgstr "" -#: ../../general_concepts/colors/color_models.rst:46 -#: ../../general_concepts/colors/color_models.rst:105 -#: ../../general_concepts/colors/color_models.rst:107 -#: ../../general_concepts/colors/color_models.rst:120 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 +#: ../../general_concepts/colors/color_models.rst:121 msgid "0.0" msgstr "" -#: ../../general_concepts/colors/color_models.rst:46 -#: ../../general_concepts/colors/color_models.rst:48 -#: ../../general_concepts/colors/color_models.rst:88 -#: ../../general_concepts/colors/color_models.rst:105 -#: ../../general_concepts/colors/color_models.rst:107 -#: ../../general_concepts/colors/color_models.rst:118 -#: ../../general_concepts/colors/color_models.rst:120 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:47 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:121 msgid "0.5" msgstr "" -#: ../../general_concepts/colors/color_models.rst:48 -#: ../../general_concepts/colors/color_models.rst:88 -#: ../../general_concepts/colors/color_models.rst:107 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:108 msgid "Gray" msgstr "" -#: ../../general_concepts/colors/color_models.rst:48 -#: ../../general_concepts/colors/color_models.rst:88 -#: ../../general_concepts/colors/color_models.rst:105 -#: ../../general_concepts/colors/color_models.rst:107 -#: ../../general_concepts/colors/color_models.rst:118 -#: ../../general_concepts/colors/color_models.rst:120 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:121 msgid "0.25" msgstr "" -#: ../../general_concepts/colors/color_models.rst:48 -#: ../../general_concepts/colors/color_models.rst:88 -#: ../../general_concepts/colors/color_models.rst:105 -#: ../../general_concepts/colors/color_models.rst:107 -#: ../../general_concepts/colors/color_models.rst:118 -#: ../../general_concepts/colors/color_models.rst:120 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:49 +#: ../../general_concepts/colors/color_models.rst:89 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:106 +#: ../../general_concepts/colors/color_models.rst:108 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:119 +#: ../../general_concepts/colors/color_models.rst:121 msgid "0.75" msgstr "" -#: ../../general_concepts/colors/color_models.rst:54 +#: ../../general_concepts/colors/color_models.rst:55 msgid "RGB models: HSV, HSL, HSI and HSY" msgstr "" -#: ../../general_concepts/colors/color_models.rst:56 -msgid "" -"These are not included as their own color spaces in Krita. However, they " -"do show up in the blending modes and color selectors, so a brief " -"overview:" +#: ../../general_concepts/colors/color_models.rst:57 +msgid "These are not included as their own color spaces in Krita. However, they do show up in the blending modes and color selectors, so a brief overview:" msgstr "" -#: ../../general_concepts/colors/color_models.rst:58 +#: ../../general_concepts/colors/color_models.rst:59 msgid "--Images of relationship rgb-hsv etc." msgstr "" -#: ../../general_concepts/colors/color_models.rst:60 -msgid "Hue" -msgstr "" - #: ../../general_concepts/colors/color_models.rst:61 -msgid "" -"The tint of a color, or, whether it's red, yellow, green, etc. Krita's " -"Hue is measured in 360 degrees, with 0 being red, 120 being green and 240" -" being blue." +msgid "Hue" msgstr "" #: ../../general_concepts/colors/color_models.rst:62 -msgid "Saturation" +msgid "The tint of a color, or, whether it's red, yellow, green, etc. Krita's Hue is measured in 360 degrees, with 0 being red, 120 being green and 240 being blue." msgstr "" #: ../../general_concepts/colors/color_models.rst:63 -msgid "" -"How vibrant a color is. Saturation is slightly different between HSV and " -"the others. In HSV it's a measurement of the difference between two base " -"colors being used and three base colors being used. In the others it's a " -"measurement of how close a color is to grey, and sometimes this value is " -"called **Chroma**. Saturation ranges from 0(grey) to 100(pure color)." +msgid "Saturation" msgstr "" #: ../../general_concepts/colors/color_models.rst:64 -msgid "Value" +msgid "How vibrant a color is. Saturation is slightly different between HSV and the others. In HSV it's a measurement of the difference between two base colors being used and three base colors being used. In the others it's a measurement of how close a color is to grey, and sometimes this value is called **Chroma**. Saturation ranges from 0(grey) to 100(pure color)." msgstr "" #: ../../general_concepts/colors/color_models.rst:65 -msgid "" -"Sometimes known as Brightness. Measurement of how much the pixel needs to" -" light up. Also measured from 0 to 100." +msgid "Value" msgstr "" #: ../../general_concepts/colors/color_models.rst:66 -msgid "Lightness" +msgid "Sometimes known as Brightness. Measurement of how much the pixel needs to light up. Also measured from 0 to 100." msgstr "" #: ../../general_concepts/colors/color_models.rst:67 -msgid "" -"Where a color aligns between white and black. This value is non-linear, " -"and puts all the most saturated possible colors at 50. Ranges from 0 to " -"100." +msgid "Lightness" msgstr "" #: ../../general_concepts/colors/color_models.rst:68 -msgid "Intensity" +msgid "Where a color aligns between white and black. This value is non-linear, and puts all the most saturated possible colors at 50. Ranges from 0 to 100." msgstr "" #: ../../general_concepts/colors/color_models.rst:69 -msgid "" -"Similar to lightness, except it acknowledges that yellow (1,1,0) is " -"lighter than blue (0,0,1). Ranges from 0 to 100." +msgid "Intensity" +msgstr "" + +#: ../../general_concepts/colors/color_models.rst:70 +msgid "Similar to lightness, except it acknowledges that yellow (1,1,0) is lighter than blue (0,0,1). Ranges from 0 to 100." msgstr "" -#: ../../general_concepts/colors/color_models.rst:71 +#: ../../general_concepts/colors/color_models.rst:72 msgid "Luma(Y')" msgstr "" -#: ../../general_concepts/colors/color_models.rst:71 -msgid "" -"Similar to lightness and Intensity, except it weights the red, green and " -"blue components based real-life measurements of how much light a color " -"reflects to determine it's lightness. Ranges from 0 to 100. Luma is well " -"known for being used in film-colour spaces." +#: ../../general_concepts/colors/color_models.rst:72 +msgid "Similar to lightness and Intensity, except it weights the red, green and blue components based real-life measurements of how much light a color reflects to determine it's lightness. Ranges from 0 to 100. Luma is well known for being used in film-colour spaces." msgstr "" -#: ../../general_concepts/colors/color_models.rst:76 +#: ../../general_concepts/colors/color_models.rst:77 msgid "Grayscale" msgstr "" -#: ../../general_concepts/colors/color_models.rst:78 -msgid "" -"This color space only registers grey-values. This is useful, because by " -"only registering grey values, it only needs one channel of information, " -"which in turn means the image becomes much lighter in memory consumption!" +#: ../../general_concepts/colors/color_models.rst:79 +msgid "This color space only registers grey-values. This is useful, because by only registering grey values, it only needs one channel of information, which in turn means the image becomes much lighter in memory consumption!" msgstr "" -#: ../../general_concepts/colors/color_models.rst:81 -msgid "" -"This is useful for textures, but also anything else that needs to stay " -"grayscale, like Black and White comics." +#: ../../general_concepts/colors/color_models.rst:82 +msgid "This is useful for textures, but also anything else that needs to stay grayscale, like Black and White comics." msgstr "" -#: ../../general_concepts/colors/color_models.rst:94 +#: ../../general_concepts/colors/color_models.rst:95 msgid "CMYK" msgstr "" -#: ../../general_concepts/colors/color_models.rst:96 +#: ../../general_concepts/colors/color_models.rst:97 msgid "Cyan, Magenta, Yellow, Key" msgstr "" -#: ../../general_concepts/colors/color_models.rst:98 -msgid "" -"This is the color space of printers. Unlike computers, printers have " -"these four colors, and adding them all adds up to black instead of white." -" This is thus also called a 'subtractive' color space." +#: ../../general_concepts/colors/color_models.rst:99 +msgid "This is the color space of printers. Unlike computers, printers have these four colors, and adding them all adds up to black instead of white. This is thus also called a 'subtractive' color space." msgstr "" -#: ../../general_concepts/colors/color_models.rst:103 -#: ../../general_concepts/colors/color_models.rst:116 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 msgid "C" msgstr "" -#: ../../general_concepts/colors/color_models.rst:103 -#: ../../general_concepts/colors/color_models.rst:116 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 msgid "M" msgstr "" -#: ../../general_concepts/colors/color_models.rst:103 -#: ../../general_concepts/colors/color_models.rst:116 -#: ../../general_concepts/colors/color_models.rst:164 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:165 msgid "Y" msgstr "" -#: ../../general_concepts/colors/color_models.rst:103 -#: ../../general_concepts/colors/color_models.rst:116 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:104 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 +#: ../../general_concepts/colors/color_models.rst:117 msgid "K" msgstr "" -#: ../../general_concepts/colors/color_models.rst:110 -msgid "" -"There's also a difference between 'colored gray' and 'neutral gray' " -"depending on the profile." +#: ../../general_concepts/colors/color_models.rst:111 +msgid "There's also a difference between 'colored gray' and 'neutral gray' depending on the profile." msgstr "" -#: ../../general_concepts/colors/color_models.rst:114 +#: ../../general_concepts/colors/color_models.rst:115 msgid "25%" msgstr "" -#: ../../general_concepts/colors/color_models.rst:114 +#: ../../general_concepts/colors/color_models.rst:115 msgid "50%" msgstr "" -#: ../../general_concepts/colors/color_models.rst:114 +#: ../../general_concepts/colors/color_models.rst:115 msgid "75%" msgstr "" -#: ../../general_concepts/colors/color_models.rst:118 +#: ../../general_concepts/colors/color_models.rst:119 msgid "Colored Gray" msgstr "" -#: ../../general_concepts/colors/color_models.rst:120 +#: ../../general_concepts/colors/color_models.rst:121 msgid "Neutral Gray" msgstr "" -#: ../../general_concepts/colors/color_models.rst:127 +#: ../../general_concepts/colors/color_models.rst:128 msgid ".. image:: images/en/color_category/Cmyk_black_differences.png" msgstr "" -#: ../../general_concepts/colors/color_models.rst:127 -msgid "" -"In Krita, there's also the fact that the default color is a perfect black" -" in RGB, which then gets converted to our default CMYK in a funny manner," -" giving a yellow look to the strokes. Again, another good reason to work " -"in RGB and let the conversion be done by the printing house." +#: ../../general_concepts/colors/color_models.rst:128 +msgid "In Krita, there's also the fact that the default color is a perfect black in RGB, which then gets converted to our default CMYK in a funny manner, giving a yellow look to the strokes. Again, another good reason to work in RGB and let the conversion be done by the printing house." msgstr "" -#: ../../general_concepts/colors/color_models.rst:129 -msgid "" -"While CMYK has a smaller 'gamut' than RGB, however, it's still " -"recommended to use a RGB working space profile to do your editing in. " -"Afterwards, you can convert it to your printer's CMYK profile using " -"either perceptual or relative colorimetric intend. Or you can just give " -"the workspace rgb image to your printer and let them handle the work." +#: ../../general_concepts/colors/color_models.rst:130 +msgid "While CMYK has a smaller 'gamut' than RGB, however, it's still recommended to use a RGB working space profile to do your editing in. Afterwards, you can convert it to your printer's CMYK profile using either perceptual or relative colorimetric intend. Or you can just give the workspace rgb image to your printer and let them handle the work." msgstr "" -#: ../../general_concepts/colors/color_models.rst:135 +#: ../../general_concepts/colors/color_models.rst:136 msgid "YCrCb" msgstr "" -#: ../../general_concepts/colors/color_models.rst:137 +#: ../../general_concepts/colors/color_models.rst:138 msgid "Luminosity, Red-chroma, Blue-chroma" msgstr "" -#: ../../general_concepts/colors/color_models.rst:139 +#: ../../general_concepts/colors/color_models.rst:140 msgid "YCrCb stands for" msgstr "" -#: ../../general_concepts/colors/color_models.rst:141 +#: ../../general_concepts/colors/color_models.rst:142 msgid "Y'/Y" msgstr "" -#: ../../general_concepts/colors/color_models.rst:142 +#: ../../general_concepts/colors/color_models.rst:143 msgid "Luma/Luminosity, thus, the amount of light a color reflects." msgstr "" -#: ../../general_concepts/colors/color_models.rst:143 +#: ../../general_concepts/colors/color_models.rst:144 msgid "Cr" msgstr "" -#: ../../general_concepts/colors/color_models.rst:144 +#: ../../general_concepts/colors/color_models.rst:145 msgid "Red Chroma. This value measures how red a color is versus how green it is." msgstr "" -#: ../../general_concepts/colors/color_models.rst:146 +#: ../../general_concepts/colors/color_models.rst:147 msgid "Cb" msgstr "" -#: ../../general_concepts/colors/color_models.rst:146 -msgid "" -"Blue Chroma. This value measures how blue a color is versus how yellow it" -" is." +#: ../../general_concepts/colors/color_models.rst:147 +msgid "Blue Chroma. This value measures how blue a color is versus how yellow it is." msgstr "" -#: ../../general_concepts/colors/color_models.rst:148 -msgid "" -"This color space is often used in photography and in (correct) " -"implementations of JPEG. As humans you're much more sensitive to the " -"lightness of colors, and thus JPEG tries to compress the Cr and Cb " -"channels, and leave the Y channel in full quality." +#: ../../general_concepts/colors/color_models.rst:149 +msgid "This color space is often used in photography and in (correct) implementations of JPEG. As humans you're much more sensitive to the lightness of colors, and thus JPEG tries to compress the Cr and Cb channels, and leave the Y channel in full quality." msgstr "" -#: ../../general_concepts/colors/color_models.rst:152 -msgid "" -"Krita doesn't bundle a ICC profile for YCrCb on the basis of there being " -"no open source ICC profiles for this color space. It's unusable without " -"one, and also probably very untested." +#: ../../general_concepts/colors/color_models.rst:153 +msgid "Krita doesn't bundle a ICC profile for YCrCb on the basis of there being no open source ICC profiles for this color space. It's unusable without one, and also probably very untested." msgstr "" -#: ../../general_concepts/colors/color_models.rst:157 +#: ../../general_concepts/colors/color_models.rst:158 msgid "XYZ" msgstr "" -#: ../../general_concepts/colors/color_models.rst:159 -msgid "" -"Back in 1931, the CIE(Institute of Color and Light), was studying human " -"color perception. In doing so, they made the first color spaces, with XYZ" -" being the one best at approximating human vision." +#: ../../general_concepts/colors/color_models.rst:160 +msgid "Back in 1931, the CIE(Institute of Color and Light), was studying human color perception. In doing so, they made the first color spaces, with XYZ being the one best at approximating human vision." msgstr "" -#: ../../general_concepts/colors/color_models.rst:162 +#: ../../general_concepts/colors/color_models.rst:163 msgid "It's almost impossible to really explain what XYZ is." msgstr "" -#: ../../general_concepts/colors/color_models.rst:165 +#: ../../general_concepts/colors/color_models.rst:166 msgid "is equal to green." msgstr "" -#: ../../general_concepts/colors/color_models.rst:166 +#: ../../general_concepts/colors/color_models.rst:167 msgid "Z" msgstr "" -#: ../../general_concepts/colors/color_models.rst:167 +#: ../../general_concepts/colors/color_models.rst:168 msgid "akin to blue." msgstr "" -#: ../../general_concepts/colors/color_models.rst:169 +#: ../../general_concepts/colors/color_models.rst:170 msgid "X" msgstr "" -#: ../../general_concepts/colors/color_models.rst:169 +#: ../../general_concepts/colors/color_models.rst:170 msgid "is supposed to be red." msgstr "" -#: ../../general_concepts/colors/color_models.rst:171 -msgid "" -"XYZ is used as a baseline reference for all other profiles and models. " -"All color conversions are done in XYZ, and all profiles coordinates match" -" XYZ." +#: ../../general_concepts/colors/color_models.rst:172 +msgid "XYZ is used as a baseline reference for all other profiles and models. All color conversions are done in XYZ, and all profiles coordinates match XYZ." msgstr "" -#: ../../general_concepts/colors/color_models.rst:176 +#: ../../general_concepts/colors/color_models.rst:177 msgid "L\\*a\\*b\\*" msgstr "" -#: ../../general_concepts/colors/color_models.rst:178 +#: ../../general_concepts/colors/color_models.rst:179 msgid "Stands for:" msgstr "" -#: ../../general_concepts/colors/color_models.rst:180 +#: ../../general_concepts/colors/color_models.rst:181 msgid "L\\*" msgstr "" -#: ../../general_concepts/colors/color_models.rst:181 +#: ../../general_concepts/colors/color_models.rst:182 msgid "Lightness, similar to luminosity in this case." msgstr "" -#: ../../general_concepts/colors/color_models.rst:182 +#: ../../general_concepts/colors/color_models.rst:183 msgid "a\\*" msgstr "" -#: ../../general_concepts/colors/color_models.rst:183 -msgid "" -"a\\* in this case is the measurement of how magenta a color is versus how" -" green it is." +#: ../../general_concepts/colors/color_models.rst:184 +msgid "a\\* in this case is the measurement of how magenta a color is versus how green it is." msgstr "" -#: ../../general_concepts/colors/color_models.rst:185 +#: ../../general_concepts/colors/color_models.rst:186 msgid "b\\*" msgstr "" -#: ../../general_concepts/colors/color_models.rst:185 -msgid "" -"b\\* in this case is a measurement of how yellow a color is versus how " -"blue a color is." +#: ../../general_concepts/colors/color_models.rst:186 +msgid "b\\* in this case is a measurement of how yellow a color is versus how blue a color is." msgstr "" -#: ../../general_concepts/colors/color_models.rst:187 -msgid "" -"L\\*a\\*b\\* is supossed to be a more comprehensible variety of XYZ and " -"the most 'complete' of all color spaces. It's often used as an in between" -" colour space in conversion, but even more as the correct color space to " -"do color-balancing in. It's far easier to adjust the contrast and color " -"tone in L*a*b*." +#: ../../general_concepts/colors/color_models.rst:188 +msgid "L\\*a\\*b\\* is supposed to be a more comprehensible variety of XYZ and the most 'complete' of all color spaces. It's often used as an in between colour space in conversion, but even more as the correct color space to do color-balancing in. It's far easier to adjust the contrast and color tone in L*a*b*." msgstr "" -#: ../../general_concepts/colors/color_models.rst:189 -msgid "" -"L\\*a\\*b\\* is technically the same as Photoshop's LAB. Photoshop " -"specifically uses CIELAB d50." +#: ../../general_concepts/colors/color_models.rst:190 +msgid "L\\*a\\*b\\* is technically the same as Photoshop's LAB. Photoshop specifically uses CIELAB d50." msgstr "" -#: ../../general_concepts/colors/color_models.rst:192 +#: ../../general_concepts/colors/color_models.rst:193 msgid "Filters and blending modes." msgstr "" -#: ../../general_concepts/colors/color_models.rst:194 -msgid "" -"Maybe you have noticed that blending modes in LAB don't work like they do" -" in RGB or CMYK. This is because the blending modes work by doing a bit " -"of maths on the color coordinates, and because color coordinates are " -"different per color space, the blending modes look different." +#: ../../general_concepts/colors/color_models.rst:195 +msgid "Maybe you have noticed that blending modes in LAB don't work like they do in RGB or CMYK. This is because the blending modes work by doing a bit of maths on the color coordinates, and because color coordinates are different per color space, the blending modes look different." msgstr "" -#: ../../general_concepts/colors/color_models.rst:198 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/color_models.rst:200 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/color_models.rst:202 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/color_models.rst:204 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/color_models.rst:206 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/color_models.rst:208 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/color_models.rst:210 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/color_models.rst:212 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/color_models.rst:214 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/color_models.rst:216 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/color_models.rst:218 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/color_models.rst:220 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/color_models.rst:222 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/color_models.rst:224 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/color_models.rst:226 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/color_models.rst:228 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/color_models.rst:230 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/color_models.rst:232 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/color_models.rst:234 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/color_models.rst:236 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/color_models.rst:238 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/color_models.rst:240 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/color_models.rst:242 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/color_models.rst:244 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/color_models.rst:246 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/color_models.rst:248 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/color_models.rst:250 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/color_models.rst:252 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/color_models.rst:254 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/color_models.rst:256 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/color_models.rst:258 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/color_models.rst:260 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/color_models.rst:262 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/color_models.rst:264 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/color_models.rst:266 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/color_models.rst:268 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/color_models.rst:270 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/color_models.rst:272 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/color_models.rst:274 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/color_models.rst:276 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/color_models.rst:278 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/color_space_size.po b/locale/fr/LC_MESSAGES/general_concepts/colors/color_space_size.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/color_space_size.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/color_space_size.po @@ -1,364 +1,291 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/color_space_size.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/color_space_size.rst:14 +#: ../../general_concepts/colors/color_space_size.rst:1 +msgid "About Color Space Size" +msgstr "" + +#: ../../general_concepts/colors/color_space_size.rst:15 msgid "Color Space Size" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:16 -msgid "" -"Using Krita's color space browser, you can see that there's many " -"different space sizes." +#: ../../general_concepts/colors/color_space_size.rst:17 +msgid "Using Krita's color space browser, you can see that there's many different space sizes." msgstr "" -msgid "" -".. image:: " -"images/en/color_category/Basiccolormanagement_compare4spaces.png" +#: ../../general_concepts/colors/color_space_size.rst:None +msgid ".. image:: images/en/color_category/Basiccolormanagement_compare4spaces.png" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:24 +#: ../../general_concepts/colors/color_space_size.rst:25 msgid "How do these affect you image, and why would you use them?" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:26 +#: ../../general_concepts/colors/color_space_size.rst:27 msgid "The primary reason to use a large space is for three reasons:" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:28 -msgid "" -"Even though you can't see the colors, the computer program does " -"understand them and can do color maths with it." -msgstr "" - #: ../../general_concepts/colors/color_space_size.rst:29 -msgid "" -"For exchanging between programs and devices: most CMYK profiles are a " -"little bigger than our default sRGB in places, while in other places, " -"it's smaller. To get the best conversion, having your image in a space " -"that encompasses both you screen profile as your printer profile." +msgid "Even though you can't see the colors, the computer program does understand them and can do color maths with it." msgstr "" #: ../../general_concepts/colors/color_space_size.rst:30 -msgid "" -"For archival purposes. In other words, maybe monitors of the future will " -"have larger amounts of colors they can show(spoiler: they already do), " -"and this allows you to be prepared for that." +msgid "For exchanging between programs and devices: most CMYK profiles are a little bigger than our default sRGB in places, while in other places, it's smaller. To get the best conversion, having your image in a space that encompasses both you screen profile as your printer profile." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:32 -msgid "Let's compare the following gradients in different spaces:" +#: ../../general_concepts/colors/color_space_size.rst:31 +msgid "For archival purposes. In other words, maybe monitors of the future will have larger amounts of colors they can show(spoiler: they already do), and this allows you to be prepared for that." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:36 -msgid "" -".. image:: " -"images/en/color_category/Basiccolormanagement_gradientsin4spaces_v2.jpg" +#: ../../general_concepts/colors/color_space_size.rst:33 +msgid "Let's compare the following gradients in different spaces:" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:39 -msgid "" -".. image:: " -"images/en/color_category/Basiccolormanagement_gradientsin4spaces_nonmanaged.png" +#: ../../general_concepts/colors/color_space_size.rst:37 +msgid ".. image:: images/en/color_category/Basiccolormanagement_gradientsin4spaces_v2.jpg" msgstr "" #: ../../general_concepts/colors/color_space_size.rst:40 -msgid "" -"On the left we have an artefact-ridden color managed jpeg file with an " -"ACES sRGBtrc v2 profile attached(or not, depending on mediawiki's mood, " -"if not then you can see the exact different between the colors more " -"clearly). This should give an approximation of the actual colors. On the " -"right, we have a sRGB png that was converted in Krita from the base file." +msgid ".. image:: images/en/color_category/Basiccolormanagement_gradientsin4spaces_nonmanaged.png" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:42 -msgid "" -"Each of the gradients are gradients from the max of a given channel. As " -"you can see, the mid-tone of the ACES color space is much brighter than " -"the mid-tone of the RGB colorspace, and this is because the primaries are" -" further apart." +#: ../../general_concepts/colors/color_space_size.rst:41 +msgid "On the left we have an artifact-ridden color managed jpeg file with an ACES sRGBtrc v2 profile attached(or not, depending on mediawiki's mood, if not then you can see the exact different between the colors more clearly). This should give an approximation of the actual colors. On the right, we have a sRGB png that was converted in Krita from the base file." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:44 -msgid "" -"What this means for us is that when we start mixing or applying filters, " -"Krita can output values higher than visible, but also generate more " -"correct mixes and gradients. In particular, when color correcting, the " -"bigger space can help with giving more precise information." +#: ../../general_concepts/colors/color_space_size.rst:43 +msgid "Each of the gradients are gradients from the max of a given channel. As you can see, the mid-tone of the ACES color space is much brighter than the mid-tone of the RGB colorspace, and this is because the primaries are further apart." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:46 -msgid "" -"If you have a display profile that uses a LUT, then you can use " -"perceptual to give an indication of how your image will look." +#: ../../general_concepts/colors/color_space_size.rst:45 +msgid "What this means for us is that when we start mixing or applying filters, Krita can output values higher than visible, but also generate more correct mixes and gradients. In particular, when color correcting, the bigger space can help with giving more precise information." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:48 -msgid "" -"Bigger spaces do have the downside they require more precision if you do " -"not want to see banding, so make sure to have at the least 16bit per " -"channel when choosing a bigger space." +#: ../../general_concepts/colors/color_space_size.rst:47 +msgid "If you have a display profile that uses a LUT, then you can use perceptual to give an indication of how your image will look." msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/colors/color_space_size.rst:49 +msgid "Bigger spaces do have the downside they require more precision if you do not want to see banding, so make sure to have at the least 16bit per channel when choosing a bigger space." +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:53 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:55 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:57 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:59 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:61 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:63 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:65 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:67 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:69 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:71 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:73 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:75 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:77 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:79 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:81 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:83 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:85 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:87 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:89 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:91 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:93 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:95 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:97 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:99 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:101 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:103 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:105 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:107 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:109 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:111 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:113 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:115 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:117 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:119 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:121 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:123 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:125 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:127 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:129 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/color_space_size.rst:131 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/linear_and_gamma.po b/locale/fr/LC_MESSAGES/general_concepts/colors/linear_and_gamma.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/linear_and_gamma.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/linear_and_gamma.po @@ -1,541 +1,434 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/linear_and_gamma.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/linear_and_gamma.rst:16 +#: ../../general_concepts/colors/linear_and_gamma.rst:1 +msgid "The effect of gamma and linear." +msgstr "" + +#: ../../general_concepts/colors/linear_and_gamma.rst:17 msgid "Gamma and Linear" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:18 -msgid "" -"Now, the situation we talk about when talking theory is what we would " -"call 'linear'. Each step of brightness is the same value. Our eyes do not" -" perceive linearly. Rather, we find it more easy to distinguish between " -"darker greys than we do between lighter greys." +#: ../../general_concepts/colors/linear_and_gamma.rst:19 +msgid "Now, the situation we talk about when talking theory is what we would call 'linear'. Each step of brightness is the same value. Our eyes do not perceive linearly. Rather, we find it more easy to distinguish between darker greys than we do between lighter greys." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:21 -msgid "" -"As humans are the ones using computers, we have made it so that computers" -" will give more room to darker values in the coordinate system of the " -"image. We call this 'gamma-encoding', because it is applying a gamma " -"function to the TRC or transfer function of an image. The TRC in this " -"case being the Tone Response Curve or Tone Reproduction Curve or Transfer" -" function(because color management specialists hate themselves), which " -"tells your computer or printer how much color corresponds to a certain " -"value." +#: ../../general_concepts/colors/linear_and_gamma.rst:22 +msgid "As humans are the ones using computers, we have made it so that computers will give more room to darker values in the coordinate system of the image. We call this 'gamma-encoding', because it is applying a gamma function to the TRC or transfer function of an image. The TRC in this case being the Tone Response Curve or Tone Reproduction Curve or Transfer function(because color management specialists hate themselves), which tells your computer or printer how much color corresponds to a certain value." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:27 +#: ../../general_concepts/colors/linear_and_gamma.rst:28 msgid ".. image:: images/en/color_category/Pepper_tonecurves.png" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:27 -msgid "" -"One of the most common issues people have with Krita's color management " -"is the assigning of the right colorspace to the encoded TRC. Above, the " -"center Pepper is the right one, where the encoded and assigned TRC are " -"the same. To the left we have a Pepper encoded in sRGB, but assigned a " -"linear profile, and to the right we have a Pepper encoded with a linear " -"TRC and assigned a sRGB TRC. Image from `Pepper & Carrot " -"`_" +#: ../../general_concepts/colors/linear_and_gamma.rst:28 +msgid "One of the most common issues people have with Krita's color management is the assigning of the right colorspace to the encoded TRC. Above, the center Pepper is the right one, where the encoded and assigned TRC are the same. To the left we have a Pepper encoded in sRGB, but assigned a linear profile, and to the right we have a Pepper encoded with a linear TRC and assigned a sRGB TRC. Image from `Pepper & Carrot `_" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:29 -msgid "" -"The following table shows how there's a lot of space being used by " -"lighter values in a linear space compared to the default sRGB trc of our " -"modern computers and other TRCs available in our delivered profiles:" +#: ../../general_concepts/colors/linear_and_gamma.rst:30 +msgid "The following table shows how there's a lot of space being used by lighter values in a linear space compared to the default sRGB trc of our modern computers and other TRCs available in our delivered profiles:" msgstr "" +#: ../../general_concepts/colors/linear_and_gamma.rst:None msgid ".. image:: images/en/color_category/trc_gray_gradients.svg" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:34 -msgid "" -"If you look at linear of rec 709 TRCs, you can see there's quite a jump " -"between the darker shades and the lighter shades, while if we look at the" -" Lab L* TRC or the sRGB TRC, which seem more evenly spaced. This is due " -"to our eyes' sensitivity to darker values. This also means that if you do" -" not have enough bit depth, an image in a linear space will look as if it" -" has ugly banding. Hence why, when we make images for viewing on a " -"screen, we always use something like the LAB L\\*, sRGB or Gamma 2.2 TRCs" -" to encode the image with." +#: ../../general_concepts/colors/linear_and_gamma.rst:35 +msgid "If you look at linear of rec 709 TRCs, you can see there's quite a jump between the darker shades and the lighter shades, while if we look at the Lab L* TRC or the sRGB TRC, which seem more evenly spaced. This is due to our eyes' sensitivity to darker values. This also means that if you do not have enough bit depth, an image in a linear space will look as if it has ugly banding. Hence why, when we make images for viewing on a screen, we always use something like the LAB L\\*, sRGB or Gamma 2.2 TRCs to encode the image with." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:37 -msgid "" -"However, this modification to give more space to darker values does lead " -"to wonky color maths when mixing the colors." +#: ../../general_concepts/colors/linear_and_gamma.rst:38 +msgid "However, this modification to give more space to darker values does lead to wonky color maths when mixing the colors." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:39 +#: ../../general_concepts/colors/linear_and_gamma.rst:40 msgid "We can see this with the following experiment:" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:45 -msgid "" -".. image:: " -"images/en/color_category/Krita_2_9_colormanagement_blending_1.png" +#: ../../general_concepts/colors/linear_and_gamma.rst:46 +msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_blending_1.png" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:45 -msgid "" -"**Left:** Colored circles blurred in a regular sRGB space. **Right:** " -"Colored circles blurred in a linear space." +#: ../../general_concepts/colors/linear_and_gamma.rst:46 +msgid "**Left:** Colored circles blurred in a regular sRGB space. **Right:** Colored circles blurred in a linear space." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:47 -msgid "" -"Colored circles, half blurred. In a gamma-corrected environment, this " -"gives an odd black border. In a linear environment, this gives us a nice " -"gradation." +#: ../../general_concepts/colors/linear_and_gamma.rst:48 +msgid "Colored circles, half blurred. In a gamma-corrected environment, this gives an odd black border. In a linear environment, this gives us a nice gradation." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:49 +#: ../../general_concepts/colors/linear_and_gamma.rst:50 msgid "This also counts for Krita's colour smudge brush:" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:55 -msgid "" -".. image:: " -"images/en/color_category/Krita_2_9_colormanagement_blending_2.png" +#: ../../general_concepts/colors/linear_and_gamma.rst:56 +msgid ".. image:: images/en/color_category/Krita_2_9_colormanagement_blending_2.png" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:55 -msgid "" -"That's right, the 'muddying' of colours as is a common complaint by " -"digital painters everywhere, is in fact, a gamma-corrected colourspace " -"mucking up your colours. If you had been working in LAB to avoid this, be" -" sure to try out a linear rgb colour space." +#: ../../general_concepts/colors/linear_and_gamma.rst:56 +msgid "That's right, the 'muddying' of colours as is a common complaint by digital painters everywhere, is in fact, a gamma-corrected colourspace mucking up your colours. If you had been working in LAB to avoid this, be sure to try out a linear rgb colour space." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:58 +#: ../../general_concepts/colors/linear_and_gamma.rst:59 msgid "What is happening under the hood" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:61 +#: ../../general_concepts/colors/linear_and_gamma.rst:62 msgid "Imagine we want to mix red and green." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:63 -msgid "" -"First, we would need the color coordinates of red and green inside our " -"colour space's color model. So, that'd be..." +#: ../../general_concepts/colors/linear_and_gamma.rst:64 +msgid "First, we would need the color coordinates of red and green inside our colour space's color model. So, that'd be..." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:66 +#: ../../general_concepts/colors/linear_and_gamma.rst:67 msgid "Color" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:66 -#: ../../general_concepts/colors/linear_and_gamma.rst:68 -#: ../../general_concepts/colors/linear_and_gamma.rst:75 -#: ../../general_concepts/colors/linear_and_gamma.rst:77 +#: ../../general_concepts/colors/linear_and_gamma.rst:67 +#: ../../general_concepts/colors/linear_and_gamma.rst:69 +#: ../../general_concepts/colors/linear_and_gamma.rst:76 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 msgid "Red" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:66 -#: ../../general_concepts/colors/linear_and_gamma.rst:69 -#: ../../general_concepts/colors/linear_and_gamma.rst:75 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 +#: ../../general_concepts/colors/linear_and_gamma.rst:67 +#: ../../general_concepts/colors/linear_and_gamma.rst:70 +#: ../../general_concepts/colors/linear_and_gamma.rst:76 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 msgid "Green" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:66 -#: ../../general_concepts/colors/linear_and_gamma.rst:81 +#: ../../general_concepts/colors/linear_and_gamma.rst:67 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 msgid "Blue" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:68 #: ../../general_concepts/colors/linear_and_gamma.rst:69 -#: ../../general_concepts/colors/linear_and_gamma.rst:77 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 +#: ../../general_concepts/colors/linear_and_gamma.rst:70 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 msgid "1.0" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:68 #: ../../general_concepts/colors/linear_and_gamma.rst:69 -#: ../../general_concepts/colors/linear_and_gamma.rst:77 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 -#: ../../general_concepts/colors/linear_and_gamma.rst:81 +#: ../../general_concepts/colors/linear_and_gamma.rst:69 +#: ../../general_concepts/colors/linear_and_gamma.rst:70 +#: ../../general_concepts/colors/linear_and_gamma.rst:70 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 +#: ../../general_concepts/colors/linear_and_gamma.rst:82 msgid "0.0" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:72 -msgid "We then avarage these coordinates over three mixes:" +#: ../../general_concepts/colors/linear_and_gamma.rst:73 +msgid "We then average these coordinates over three mixes:" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:75 +#: ../../general_concepts/colors/linear_and_gamma.rst:76 msgid "Mix1" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:75 +#: ../../general_concepts/colors/linear_and_gamma.rst:76 msgid "Mix2" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:75 +#: ../../general_concepts/colors/linear_and_gamma.rst:76 msgid "Mix3" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:77 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 msgid "0.75" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:77 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 msgid "0.5" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:77 -#: ../../general_concepts/colors/linear_and_gamma.rst:79 +#: ../../general_concepts/colors/linear_and_gamma.rst:78 +#: ../../general_concepts/colors/linear_and_gamma.rst:80 msgid "0.25" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:84 -msgid "" -"But to figure out how these colours look on screen, we first put the " -"indvidual values through the TRC of the color-space we're working with:" +#: ../../general_concepts/colors/linear_and_gamma.rst:85 +msgid "But to figure out how these colours look on screen, we first put the individual values through the TRC of the color-space we're working with:" msgstr "" +#: ../../general_concepts/colors/linear_and_gamma.rst:None msgid ".. image:: images/en/color_category/Basicreading3trcsv2.svg" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:92 -msgid "" -"Then we fill in the values into the correct spot. Compare these to the " -"values of the mixture table above!" +#: ../../general_concepts/colors/linear_and_gamma.rst:93 +msgid "Then we fill in the values into the correct spot. Compare these to the values of the mixture table above!" msgstr "" +#: ../../general_concepts/colors/linear_and_gamma.rst:None msgid ".. image:: images/en/color_category/red_green_mixes_trc.svg" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:98 -msgid "" -"And this is why colour mixtures are lighter and softer in linear space. " -"Linear space is more physically correct, but sRGB is more efficient in " -"terms of space, so hence why many images have an sRGB TRC encoded into " -"them. In case this still doesn't make sense: *sRGB gives largely* " -"**darker** *values than linear space for the same coordinates.*" +#: ../../general_concepts/colors/linear_and_gamma.rst:99 +msgid "And this is why colour mixtures are lighter and softer in linear space. Linear space is more physically correct, but sRGB is more efficient in terms of space, so hence why many images have an sRGB TRC encoded into them. In case this still doesn't make sense: *sRGB gives largely* **darker** *values than linear space for the same coordinates.*" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:101 -msgid "" -"So different TRCs give different mixes between colors, in the following " -"example, every set of gradients is in order a mix using linear trc, a mix" -" using srgb trc and a mix using lab L* trc." +#: ../../general_concepts/colors/linear_and_gamma.rst:102 +msgid "So different TRCs give different mixes between colors, in the following example, every set of gradients is in order a mix using linear trc, a mix using srgb trc and a mix using lab L* trc." msgstr "" +#: ../../general_concepts/colors/linear_and_gamma.rst:None msgid ".. image:: images/en/color_category/3trcsresult.png" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:109 -msgid "" -"So, you might be asking, how do I tick this option? Is it in the settings" -" somewhere? The answer is that we have several icc profiles that can be " -"used for this kind of work:" +#: ../../general_concepts/colors/linear_and_gamma.rst:110 +msgid "So, you might be asking, how do I tick this option? Is it in the settings somewhere? The answer is that we have several icc profiles that can be used for this kind of work:" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:111 +#: ../../general_concepts/colors/linear_and_gamma.rst:112 msgid "scRGB (linear)" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:112 +#: ../../general_concepts/colors/linear_and_gamma.rst:113 msgid "All 'elle'-profiles ending in 'g10', such as *sRGB-elle-v2-g10.icc*." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:114 -msgid "" -"In fact, in all the 'elle'-profiles, the last number indicates the gamma." -" 1.0 is linear, higher is gamma-corrected and 'srgbtrc' is a special " -"gamma correction for the original sRGB profile." +#: ../../general_concepts/colors/linear_and_gamma.rst:115 +msgid "In fact, in all the 'elle'-profiles, the last number indicates the gamma. 1.0 is linear, higher is gamma-corrected and 'srgbtrc' is a special gamma correction for the original sRGB profile." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:116 -msgid "" -"If you use the color space browser, you can tell the TRC from the " -"'estimated gamma'(if it's 1.0, it's linear), or from the TRC widget in " -"Krita 3.0, which looks exactly like the curve graphs above." +#: ../../general_concepts/colors/linear_and_gamma.rst:117 +msgid "If you use the color space browser, you can tell the TRC from the 'estimated gamma'(if it's 1.0, it's linear), or from the TRC widget in Krita 3.0, which looks exactly like the curve graphs above." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:118 -msgid "" -"Even if you do not paint much, but are for example making textures for a " -"videogame or rendering, using a linear space is very beneficial and will " -"speed up the renderer a little, for it won't have to convert images on " -"it's own." +#: ../../general_concepts/colors/linear_and_gamma.rst:119 +msgid "Even if you do not paint much, but are for example making textures for a videogame or rendering, using a linear space is very beneficial and will speed up the renderer a little, for it won't have to convert images on it's own." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:120 -msgid "" -"The downside of linear space is of course that white seems very " -"overpowered when mixing with black, because in a linear space, light " -"greys get more room. In the end, while linear space is physically " -"correct, and a boon to work in when you are dealing with physically " -"correct renderers for videogames and raytracing, Krita is a tool and no-" -"one will hunt you down for preferring the dark mixing of the sRGB trc." +#: ../../general_concepts/colors/linear_and_gamma.rst:121 +msgid "The downside of linear space is of course that white seems very overpowered when mixing with black, because in a linear space, light greys get more room. In the end, while linear space is physically correct, and a boon to work in when you are dealing with physically correct renderers for videogames and raytracing, Krita is a tool and no-one will hunt you down for preferring the dark mixing of the sRGB trc." msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:124 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:126 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:128 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:130 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:132 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:134 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:136 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:138 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:140 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:142 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:144 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:146 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:148 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:150 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:152 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:154 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:156 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:158 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:160 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:162 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:164 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:166 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:168 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:170 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:172 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:174 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:176 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:178 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:180 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:182 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:184 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:186 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:188 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:190 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:192 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:194 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:196 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:198 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:200 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:202 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/linear_and_gamma.rst:204 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/profiling_and_callibration.po b/locale/fr/LC_MESSAGES/general_concepts/colors/profiling_and_callibration.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/profiling_and_callibration.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/profiling_and_callibration.po @@ -1,487 +1,359 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/profiling_and_callibration.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/profiling_and_callibration.rst:17 +#: ../../general_concepts/colors/profiling_and_callibration.rst:1 +msgid "Color Models in Krita" +msgstr "" + +#: ../../general_concepts/colors/profiling_and_callibration.rst:18 msgid "Profiling and Callibration:" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:19 -msgid "" -"So to make it simple, a color profile is just a file defining a set of " -"colors inside a pure XYZ color cube. This \"color set\" can be used to " -"define different things:" +#: ../../general_concepts/colors/profiling_and_callibration.rst:20 +msgid "So to make it simple, a color profile is just a file defining a set of colors inside a pure XYZ color cube. This \"color set\" can be used to define different things:" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:22 +#: ../../general_concepts/colors/profiling_and_callibration.rst:23 msgid "the colors inside an image" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:24 +#: ../../general_concepts/colors/profiling_and_callibration.rst:25 msgid "the colors a device can output" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:26 -msgid "" -"Choosing the right workspace profile to use depends on how much colors " -"you need and on the bit depth you plan to use. Imagine a line with the " -"whole color spectrum from pure black (0,0,0) to pure blue (0,0,1) in a " -"pure XYZ color cube. If you divide it choosing steps at a regular " -"interval, you get what is called a linear profile, with a gamma=1 curve " -"represented as a straight line from 0 to 1. With 8bit/channel bit depth, " -"we have only 256 values to store this whole line. If we use a linear " -"profile as described above to define those color values, we will miss " -"some important visible color change steps and have a big number of values" -" looking the same (leading to posterization effect)." -msgstr "" - -#: ../../general_concepts/colors/profiling_and_callibration.rst:32 -msgid "" -"This is why was created the sRGB profile to fit more different colors in " -"this limited amount of values, in a perceptually regular grading, by " -"applying a custom gamma curve (see picture here: " -"http://en.wikipedia.org/wiki/SRGB) to emulate the standard response curve" -" of old CRT screens. So sRGB profile is optimized to fit all colors that " -"most common screen can reproduce in those 256 values per R/G/B channels. " -"Some other profiles like Adobe RGB are optimized to fit more printable " -"colors in this limited range, primarily extending cyan-green hues. " -"Working with such profile can be useful to improve print results, but is " -"dangerous if not used with a properly profiled and/or calibrated good " -"display. Most common CMYK workspace profile can usually fit all their " -"colors within 8bit/channel depth, but they are all so different and " -"specific that it's usually better to work with a regular RGB workspace " -"first and then convert the output to the appropriate CMYK profile." -msgstr "" - -#: ../../general_concepts/colors/profiling_and_callibration.rst:37 -msgid "" -"Starting with 16bit/channel, we already have 65536 values instead of 256," -" so we can use workspace profiles with higher gamut range like Wide-gamut" -" RGB or Pro-photo RGB, or even unlimited gamut like scRGB." +#: ../../general_concepts/colors/profiling_and_callibration.rst:27 +msgid "Choosing the right workspace profile to use depends on how much colors you need and on the bit depth you plan to use. Imagine a line with the whole color spectrum from pure black (0,0,0) to pure blue (0,0,1) in a pure XYZ color cube. If you divide it choosing steps at a regular interval, you get what is called a linear profile, with a gamma=1 curve represented as a straight line from 0 to 1. With 8bit/channel bit depth, we have only 256 values to store this whole line. If we use a linear profile as described above to define those color values, we will miss some important visible color change steps and have a big number of values looking the same (leading to posterization effect)." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:39 -msgid "" -"But sRGB being a generic profile (even more as it comes from old CRT " -"specifications..) , there is big chances that your monitor have actually " -"a different color response curve, and so color profile. So when you are " -"using sRGB workspace and have a proper screen profile loaded (see next " -"point), Krita knows that the colors the file contains are within the sRGB" -" color space, and converts those sRGB values to corresponding color " -"values from your monitor profile to display the canvas." +#: ../../general_concepts/colors/profiling_and_callibration.rst:33 +msgid "This is why was created the sRGB profile to fit more different colors in this limited amount of values, in a perceptually regular grading, by applying a custom gamma curve (see picture here: http://en.wikipedia.org/wiki/SRGB) to emulate the standard response curve of old CRT screens. So sRGB profile is optimized to fit all colors that most common screen can reproduce in those 256 values per R/G/B channels. Some other profiles like Adobe RGB are optimized to fit more printable colors in this limited range, primarily extending cyan-green hues. Working with such profile can be useful to improve print results, but is dangerous if not used with a properly profiled and/or calibrated good display. Most common CMYK workspace profile can usually fit all their colors within 8bit/channel depth, but they are all so different and specific that it's usually better to work with a regular RGB workspace first and then convert the output to the appropriate CMYK profile." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:42 -msgid "" -"Note that when you export your file and view it in another software, this" -" software has to do two things:" +#: ../../general_concepts/colors/profiling_and_callibration.rst:38 +msgid "Starting with 16bit/channel, we already have 65536 values instead of 256, so we can use workspace profiles with higher gamut range like Wide-gamut RGB or Pro-photo RGB, or even unlimited gamut like scRGB." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:44 -msgid "" -"read the embed profile to know the \"good\" color values from the file " -"(which most software do nowadays; when they don't they usually default to" -" sRGB, so in the case described here we're safe )" +#: ../../general_concepts/colors/profiling_and_callibration.rst:40 +msgid "But sRGB being a generic profile (even more as it comes from old CRT specifications..) , there is big chances that your monitor have actually a different color response curve, and so color profile. So when you are using sRGB workspace and have a proper screen profile loaded (see next point), Krita knows that the colors the file contains are within the sRGB color space, and converts those sRGB values to corresponding color values from your monitor profile to display the canvas." +msgstr "" + +#: ../../general_concepts/colors/profiling_and_callibration.rst:43 +msgid "Note that when you export your file and view it in another software, this software has to do two things:" msgstr "" #: ../../general_concepts/colors/profiling_and_callibration.rst:45 -msgid "" -"and then convert it to the profile associated to the monitor (which very " -"few software actually does, and just output to sRGB.. so this can explain" -" some viewing differences most of the time)." +msgid "read the embed profile to know the \"good\" color values from the file (which most software do nowadays; when they don't they usually default to sRGB, so in the case described here we're safe )" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:47 +#: ../../general_concepts/colors/profiling_and_callibration.rst:46 +msgid "and then convert it to the profile associated to the monitor (which very few software actually does, and just output to sRGB.. so this can explain some viewing differences most of the time)." +msgstr "" + +#: ../../general_concepts/colors/profiling_and_callibration.rst:48 msgid "Krita uses profiles extensively, and comes bundled with many." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:49 -msgid "" -"The most important one is the one of your own screen. It doesn't come " -"bundled, and you have to make it with a color profiling device. In case " -"you don't have access to such a device, you can't make use of Krita's " -"color management as intended. However, Krita does allow the luxury of " -"picking any of the other bundled profiles as working spaces." +#: ../../general_concepts/colors/profiling_and_callibration.rst:50 +msgid "The most important one is the one of your own screen. It doesn't come bundled, and you have to make it with a color profiling device. In case you don't have access to such a device, you can't make use of Krita's color management as intended. However, Krita does allow the luxury of picking any of the other bundled profiles as working spaces." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:53 +#: ../../general_concepts/colors/profiling_and_callibration.rst:54 msgid "Profiling devices" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:55 -msgid "" -"Profiling devices, called Colorimeters, are tiny little cameras of a kind" -" that you connect to your computer via an usb, and then you run a " -"profiling software(often delivered alongside of the device). {{Note|If " -"you don't have software packaged with your colorimeter, or are unhappy " -"with the results, we recommend [http://www.argyllcms.com/ Argyllcms]}}" +#: ../../general_concepts/colors/profiling_and_callibration.rst:56 +msgid "Profiling devices, called Colorimeters, are tiny little cameras of a kind that you connect to your computer via an usb, and then you run a profiling software(often delivered alongside of the device). {{Note|If you don't have software packaged with your colorimeter, or are unhappy with the results, we recommend [http://www.argyllcms.com/ Argyllcms]}}" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:58 -msgid "" -"The little camera then measures what the brightest red, green, blue, " -"white and black are like on your screen using a predefined white as base." -" It also measures how grey the color grey is." +#: ../../general_concepts/colors/profiling_and_callibration.rst:59 +msgid "The little camera then measures what the brightest red, green, blue, white and black are like on your screen using a predefined white as base. It also measures how grey the color grey is." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:60 -msgid "" -"It then puts all this information into an ICC profile, which can be used " -"by the computer to correct your colors." +#: ../../general_concepts/colors/profiling_and_callibration.rst:61 +msgid "It then puts all this information into an ICC profile, which can be used by the computer to correct your colors." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:62 -msgid "" -"It's recommended not to change the \"calibration\"(contrast, brightness, " -"you know the menu) of your screen after profiling. Doing so makes the " -"profile useless, as the qualities of the screen change significantly " -"while calibrating." +#: ../../general_concepts/colors/profiling_and_callibration.rst:63 +msgid "It's recommended not to change the \"calibration\"(contrast, brightness, you know the menu) of your screen after profiling. Doing so makes the profile useless, as the qualities of the screen change significantly while calibrating." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:64 -msgid "" -"To make your screen display more accurate colors, you can do one or two " -"things: profile your screen or calibrate and profile it." +#: ../../general_concepts/colors/profiling_and_callibration.rst:65 +msgid "To make your screen display more accurate colors, you can do one or two things: profile your screen or calibrate and profile it." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:67 -msgid "" -"Just profiling your screen means measuring the colors of your monitor " -"with its native settings. and put those values in a color profile, which " -"can be used by color-managed application to adapt source colors to the " -"screen for optimal result. Calibrating and profiling means the same " -"except that first you try to calibrate the screen colors to match a " -"certain standard setting like sRGB or other more specific profiles. " -"Calibrating is done first with hardware controls (lightness, contrast, " -"gamma curves), and then with software that creates a vcgt (video card " -"gamma table) to load in the GPU." -msgstr "" - -#: ../../general_concepts/colors/profiling_and_callibration.rst:71 +#: ../../general_concepts/colors/profiling_and_callibration.rst:68 +msgid "Just profiling your screen means measuring the colors of your monitor with its native settings. and put those values in a color profile, which can be used by color-managed application to adapt source colors to the screen for optimal result. Calibrating and profiling means the same except that first you try to calibrate the screen colors to match a certain standard setting like sRGB or other more specific profiles. Calibrating is done first with hardware controls (lightness, contrast, gamma curves), and then with software that creates a vcgt (video card gamma table) to load in the GPU." +msgstr "" + +#: ../../general_concepts/colors/profiling_and_callibration.rst:72 msgid "So when or why should you do just one or both?" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:73 +#: ../../general_concepts/colors/profiling_and_callibration.rst:74 msgid "Profiling only:" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:75 +#: ../../general_concepts/colors/profiling_and_callibration.rst:76 msgid "with a good monitor" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:76 -msgid "" -"you can get most of the sRGB colors and lot of extra colors not inside " -"sRGB. So this can be good to have more visible colors." +#: ../../general_concepts/colors/profiling_and_callibration.rst:77 +msgid "you can get most of the sRGB colors and lot of extra colors not inside sRGB. So this can be good to have more visible colors." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:78 +#: ../../general_concepts/colors/profiling_and_callibration.rst:79 msgid "with a bad monitor" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:78 -msgid "" -"you will get just a subset of actual sRGB, and miss lot of details, or " -"even have hue shifts. Trying to calibrate it before profiling can help to" -" get closer to full-sRGB colors." +#: ../../general_concepts/colors/profiling_and_callibration.rst:79 +msgid "you will get just a subset of actual sRGB, and miss lot of details, or even have hue shifts. Trying to calibrate it before profiling can help to get closer to full-sRGB colors." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:80 +#: ../../general_concepts/colors/profiling_and_callibration.rst:81 msgid "Calibration+profiling:" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:82 +#: ../../general_concepts/colors/profiling_and_callibration.rst:83 msgid "bad monitors" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:83 +#: ../../general_concepts/colors/profiling_and_callibration.rst:84 msgid "as explained just before." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:84 +#: ../../general_concepts/colors/profiling_and_callibration.rst:85 msgid ";multi-monitor setup" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:85 -msgid "" -"when using several monitors, and specially in mirror mode where both " -"monitor have the same content, you can't have this content color-managed " -"for both screen profiles. In such case, calibrating both screens to match" -" sRGB profile (or another standard for high-end monitors if they both " -"support it) can be a good solution." +#: ../../general_concepts/colors/profiling_and_callibration.rst:86 +msgid "when using several monitors, and specially in mirror mode where both monitor have the same content, you can't have this content color-managed for both screen profiles. In such case, calibrating both screens to match sRGB profile (or another standard for high-end monitors if they both support it) can be a good solution." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:88 +#: ../../:1 msgid "soft-proofing" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:87 -msgid "" -"when you need to match an exact rendering context for soft-proofing, " -"calibrating can help getting closer to the expected result. Though " -"switching through several monitor calibration and profiles should be done" -" extremely carefuly." +#: ../../general_concepts/colors/profiling_and_callibration.rst:88 +msgid "when you need to match an exact rendering context for soft-proofing, calibrating can help getting closer to the expected result. Though switching through several monitor calibration and profiles should be done extremely careful." msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:90 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:92 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:94 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:96 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:98 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:100 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:102 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:104 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:106 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:108 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:110 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:112 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:114 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:116 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:118 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:120 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:122 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:124 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:126 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:128 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:130 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:132 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:134 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:136 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:138 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:140 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:142 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:144 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:146 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:148 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:150 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:152 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:154 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:156 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:158 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:160 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:162 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:164 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:166 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:168 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/profiling_and_callibration.rst:170 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/scene_linear_painting.po b/locale/fr/LC_MESSAGES/general_concepts/colors/scene_linear_painting.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/scene_linear_painting.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/scene_linear_painting.po @@ -1,781 +1,543 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/scene_linear_painting.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/scene_linear_painting.rst:14 -msgid "Scene Linear Painting" +#: ../../general_concepts/colors/scene_linear_painting.rst:1 +msgid "Scene Linear painting in Krita" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:16 -msgid "" -"Previously referred to as HDR painting and Scene Referred painting, Scene" -" Linear Painting is doing digital painting in a peculiar type of " -"colorspace. It is painting in a color space that is..." +#: ../../general_concepts/colors/scene_linear_painting.rst:15 +msgid "Scene Linear Painting" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:18 -msgid "" -"Linear - there’s no gamma encoding, or tone-mapping or whatever going on " -"with the pixels you manipulate. (This is different from the pixels you " -"see, but we’ll get to that later)" +#: ../../general_concepts/colors/scene_linear_painting.rst:17 +msgid "Previously referred to as HDR painting and Scene Referred painting, Scene Linear Painting is doing digital painting in a peculiar type of colorspace. It is painting in a color space that is..." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:19 +msgid "Linear - there’s no gamma encoding, or tone-mapping or whatever going on with the pixels you manipulate. (This is different from the pixels you see, but we’ll get to that later)" +msgstr "" + +#: ../../general_concepts/colors/scene_linear_painting.rst:20 msgid "Floating Point - So 16bit or 32bit floating point per channel." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:21 -msgid "" -"These are the two important characteristics. The colorspace has a few " -"more properties than this, such as the white point, or more importantly, " -"the colorants that make up the gamut. But here’s the thing, those two " -"could be anything, as long as the space is linear and the color depth is " -"floating point." +#: ../../general_concepts/colors/scene_linear_painting.rst:22 +msgid "These are the two important characteristics. The colorspace has a few more properties than this, such as the white point, or more importantly, the colorants that make up the gamut. But here’s the thing, those two could be anything, as long as the space is linear and the color depth is floating point." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:23 -msgid "" -"So, *Scene Linear is not a single one colorspace, but a **TYPE** of " -"colorspace*. You can have a scene linear space that uses the sRGB/rec 709" -" colorants, or one that uses adobeRGB, or maybe one that uses rec 2020, " -"as long as it is *linear* and in a *floating point bit depth*." +#: ../../general_concepts/colors/scene_linear_painting.rst:24 +msgid "So, *Scene Linear is not a single one colorspace, but a **TYPE** of colorspace*. You can have a scene linear space that uses the sRGB/rec 709 colorants, or one that uses adobeRGB, or maybe one that uses rec 2020, as long as it is *linear* and in a *floating point bit depth*." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:25 -msgid "" -"These two factors are for one reason: To make black and white arbitrary " -"values. This might seem a bit weird. But when you are dealing with light-" -"sources, you are dealing with a massive range of contrasts, and will have" -" to decide afterwards which white and black you’d like to have. This is " -"what the scene means in scene-linear, the relevant values are unique per " -"scene, like a real world scene: a flowerfield lit by moonlight, a city in" -" twilight or a sunny beach. You want to be able to put the right emphasis" -" on the most important contrasting values, and being able to choose what " -"is white and what is black is a very powerful tool here. After all, " -"humans in the real world can see much more when they get used to the " -"dark, or to the sun, so why not apply that to how we make our images?" -msgstr "" - -#: ../../general_concepts/colors/scene_linear_painting.rst:27 -msgid "" -"This is also why it needs to be Linear. Gamma and Tone-mapped color " -"spaces are already choosing which contrast is the most important to you. " -"But for that, they too need to choose what is white or black. Linear " -"doesn’t make such assumptions, so much better for when you want to choose" -" yourself. You will eventually want to stick your image through some " -"tone-mapping or gamma correction, but only at the end after you have " -"applied filters and mixed colors!" +#: ../../general_concepts/colors/scene_linear_painting.rst:26 +msgid "These two factors are for one reason: To make black and white arbitrary values. This might seem a bit weird. But when you are dealing with light-sources, you are dealing with a massive range of contrasts, and will have to decide afterwards which white and black you’d like to have. This is what the scene means in scene-linear, the relevant values are unique per scene, like a real world scene: a flowerfield lit by moonlight, a city in twilight or a sunny beach. You want to be able to put the right emphasis on the most important contrasting values, and being able to choose what is white and what is black is a very powerful tool here. After all, humans in the real world can see much more when they get used to the dark, or to the sun, so why not apply that to how we make our images?" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:29 -msgid "" -"In fact, there’s always a non-destructive sort of transform going on " -"while you are working on your image which includes the tone-mapping. This" -" is called a display or view transform, and they provide a sort of set of" -" binoculars into the world of your image. Without it, your computer " -"cannot show these colors properly; it doesn’t know how to interpret it " -"properly, often making the image too dark. Providing such a transform and" -" allowing you to configure it is the prime function of color management." +#: ../../general_concepts/colors/scene_linear_painting.rst:28 +msgid "This is also why it needs to be Linear. Gamma and Tone-mapped color spaces are already choosing which contrast is the most important to you. But for that, they too need to choose what is white or black. Linear doesn’t make such assumptions, so much better for when you want to choose yourself. You will eventually want to stick your image through some tone-mapping or gamma correction, but only at the end after you have applied filters and mixed colors!" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:31 -msgid "" -"Between different view and display transforms, there’s also a difference " -"in types. Some are really naive, others are more sophisticated, and some " -"need to be used in a certain manner to work properly. The ICC color " -"management can only give a certain type of view transforms, while OCIO " -"color management in the lut docker can give much more complex transforms " -"easily configurable and custom settings that can be shared between " -"programs." +#: ../../general_concepts/colors/scene_linear_painting.rst:30 +msgid "In fact, there’s always a non-destructive sort of transform going on while you are working on your image which includes the tone-mapping. This is called a display or view transform, and they provide a sort of set of binoculars into the world of your image. Without it, your computer cannot show these colors properly; it doesn’t know how to interpret it properly, often making the image too dark. Providing such a transform and allowing you to configure it is the prime function of color management." +msgstr "" + +#: ../../general_concepts/colors/scene_linear_painting.rst:32 +msgid "Between different view and display transforms, there’s also a difference in types. Some are really naive, others are more sophisticated, and some need to be used in a certain manner to work properly. The ICC color management can only give a certain type of view transforms, while OCIO color management in the lut docker can give much more complex transforms easily configurable and custom settings that can be shared between programs." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:37 +#: ../../general_concepts/colors/scene_linear_painting.rst:38 msgid ".. image:: images/en/color_category/Krita_scenelinear_cat_01.png" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:37 -msgid "" -"Above, an example of the more naive transform provided by going from " -"scene-linear sRGB to regular sRGB, and to the right a more sophisticated " -"transform coming from the filmic blender ocio configuration. Look at the " -"difference between the paws. Image by Wolthera van Hövell tot " -"Westerflier, License: CC-BY-SA" +#: ../../general_concepts/colors/scene_linear_painting.rst:38 +msgid "Above, an example of the more naive transform provided by going from scene-linear sRGB to regular sRGB, and to the right a more sophisticated transform coming from the filmic blender ocio configuration. Look at the difference between the paws. Image by Wolthera van Hövell tot Westerflier, License: CC-BY-SA" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:39 -msgid "" -"Conversely, transforming and interpreting your image’s colors is the only" -" thing OCIO can do, and it can do it with really complex transforms, " -"really fast. It doesn’t understand what your image’s color space is " -"originally, doesn’t understand what CMYK is, and there’s also no such " -"thing as a OCIO color profile. Therefore you will need to switch to an " -"ICC workflow if you wish to prepare for print." +#: ../../general_concepts/colors/scene_linear_painting.rst:40 +msgid "Conversely, transforming and interpreting your image’s colors is the only thing OCIO can do, and it can do it with really complex transforms, really fast. It doesn’t understand what your image’s color space is originally, doesn’t understand what CMYK is, and there’s also no such thing as a OCIO color profile. Therefore you will need to switch to an ICC workflow if you wish to prepare for print." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:42 +#: ../../general_concepts/colors/scene_linear_painting.rst:43 msgid "Yes, but what is the point?" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:44 +#: ../../general_concepts/colors/scene_linear_painting.rst:45 msgid "The point is making things easier in the long run:" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:46 -msgid "It is easier to keep saturated non-muddy colors in a linear space." -msgstr "" - #: ../../general_concepts/colors/scene_linear_painting.rst:47 -msgid "The high bit depth makes it easier to get smoother color mixes." +msgid "It is easier to keep saturated non-muddy colors in a linear space." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:48 -msgid "" -"Filters are more powerful a give nicer results in this space. It is far " -"more easy to get nice blurring and bokeh results." +msgid "The high bit depth makes it easier to get smoother color mixes." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:49 -msgid "" -"Simple Blending Modes like Multiply or Addition are suddenly black magic." -" This is because Scene-Linear is the closest you can get to the " -"physical(as in, physics, not material) model of color where multiplying " -"colors with one another is one of the main ways to calculate the effect " -"of light." +msgid "Filters are more powerful a give nicer results in this space. It is far more easy to get nice blurring and bokeh results." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:50 -msgid "" -"Combining painting with other image results such as photography and " -"physically based rendering is much easier as they too work in such a type" -" of colorspace. So you could use such images as reference with little " -"qualms, or make textures that play nice with such a renderer." +msgid "Simple Blending Modes like Multiply or Addition are suddenly black magic. This is because Scene-Linear is the closest you can get to the physical(as in, physics, not material) model of color where multiplying colors with one another is one of the main ways to calculate the effect of light." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:52 -msgid "" -"So the advantages are prettier colors, cooler filter results, more " -"control and easier interchange with other methods." +#: ../../general_concepts/colors/scene_linear_painting.rst:51 +msgid "Combining painting with other image results such as photography and physically based rendering is much easier as they too work in such a type of colorspace. So you could use such images as reference with little qualms, or make textures that play nice with such a renderer." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:55 -msgid "Okay, but why isn’t this all the rage then?" +#: ../../general_concepts/colors/scene_linear_painting.rst:53 +msgid "So the advantages are prettier colors, cooler filter results, more control and easier interchange with other methods." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:57 -msgid "" -"Simply put, because while it’s easier in the long run, you will also have" -" to drop tools and change habits..." +#: ../../general_concepts/colors/scene_linear_painting.rst:56 +msgid "Okay, but why isn’t this all the rage then?" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:59 -msgid "" -"In particular, there’s many a tool in a digital painter’s toolbox that " -"has **hard-coded assumptions about black and white**." +#: ../../general_concepts/colors/scene_linear_painting.rst:58 +msgid "Simply put, because while it’s easier in the long run, you will also have to drop tools and change habits..." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:61 -msgid "" -"A very simple but massive problem is one with **inversion**. Inverting " -"colors is done code-wise by taking the color for white and subtracting " -"the color you want to invert from it. It’s used in many blending modes. " -"But often the color white is hardcoded in these filters. There’s " -"currently no application out there that allows you to define the value " -"range that inversion is done with, so inverting is useless. And that also" -" means the filters and blending modes that use it, such as(but not " -"limited to)..." +#: ../../general_concepts/colors/scene_linear_painting.rst:60 +msgid "In particular, there’s many a tool in a digital painter’s toolbox that has **hard-coded assumptions about black and white**." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:63 -msgid "Screen (invert+multiply+invert)" +#: ../../general_concepts/colors/scene_linear_painting.rst:62 +msgid "A very simple but massive problem is one with **inversion**. Inverting colors is done code-wise by taking the color for white and subtracting the color you want to invert from it. It’s used in many blending modes. But often the color white is hardcoded in these filters. There’s currently no application out there that allows you to define the value range that inversion is done with, so inverting is useless. And that also means the filters and blending modes that use it, such as(but not limited to)..." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:64 -msgid "" -"Overlay (screens values below midtone-value, in sRGB this would be middle" -" gray)" +msgid "Screen (invert+multiply+invert)" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:65 -msgid "Color-dodge (divides the lower color with an inversion of the top one)" +msgid "Overlay (screens values below midtone-value, in sRGB this would be middle gray)" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:66 -msgid "Color-burn (inverts the lower color and then divides it by the top color)" +msgid "Color-dodge (divides the lower color with an inversion of the top one)" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:67 -msgid "Hardlight (A different way of doing overlay, including the inversion)" +msgid "Color-burn (inverts the lower color and then divides it by the top color)" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:68 +msgid "Hardlight (A different way of doing overlay, including the inversion)" +msgstr "" + +#: ../../general_concepts/colors/scene_linear_painting.rst:69 msgid "Softlight (Uses several inversions along the way)" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:70 -msgid "" -"Conversely Multiply, Linear Dodge/Addition(they’re the same thing), " -"Subtract, Divide, Darker(only compares colors’ channel values), " -"Lighter(ditto), and Difference *are fine to use*, as long as the program " -"you use doesn’t do weird clipping there." +#: ../../general_concepts/colors/scene_linear_painting.rst:71 +msgid "Conversely Multiply, Linear Dodge/Addition(they’re the same thing), Subtract, Divide, Darker(only compares colors’ channel values), Lighter(ditto), and Difference *are fine to use*, as long as the program you use doesn’t do weird clipping there." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:72 -msgid "" -"Another one is HSL, HSI and HSY algorithms. They too need to assume " -"something about the top value to allow scaling to white. HSV doesn’t have" -" this problem. So it’s best to use a HSV color selector." +#: ../../general_concepts/colors/scene_linear_painting.rst:73 +msgid "Another one is HSL, HSI and HSY algorithms. They too need to assume something about the top value to allow scaling to white. HSV doesn’t have this problem. So it’s best to use a HSV color selector." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:74 -msgid "" -"For the blending modes that use HSY, there’s always the issue that they " -"tend to be hardcoded to sRGB/Rec709 values, but are otherwise fine(and " -"they give actually far more correct results in a linear space). So these " -"are not a good idea to use with wide-gamut colorspaces, and due the " -"assumption about black and white, not with scene linear painting. The " -"following blending modes use them:" +#: ../../general_concepts/colors/scene_linear_painting.rst:75 +msgid "For the blending modes that use HSY, there’s always the issue that they tend to be hardcoded to sRGB/Rec709 values, but are otherwise fine(and they give actually far more correct results in a linear space). So these are not a good idea to use with wide-gamut colorspaces, and due the assumption about black and white, not with scene linear painting. The following blending modes use them:" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:76 +#: ../../general_concepts/colors/scene_linear_painting.rst:77 msgid "Color" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:77 +#: ../../general_concepts/colors/scene_linear_painting.rst:78 msgid "Luminosity" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:78 +#: ../../general_concepts/colors/scene_linear_painting.rst:79 msgid "Saturation" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:79 +#: ../../general_concepts/colors/scene_linear_painting.rst:80 msgid "Darker Color(uses luminosity to determine the color)" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:80 +#: ../../general_concepts/colors/scene_linear_painting.rst:81 msgid "Lighter Color(Ditto)" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:82 -msgid "" -"So that is the blending modes. Many filters suffer from similar issues, " -"and in many applications, filters aren’t adjusted to work with arbitrary " -"whites." +#: ../../general_concepts/colors/scene_linear_painting.rst:83 +msgid "So that is the blending modes. Many filters suffer from similar issues, and in many applications, filters aren’t adjusted to work with arbitrary whites." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:84 -msgid "" -"Speaking of filters, when using the transform tool, you should also avoid" -" using lanczos3, it’ll give a weird black halo to sharp contrasts in " -"scene-linear. The bilinear interpolation filter will work just fine in " -"this case." +#: ../../general_concepts/colors/scene_linear_painting.rst:85 +msgid "Speaking of filters, when using the transform tool, you should also avoid using lanczos3, it’ll give a weird black halo to sharp contrasts in scene-linear. The bilinear interpolation filter will work just fine in this case." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:86 +#: ../../general_concepts/colors/scene_linear_painting.rst:87 msgid "The second big problem is that **black doesn’t work quite the same**." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:88 -msgid "" -"If you have mixed pigments before, you will know that black can quite " -"easily overpower the other colors, so you should only add the tiniest " -"amount of it to a mixture. White in contrast gets dirtied quite easily." -msgstr "" - -#: ../../general_concepts/colors/scene_linear_painting.rst:90 -msgid "" -"In a Scene Linear Color space, this is flipped. White is now more " -"overpowering and black gets washed out super quickly. This relates to the" -" additive nature of digital color theory, that becomes more obvious when " -"working in linear." +#: ../../general_concepts/colors/scene_linear_painting.rst:89 +msgid "If you have mixed pigments before, you will know that black can quite easily overpower the other colors, so you should only add the tiniest amount of it to a mixture. White in contrast gets dirtied quite easily." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:92 -msgid "" -"This makes sketching a bit different, after all, it’s really difficult to" -" make marks now. To get around this, you can do the following:" +#: ../../general_concepts/colors/scene_linear_painting.rst:91 +msgid "In a Scene Linear Color space, this is flipped. White is now more overpowering and black gets washed out super quickly. This relates to the additive nature of digital color theory, that becomes more obvious when working in linear." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:94 -#, python-format -msgid "" -"Sketch on a mid-gray background. This is recommended anyway, as it serves" -" as a neutral backdrop. For a linear space, 18% or 22% gray would be a " -"good neutral." +#: ../../general_concepts/colors/scene_linear_painting.rst:93 +msgid "This makes sketching a bit different, after all, it’s really difficult to make marks now. To get around this, you can do the following:" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:95 -msgid "" -"Make a special brush that is more opaque than the regular sketching " -"brushes you use." +msgid "Sketch on a mid-gray background. This is recommended anyway, as it serves as a neutral backdrop. For a linear space, 18% or 22% gray would be a good neutral." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:96 -msgid "Or conversely, sketch with white instead." +msgid "Make a special brush that is more opaque than the regular sketching brushes you use." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:97 -msgid "" -"For painting, block out the shapes with a big opaque brush before you " -"start doing your mixing." +msgid "Or conversely, sketch with white instead." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:99 -msgid "" -"Overall, this is something that will take a little while getting used to," -" but you will get used to it soon enough." +#: ../../general_concepts/colors/scene_linear_painting.rst:98 +msgid "For painting, block out the shapes with a big opaque brush before you start doing your mixing." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:101 +#: ../../general_concepts/colors/scene_linear_painting.rst:100 +msgid "Overall, this is something that will take a little while getting used to, but you will get used to it soon enough." +msgstr "" + +#: ../../general_concepts/colors/scene_linear_painting.rst:102 msgid "Finally, there’s the **issue of size**." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:103 -msgid "" -"16 bit float per channel images are big. 32 bit float per channel images " -"are bigger. This means that they will eat ram and that painting and " -"filtering will be slower. This is something that will fix itself over the" -" years, but not many people have such a high-end pc yet, so it can be a " -"blocker." +#: ../../general_concepts/colors/scene_linear_painting.rst:104 +msgid "16 bit float per channel images are big. 32 bit float per channel images are bigger. This means that they will eat ram and that painting and filtering will be slower. This is something that will fix itself over the years, but not many people have such a high-end pc yet, so it can be a blocker." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:105 +#: ../../general_concepts/colors/scene_linear_painting.rst:106 msgid "So the issues are tools, expectations and size." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:108 +#: ../../general_concepts/colors/scene_linear_painting.rst:109 msgid "In Summary" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:110 -msgid "" -"Scene Linear Painting is painting an image in a color space that is " -"linear and has a floating point bit depth. This does not assume anything " -"about the values of black and white, so you can only use tools that don’t" -" assume anything about the values of black and white. It has the " -"advantage of having nicer filter results and better color mixtures as " -"well as better interoperability with other scene-linear output." +#: ../../general_concepts/colors/scene_linear_painting.rst:111 +msgid "Scene Linear Painting is painting an image in a color space that is linear and has a floating point bit depth. This does not assume anything about the values of black and white, so you can only use tools that don’t assume anything about the values of black and white. It has the advantage of having nicer filter results and better color mixtures as well as better interoperability with other scene-linear output." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:112 -msgid "" -"To be able to view such an image you use a view transform, also called a " -"display conversion. Which means that if you wish to finalise your image " -"for the web, you make a copy of the image that goes through a display " -"conversion or view transform that then gets saved to png or jpeg or tiff." +#: ../../general_concepts/colors/scene_linear_painting.rst:113 +msgid "To be able to view such an image you use a view transform, also called a display conversion. Which means that if you wish to finalise your image for the web, you make a copy of the image that goes through a display conversion or view transform that then gets saved to png or jpeg or tiff." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:115 +#: ../../general_concepts/colors/scene_linear_painting.rst:116 msgid "Getting to actual painting" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:117 -msgid "" -"Now we’ve covered the theory, let us look at a workflow for painting " -"scene linear." +#: ../../general_concepts/colors/scene_linear_painting.rst:118 +msgid "Now we’ve covered the theory, let us look at a workflow for painting scene linear." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:120 +#: ../../general_concepts/colors/scene_linear_painting.rst:121 msgid "Setting up the Canvas" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:122 -msgid "" -"Select either a 16bit or 32bit image. By default Krita will select a " -"linear sRGB profile. This is fine." +#: ../../general_concepts/colors/scene_linear_painting.rst:123 +msgid "Select either a 16bit or 32bit image. By default Krita will select a linear sRGB profile. This is fine." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:124 -msgid "" -"Then, download an OCIO config. I will use `Filmic Blender " -"`_ here because it is quite " -"simple to set up. Extract the downloaded zip somewhere you can find it " -"back. Open the LUT docker, turn on OCIO, select ‘OCIO’ and set the path " -"to the downloaded OCIO config." +#: ../../general_concepts/colors/scene_linear_painting.rst:125 +msgid "Then, download an OCIO config. I will use `Filmic Blender `_ here because it is quite simple to set up. Extract the downloaded zip somewhere you can find it back. Open the LUT docker, turn on OCIO, select ‘OCIO’ and set the path to the downloaded OCIO config." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:126 -msgid "" -"Set the view to ‘Filmic log encoding’ and the look to ‘Base Contrast’. " -"And now you can start painting!" +#: ../../general_concepts/colors/scene_linear_painting.rst:127 +msgid "Set the view to ‘Filmic log encoding’ and the look to ‘Base Contrast’. And now you can start painting!" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:128 -msgid "" -"Keep in mind everything mentioned above. Not all filters and not all " -"blending modes work. This will improve in the future. Other than that, " -"everything else is the same." +#: ../../general_concepts/colors/scene_linear_painting.rst:129 +msgid "Keep in mind everything mentioned above. Not all filters and not all blending modes work. This will improve in the future. Other than that, everything else is the same." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:131 +#: ../../general_concepts/colors/scene_linear_painting.rst:132 msgid "Picking really bright colors" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:133 -msgid "" -"Picking regular colors is easy, but how do we pick the really bright " -"colors? There’s three way of getting access to the really bright colors " -"in Krita:" -msgstr "" - -#: ../../general_concepts/colors/scene_linear_painting.rst:135 -msgid "" -"By lowering the exposure in the LUT docker. This will increase the " -"visible range of colors in the color selectors. You can even hotkey the " -"exposure in the canvas input settings." +#: ../../general_concepts/colors/scene_linear_painting.rst:134 +msgid "Picking regular colors is easy, but how do we pick the really bright colors? There’s three way of getting access to the really bright colors in Krita:" msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:136 -msgid "" -"Or simply by opening the internal color selector by double clicking the " -"dual color button and typing in values higher than 1 into the field." +msgid "By lowering the exposure in the LUT docker. This will increase the visible range of colors in the color selectors. You can even hotkey the exposure in the canvas input settings." msgstr "" #: ../../general_concepts/colors/scene_linear_painting.rst:137 -msgid "" -"And finally by picking a really bright color from an image that has such " -"values." +msgid "Or simply by opening the internal color selector by double clicking the dual color button and typing in values higher than 1 into the field." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:139 -msgid "" -"Then paint. It’s recommended to make a bunch of swatches in the corner, " -"at the least, until Krita’s new palette docker allows you to save the " -"values properly." +#: ../../general_concepts/colors/scene_linear_painting.rst:138 +msgid "And finally by picking a really bright color from an image that has such values." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:142 +#: ../../general_concepts/colors/scene_linear_painting.rst:140 +msgid "Then paint. It’s recommended to make a bunch of swatches in the corner, at the least, until Krita’s new palette docker allows you to save the values properly." +msgstr "" + +#: ../../general_concepts/colors/scene_linear_painting.rst:143 msgid "Lighting based workflow" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:144 -msgid "" -"So, we have our typical value based workflow, where we only paint the " -"grays of the image so that we can focus on the values of the image. We " -"can do something similar with Scene Linear Painting." +#: ../../general_concepts/colors/scene_linear_painting.rst:145 +msgid "So, we have our typical value based workflow, where we only paint the grays of the image so that we can focus on the values of the image. We can do something similar with Scene Linear Painting." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:146 -msgid "" -"Where with the value based workflow you paint the image as if it were a " -"grayscale of what you intended to paint, with a lighting based workflow " -"you paint as if all the objects are white. The effect of the color of an " -"object can be determined by multiplying it’s base color with the color of" -" the light. So you could paint objects as if they were white, paint the " -"colors on a separate layer and just use the multiply blending mode to get" -" the right colors." +#: ../../general_concepts/colors/scene_linear_painting.rst:147 +msgid "Where with the value based workflow you paint the image as if it were a grayscale of what you intended to paint, with a lighting based workflow you paint as if all the objects are white. The effect of the color of an object can be determined by multiplying it’s base color with the color of the light. So you could paint objects as if they were white, paint the colors on a separate layer and just use the multiply blending mode to get the right colors." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:152 +#: ../../general_concepts/colors/scene_linear_painting.rst:153 msgid ".. image:: images/en/color_category/Krita_scenelinear_cat_02.png" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:152 -msgid "" -"The leftmost image is both the lighting based one and the color layer " -"separate, the middle with the two layers multiplied and the right a " -"luminosity based view. This cat is a nice example as it demonstrates why " -"having textures and lighting separate could be interesting.)" +#: ../../general_concepts/colors/scene_linear_painting.rst:153 +msgid "The leftmost image is both the lighting based one and the color layer separate, the middle with the two layers multiplied and the right a luminosity based view. This cat is a nice example as it demonstrates why having textures and lighting separate could be interesting.)" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:154 -msgid "" -"You can even combine this with a value based workflow by opening a new " -"view and setting the component to luminosity. That way you can see both " -"the grayscale as well as the lighting based version of the image next to " -"one another." +#: ../../general_concepts/colors/scene_linear_painting.rst:155 +msgid "You can even combine this with a value based workflow by opening a new view and setting the component to luminosity. That way you can see both the grayscale as well as the lighting based version of the image next to one another." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:156 -msgid "" -"The keen minded will notice that a lighting based workflow kind of " -"resembles the idea of a light-pass and a color pas in 3d rendering. And " -"indeed, it is basically the same, so you can use lighting passes from 3d " -"renders here, just save them as EXR and import them as a layer. One of " -"the examples where scene linear painting simplies combining methods." +#: ../../general_concepts/colors/scene_linear_painting.rst:157 +msgid "The keen minded will notice that a lighting based workflow kind of resembles the idea of a light-pass and a color pas in 3d rendering. And indeed, it is basically the same, so you can use lighting passes from 3d renders here, just save them as EXR and import them as a layer. One of the examples where scene linear painting simplies combining methods." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:159 +#: ../../general_concepts/colors/scene_linear_painting.rst:160 msgid "Finishing up" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:161 -msgid "" -"When you are done, you will want to apply the view transform you have " -"been using to the image(at the least, if you want to post the end result " -"on the internet)... This is called LUT baking and not possible yet in " -"Krita. Therefore you will have to save out your image in EXR and open it " -"in either Blender or Natron. Then, in Blender it is enough to just use " -"the same ocio config, select the right values and save the result as a " -"png." +#: ../../general_concepts/colors/scene_linear_painting.rst:162 +msgid "When you are done, you will want to apply the view transform you have been using to the image(at the least, if you want to post the end result on the internet)... This is called LUT baking and not possible yet in Krita. Therefore you will have to save out your image in EXR and open it in either Blender or Natron. Then, in Blender it is enough to just use the same ocio config, select the right values and save the result as a png." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:163 -msgid "" -"You can even use some of Blender’s or Natron’s filters at this stage, and" -" when working with others, you would save out in EXR so that others can " -"use those." +#: ../../general_concepts/colors/scene_linear_painting.rst:164 +msgid "You can even use some of Blender’s or Natron’s filters at this stage, and when working with others, you would save out in EXR so that others can use those." msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:166 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:168 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:170 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:172 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:174 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:176 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:178 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:180 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:182 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:184 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:186 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:188 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:190 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:192 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:194 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:196 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:198 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:200 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:202 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:204 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:206 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:208 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:210 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:212 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:214 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:216 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:218 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:220 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:222 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:224 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:226 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:228 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:230 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:232 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:234 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:236 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:238 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:240 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:242 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:244 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/scene_linear_painting.rst:246 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/colors/viewing_conditions.po b/locale/fr/LC_MESSAGES/general_concepts/colors/viewing_conditions.po --- a/locale/fr/LC_MESSAGES/general_concepts/colors/viewing_conditions.po +++ b/locale/fr/LC_MESSAGES/general_concepts/colors/viewing_conditions.po @@ -1,462 +1,343 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/colors/viewing_conditions.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/colors/viewing_conditions.rst:14 +#: ../../general_concepts/colors/viewing_conditions.rst:1 +msgid "What are viewing conditions." +msgstr "" + +#: ../../general_concepts/colors/viewing_conditions.rst:15 msgid "Viewing Conditions" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:16 -msgid "" -"We mentioned viewing conditions before, but what does this have to do " -"with 'white points'?" +#: ../../general_concepts/colors/viewing_conditions.rst:17 +msgid "We mentioned viewing conditions before, but what does this have to do with 'white points'?" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:18 +#: ../../general_concepts/colors/viewing_conditions.rst:19 msgid "A lot actually, rather, white points describe a type of viewing condition." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:20 -msgid "" -"So, usually what we mean by viewing conditions is the lighting and " -"decoration of the room that you are viewing the image in. Our eyes try to" -" make sense of both the colors that you are looking at actively(the " -"colors of the image) and the colors you aren't looking at actively(the " -"colors of the room), which means that both sets of colors affect how the " -"image looks." +#: ../../general_concepts/colors/viewing_conditions.rst:21 +msgid "So, usually what we mean by viewing conditions is the lighting and decoration of the room that you are viewing the image in. Our eyes try to make sense of both the colors that you are looking at actively(the colors of the image) and the colors you aren't looking at actively(the colors of the room), which means that both sets of colors affect how the image looks." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:26 +#: ../../general_concepts/colors/viewing_conditions.rst:27 msgid ".. image:: images/en/color_category/Meisje_met_de_parel_viewing.png" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:26 -msgid "" -"**Left**: Let's ruin Vermeer by putting a bright purple background that " -"asks for more attention than the famous painting it self. **Center**: a " -"much more neutral backdrop that an interior decorator would hate but " -"brings out the colors. **Right**: The approximate color that this " -"painting is displayed against in real life in the Maurits House, at the " -"least, last time I was there. Original image from wikipedia commons." +#: ../../general_concepts/colors/viewing_conditions.rst:27 +msgid "**Left**: Let's ruin Vermeer by putting a bright purple background that asks for more attention than the famous painting it self. **Center**: a much more neutral backdrop that an interior decorator would hate but brings out the colors. **Right**: The approximate color that this painting is displayed against in real life in the Maurits House, at the least, last time I was there. Original image from wikipedia commons." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:28 -msgid "" -"This is for example, the reason why museum exhibitioners can get really " -"angry at the interior decorators when the walls of the museum are painted" -" bright red or blue, because this will drastically change the way how the" -" painting's colors look. (Which, if we are talking about a painter known " -"for their colors like Vermeer, could result in a really bad experience)." +#: ../../general_concepts/colors/viewing_conditions.rst:29 +msgid "This is for example, the reason why museum exhibitioners can get really angry at the interior decorators when the walls of the museum are painted bright red or blue, because this will drastically change the way how the painting's colors look. (Which, if we are talking about a painter known for their colors like Vermeer, could result in a really bad experience)." msgstr "" +#: ../../general_concepts/colors/viewing_conditions.rst:None msgid ".. image:: images/en/color_category/Krita_example_metamerism.png" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:36 -#, python-format -msgid "" -"Lighting is the other component of the viewing condition which can have " -"dramatic effects. Lighting in particular affects the way how all colors " -"look. For example, if you were to paint an image of sunflowers and " -"poppies, print that out, and shine a bright yellow light on it, the " -"sunflowers would become indistinguishable from the white background, and " -"the poppies would look orange. This is called " -"[https://en.wikipedia.org/wiki/Metamerism_%28color%29 metamerism], and " -"it's generally something you want to avoid in your color management " -"pipeline." -msgstr "" - -#: ../../general_concepts/colors/viewing_conditions.rst:38 -msgid "" -"Examples where metamerism could become a problem is when you start " -"matching colors from different sources together." +#: ../../general_concepts/colors/viewing_conditions.rst:37 +msgid "Lighting is the other component of the viewing condition which can have dramatic effects. Lighting in particular affects the way how all colors look. For example, if you were to paint an image of sunflowers and poppies, print that out, and shine a bright yellow light on it, the sunflowers would become indistinguishable from the white background, and the poppies would look orange. This is called [https://en.wikipedia.org/wiki/Metamerism_%28color%29 metamerism], and it's generally something you want to avoid in your color management pipeline." msgstr "" +#: ../../general_concepts/colors/viewing_conditions.rst:39 +msgid "Examples where metamerism could become a problem is when you start matching colors from different sources together." +msgstr "" + +#: ../../general_concepts/colors/viewing_conditions.rst:None msgid ".. image:: images/en/color_category/White_point_mix_up_ex1_01.svg" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:45 -msgid "" -"For example, if you are designing a print for a red t-shirt that's not " -"bright red, but not super greyish red either. And you want to make sure " -"the colors of the print match the color of the t-shirt, so you make a " -"dummy background layer that is approximately that red, as correctly as " -"you can observe it, and paint on layers above that dummy layer. When you " -"are done, you hide this dummy layer and sent the image with a transparent" -" background to the press." +#: ../../general_concepts/colors/viewing_conditions.rst:46 +msgid "For example, if you are designing a print for a red t-shirt that's not bright red, but not super greyish red either. And you want to make sure the colors of the print match the color of the t-shirt, so you make a dummy background layer that is approximately that red, as correctly as you can observe it, and paint on layers above that dummy layer. When you are done, you hide this dummy layer and sent the image with a transparent background to the press." msgstr "" +#: ../../general_concepts/colors/viewing_conditions.rst:None msgid ".. image:: images/en/color_category/White_point_mixup_ex1_02.png" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:53 -msgid "" -"But when you get the t-shit from the printer, you notice that all your " -"colors look off, mismatched, and maybe too yellowish (and when did that " -"T-Shirt become purple?)." +#: ../../general_concepts/colors/viewing_conditions.rst:54 +msgid "But when you get the t-shit from the printer, you notice that all your colors look off, mismatched, and maybe too yellowish (and when did that T-Shirt become purple?)." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:55 +#: ../../general_concepts/colors/viewing_conditions.rst:56 msgid "This is where white points come in." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:57 -msgid "" -"You probably observed the t-shirt in a white room where there were " -"incandescent lamps shining, because as a true artist, you started your " -"work in the middle of the night, as that is when the best art is made. " -"However, incandescent lamps have a black body temperature of roughly " -"2300-2800K, which makes them give a yellowish light, officially called " -"White Point A." +#: ../../general_concepts/colors/viewing_conditions.rst:58 +msgid "You probably observed the t-shirt in a white room where there were incandescent lamps shining, because as a true artist, you started your work in the middle of the night, as that is when the best art is made. However, incandescent lamps have a black body temperature of roughly 2300-2800K, which makes them give a yellowish light, officially called White Point A." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:60 -msgid "" -"Your computer screen on the other hand, has a black body temperature of " -"6500K, also known as D65. Which is a far more blueish color of light than" -" the lamps you are hanging." +#: ../../general_concepts/colors/viewing_conditions.rst:61 +msgid "Your computer screen on the other hand, has a black body temperature of 6500K, also known as D65. Which is a far more blueish color of light than the lamps you are hanging." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:62 -msgid "" -"What's worse, Printers print on the basis of using a white point of D50, " -"the color of white paper under direct sunlight." +#: ../../general_concepts/colors/viewing_conditions.rst:63 +msgid "What's worse, Printers print on the basis of using a white point of D50, the color of white paper under direct sunlight." msgstr "" +#: ../../general_concepts/colors/viewing_conditions.rst:None msgid ".. image:: images/en/color_category/White_point_mix_up_ex1_03.svg" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:69 -msgid "" -"So, by eye-balling your t-shirt's color during the evening, you took it's" -" red color as transformed by the yellowish light. Had you made your " -"observation in diffuse sunlight of an overcast(which is also roughly " -"D65), or made it in direct sunlight light and painted your picture with a" -" profile set to D50, the color would have been much closer, and thus your" -" design would not be as yellowish." +#: ../../general_concepts/colors/viewing_conditions.rst:70 +msgid "So, by eye-balling your t-shirt's color during the evening, you took it's red color as transformed by the yellowish light. Had you made your observation in diffuse sunlight of an overcast(which is also roughly D65), or made it in direct sunlight light and painted your picture with a profile set to D50, the color would have been much closer, and thus your design would not be as yellowish." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:76 +#: ../../general_concepts/colors/viewing_conditions.rst:77 msgid ".. image:: images/en/color_category/White_point_mixup_ex1_03.png" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:76 -msgid "" -"Applying a white balance filter will sort of match the colors to the tone" -" as in the middle, but you would have had a much better design had you " -"designed against the actual color to begin with." +#: ../../general_concepts/colors/viewing_conditions.rst:77 +msgid "Applying a white balance filter will sort of match the colors to the tone as in the middle, but you would have had a much better design had you designed against the actual color to begin with." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:78 -msgid "" -"Now, you could technically quickly fix this by using a white balancing " -"filter, like the ones in G'MIC, but because this error is caught at the " -"end of the production process, you basically limited your use of possible" -" colors when you were designing, which is a pity." +#: ../../general_concepts/colors/viewing_conditions.rst:79 +msgid "Now, you could technically quickly fix this by using a white balancing filter, like the ones in G'MIC, but because this error is caught at the end of the production process, you basically limited your use of possible colors when you were designing, which is a pity." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:80 -msgid "" -"Another example where metamerism messes things up is with screen " -"projections." +#: ../../general_concepts/colors/viewing_conditions.rst:81 +msgid "Another example where metamerism messes things up is with screen projections." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:82 -msgid "" -"We have a presentation where we mark one type of item with red, another " -"with yellow and yet another with purple. On a computer the difference " -"between the colors are very obvious." +#: ../../general_concepts/colors/viewing_conditions.rst:83 +msgid "We have a presentation where we mark one type of item with red, another with yellow and yet another with purple. On a computer the difference between the colors are very obvious." msgstr "" +#: ../../general_concepts/colors/viewing_conditions.rst:None msgid ".. image:: images/en/color_category/Krita_metamerism_presentation.svg" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:88 -msgid "" -"However, when we start projecting, the lights of the room aren't dimmed, " -"which means that the tone scale of the colors becomes crunched, and " -"yellow becomes near indistinguishable from white. Furthermore, because " -"the light in the room is slightly yellowish, the purple is transformed " -"into red, making it indistinguishable from the red. Meaning that the " -"graphic is difficult to read." +#: ../../general_concepts/colors/viewing_conditions.rst:89 +msgid "However, when we start projecting, the lights of the room aren't dimmed, which means that the tone scale of the colors becomes crunched, and yellow becomes near indistinguishable from white. Furthermore, because the light in the room is slightly yellowish, the purple is transformed into red, making it indistinguishable from the red. Meaning that the graphic is difficult to read." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:90 -msgid "" -"In both cases, you can use Krita's color management a little to help you," -" but mostly, you just need to be ''aware'' of it, as Krita can hardly fix" -" that you are looking at colors at night, or the fact that the " -"presentation hall owner refuses to turn off the lights." +#: ../../general_concepts/colors/viewing_conditions.rst:91 +msgid "In both cases, you can use Krita's color management a little to help you, but mostly, you just need to be ''aware'' of it, as Krita can hardly fix that you are looking at colors at night, or the fact that the presentation hall owner refuses to turn off the lights." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:92 -msgid "" -"That said, unless you have a display profile that uses LUTs, such as an " -"OCIO lut or a cLUT icc profile, white point won't matter much when " -"choosing a working space, due to weirdness in the icc v4 workflow which " -"always converts matrix profiles with relative colorimetric, meaning the " -"white points are matched up." +#: ../../general_concepts/colors/viewing_conditions.rst:93 +msgid "That said, unless you have a display profile that uses LUTs, such as an OCIO lut or a cLUT icc profile, white point won't matter much when choosing a working space, due to weirdness in the icc v4 workflow which always converts matrix profiles with relative colorimetric, meaning the white points are matched up." msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:95 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:97 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:99 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:101 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:103 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:105 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:107 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:109 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:111 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:113 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:115 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:117 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:119 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:121 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:123 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:125 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:127 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:129 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:131 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:133 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:135 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:137 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:139 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:141 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:143 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:145 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:147 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:149 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:151 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:153 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:155 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:157 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:159 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:161 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:163 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:165 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:167 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:169 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:171 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:173 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/colors/viewing_conditions.rst:175 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats.po @@ -1,389 +1,303 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/file_formats.rst:1 +msgid "The file formats category." +msgstr "" #: ../../general_concepts/file_formats.rst:14 msgid "File Formats" msgstr "" #: ../../general_concepts/file_formats.rst:16 -msgid "" -"This category is for graphics file-formats. While most file-formats can " -"be looked up on wikipedia, this doesn't always explain what the format " -"can be used for and what it's strengths and weaknesses are." +msgid "This category is for graphics file-formats. While most file-formats can be looked up on wikipedia, this doesn't always explain what the format can be used for and what it's strengths and weaknesses are." msgstr "" #: ../../general_concepts/file_formats.rst:18 -msgid "" -"In this category we try to describe these in a manner that can be read by" -" beginners." +msgid "In this category we try to describe these in a manner that can be read by beginners." msgstr "" #: ../../general_concepts/file_formats.rst:20 -msgid "" -"Generally, there's the following features that people pay attention to in" -" regards to fileformats:" +msgid "Generally, there's the following features that people pay attention to in regards to fileformats:" msgstr "" #: ../../general_concepts/file_formats.rst:23 msgid "Compression" msgstr "" #: ../../general_concepts/file_formats.rst:25 -msgid "" -"Compression is how the file-format tries to describe the image with as " -"little data as possible, so that the resulting file is as small as it can" -" get without losing quality." +msgid "Compression is how the file-format tries to describe the image with as little data as possible, so that the resulting file is as small as it can get without losing quality." msgstr "" #: ../../general_concepts/file_formats.rst:27 -msgid "" -"What we generally see is that formats that are small on disk either lose " -"image quality, or require the computer to spent a lot of time thinking " -"about how the image should look." +msgid "What we generally see is that formats that are small on disk either lose image quality, or require the computer to spent a lot of time thinking about how the image should look." msgstr "" #: ../../general_concepts/file_formats.rst:29 -msgid "" -"Vector file-formats like ``svg`` are a typical example of the latter. " -"They are really small because the technology used to create them is based" -" on mathematics, so it only stores maths-variables and can achieve a very" -" high quality. The downside is that the computer needs to spend a lot of " -"time thinking on how it should look, and sometimes different programs " -"have different ways of interpreting the values. Furthermore, vector file-" -"formats imply vector graphics, which is a very different way of working " -"than Krita is specialised in." +msgid "Vector file-formats like ``svg`` are a typical example of the latter. They are really small because the technology used to create them is based on mathematics, so it only stores maths-variables and can achieve a very high quality. The downside is that the computer needs to spend a lot of time thinking on how it should look, and sometimes different programs have different ways of interpreting the values. Furthermore, vector file-formats imply vector graphics, which is a very different way of working than Krita is specialised in." msgstr "" #: ../../general_concepts/file_formats.rst:31 -msgid "" -"Lossy file formats, like ``jpg`` or ``webp`` are an example of small on " -"disk, but lowering the quality, and are best used for very particular " -"types of images. Lossy thus means that the file format plays fast and " -"loose with describing your image to reduce filesize." +msgid ":ref:`Lossy file formats `, like ``jpg`` or ``webp`` are an example of small on disk, but lowering the quality, and are best used for very particular types of images. Lossy thus means that the file format plays fast and loose with describing your image to reduce filesize." msgstr "" #: ../../general_concepts/file_formats.rst:33 -msgid "" -"Non-lossy or lossless formats, like ``png``, ``gif`` or ``bmp`` are in " -"contrast, much heavier on disk, but much more likely to retain quality." +msgid ":ref:`Non-lossy or lossless formats `, like ``png``, ``gif`` or ``bmp`` are in contrast, much heavier on disk, but much more likely to retain quality." msgstr "" #: ../../general_concepts/file_formats.rst:35 -msgid "" -"Then, there's proper working file formats like Krita's ``.kra``, Gimp's " -"``xcf``, Photoshop's ``psd``, but also interchange formats like ora and " -"exr. These are the heaviest on the hard-drive and often require special " -"programs to open them up, but on the other hand these are meant to keep " -"your working enviroment in tact, and keep all the layers and guides in " -"them." +msgid "Then, there's proper working file formats like Krita's ``.kra``, Gimp's ``xcf``, Photoshop's ``psd``, but also interchange formats like ora and exr. These are the heaviest on the hard-drive and often require special programs to open them up, but on the other hand these are meant to keep your working environment in tact, and keep all the layers and guides in them." msgstr "" #: ../../general_concepts/file_formats.rst:38 msgid "Metadata" msgstr "" #: ../../general_concepts/file_formats.rst:40 -msgid "" -"Metadata is the ability of a fileformat to contain information outside of" -" the actual image contents. This can be human readable data, like the " -"date of creation, the name of the author, a description of the image, but" -" also computer readable data, like an icc-profile which tells the " -"computer about the qualities of how the colors inside the file should be " -"read." +msgid "Metadata is the ability of a fileformat to contain information outside of the actual image contents. This can be human readable data, like the date of creation, the name of the author, a description of the image, but also computer readable data, like an icc-profile which tells the computer about the qualities of how the colors inside the file should be read." msgstr "" #: ../../general_concepts/file_formats.rst:43 msgid "Openness" msgstr "" #: ../../general_concepts/file_formats.rst:45 -msgid "" -"This is a bit of an odd quality, but it's about how easy it to open or " -"recover the file, and how widely it's supported." +msgid "This is a bit of an odd quality, but it's about how easy it to open or recover the file, and how widely it's supported." msgstr "" #: ../../general_concepts/file_formats.rst:47 -msgid "" -"Most internal fileformats, like PSD are completely closed, and it's " -"really difficult for human outsiders to recover the data inside without " -"opening photoshop. Other examples are camera raw files which have " -"different properties per camera manufacturer." +msgid "Most internal fileformats, like PSD are completely closed, and it's really difficult for human outsiders to recover the data inside without opening photoshop. Other examples are camera raw files which have different properties per camera manufacturer." msgstr "" #: ../../general_concepts/file_formats.rst:49 -msgid "" -"SVG, as a vector fileformat, is on the other end of the spectrum, and can" -" be opened with any text-editor and edited." +msgid "SVG, as a vector fileformat, is on the other end of the spectrum, and can be opened with any text-editor and edited." msgstr "" #: ../../general_concepts/file_formats.rst:51 -msgid "" -"Most formats are in-between, and thus there's also a matter of how widely" -" supported the format is. jpg and png cannot be read or edited by human " -"eyes, but the vast majority of programs can open them, meaning the owner " -"has easy access to them." +msgid "Most formats are in-between, and thus there's also a matter of how widely supported the format is. jpg and png cannot be read or edited by human eyes, but the vast majority of programs can open them, meaning the owner has easy access to them." msgstr "" -#: ../../general_concepts/file_formats.rst:61 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/file_formats.rst:53 +msgid "Contents:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats.rst:63 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats.rst:65 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats.rst:67 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats.rst:69 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats.rst:71 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats.rst:73 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats.rst:75 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats.rst:77 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats.rst:79 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats.rst:81 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats.rst:83 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats.rst:85 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats.rst:87 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats.rst:89 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats.rst:91 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats.rst:93 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats.rst:95 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats.rst:97 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats.rst:99 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats.rst:101 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats.rst:103 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats.rst:105 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats.rst:107 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats.rst:109 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats.rst:111 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats.rst:113 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats.rst:115 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats.rst:117 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats.rst:119 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats.rst:121 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats.rst:123 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats.rst:125 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats.rst:127 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats.rst:129 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats.rst:131 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats.rst:133 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats.rst:135 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats.rst:137 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats.rst:139 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats.rst:141 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_bmp.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_bmp.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_bmp.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_bmp.po @@ -1,283 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_bmp.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_bmp.rst:14 +#: ../../general_concepts/file_formats/file_bmp.rst:1 +msgid "The Bitmap file format." +msgstr "" + +#: ../../general_concepts/file_formats/file_bmp.rst:15 msgid "\\*.bmp" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:16 -msgid "" -".bmp, or Bitmap, is the simplest raster file format out there, and, being" -" patent-free, most programs can open and save bitmap files." +#: ../../general_concepts/file_formats/file_bmp.rst:17 +msgid ".bmp, or Bitmap, is the simplest raster file format out there, and, being patent-free, most programs can open and save bitmap files." msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:18 -msgid "" -"However, most programs don't compress bitmap files, leading to BMP having" -" a reputation for being very heavy. If you need a lossless file format, " -"we actually recommend :ref:`file_png`." +#: ../../general_concepts/file_formats/file_bmp.rst:19 +msgid "However, most programs don't compress bitmap files, leading to BMP having a reputation for being very heavy. If you need a lossless file format, we actually recommend :ref:`file_png`." msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:29 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:31 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:33 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:35 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:37 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:39 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:41 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:43 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:45 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:47 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:49 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:51 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:53 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:55 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:57 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:59 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:61 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:63 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:65 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:67 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:69 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:71 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:73 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:75 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:77 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:79 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:81 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:83 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:85 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:87 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:89 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:91 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:93 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:95 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:97 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:99 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_bmp.rst:101 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_csv.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_csv.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_csv.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_csv.po @@ -1,355 +1,283 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_csv.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_csv.rst:14 +#: ../../general_concepts/file_formats/file_csv.rst:1 +msgid "The CSV file format as exported by Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_csv.rst:15 msgid "\\*.csv" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:16 -msgid "" -".csv is the abbreviation for Comma Separated Values. It is an open, plain" -" text spreadsheet format. Since the .csv format is a plain text itself, " -"it is possible to use a spreadsheet program or even a text editor to edit" -" the .csv file." +#: ../../general_concepts/file_formats/file_csv.rst:17 +msgid ".csv is the abbreviation for Comma Separated Values. It is an open, plain text spreadsheet format. Since the .csv format is a plain text itself, it is possible to use a spreadsheet program or even a text editor to edit the .csv file." msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:18 -msgid "" -"Krita supports the .csv version used by TVPaint, to transfer layered " -"animation between these two softwares and probably with others, like " -"Blender. This is not an image sequence format, so use the document " -"loading and saving functions in Krita instead of the :guilabel:`import " -"animation sequence` and :guilabel:`export animation` menu items." +#: ../../general_concepts/file_formats/file_csv.rst:19 +msgid "Krita supports the .csv version used by TVPaint, to transfer layered animation between these two softwares and probably with others, like Blender. This is not an image sequence format, so use the document loading and saving functions in Krita instead of the :guilabel:`import animation sequence` and :guilabel:`export animation` menu items." msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:20 -msgid "" -"The format consists of a text file with .csv extension, together with a " -"folder under the same name and a .frames extension. The .csv file and the" -" folder must be on the same path location. The text file contains the " -"parameters for the scene, like the field resolution and frame rate, and " -"also contains the exposure sheet for the layers. The folder contains " -":ref:`file_png` picture files. Unlike image sequences, a key frame " -"instance is only a single file and the exposure sheet links it to one or " -"more frames on the timeline." +#: ../../general_concepts/file_formats/file_csv.rst:21 +msgid "The format consists of a text file with .csv extension, together with a folder under the same name and a .frames extension. The .csv file and the folder must be on the same path location. The text file contains the parameters for the scene, like the field resolution and frame rate, and also contains the exposure sheet for the layers. The folder contains :ref:`file_png` picture files. Unlike image sequences, a key frame instance is only a single file and the exposure sheet links it to one or more frames on the timeline." msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:25 +#: ../../general_concepts/file_formats/file_csv.rst:26 msgid ".. image:: images/en/Csv_spreadsheet.png" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:25 +#: ../../general_concepts/file_formats/file_csv.rst:26 msgid "A .csv file as a spreadsheet in :program:`LibreOffice Calc`" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:27 -msgid "" -"Krita can both export and import this format. It is recommended to use " -"8bit sRGB colour space because that's the only colour space for " -":program:`TVPaint`. Layer groups and layer masks are also not supported." +#: ../../general_concepts/file_formats/file_csv.rst:28 +msgid "Krita can both export and import this format. It is recommended to use 8bit sRGB colour space because that's the only colour space for :program:`TVPaint`. Layer groups and layer masks are also not supported." msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:29 -msgid "" -"TVPaint can only export this format by itself. In :program:`TVPaint 11`, " -"use the :guilabel:`Export to...` option of the :guilabel:`File` menu, and" -" on the upcoming :guilabel:`Export footage` window, use the " -":guilabel:`Clip: Layers structure` tab." +#: ../../general_concepts/file_formats/file_csv.rst:30 +msgid "TVPaint can only export this format by itself. In :program:`TVPaint 11`, use the :guilabel:`Export to...` option of the :guilabel:`File` menu, and on the upcoming :guilabel:`Export footage` window, use the :guilabel:`Clip: Layers structure` tab." msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:34 +#: ../../general_concepts/file_formats/file_csv.rst:35 msgid ".. image:: images/en/Csv_tvp_csvexport.png" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:34 +#: ../../general_concepts/file_formats/file_csv.rst:35 msgid "Exporting into .csv in TVPaint" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:36 -msgid "" -"To import this format back into TVPaint there is a George language script" -" extension. See the \"Packs, Plugins, Third party\" section on the " -"TVPaint community forum for more details and also if you need support for" -" other softwares. Moho/Anime Studio and Blender also have plugins to " -"import this format." -msgstr "" - -#: ../../general_concepts/file_formats/file_csv.rst:41 -msgid "" -"`.csv import script for TVPaint " -"`_" +#: ../../general_concepts/file_formats/file_csv.rst:37 +msgid "To import this format back into TVPaint there is a George language script extension. See the \"Packs, Plugins, Third party\" section on the TVPaint community forum for more details and also if you need support for other softwares. Moho/Anime Studio and Blender also have plugins to import this format." msgstr "" #: ../../general_concepts/file_formats/file_csv.rst:42 -msgid "" -"`.csv import script for Moho/Anime Studio " -"`_" +msgid "`.csv import script for TVPaint `_" msgstr "" #: ../../general_concepts/file_formats/file_csv.rst:43 +msgid "`.csv import script for Moho/Anime Studio `_" +msgstr "" + +#: ../../general_concepts/file_formats/file_csv.rst:44 msgid "`.csv import script for Blender `_" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:46 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:50 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:54 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:56 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:58 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:60 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:62 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:64 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:66 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:68 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:70 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:72 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:74 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:76 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:78 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:80 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:82 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:84 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:86 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:88 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:90 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:92 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:94 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:96 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:98 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:100 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:102 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:104 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:106 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:108 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:110 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:112 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:114 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:116 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:118 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:120 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:122 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:124 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_csv.rst:126 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_exr.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_exr.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_exr.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_exr.po @@ -1,295 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_exr.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_exr.rst:14 +#: ../../general_concepts/file_formats/file_exr.rst:1 +msgid "The EXR file format as exported by Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_exr.rst:15 msgid "\\*.exr" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:16 -msgid "" -".exr is the prime file format for saving and loading :ref:`floating point" -" bit depths `, and due to the library made to load and save " -"these images being fully open source, the main interchange format as " -"well." +#: ../../general_concepts/file_formats/file_exr.rst:17 +msgid ".exr is the prime file format for saving and loading :ref:`floating point bit depths `, and due to the library made to load and save these images being fully open source, the main interchange format as well." msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:18 -msgid "" -"Floating point bit-depths are used by the computer graphics industry to " -"record scene referred values, which can be made via a camera or a " -"computer renderer. Scene referred values means that the file can have " -"values whiter than white, which in turn means that such a file can record" -" lighting conditions, such as sunsets very accurately. These exr files " -"can then be used inside a renderer to create realistic lighting." +#: ../../general_concepts/file_formats/file_exr.rst:19 +msgid "Floating point bit-depths are used by the computer graphics industry to record scene referred values, which can be made via a camera or a computer renderer. Scene referred values means that the file can have values whiter than white, which in turn means that such a file can record lighting conditions, such as sunsets very accurately. These exr files can then be used inside a renderer to create realistic lighting." msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:20 -msgid "" -"Krita can load and save exr for the purpose of paint-over(yes, Krita can " -"paint with scene referred values) and interchange with applications like " -"Blender, Mari, Nuke and Natron." +#: ../../general_concepts/file_formats/file_exr.rst:21 +msgid "Krita can load and save exr for the purpose of paint-over(yes, Krita can paint with scene referred values) and interchange with applications like Blender, Mari, Nuke and Natron." msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:24 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:26 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:32 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:34 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:36 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:38 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:40 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:42 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:44 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:46 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:48 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:50 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:52 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:54 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:56 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:58 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:60 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:62 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:64 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:66 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:68 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:70 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:72 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:74 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:76 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:78 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:80 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:82 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:84 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:86 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:88 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:90 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:92 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:94 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:96 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:98 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:100 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:102 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_exr.rst:104 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gbr.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gbr.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gbr.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gbr.po @@ -1,315 +1,267 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_gbr.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_gbr.rst:14 +#: ../../general_concepts/file_formats/file_gbr.rst:1 +msgid "The Gimp Brush file format as used in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_gbr.rst:15 msgid "\\*.gbr" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:16 -msgid "" -"The GIMP brush format. Krita can open, save and use these files as " -":ref:`predefined brushes `." +#: ../../general_concepts/file_formats/file_gbr.rst:17 +msgid "The GIMP brush format. Krita can open, save and use these files as :ref:`predefined brushes `." msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:18 +#: ../../general_concepts/file_formats/file_gbr.rst:19 msgid "There's three things that you can decide upon when exporting a \\*.gbr:" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:20 +#: ../../general_concepts/file_formats/file_gbr.rst:21 msgid "Name" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:21 -msgid "" -"This name is different from the file name, and will be shown inside Krita" -" as the name of the brush." +#: ../../general_concepts/file_formats/file_gbr.rst:22 +msgid "This name is different from the file name, and will be shown inside Krita as the name of the brush." msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:22 +#: ../../general_concepts/file_formats/file_gbr.rst:23 msgid "Spacing" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:23 +#: ../../general_concepts/file_formats/file_gbr.rst:24 msgid "This sets the default spacing." msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:25 +#: ../../general_concepts/file_formats/file_gbr.rst:26 msgid "Use color as mask" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:25 -msgid "" -"This'll turn the darkest values of the image as the ones that paint, and " -"the whitest as transparent. Untick this if you are using colored images " -"for the brush" +#: ../../general_concepts/file_formats/file_gbr.rst:26 +msgid "This'll turn the darkest values of the image as the ones that paint, and the whitest as transparent. Untick this if you are using colored images for the brush" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:27 -msgid "" -".gbr brushes are otherwise unremarkable, and limited to 8bit color " -"precision." +#: ../../general_concepts/file_formats/file_gbr.rst:28 +msgid ".gbr brushes are otherwise unremarkable, and limited to 8bit color precision." msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:38 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:40 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:42 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:44 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:46 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:48 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:50 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:52 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:54 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:56 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:58 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:60 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:62 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:64 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:66 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:68 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:70 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:72 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:74 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:76 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:78 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:80 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:82 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:84 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:86 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:88 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:90 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:92 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:94 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:96 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:98 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:100 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:102 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:104 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:106 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:108 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_gbr.rst:110 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gif.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gif.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gif.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gif.po @@ -1,285 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_gif.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_gif.rst:14 +#: ../../general_concepts/file_formats/file_gif.rst:1 +msgid "The Gif file format in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_gif.rst:15 msgid "\\*.gif" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:16 -msgid "" -".gif is a fileformat mostly known for the fact that it can save " -"animations. It's a fairly old format, and it does it's compression by " -":ref:`indexing ` the colors to a maximum of 256 colors per " -"frame." +#: ../../general_concepts/file_formats/file_gif.rst:17 +msgid ".gif is a fileformat mostly known for the fact that it can save animations. It's a fairly old format, and it does it's compression by :ref:`indexing ` the colors to a maximum of 256 colors per frame. Because we can technically design an image for 256 colors and are always able save over an edited gif without any kind of extra degradation, this is a :ref:`lossless ` compression technique." msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:18 -msgid "" -"This means that it can handle most grayscale images just fine and without" -" losing any visible quality. But for color images that don't animate it " -"might be better to use :ref:`file_jpg` or :ref:`file_png`." +#: ../../general_concepts/file_formats/file_gif.rst:19 +msgid "This means that it can handle most grayscale images just fine and without losing any visible quality. But for color images that don't animate it might be better to use :ref:`file_jpg` or :ref:`file_png`." msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:29 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:31 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:33 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:35 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:37 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:39 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:41 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:43 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:45 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:47 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:49 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:51 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:53 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:55 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:57 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:59 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:61 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:63 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:65 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:67 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:69 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:71 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:73 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:75 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:77 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:79 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:81 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:83 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:85 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:87 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:89 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:91 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:93 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:95 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:97 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:99 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_gif.rst:101 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gih.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gih.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gih.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_gih.po @@ -1,367 +1,307 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_gih.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_gih.rst:14 +#: ../../general_concepts/file_formats/file_gih.rst:1 +msgid "The Gimp Image Hose file format in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_gih.rst:15 msgid "\\*.gih" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:16 -msgid "" -"The GIMP image hose format. Krita can open and save these, as well as " -"import via the :ref:`predefined brush tab `." +#: ../../general_concepts/file_formats/file_gih.rst:17 +msgid "The GIMP image hose format. Krita can open and save these, as well as import via the :ref:`predefined brush tab `." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:18 -msgid "" -"Image Hose means that this fileformat allows you to store multiple images" -" and then set some options to make it specify how to output the multiple " -"images." +#: ../../general_concepts/file_formats/file_gih.rst:19 +msgid "Image Hose means that this fileformat allows you to store multiple images and then set some options to make it specify how to output the multiple images." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:24 +#: ../../general_concepts/file_formats/file_gih.rst:25 msgid ".. image:: images/en/Gih-examples.png" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:24 +#: ../../general_concepts/file_formats/file_gih.rst:25 msgid "From top to bottom: Incremental, Pressure and Random" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:26 +#: ../../general_concepts/file_formats/file_gih.rst:27 msgid "Gimp image hose format options:" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:28 -msgid "Constant" -msgstr "" - #: ../../general_concepts/file_formats/file_gih.rst:29 -msgid "This'll use the first image, no matter what." +msgid "Constant" msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:30 -msgid "Incremental" +msgid "This'll use the first image, no matter what." msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:31 -msgid "" -"This'll paint the image layers in sequence. This is good for images that " -"can be strung together to create a pattern." +msgid "Incremental" msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:32 -msgid "Pressure" +msgid "This'll paint the image layers in sequence. This is good for images that can be strung together to create a pattern." msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:33 -msgid "" -"This'll paint the images depending on pressure. This is good for brushes " -"imitating the hairs of a natural brush." +msgid "Pressure" msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:34 -msgid "Random" +msgid "This'll paint the images depending on pressure. This is good for brushes imitating the hairs of a natural brush." msgstr "" #: ../../general_concepts/file_formats/file_gih.rst:35 -msgid "" -"This'll draw the images randomly. This is good for image-collections used" -" in speedpainting as well as images that generate texture. Or perhaps " -"more graphical symbols." +msgid "Random" +msgstr "" + +#: ../../general_concepts/file_formats/file_gih.rst:36 +msgid "This'll draw the images randomly. This is good for image-collections used in speedpainting as well as images that generate texture. Or perhaps more graphical symbols." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:37 +#: ../../general_concepts/file_formats/file_gih.rst:38 msgid "Angle" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:37 -msgid "This'll use the draging angle to determine with image to draw." +#: ../../general_concepts/file_formats/file_gih.rst:38 +msgid "This'll use the dragging angle to determine with image to draw." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:39 -msgid "" -"When exporting a krita file as a .gih, you will also get the option to " -"set the default spacing, the option to set the name(very important for " -"looking it up in the UI) and the ability to choose whether or not to " -"generate the mask from the colors." +#: ../../general_concepts/file_formats/file_gih.rst:40 +msgid "When exporting a krita file as a .gih, you will also get the option to set the default spacing, the option to set the name(very important for looking it up in the UI) and the ability to choose whether or not to generate the mask from the colors." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:42 +#: ../../general_concepts/file_formats/file_gih.rst:43 msgid "Use Color as Mask" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:42 -msgid "" -"This'll turn the darkest values of the image as the ones that paint, and " -"the whitest as transparent. Untick this if you are using colored images " -"for the brush." +#: ../../general_concepts/file_formats/file_gih.rst:43 +msgid "This'll turn the darkest values of the image as the ones that paint, and the whitest as transparent. Untick this if you are using colored images for the brush." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:44 -msgid "" -"We have a :ref:`Krita Brush tip page ` on how " -"to create your own gih brush." +#: ../../general_concepts/file_formats/file_gih.rst:45 +msgid "We have a :ref:`Krita Brush tip page ` on how to create your own gih brush." msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:47 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:49 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:53 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:55 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:57 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:59 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:61 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:63 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:65 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:67 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:69 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:71 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:73 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:75 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:77 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:79 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:81 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:83 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:85 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:87 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:89 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:91 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:93 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:95 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:97 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:99 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:101 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:103 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:105 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:107 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:109 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:111 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:113 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:115 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:117 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:119 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:121 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:123 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:125 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_gih.rst:127 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_jpeg.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_jpeg.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_jpeg.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_jpeg.po @@ -1,303 +1,251 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_jpeg.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_jpeg.rst:15 +#: ../../general_concepts/file_formats/file_jpeg.rst:1 +msgid "The JPEG file format as exported by Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_jpeg.rst:16 msgid "\\*.jpg" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:17 -msgid "" -".jpg, .jpeg or .jpeg2000 are a family of file-formats designed to encode " -"photographs." +#: ../../general_concepts/file_formats/file_jpeg.rst:18 +msgid ".jpg, .jpeg or .jpeg2000 are a family of file-formats designed to encode photographs." msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:19 -msgid "" -"Photographs have the problem that they have a lot of little gradients, " -"which means that you cannot index the file like you can with " -":ref:`file_gif` and expect the result to look good. What jpeg instead " -"does is that it converts the file to a perceptual color space(:ref:`YCrCb" -" `), and then compresses the channels that encode the " -"colors, while keeping the channel that holds information about the " -"relative lightness uncompressed. This works really well because human " -"eye-sight is not as sensitive to colorfulness as it is to relative " -"lightness." -msgstr "" - -#: ../../general_concepts/file_formats/file_jpeg.rst:21 -msgid "" -"However, it does mean that jpeg should be used in certain cases. For " -"images with a lot of gradients, like full scale paintings, jpeg performs " -"better than :ref:`file_png` and :ref:`file_gif`." +#: ../../general_concepts/file_formats/file_jpeg.rst:20 +msgid "Photographs have the problem that they have a lot of little gradients, which means that you cannot index the file like you can with :ref:`file_gif` and expect the result to look good. What jpeg instead does is that it converts the file to a perceptual color space(:ref:`YCrCb `), and then compresses the channels that encode the colors, while keeping the channel that holds information about the relative lightness uncompressed. This works really well because human eye-sight is not as sensitive to colorfulness as it is to relative lightness. Jpeg also uses other :ref:`lossy ` compression techniques, like using cosine waves to describe image contrasts." msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:23 -msgid "" -"But for images with a lot of sharp contrasts, like text and comic book " -"styles, png is a much better choice despite a larger file size. For " -"grayscale images, png and gif will definitely be more efficient." +#: ../../general_concepts/file_formats/file_jpeg.rst:22 +msgid "However, it does mean that jpeg should be used in certain cases. For images with a lot of gradients, like full scale paintings, jpeg performs better than :ref:`file_png` and :ref:`file_gif`." +msgstr "" + +#: ../../general_concepts/file_formats/file_jpeg.rst:24 +msgid "But for images with a lot of sharp contrasts, like text and comic book styles, png is a much better choice despite a larger file size. For grayscale images, png and gif will definitely be more efficient." msgstr "" #: ../../general_concepts/file_formats/file_jpeg.rst:26 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +msgid "Because jpeg uses lossy compression, it is not advised to save over the same jpeg multiple times. The lossy compression will cause the file to reduce in quality each time you save it. This is a fundamental problem with lossy compression methods. Instead use a lossless file format, or a working file format while you are working on the image." +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:34 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:36 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:38 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:40 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:42 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:44 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:46 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:48 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:50 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:52 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:54 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:56 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:58 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:60 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:62 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:64 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:66 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:68 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:70 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:72 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:74 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:76 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:78 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:80 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:82 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:84 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:86 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:88 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:90 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:92 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:94 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:96 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:98 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:100 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:102 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:104 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_jpeg.rst:106 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kpl.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kpl.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kpl.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kpl.po @@ -1,286 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_kpl.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_kpl.rst:14 +#: ../../general_concepts/file_formats/file_kpl.rst:1 +msgid "The Krita Palette file format." +msgstr "" + +#: ../../general_concepts/file_formats/file_kpl.rst:15 msgid "\\*.kpl" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:16 -msgid "" -"Since 4.0, Krita has a new palette file-format that can handle colors " -"that are wide gamut, RGB, CMYK, XYZ, GRAY, or LAB, and can be of any of " -"the available bitdepths, as well as groups. These are Krita Palettes, or " -"``*.kpl``." +#: ../../general_concepts/file_formats/file_kpl.rst:17 +msgid "Since 4.0, Krita has a new palette file-format that can handle colors that are wide gamut, RGB, CMYK, XYZ, GRAY, or LAB, and can be of any of the available bitdepths, as well as groups. These are Krita Palettes, or ``*.kpl``." msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:18 -msgid "" -"``*.kpl`` files are zip files, with two XMLs and ICC profiles inside. The" -" colorset XML contains the swatches as ColorSetEntry and Groups as Group." -" The profiles.XML contains a list of profiles, and the ICC profiles " -"themselves are embedded to ensure compatibility over different computers." +#: ../../general_concepts/file_formats/file_kpl.rst:19 +msgid "``*.kpl`` files are zip files, with two XMLs and ICC profiles inside. The colorset XML contains the swatches as ColorSetEntry and Groups as Group. The profiles.XML contains a list of profiles, and the ICC profiles themselves are embedded to ensure compatibility over different computers." msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:29 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:31 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:33 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:35 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:37 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:39 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:41 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:43 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:45 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:47 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:49 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:51 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:53 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:55 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:57 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:59 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:61 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:63 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:65 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:67 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:69 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:71 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:73 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:75 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:77 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:79 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:81 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:83 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:85 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:87 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:89 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:91 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:93 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:95 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:97 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:99 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_kpl.rst:101 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kra.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kra.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kra.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_kra.po @@ -1,285 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_kra.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_kra.rst:14 +#: ../../general_concepts/file_formats/file_kra.rst:1 +msgid "The Krita Raster Archive file format." +msgstr "" + +#: ../../general_concepts/file_formats/file_kra.rst:15 msgid "\\*.kra" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:16 -msgid "" -".kra is Krita's internal file-format, which means that it is the " -"fileformat that saves all of the features Krita can handle. It's " -"construction is vaguely based on the open document standard, which means " -"that you can rename your .kra file to a .zip file and open it up to look " -"at the insides." +#: ../../general_concepts/file_formats/file_kra.rst:17 +msgid ".kra is Krita's internal file-format, which means that it is the fileformat that saves all of the features Krita can handle. It's construction is vaguely based on the open document standard, which means that you can rename your .kra file to a .zip file and open it up to look at the insides." msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:18 -msgid "" -"It is a format that you can expect to get very heavy, and isn't meant for" -" sharing on the internet." +#: ../../general_concepts/file_formats/file_kra.rst:19 +msgid "It is a format that you can expect to get very heavy, and isn't meant for sharing on the internet." msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:29 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:31 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:33 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:35 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:37 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:39 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:41 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:43 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:45 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:47 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:49 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:51 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:53 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:55 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:57 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:59 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:61 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:63 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:65 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:67 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:69 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:71 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:73 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:75 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:77 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:79 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:81 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:83 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:85 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:87 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:89 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:91 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:93 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:95 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:97 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:99 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_kra.rst:101 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_ora.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_ora.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_ora.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_ora.po @@ -1,291 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_ora.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_ora.rst:14 +#: ../../general_concepts/file_formats/file_ora.rst:1 +msgid "The Open Raster Archive file format as exported by Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_ora.rst:15 msgid "\\*.ora" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:16 -msgid "" -".ora, or the Open Raster format, is an interchange format. It was " -"designed to replace :ref:`file_psd` as an interchange format, as the " -"latter isn't meant for that. Like :ref:`file_kra` it is loosely based on " -"the Open Document structure, thus a zip file with a bunch of xmls and " -"pngs, but where Krita's internal fileformat can sometimes have fully " -"binary chunks, .ora saves it's layers as :ref:`file_png` making it fully " -"open and easy to support." +#: ../../general_concepts/file_formats/file_ora.rst:17 +msgid ".ora, or the Open Raster format, is an interchange format. It was designed to replace :ref:`file_psd` as an interchange format, as the latter isn't meant for that. Like :ref:`file_kra` it is loosely based on the Open Document structure, thus a zip file with a bunch of xmls and pngs, but where Krita's internal fileformat can sometimes have fully binary chunks, .ora saves it's layers as :ref:`file_png` making it fully open and easy to support." msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:18 -msgid "" -"As an interchange format, it can be expected to be heavy and isn't meant " -"for uploading to the internet." +#: ../../general_concepts/file_formats/file_ora.rst:19 +msgid "As an interchange format, it can be expected to be heavy and isn't meant for uploading to the internet." msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:22 +#: ../../general_concepts/file_formats/file_ora.rst:23 msgid "`Open Raster Specification `_" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:33 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:35 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:37 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:39 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:41 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:43 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:45 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:47 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:49 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:51 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:53 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:55 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:57 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:59 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:61 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:63 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:65 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:67 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:69 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:71 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:73 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:75 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:77 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:79 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:81 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:83 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:85 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:87 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:89 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:91 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:93 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:95 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:97 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:99 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:101 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:103 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_ora.rst:105 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pbgpm.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pbgpm.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pbgpm.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pbgpm.po @@ -1,308 +1,263 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_pbgpm.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_pbgpm.rst:16 -msgid "\\*.pbm, \\*.pgm, \\*.ppm" +#: ../../general_concepts/file_formats/file_pbgpm.rst:1 +msgid "The pbm, pgm and ppm file formats as exported by Krita." msgstr "" #: ../../general_concepts/file_formats/file_pbgpm.rst:17 -msgid "" -".pbm, .pgm, .ppm are a series of file-formats with a similar logic to " -"them. They are designed to save images in a way that the result can be " -"read as an ascii file, from back when email clients couldn't read images " -"reliably." +msgid "\\*.pbm, \\*.pgm, \\*.ppm" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:19 -msgid "" -"It's a very old file format, and not used outside of very experimental " -"usecases." +#: ../../general_concepts/file_formats/file_pbgpm.rst:18 +msgid ".pbm, .pgm, .ppm are a series of file-formats with a similar logic to them. They are designed to save images in a way that the result can be read as an ascii file, from back when email clients couldn't read images reliably." msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:21 -msgid ".pbm" +#: ../../general_concepts/file_formats/file_pbgpm.rst:20 +msgid "They are very old file formats, and not used outside of very specialised usecases, such as embedding images inside code." msgstr "" #: ../../general_concepts/file_formats/file_pbgpm.rst:22 -msgid "one-bit and can only show strict black and white." +msgid ".pbm" msgstr "" #: ../../general_concepts/file_formats/file_pbgpm.rst:23 -msgid ".pgm" +msgid "one-bit and can only show strict black and white." msgstr "" #: ../../general_concepts/file_formats/file_pbgpm.rst:24 +msgid ".pgm" +msgstr "" + +#: ../../general_concepts/file_formats/file_pbgpm.rst:25 msgid "can show 255 values of gray(8bit)." msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:27 +#: ../../:1 msgid ".ppm" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:26 +#: ../../general_concepts/file_formats/file_pbgpm.rst:27 msgid "can show 8bit rgb values." msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:35 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:37 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:39 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:41 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:43 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:45 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:47 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:49 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:51 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:53 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:55 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:57 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:59 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:61 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:63 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:65 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:67 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:69 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:71 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:73 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:75 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:77 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:79 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:81 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:83 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:85 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:87 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:89 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:91 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:93 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:95 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:97 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:99 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:101 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:103 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:105 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:107 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_pbgpm.rst:109 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pdf.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pdf.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pdf.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_pdf.po @@ -1,293 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_pdf.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_pdf.rst:14 +#: ../../general_concepts/file_formats/file_pdf.rst:1 +msgid "The PDF file format in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_pdf.rst:15 msgid "\\*.pdf" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:16 -msgid "" -".pdf is a format intended for making sure a document looks the same on " -"all computers. It became popular because it allows the creator to make " -"sure that the document looks the same and cannot be changed by viewers. " -"These days it is an open standard and there is quite a variety of " -"programs that can read and save pdfs." +#: ../../general_concepts/file_formats/file_pdf.rst:17 +msgid ".pdf is a format intended for making sure a document looks the same on all computers. It became popular because it allows the creator to make sure that the document looks the same and cannot be changed by viewers. These days it is an open standard and there is quite a variety of programs that can read and save pdfs." msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:18 -msgid "" -"Krita can open pdfs with multiple layers. There is currently no PDF " -"export, nor is that planned. If you want to create a PDF with images from" -" Krita, use `Scribus `_." +#: ../../general_concepts/file_formats/file_pdf.rst:19 +msgid "Krita can open pdfs with multiple layers. There is currently no PDF export, nor is that planned. If you want to create a PDF with images from Krita, use `Scribus `_." msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:20 -msgid "" -"While pdfs can be viewed via most browsers, they can also become very " -"heavy and are thus not recommended outside of official documents. " -"Printhouses will often accept pdf." +#: ../../general_concepts/file_formats/file_pdf.rst:21 +msgid "While pdfs can be viewed via most browsers, they can also become very heavy and are thus not recommended outside of official documents. Printhouses will often accept pdf." msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:31 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:33 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:35 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:37 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:39 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:41 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:43 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:45 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:47 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:49 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:51 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:53 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:55 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:57 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:59 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:61 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:63 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:65 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:67 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:69 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:71 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:73 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:75 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:77 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:79 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:81 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:83 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:85 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:87 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:89 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:91 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:93 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:95 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:97 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:99 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:101 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_pdf.rst:103 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_png.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_png.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_png.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_png.po @@ -1,296 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_png.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/file_formats/file_png.rst:1 +msgid "The Portable Network Graphics file format in Krita." +msgstr "" #: ../../general_concepts/file_formats/file_png.rst:17 msgid "\\*.png" msgstr "" #: ../../general_concepts/file_formats/file_png.rst:19 -msgid "" -".png, or Portable Network Graphics, is a modern alternative to " -":ref:`file_gif` and with that and :ref:`file_jpg` it makes up the three " -"main formats that are widely supported on the internet." +msgid ".png, or Portable Network Graphics, is a modern alternative to :ref:`file_gif` and with that and :ref:`file_jpg` it makes up the three main formats that are widely supported on the internet." msgstr "" #: ../../general_concepts/file_formats/file_png.rst:21 -msgid "" -"png is a lossless fileformat, which means that it is able to maintain all" -" the colors of your image perfectly. It does so at the cost of the file " -"size being big, and therefore it is recommended to try :ref:`file_jpg` " -"for images with a lot of gradients and different colors. Grayscale images" -" will do better in png as well as images with a lot of text and sharp " -"contrasts, like comics." +msgid "png is a :ref:`lossless ` fileformat, which means that it is able to maintain all the colors of your image perfectly. It does so at the cost of the file size being big, and therefore it is recommended to try :ref:`file_jpg` for images with a lot of gradients and different colors. Grayscale images will do better in png as well as images with a lot of text and sharp contrasts, like comics." msgstr "" #: ../../general_concepts/file_formats/file_png.rst:23 -msgid "" -"Like :ref:`file_gif`, png can support indexed color. Unlike " -":ref:`file_gif`, png doesn't support animation. There have been two " -"attempts at giving animation support to png, apng and mng, the former is " -"unofficial and the latter too complicated, so neither have really taken " -"off yet." +msgid "Like :ref:`file_gif`, png can support indexed color. Unlike :ref:`file_gif`, png doesn't support animation. There have been two attempts at giving animation support to png, apng and mng, the former is unofficial and the latter too complicated, so neither have really taken off yet." msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:36 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:38 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:40 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:42 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:44 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:46 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:48 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:50 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:52 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:54 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:56 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:58 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:60 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:62 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:64 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:66 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:68 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:70 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:72 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:74 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:76 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:78 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:80 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:82 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:84 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:86 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:88 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:90 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:92 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:94 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:96 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:98 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:100 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:102 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:104 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:106 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_png.rst:108 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_psd.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_psd.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_psd.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_psd.po @@ -1,320 +1,255 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_psd.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_psd.rst:14 +#: ../../general_concepts/file_formats/file_psd.rst:1 +msgid "The Photoshop file format as exported by Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_psd.rst:15 msgid "\\*.psd" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:16 -msgid "" -".psd is Photoshop's internal file format. For some reason, people like to" -" use it as an interchange format, even though it is not designed for " -"this." +#: ../../general_concepts/file_formats/file_psd.rst:17 +msgid ".psd is Photoshop's internal file format. For some reason, people like to use it as an interchange format, even though it is not designed for this." msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:18 -msgid "" -".psd, unlike actual interchange formats like :ref:`file_pdf`, " -":ref:`file_tif`, :ref:`file_exr`, :ref:`file_ora` and :ref:`file_svg` " -"doesn't have an official spec online. Which means that it needs to be " -"reverse engineered. Furthermore, as an internal file format, it doesn't " -"have much of a philosophy to it's structure, as it's only purpose is to " -"save what photoshop is busy with, or rather, what all the past versions " -"of photoshop have been busy with. This means that the inside of a psd " -"looks somewhat like photoshop's virtual brains, and psd is in general a " -"very disliked file-format." -msgstr "" - -#: ../../general_concepts/file_formats/file_psd.rst:20 -msgid "" -"Due to .psd being used as an interchange format, this leads to confusion " -"amongst people using these programs, as to why not all programs support " -"opening these. Sometimes, you might even see users saying that a certain " -"program is terrible because it doesn't support opening psds properly. But" -" as psd is an internal file-format without online specs, it is impossible" -" to have any program outside it support it 100%." +#: ../../general_concepts/file_formats/file_psd.rst:19 +msgid ".psd, unlike actual interchange formats like :ref:`file_pdf`, :ref:`file_tif`, :ref:`file_exr`, :ref:`file_ora` and :ref:`file_svg` doesn't have an official spec online. Which means that it needs to be reverse engineered. Furthermore, as an internal file format, it doesn't have much of a philosophy to it's structure, as it's only purpose is to save what photoshop is busy with, or rather, what all the past versions of photoshop have been busy with. This means that the inside of a psd looks somewhat like photoshop's virtual brains, and psd is in general a very disliked file-format." msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:22 -msgid "" -"Krita supports loading and saving raster layers, blending modes, " -"layerstyles, layer groups, and transparency masks from psd. It will " -"likely never support vector and text layers, as these are just too " -"difficult to program properly." +#: ../../general_concepts/file_formats/file_psd.rst:21 +msgid "Due to .psd being used as an interchange format, this leads to confusion amongst people using these programs, as to why not all programs support opening these. Sometimes, you might even see users saying that a certain program is terrible because it doesn't support opening psds properly. But as psd is an internal file-format without online specs, it is impossible to have any program outside it support it 100%." msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:24 -msgid "" -"We recommend using any other file format instead of psd if possible, with" -" a strong preference towards :ref:`file_ora` or :ref:`file_tif`." +#: ../../general_concepts/file_formats/file_psd.rst:23 +msgid "Krita supports loading and saving raster layers, blending modes, layerstyles, layer groups, and transparency masks from psd. It will likely never support vector and text layers, as these are just too difficult to program properly." msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:26 -msgid "" -"As a working file format, psds can be expected to become very heavy and " -"most websites won't accept them." +#: ../../general_concepts/file_formats/file_psd.rst:25 +msgid "We recommend using any other file format instead of psd if possible, with a strong preference towards :ref:`file_ora` or :ref:`file_tif`." msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/file_formats/file_psd.rst:27 +msgid "As a working file format, psds can be expected to become very heavy and most websites won't accept them." +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:35 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:37 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:39 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:41 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:43 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:45 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:47 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:49 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:51 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:53 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:55 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:57 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:59 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:61 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:63 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:65 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:67 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:69 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:71 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:73 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:75 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:77 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:79 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:81 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:83 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:85 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:87 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:89 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:91 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:93 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:95 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:97 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:99 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:101 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:103 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:105 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:107 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_psd.rst:109 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_svg.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_svg.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_svg.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_svg.po @@ -1,308 +1,251 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_svg.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_svg.rst:14 +#: ../../general_concepts/file_formats/file_svg.rst:1 +msgid "The Scalable Vector Graphics file format in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_svg.rst:15 msgid "\\*.svg" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:16 -msgid "" -".svg, or Scalable Vector Graphics, is the most modern vector graphics " -"interchange file format out there." +#: ../../general_concepts/file_formats/file_svg.rst:17 +msgid ".svg, or Scalable Vector Graphics, is the most modern vector graphics interchange file format out there." msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:18 -msgid "" -"Being vector graphics, svg is very light weight. This is because it " -"usually only stores coordinates and parameters for the maths involved " -"with vector graphics." +#: ../../general_concepts/file_formats/file_svg.rst:19 +msgid "Being vector graphics, svg is very light weight. This is because it usually only stores coordinates and parameters for the maths involved with vector graphics." msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:20 -msgid "" -"It is maintained by the w3c svg working group, who also maintain other " -"open standards that make up our modern internet." +#: ../../general_concepts/file_formats/file_svg.rst:21 +msgid "It is maintained by the w3c svg working group, who also maintain other open standards that make up our modern internet." msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:22 -msgid "" -"While you can open up svg files with any text-editor to edit them, it is " -"best to use a vector program like Inkscape. Krita 2.9 to 3.3 supports " -"importing svg via the add shape docker. Since Krita 4.0, SVGs can be " -"properly imported, and you can export singlevector layers via " -":menuselection:`Layer --> Import/Export --> Save Vector Layer as SVG...`." -" For 4.0, Krita will also use SVG to save vector data into it's " -":ref:`internal format `." +#: ../../general_concepts/file_formats/file_svg.rst:23 +msgid "While you can open up svg files with any text-editor to edit them, it is best to use a vector program like Inkscape. Krita 2.9 to 3.3 supports importing svg via the add shape docker. Since Krita 4.0, SVGs can be properly imported, and you can export singlevector layers via :menuselection:`Layer --> Import/Export --> Save Vector Layer as SVG...`. For 4.0, Krita will also use SVG to save vector data into it's :ref:`internal format `." msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:24 -msgid "" -"svg is designed for the internet, though sadly, because vector graphics " -"are considered a bit obscure compared to raster graphics, not a lot of " -"websites accept them yet. Hosting them on your own webhost works just " -"fine though." +#: ../../general_concepts/file_formats/file_svg.rst:25 +msgid "svg is designed for the internet, though sadly, because vector graphics are considered a bit obscure compared to raster graphics, not a lot of websites accept them yet. Hosting them on your own webhost works just fine though." msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:35 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:37 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:39 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:41 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:43 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:45 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:47 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:49 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:51 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:53 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:55 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:57 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:59 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:61 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:63 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:65 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:67 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:69 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:71 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:73 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:75 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:77 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:79 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:81 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:83 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:85 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:87 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:89 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:91 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:93 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:95 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:97 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:99 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:101 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:103 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:105 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_svg.rst:107 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_tif.po b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_tif.po --- a/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_tif.po +++ b/locale/fr/LC_MESSAGES/general_concepts/file_formats/file_tif.po @@ -1,292 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/file_formats/file_tif.pot\n" +"Language: fr_FR\n" -#: ../../general_concepts/file_formats/file_tif.rst:15 +#: ../../general_concepts/file_formats/file_tif.rst:1 +msgid "The Tagged Image file format in Krita." +msgstr "" + +#: ../../general_concepts/file_formats/file_tif.rst:16 msgid "\\*.tiff" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:17 -msgid "" -".tiff, or Tagged Image File Format, is a raster interchange format that " -"was originally designed to be a common format generated by scanners and " -"used by printers." +#: ../../general_concepts/file_formats/file_tif.rst:18 +msgid ".tiff, or Tagged Image File Format, is a raster interchange format that was originally designed to be a common format generated by scanners and used by printers." msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:19 -msgid "" -"It can support multiple color spaces, and even layers. However, the " -"latter is a bit odd, as the official specs, owned by Adobe, have a " -"different way of saving layers to tiff than Photoshop, also owned by " -"Adobe." +#: ../../general_concepts/file_formats/file_tif.rst:20 +msgid "It can support multiple color spaces, and even layers. However, the latter is a bit odd, as the official specs, owned by Adobe, have a different way of saving layers to tiff than Photoshop, also owned by Adobe." msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:21 -msgid "" -"As an interchange format, .tiff is not meant for sharing on the internet," -" and you will not find many websites that do accept it. However, " -"printhouses know the file format, and will likely accept it." +#: ../../general_concepts/file_formats/file_tif.rst:22 +msgid "As an interchange format, .tiff is not meant for sharing on the internet, and you will not find many websites that do accept it. However, printhouses know the file format, and will likely accept it." msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:24 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:26 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:32 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:34 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:36 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:38 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:40 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:42 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:44 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:46 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:48 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:50 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:52 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:54 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:56 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:58 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:60 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:62 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:64 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:66 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:68 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:70 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:72 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:74 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:76 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:78 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:80 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:82 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:84 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:86 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:88 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:90 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:92 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:94 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:96 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:98 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:100 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:102 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/file_formats/file_tif.rst:104 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/projection.po b/locale/fr/LC_MESSAGES/general_concepts/projection.po --- a/locale/fr/LC_MESSAGES/general_concepts/projection.po +++ b/locale/fr/LC_MESSAGES/general_concepts/projection.po @@ -1,291 +1,247 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/projection.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/projection.rst:1 +msgid "The Perspective Projection Category." +msgstr "" #: ../../general_concepts/projection.rst:15 msgid "Perspective Projection" msgstr "" #: ../../general_concepts/projection.rst:17 -msgid "" -"The Perspective Projection tutorial is one of the Kickstarter 2015 " -"tutorial rewards. It's about something that humanity has known " -"scientifically for a very long time, and decent formal training will " -"teach you about this. But I think there's very very few tutorials about " -"it in regard to how to achieve it in digital painting programs, let alone" -" open source." +msgid "The Perspective Projection tutorial is one of the Kickstarter 2015 tutorial rewards. It's about something that humanity has known scientifically for a very long time, and decent formal training will teach you about this. But I think there's very very few tutorials about it in regard to how to achieve it in digital painting programs, let alone open source." msgstr "" #: ../../general_concepts/projection.rst:19 -msgid "" -"The tutorial is a bit image heavy, and technical, but I hope the skill it" -" teaches will be really useful to anyone trying to get a grasp on a " -"complicated pose. Enjoy, and don't forget to thank `Raghukamath " -"`_ for choosing this topic!" +msgid "The tutorial is a bit image heavy, and technical, but I hope the skill it teaches will be really useful to anyone trying to get a grasp on a complicated pose. Enjoy, and don't forget to thank `Raghukamath `_ for choosing this topic!" msgstr "" +#: ../../general_concepts/projection.rst:None msgid ".. image:: images/en/category_projection/projection-cube_09.svg" msgstr "" -#: ../../general_concepts/projection.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../general_concepts/projection.rst:24 +msgid "Parts:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/projection.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/projection.rst:38 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/projection.rst:40 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/projection.rst:42 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/projection.rst:44 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/projection.rst:46 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/projection.rst:48 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/projection.rst:50 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/projection.rst:52 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/projection.rst:54 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/projection.rst:56 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/projection.rst:58 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/projection.rst:60 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/projection.rst:62 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/projection.rst:64 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/projection.rst:66 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/projection.rst:68 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/projection.rst:70 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/projection.rst:72 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/projection.rst:74 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/projection.rst:76 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/projection.rst:78 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/projection.rst:80 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/projection.rst:82 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/projection.rst:84 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/projection.rst:86 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/projection.rst:88 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/projection.rst:90 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/projection.rst:92 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/projection.rst:94 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/projection.rst:96 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/projection.rst:98 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/projection.rst:100 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/projection.rst:102 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/projection.rst:104 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/projection.rst:106 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/projection.rst:108 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/projection.rst:110 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/projection.rst:112 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/projection.rst:114 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/projection/axonometric.po b/locale/fr/LC_MESSAGES/general_concepts/projection/axonometric.po --- a/locale/fr/LC_MESSAGES/general_concepts/projection/axonometric.po +++ b/locale/fr/LC_MESSAGES/general_concepts/projection/axonometric.po @@ -1,587 +1,491 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/projection/axonometric.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/projection/axonometric.rst:1 +msgid "Axonometric projection." +msgstr "" #: ../../general_concepts/projection/axonometric.rst:10 -msgid "" -"This is a continuation of :ref:`the orthographic and oblique tutorial " -"`, be sure to check it out if you get confused!" +msgid "This is a continuation of :ref:`the orthographic and oblique tutorial `, be sure to check it out if you get confused!" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:15 +#: ../../general_concepts/projection/axonometric.rst:16 msgid "Axonometric" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:17 +#: ../../general_concepts/projection/axonometric.rst:18 msgid "So, the logic of adding the top is still similar to that of the side." msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection-cube_07.svg" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:22 -msgid "" -"Not very interesting. But it gets much more interesting when we use a " -"side projection:" +#: ../../general_concepts/projection/axonometric.rst:23 +msgid "Not very interesting. But it gets much more interesting when we use a side projection:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection-cube_08.svg" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:27 -msgid "" -"Because our cube is red on both front-sides, and blue on both left and " -"right side, we can just use copies, this simplifies the method for cubes " -"a lot. We call this form of axonometric projection 'dimetric' as it " -"deforms two parallel lines equally." +#: ../../general_concepts/projection/axonometric.rst:28 +msgid "Because our cube is red on both front-sides, and blue on both left and right side, we can just use copies, this simplifies the method for cubes a lot. We call this form of axonometric projection 'dimetric' as it deforms two parallel lines equally." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:29 -msgid "" -"Isometric is sorta like dimetric where we have the same angle between all" -" main lines:" +#: ../../general_concepts/projection/axonometric.rst:30 +msgid "Isometric is sorta like dimetric where we have the same angle between all main lines:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection-cube_09.svg" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:34 +#: ../../general_concepts/projection/axonometric.rst:35 msgid "True isometric is done with a 90-54.736=35.264° angle from ground plane:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection-cube_10.svg" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:39 -msgid "" -"(as you can see, it doesn't line up perfectly, because Inkscape, while " -"more designed for making these kind of diagrams than Krita, doesn't have " -"tools to manipulate the line's angle in degrees)" +#: ../../general_concepts/projection/axonometric.rst:40 +msgid "(as you can see, it doesn't line up perfectly, because Inkscape, while more designed for making these kind of diagrams than Krita, doesn't have tools to manipulate the line's angle in degrees)" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:41 -msgid "" -"This is a bit of an awkward angle, and on top of that, it doesn't line up" -" with pixels sensibly, so for videogames a an angle of 30° from the " -"ground plane is used." +#: ../../general_concepts/projection/axonometric.rst:42 +msgid "This is a bit of an awkward angle, and on top of that, it doesn't line up with pixels sensibly, so for videogames a an angle of 30° from the ground plane is used." msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection-cube_11.svg" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:46 +#: ../../general_concepts/projection/axonometric.rst:47 msgid "Alright, so, let's make an isometric out of our boy then." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:48 +#: ../../general_concepts/projection/axonometric.rst:49 msgid "We make a new document, and add a vector layer." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:50 -msgid "" -"On the vector layer, we select the straight line tool, start a line and " -"then hold 'shift' to make it snap to angles. This'll allow us to make a " -"30° setup like above:" +#: ../../general_concepts/projection/axonometric.rst:51 +msgid "On the vector layer, we select the straight line tool, start a line and then hold 'shift' to make it snap to angles. This'll allow us to make a 30° setup like above:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_15.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:55 -msgid "" -"We then import some of the frames from the animation via layers --> import/export --> import layer." +#: ../../general_concepts/projection/axonometric.rst:56 +msgid "We then import some of the frames from the animation via layers --> import/export --> import layer." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:58 -msgid "" -"Then crop it by setting the crop tool to 'layer', and use " -":menuselection:`filters --> colors --> color to alpha`" +#: ../../general_concepts/projection/axonometric.rst:59 +msgid "Then crop it by setting the crop tool to 'layer', and use :menuselection:`filters --> colors --> color to alpha`" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:58 -#, python-format -msgid "" -"to remove any background. I also set the layers to 50% opacity. We then " -"align the vectors to them:" +#: ../../general_concepts/projection/axonometric.rst:59 +msgid "to remove any background. I also set the layers to 50% opacity. We then align the vectors to them:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_16.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:63 -msgid "" -"(Tip, to resize a vector but keep it's angle, you just select it with the" -" shape handling tool(the white arrow) drag on the corners of the bounding" -" box to start moving them, and then press :kbd:`shift` to constrain the " -"ratio. This'll allow you to keep the angle)" +#: ../../general_concepts/projection/axonometric.rst:64 +msgid "(Tip, to resize a vector but keep it's angle, you just select it with the shape handling tool(the white arrow) drag on the corners of the bounding box to start moving them, and then press :kbd:`shift` to constrain the ratio. This'll allow you to keep the angle)" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:65 -msgid "" -"The lower image is 'the back seen from the front', we'll be using this to" -" determine where the ear should go." +#: ../../general_concepts/projection/axonometric.rst:66 +msgid "The lower image is 'the back seen from the front', we'll be using this to determine where the ear should go." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:67 -msgid "" -"Now, we obviously have too little space, so select the crop tool, select " -"'image' and tick 'grow' and do the following:" +#: ../../general_concepts/projection/axonometric.rst:68 +msgid "Now, we obviously have too little space, so select the crop tool, select 'image' and tick 'grow' and do the following:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_17.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:72 -msgid "" -"Grow is a more practical way of resizing the canvas in width and height " -"immediately." +#: ../../general_concepts/projection/axonometric.rst:73 +msgid "Grow is a more practical way of resizing the canvas in width and height immediately." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:74 -msgid "" -"Then we align the other heads and transform them by using the transform " -"tool options:" +#: ../../general_concepts/projection/axonometric.rst:75 +msgid "Then we align the other heads and transform them by using the transform tool options:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_18.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:79 +#: ../../general_concepts/projection/axonometric.rst:80 msgid "(330° here is 360°-30°)" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:82 -msgid "" -"Our rectangle we'll be working in slowly becomes visible. Now, this is a " -"bit of a difficult angle to work at, so we go to :menuselection:`image " -"--> rotate --> custom rotation`" +#: ../../general_concepts/projection/axonometric.rst:83 +msgid "Our rectangle we'll be working in slowly becomes visible. Now, this is a bit of a difficult angle to work at, so we go to :menuselection:`image --> rotate --> custom rotation`" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:82 +#: ../../general_concepts/projection/axonometric.rst:83 msgid "and fill in 30° clockwise:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_19.png" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_20.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:89 -msgid "" -"(of course, we could've just rotated the left two images 30°, this is " -"mostly to be less confusing compared to the cube)" +#: ../../general_concepts/projection/axonometric.rst:90 +msgid "(of course, we could've just rotated the left two images 30°, this is mostly to be less confusing compared to the cube)" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:91 -msgid "" -"So, we do some cropping, some cleanup and add two parallel assistants " -"like we did with the orthographic:" +#: ../../general_concepts/projection/axonometric.rst:92 +msgid "So, we do some cropping, some cleanup and add two parallel assistants like we did with the orthographic:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_21.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:96 -msgid "" -"So the idea here is that you draw parallel lines from both sides to find " -"points in the drawing area. You can use the previews of the assistants " -"for this to keep things clean, but I drew the lines anyway for your " -"convenience." +#: ../../general_concepts/projection/axonometric.rst:97 +msgid "So the idea here is that you draw parallel lines from both sides to find points in the drawing area. You can use the previews of the assistants for this to keep things clean, but I drew the lines anyway for your convenience." msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_22.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:101 -msgid "" -"The best is to make a few sampling points, like with the eyebrows here, " -"and then draw the eyebrow over it." +#: ../../general_concepts/projection/axonometric.rst:102 +msgid "The best is to make a few sampling points, like with the eyebrows here, and then draw the eyebrow over it." msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_23.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:107 +#: ../../general_concepts/projection/axonometric.rst:108 msgid "Alternative axonometric with the transform tool" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:109 -msgid "" -"Now, there's an alternative way of getting there that doesn't require as " -"much space." +#: ../../general_concepts/projection/axonometric.rst:110 +msgid "Now, there's an alternative way of getting there that doesn't require as much space." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:111 -msgid "" -"We open our orthographic with 'open existing document as untitled " -"document' so that we don't save over it." +#: ../../general_concepts/projection/axonometric.rst:112 +msgid "We open our orthographic with 'open existing document as untitled document' so that we don't save over it." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:113 -msgid "" -"Our game-safe isometric has its angle at two pixels horizontal is one " -"pixel vertical. So, we shear the ortho graphics with transform masks to " -"-.5/+.5 pixels(this is proportional)" +#: ../../general_concepts/projection/axonometric.rst:114 +msgid "Our game-safe isometric has its angle at two pixels horizontal is one pixel vertical. So, we shear the ortho graphics with transform masks to -.5/+.5 pixels(this is proportional)" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_24.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:118 -msgid "" -"Use the grid to setup two parallel rulers that represent both " -"diagonals(you can snap them with the :kbd:`Shift + S`):" +#: ../../general_concepts/projection/axonometric.rst:119 +msgid "Use the grid to setup two parallel rulers that represent both diagonals(you can snap them with the :kbd:`Shift + S`):" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_25.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:123 +#: ../../general_concepts/projection/axonometric.rst:124 msgid "Add the top view as well:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_26.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:128 +#: ../../general_concepts/projection/axonometric.rst:129 msgid "if you do this for all slices, you get something like this:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_27.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:133 -msgid "" -"Using the parallel rulers, you can then figure out the position of a " -"point in 3d-ish space:" +#: ../../general_concepts/projection/axonometric.rst:134 +msgid "Using the parallel rulers, you can then figure out the position of a point in 3d-ish space:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_28.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:138 +#: ../../general_concepts/projection/axonometric.rst:139 msgid "As you can see, this version both looks more 3d as well as more creepy." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:140 -msgid "" -"That's because there's less steps involved as the previous version -- " -"We're deriving our image directly from the orthographic view -- so " -"there's less errors involved." +#: ../../general_concepts/projection/axonometric.rst:141 +msgid "That's because there's less steps involved as the previous version -- We're deriving our image directly from the orthographic view -- so there's less errors involved." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:142 -msgid "" -"The creepiness is because we've had the tiniest bit of stylisation in our" -" sideview, so the eyes come out HUGE. This is because when we stylise the" -" side view of an eye, we tend to draw it not perfectly from the side, but" -" rather slightly at an angle. If you look carefully at the turntable, the" -" same problem crops up there as well." +#: ../../general_concepts/projection/axonometric.rst:143 +msgid "The creepiness is because we've had the tiniest bit of stylisation in our sideview, so the eyes come out HUGE. This is because when we stylise the side view of an eye, we tend to draw it not perfectly from the side, but rather slightly at an angle. If you look carefully at the turntable, the same problem crops up there as well." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:144 -msgid "" -"Generally, stylised stuff tends to fall apart in 3d view, and you might " -"need to make some choices on how to make it work." +#: ../../general_concepts/projection/axonometric.rst:145 +msgid "Generally, stylised stuff tends to fall apart in 3d view, and you might need to make some choices on how to make it work." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:146 -msgid "" -"For example, we can just easily fix the side view(because we used " -"transform masks, this is easy.)" +#: ../../general_concepts/projection/axonometric.rst:147 +msgid "For example, we can just easily fix the side view(because we used transform masks, this is easy.)" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_29.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:151 +#: ../../general_concepts/projection/axonometric.rst:152 msgid "And then generate a new drawing from that…" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_animation_02.gif" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:156 -msgid "" -"Compare to the old one and you should be able to see that the new " -"result’s eyes are much less creepy:" +#: ../../general_concepts/projection/axonometric.rst:157 +msgid "Compare to the old one and you should be able to see that the new result’s eyes are much less creepy:" msgstr "" +#: ../../general_concepts/projection/axonometric.rst:None msgid ".. image:: images/en/category_projection/projection_image_30.png" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:161 -msgid "" -"It still feels very squashed compared to the regular parallel projection " -"above, and it might be an idea to not just skew but also stretch the " -"orthos a bit." +#: ../../general_concepts/projection/axonometric.rst:162 +msgid "It still feels very squashed compared to the regular parallel projection above, and it might be an idea to not just skew but also stretch the orthos a bit." msgstr "" -#: ../../general_concepts/projection/axonometric.rst:163 +#: ../../general_concepts/projection/axonometric.rst:164 msgid "Let's continue with perspective projection in the next one!" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:166 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:168 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:170 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:172 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:174 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:176 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:178 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:180 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:182 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:184 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:186 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:188 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:190 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:192 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:194 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:196 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:198 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:200 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:202 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:204 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:206 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:208 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:210 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:212 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:214 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:216 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:218 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:220 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:222 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:224 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:226 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:228 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:230 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:232 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:234 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:236 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:238 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:240 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:242 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:244 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/projection/axonometric.rst:246 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/projection/orthographic_oblique.po b/locale/fr/LC_MESSAGES/general_concepts/projection/orthographic_oblique.po --- a/locale/fr/LC_MESSAGES/general_concepts/projection/orthographic_oblique.po +++ b/locale/fr/LC_MESSAGES/general_concepts/projection/orthographic_oblique.po @@ -1,541 +1,463 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/projection/orthographic_oblique.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/projection/orthographic_oblique.rst:1 +msgid "Orthographics and oblique projection." +msgstr "" #: ../../general_concepts/projection/orthographic_oblique.rst:10 msgid "So let's start with the basics..." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:15 +#: ../../general_concepts/projection/orthographic_oblique.rst:16 msgid "Orthographic" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:17 -msgid "" -"Despite the fancy name, you probably know what orthographic is. It is a " -"schematic representation of an object, draw undeformed. Like the " -"following example:" +#: ../../general_concepts/projection/orthographic_oblique.rst:18 +msgid "Despite the fancy name, you probably know what orthographic is. It is a schematic representation of an object, draw undeformed. Like the following example:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_01.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:22 -msgid "" -"This is a rectangle. We have a front, top and side view. Put into " -"perspective it should look somewhat like this:" +#: ../../general_concepts/projection/orthographic_oblique.rst:23 +msgid "This is a rectangle. We have a front, top and side view. Put into perspective it should look somewhat like this:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_02.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:27 -msgid "" -"While orthographic representations are kinda boring, they're also a good " -"basis to start with when you find yourself in trouble with a pose. But " -"we'll get to that in a bit." +#: ../../general_concepts/projection/orthographic_oblique.rst:28 +msgid "While orthographic representations are kinda boring, they're also a good basis to start with when you find yourself in trouble with a pose. But we'll get to that in a bit." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:32 +#: ../../general_concepts/projection/orthographic_oblique.rst:33 msgid "Oblique" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:34 -msgid "" -"So, if we can say that the front view is the viewer looking at the front," -" and the side view is the viewer directly looking at the side. (The " -"perpendicular line being the view plane it is projected on)" +#: ../../general_concepts/projection/orthographic_oblique.rst:35 +msgid "So, if we can say that the front view is the viewer looking at the front, and the side view is the viewer directly looking at the side. (The perpendicular line being the view plane it is projected on)" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_03.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:39 +#: ../../general_concepts/projection/orthographic_oblique.rst:40 msgid "Then we can get a half-way view from looking from an angle, no?" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_04.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:44 +#: ../../general_concepts/projection/orthographic_oblique.rst:45 msgid "If we do that for a lot of different sides…" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_05.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:49 +#: ../../general_concepts/projection/orthographic_oblique.rst:50 msgid "And we line up the sides we get a…" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection-cube_06.svg" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:54 -msgid "" -"But cubes are boring. I am suspecting that projection is so ignored " -"because no tutorial applies it to an object where you actually might NEED" -" projection. Like a face." +#: ../../general_concepts/projection/orthographic_oblique.rst:55 +msgid "But cubes are boring. I am suspecting that projection is so ignored because no tutorial applies it to an object where you actually might NEED projection. Like a face." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:56 +#: ../../general_concepts/projection/orthographic_oblique.rst:57 msgid "First, let's prepare our front and side views:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_01.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:62 -msgid "" -"I always start with the side, and then extrapolate the front view from " -"it. Because you are using Krita, set up two parallel rulers, one vertical" -" and the other horizontal. To snap them perfectly, drag one of the nodes " -"after you have made the ruler, and press :kbd:`Shift` to snap it " -"horizontal or vertical. In 3.0, you can also snap them to the image " -"borders if you have :menuselection:`snap to image borders`" +#: ../../general_concepts/projection/orthographic_oblique.rst:63 +msgid "I always start with the side, and then extrapolate the front view from it. Because you are using Krita, set up two parallel rulers, one vertical and the other horizontal. To snap them perfectly, drag one of the nodes after you have made the ruler, and press :kbd:`Shift` to snap it horizontal or vertical. In 3.0, you can also snap them to the image borders if you have :menuselection:`snap to image borders`" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:62 +#: ../../general_concepts/projection/orthographic_oblique.rst:63 msgid "active via :kbd:`Shift` + :kbd:`S`" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:64 -msgid "" -"Then, by moving the mirror to the left, you can design a front-view from " -"the sideview, while the parallel preview line helps you with aligning the" -" eyes(which in the above screenshot are too low)." +#: ../../general_concepts/projection/orthographic_oblique.rst:65 +msgid "Then, by moving the mirror to the left, you can design a front-view from the sideview, while the parallel preview line helps you with aligning the eyes(which in the above screenshot are too low)." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:66 +#: ../../general_concepts/projection/orthographic_oblique.rst:67 msgid "Eventually, you should have something like this:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_02.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:71 +#: ../../general_concepts/projection/orthographic_oblique.rst:72 msgid "And of course, let us not forget the top, it's pretty important:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_03.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:76 -msgid "" -"Tip: When you are using Krita, you can just use transform masks to rotate" -" the side view for drawing the top-view." +#: ../../general_concepts/projection/orthographic_oblique.rst:77 +msgid "Tip: When you are using Krita, you can just use transform masks to rotate the side view for drawing the top-view." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:78 -msgid "" -"The top view works as a method for debugging your orthos as well. If we " -"take the red line to figure out the orthographics from, we see that our " -"eyes are obviously too inset. Let's move them a bit more forward, to " -"around the nose." +#: ../../general_concepts/projection/orthographic_oblique.rst:79 +msgid "The top view works as a method for debugging your orthos as well. If we take the red line to figure out the orthographics from, we see that our eyes are obviously too inset. Let's move them a bit more forward, to around the nose." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_04.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:83 -msgid "" -"If you want to do precision position moving in the tool options docker, " -"just select 'position' and the input box for the X. Pressing down then " -"moves the transformed selection left. With Krita 3.0 you can just use the" -" move tool for this and the arrow keys. Using transform here can be more " -"convenient if you also have to squash and stretch an eye." +#: ../../general_concepts/projection/orthographic_oblique.rst:84 +msgid "If you want to do precision position moving in the tool options docker, just select 'position' and the input box for the X. Pressing down then moves the transformed selection left. With Krita 3.0 you can just use the move tool for this and the arrow keys. Using transform here can be more convenient if you also have to squash and stretch an eye." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_05.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:88 +#: ../../general_concepts/projection/orthographic_oblique.rst:89 msgid "We fix the top view now. Much better." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:90 -msgid "" -"For faces, the multiple slices are actually pretty important. So " -"important even, that I have decided we should have these slices on " -"separate layers. Thankfully, I chose to colour them, so all we need to do" -" is go to :menuselection:`layers --> split layer` ." +#: ../../general_concepts/projection/orthographic_oblique.rst:91 +msgid "For faces, the multiple slices are actually pretty important. So important even, that I have decided we should have these slices on separate layers. Thankfully, I chose to colour them, so all we need to do is go to :menuselection:`layers --> split layer` ." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_06.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:96 -msgid "" -"This'll give you a few awkwardly named layers… rename them by selecting " -"all and mass changing the name in the properties editor:" +#: ../../general_concepts/projection/orthographic_oblique.rst:97 +msgid "This'll give you a few awkwardly named layers… rename them by selecting all and mass changing the name in the properties editor:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_07.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:101 +#: ../../general_concepts/projection/orthographic_oblique.rst:102 msgid "So, after some cleanup, we should have the following:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_08.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:106 +#: ../../general_concepts/projection/orthographic_oblique.rst:107 msgid "Okay, now we're gonna use animation for the next bit." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:108 +#: ../../general_concepts/projection/orthographic_oblique.rst:109 msgid "Set it up as following:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_09.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:113 -msgid "" -"Both frontview and sideview are set up as 'visible in timeline' so we can" -" always see them." -msgstr "" - #: ../../general_concepts/projection/orthographic_oblique.rst:114 -msgid "" -"Frontview has it's visible frame on frame 0 and an empty-frame on frame " -"23." +msgid "Both frontview and sideview are set up as 'visible in timeline' so we can always see them." msgstr "" #: ../../general_concepts/projection/orthographic_oblique.rst:115 -msgid "Side view has it's visible frame on frame 23 and an empty view on frame 0." +msgid "Frontview has it's visible frame on frame 0 and an empty-frame on frame 23." msgstr "" #: ../../general_concepts/projection/orthographic_oblique.rst:116 +msgid "Side view has it's visible frame on frame 23 and an empty view on frame 0." +msgstr "" + +#: ../../general_concepts/projection/orthographic_oblique.rst:117 msgid "The end of the animation is set to 23." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_10.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:121 -msgid "" -"Krita can't animate a transformation on multiple layers on multiple " -"frames yet, so let's just only transform the top layer. Add a semi-" -"transparent layer where we draw the guide-lines." +#: ../../general_concepts/projection/orthographic_oblique.rst:122 +msgid "Krita can't animate a transformation on multiple layers on multiple frames yet, so let's just only transform the top layer. Add a semi-transparent layer where we draw the guide-lines." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:123 -msgid "" -"Now, select frame 11(halfway), add new frames from frontview, sideview " -"and the guide-lines. And turn on the onion skin by toggling the lamp " -"symbols. We copy the frame for the top-view and use the transform tool to" -" rotate it 45°." +#: ../../general_concepts/projection/orthographic_oblique.rst:124 +msgid "Now, select frame 11(halfway), add new frames from frontview, sideview and the guide-lines. And turn on the onion skin by toggling the lamp symbols. We copy the frame for the top-view and use the transform tool to rotate it 45°." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_11.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:128 +#: ../../general_concepts/projection/orthographic_oblique.rst:129 msgid "So, we draw our vertical guides again and determine a in-between..." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_12.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:133 -msgid "" -"This is about how far you can get with only the main slice, so rotate the" -" rest as well." +#: ../../general_concepts/projection/orthographic_oblique.rst:134 +msgid "This is about how far you can get with only the main slice, so rotate the rest as well." msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_13.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:138 +#: ../../general_concepts/projection/orthographic_oblique.rst:139 msgid "And just like with the cube, we do this for all slices…" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_image_14.png" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:143 -msgid "" -"Eventually, if you have the top slices rotate every frame with 15°, you " -"should be able to make a turn table, like this:" +#: ../../general_concepts/projection/orthographic_oblique.rst:144 +msgid "Eventually, if you have the top slices rotate every frame with 15°, you should be able to make a turn table, like this:" msgstr "" +#: ../../general_concepts/projection/orthographic_oblique.rst:None msgid ".. image:: images/en/category_projection/projection_animation_01.gif" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:148 -msgid "" -"(Because our boy here is fully symmetrical, you can just animate one side" -" and flip the frames for the other half) (While it is not necessary to " -"follow all the steps in the theory section to understand the tutorial, I " -"do recommend making a turn table sometime. It teaches you a lot about " -"drawing 3/4th faces." +#: ../../general_concepts/projection/orthographic_oblique.rst:149 +msgid "(Because our boy here is fully symmetrical, you can just animate one side and flip the frames for the other half) (While it is not necessary to follow all the steps in the theory section to understand the tutorial, I do recommend making a turn table sometime. It teaches you a lot about drawing 3/4th faces." msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:151 +#: ../../general_concepts/projection/orthographic_oblique.rst:152 msgid "How about… we introduce the top view into the drawing itself?" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:154 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:156 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:158 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:160 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:162 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:164 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:166 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:168 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:170 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:172 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:174 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:176 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:178 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:180 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:182 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:184 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:186 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:188 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:190 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:192 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:194 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:196 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:198 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:200 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:202 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:204 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:206 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:208 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:210 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:212 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:214 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:216 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:218 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:220 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:222 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:224 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:226 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:228 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:230 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:232 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/projection/orthographic_oblique.rst:234 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/projection/perspective.po b/locale/fr/LC_MESSAGES/general_concepts/projection/perspective.po --- a/locale/fr/LC_MESSAGES/general_concepts/projection/perspective.po +++ b/locale/fr/LC_MESSAGES/general_concepts/projection/perspective.po @@ -1,451 +1,379 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/projection/perspective.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/projection/perspective.rst:1 +msgid "Perspective projection." +msgstr "" #: ../../general_concepts/projection/perspective.rst:10 -msgid "" -"This is a continuation of the :ref:`axonometric tutorial " -"`, be sure to check it out if you get confused!" +msgid "This is a continuation of the :ref:`axonometric tutorial `, be sure to check it out if you get confused!" msgstr "" -#: ../../general_concepts/projection/perspective.rst:15 +#: ../../general_concepts/projection/perspective.rst:16 msgid "Perspective Projection:" msgstr "" -#: ../../general_concepts/projection/perspective.rst:17 -msgid "" -"So, up till now we’ve done only parallel projection. This is called like " -"that because all the projection lines we drew were parallel ones." +#: ../../general_concepts/projection/perspective.rst:18 +msgid "So, up till now we’ve done only parallel projection. This is called like that because all the projection lines we drew were parallel ones." msgstr "" -#: ../../general_concepts/projection/perspective.rst:19 -msgid "" -"However, in real life we don’t have parallel projection. This is due to " -"the lens in our eyes." +#: ../../general_concepts/projection/perspective.rst:20 +msgid "However, in real life we don’t have parallel projection. This is due to the lens in our eyes." msgstr "" -msgid "" -".. image:: " -"images/en/category_projection/Projection_Lens1_from_wikipedia.svg" +#: ../../general_concepts/projection/perspective.rst:None +msgid ".. image:: images/en/category_projection/Projection_Lens1_from_wikipedia.svg" msgstr "" -#: ../../general_concepts/projection/perspective.rst:24 -#, python-format -msgid "" -"Convex lenses, as this lovely image from `wikipedia " -"`_ shows us, have the " -"ability to turn parallel lightrays into converging ones." +#: ../../general_concepts/projection/perspective.rst:25 +msgid "Convex lenses, as this lovely image from `wikipedia `_ shows us, have the ability to turn parallel lightrays into converging ones." msgstr "" -#: ../../general_concepts/projection/perspective.rst:26 -msgid "" -"The point where all the rays come together is called the focal point, and" -" the vanishing point in a 2d drawing is related to it as it’s the " -"expression of the maximum distortion that can be given to two parallel " -"lines as they’re skewed toward the focal point." +#: ../../general_concepts/projection/perspective.rst:27 +msgid "The point where all the rays come together is called the focal point, and the vanishing point in a 2d drawing is related to it as it’s the expression of the maximum distortion that can be given to two parallel lines as they’re skewed toward the focal point." msgstr "" -#: ../../general_concepts/projection/perspective.rst:28 -msgid "" -"As you can see from the image, the focal point is not an end-point of the" -" rays. Rather, it is where the rays cross before diverging again… The " -"only difference is that the resulting image will be inverted. Even in our" -" eyes this inversion happens, but our brains are used to this awkwardness" -" since childhood and turn it around automatically." +#: ../../general_concepts/projection/perspective.rst:29 +msgid "As you can see from the image, the focal point is not an end-point of the rays. Rather, it is where the rays cross before diverging again… The only difference is that the resulting image will be inverted. Even in our eyes this inversion happens, but our brains are used to this awkwardness since childhood and turn it around automatically." msgstr "" -#: ../../general_concepts/projection/perspective.rst:30 +#: ../../general_concepts/projection/perspective.rst:31 msgid "Let’s see if we can perspectively project our box now." msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection-cube_12.svg" msgstr "" -#: ../../general_concepts/projection/perspective.rst:35 -msgid "" -"That went pretty well. As you can see we sorta ‘merged’ the two sides " -"into one(resulting into the purple side square) so we had an easier time " -"projecting. The projection is limited to one or two vanishing point type " -"projection, so only the horizontal lines get distorted. We can also " -"distort the vertical lines" +#: ../../general_concepts/projection/perspective.rst:36 +msgid "That went pretty well. As you can see we sorta ‘merged’ the two sides into one(resulting into the purple side square) so we had an easier time projecting. The projection is limited to one or two vanishing point type projection, so only the horizontal lines get distorted. We can also distort the vertical lines" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection-cube_13.svg" msgstr "" -#: ../../general_concepts/projection/perspective.rst:40 -msgid "" -"… to get three-point projection, but this is a bit much.(And I totally " -"made a mistake in there…)" +#: ../../general_concepts/projection/perspective.rst:41 +msgid "… to get three-point projection, but this is a bit much.(And I totally made a mistake in there…)" msgstr "" -#: ../../general_concepts/projection/perspective.rst:42 +#: ../../general_concepts/projection/perspective.rst:43 msgid "Let’s setup our perspective projection again…" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_31.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:47 -msgid "" -"We’ll be using a single vanishing point for our focal point. A guide line" -" will be there for the projection plane, and we’re setting up horizontal " -"and vertical parallel rules to easily draw the straight lines from the " -"view plane to where they intersect." +#: ../../general_concepts/projection/perspective.rst:48 +msgid "We’ll be using a single vanishing point for our focal point. A guide line will be there for the projection plane, and we’re setting up horizontal and vertical parallel rules to easily draw the straight lines from the view plane to where they intersect." msgstr "" -#: ../../general_concepts/projection/perspective.rst:49 -msgid "" -"And now the workflow in gif-format…(don’t forget you can rotate the " -"canvas with 4 and 6)" +#: ../../general_concepts/projection/perspective.rst:50 +msgid "And now the workflow in gif-format…(don’t forget you can rotate the canvas with 4 and 6)" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_animation_03.gif" msgstr "" -#: ../../general_concepts/projection/perspective.rst:54 +#: ../../general_concepts/projection/perspective.rst:55 msgid "Result:" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_32.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:59 +#: ../../general_concepts/projection/perspective.rst:60 msgid "Looks pretty haughty, doesn’t he?" msgstr "" -#: ../../general_concepts/projection/perspective.rst:61 +#: ../../general_concepts/projection/perspective.rst:62 msgid "And again, there’s technically a simpler setup here…" msgstr "" -#: ../../general_concepts/projection/perspective.rst:63 +#: ../../general_concepts/projection/perspective.rst:64 msgid "Did you know you can use Krita to rotate in 3d? No?" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_33.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:68 +#: ../../general_concepts/projection/perspective.rst:69 msgid "Well, now you do." msgstr "" -#: ../../general_concepts/projection/perspective.rst:70 +#: ../../general_concepts/projection/perspective.rst:71 msgid "The ortho graphics are being set to 45 and 135 degrees respectively." msgstr "" -#: ../../general_concepts/projection/perspective.rst:72 -msgid "" -"We draw horizontal lines on the originals, so that we can align vanishing" -" point rulers to them." +#: ../../general_concepts/projection/perspective.rst:73 +msgid "We draw horizontal lines on the originals, so that we can align vanishing point rulers to them." msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_34.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:77 -msgid "" -"And from this, like with the shearing method, we start drawing.(don’t " -"forget the top-views!)" +#: ../../general_concepts/projection/perspective.rst:78 +msgid "And from this, like with the shearing method, we start drawing.(don’t forget the top-views!)" msgstr "" -#: ../../general_concepts/projection/perspective.rst:79 +#: ../../general_concepts/projection/perspective.rst:80 msgid "Which should get you something like this:" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_35.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:84 +#: ../../general_concepts/projection/perspective.rst:85 msgid "But again, the regular method is actually a bit easier..." msgstr "" -#: ../../general_concepts/projection/perspective.rst:86 -msgid "" -"But now you might be thinking: gee, this is a lot of work… Can’t we make " -"it easier with the computer somehow?" +#: ../../general_concepts/projection/perspective.rst:87 +msgid "But now you might be thinking: gee, this is a lot of work… Can’t we make it easier with the computer somehow?" msgstr "" -#: ../../general_concepts/projection/perspective.rst:88 -msgid "" -"Uhm, yes, that’s more or less why people spent time on developing 3d " -"graphics technology:" +#: ../../general_concepts/projection/perspective.rst:89 +msgid "Uhm, yes, that’s more or less why people spent time on developing 3d graphics technology:" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_36.png" msgstr "" +#: ../../general_concepts/projection/perspective.rst:None msgid ".. image:: images/en/category_projection/projection_image_37.png" msgstr "" -#: ../../general_concepts/projection/perspective.rst:96 +#: ../../general_concepts/projection/perspective.rst:97 msgid "(above sculpted in blender using our orthographic reference)" msgstr "" -#: ../../general_concepts/projection/perspective.rst:98 -msgid "" -"So let us look at what this technique can be practically used for in the " -"next part..." +#: ../../general_concepts/projection/perspective.rst:99 +msgid "So let us look at what this technique can be practically used for in the next part..." msgstr "" -#: ../../general_concepts/projection/perspective.rst:101 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/projection/perspective.rst:103 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/projection/perspective.rst:105 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/projection/perspective.rst:107 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/projection/perspective.rst:109 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/projection/perspective.rst:111 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/projection/perspective.rst:113 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/projection/perspective.rst:115 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/projection/perspective.rst:117 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/projection/perspective.rst:119 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/projection/perspective.rst:121 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/projection/perspective.rst:123 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/projection/perspective.rst:125 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/projection/perspective.rst:127 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/projection/perspective.rst:129 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/projection/perspective.rst:131 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/projection/perspective.rst:133 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/projection/perspective.rst:135 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/projection/perspective.rst:137 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/projection/perspective.rst:139 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/projection/perspective.rst:141 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/projection/perspective.rst:143 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/projection/perspective.rst:145 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/projection/perspective.rst:147 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/projection/perspective.rst:149 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/projection/perspective.rst:151 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/projection/perspective.rst:153 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/projection/perspective.rst:155 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/projection/perspective.rst:157 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/projection/perspective.rst:159 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/projection/perspective.rst:161 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/projection/perspective.rst:163 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/projection/perspective.rst:165 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/projection/perspective.rst:167 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/projection/perspective.rst:169 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/projection/perspective.rst:171 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/projection/perspective.rst:173 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/projection/perspective.rst:175 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/projection/perspective.rst:177 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/projection/perspective.rst:179 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/projection/perspective.rst:181 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/general_concepts/projection/practical.po b/locale/fr/LC_MESSAGES/general_concepts/projection/practical.po --- a/locale/fr/LC_MESSAGES/general_concepts/projection/practical.po +++ b/locale/fr/LC_MESSAGES/general_concepts/projection/practical.po @@ -1,402 +1,327 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /general_concepts/projection/practical.pot\n" +"Language: fr_FR\n" + +#: ../../general_concepts/projection/practical.rst:1 +msgid "Practical uses of perspective projection." +msgstr "" #: ../../general_concepts/projection/practical.rst:10 -msgid "" -"This is a continuation of the :ref:`perspective projection tutorial " -"`, be sure to check it out if you get confused!" +msgid "This is a continuation of the :ref:`perspective projection tutorial `, be sure to check it out if you get confused!" msgstr "" -#: ../../general_concepts/projection/practical.rst:15 +#: ../../general_concepts/projection/practical.rst:16 msgid "Practical:" msgstr "" -#: ../../general_concepts/projection/practical.rst:17 -msgid "" -"So, if computers can already automate a ton, and it is fairly " -"complicated, is there still a use for a traditional 2d artist to learn " -"this?" +#: ../../general_concepts/projection/practical.rst:18 +msgid "So, if computers can already automate a ton, and it is fairly complicated, is there still a use for a traditional 2d artist to learn this?" msgstr "" -#: ../../general_concepts/projection/practical.rst:19 -msgid "" -"Yes, actually. The benefit that 2d art still has over 3d is that it's " -"plain faster for single images, especially with complicated subjects like" -" faces and bodies." +#: ../../general_concepts/projection/practical.rst:20 +msgid "Yes, actually. The benefit that 2d art still has over 3d is that it's plain faster for single images, especially with complicated subjects like faces and bodies." msgstr "" -#: ../../general_concepts/projection/practical.rst:21 -msgid "" -"Perspective projection can help a lot getting down those annoying poses, " -"like people lying down. It also helps when combining 2d and 3d, as when " -"you know where the camera is in the 3d render, you can use that in a " -"projection to get the character projected." +#: ../../general_concepts/projection/practical.rst:22 +msgid "Perspective projection can help a lot getting down those annoying poses, like people lying down. It also helps when combining 2d and 3d, as when you know where the camera is in the 3d render, you can use that in a projection to get the character projected." msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_animation_04.gif" msgstr "" -#: ../../general_concepts/projection/practical.rst:26 -msgid "" -"The side view of a person lying down is often easy to draw, but the top " -"view or the view from the feet isn’t. Hence why we use the side view to " -"do perspective projection on." +#: ../../general_concepts/projection/practical.rst:27 +msgid "The side view of a person lying down is often easy to draw, but the top view or the view from the feet isn’t. Hence why we use the side view to do perspective projection on." msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_image_38.png" msgstr "" -#: ../../general_concepts/projection/practical.rst:31 +#: ../../general_concepts/projection/practical.rst:32 msgid "Another example with an equally epic task: sitting." msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_animation_05.gif" msgstr "" -#: ../../general_concepts/projection/practical.rst:36 -msgid "" -"Now, with this one we have a second vanishing point above the front-view." -" It should be about the same distance above the front-view as it is above" -" the head of the rotated side-view. The projection plane should also be " -"the same distance from the vanishing point, but that doesn’t mean it has " -"to be behind. This is something I avoided in the earlier examples, " -"because it makes the working field really messy, but if you look up " -"perspective projection you’ll see multiple examples of this method." +#: ../../general_concepts/projection/practical.rst:37 +msgid "Now, with this one we have a second vanishing point above the front-view. It should be about the same distance above the front-view as it is above the head of the rotated side-view. The projection plane should also be the same distance from the vanishing point, but that doesn’t mean it has to be behind. This is something I avoided in the earlier examples, because it makes the working field really messy, but if you look up perspective projection you’ll see multiple examples of this method." msgstr "" -#: ../../general_concepts/projection/practical.rst:38 -msgid "" -"Also of note is that you actually should be having the view " -"plane/projection plane perfectly perpendicular to the angle of the focal " -"point, otherwise you get odd distortion, this doesn’t happen here, which " -"means this sitting person is a bit more stretched vertically than " -"necessary." +#: ../../general_concepts/projection/practical.rst:39 +msgid "Also of note is that you actually should be having the view plane/projection plane perfectly perpendicular to the angle of the focal point, otherwise you get odd distortion, this doesn’t happen here, which means this sitting person is a bit more stretched vertically than necessary." msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_image_39.png" msgstr "" -#: ../../general_concepts/projection/practical.rst:43 +#: ../../general_concepts/projection/practical.rst:44 msgid "One more, for the road…" msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_animation_06.gif" msgstr "" -#: ../../general_concepts/projection/practical.rst:48 -msgid "" -"Here you can see that the the misalignment of the vanishing point to the " -"projection plane causes skewing which was then fixed by Krita’s transform" -" tools, technically it’s of course correct, but what is correct doesn’t " -"always look good. (I also mess up the position of the shoulder for a good" -" while if you look closely.)" +#: ../../general_concepts/projection/practical.rst:49 +msgid "Here you can see that the misalignment of the vanishing point to the projection plane causes skewing which was then fixed by Krita’s transform tools, technically it’s of course correct, but what is correct doesn’t always look good. (I also mess up the position of the shoulder for a good while if you look closely.)" msgstr "" +#: ../../general_concepts/projection/practical.rst:None msgid ".. image:: images/en/category_projection/projection_image_40.png" msgstr "" -#: ../../general_concepts/projection/practical.rst:54 +#: ../../general_concepts/projection/practical.rst:55 msgid "Conclusion and afterthoughts:" msgstr "" -#: ../../general_concepts/projection/practical.rst:56 -msgid "" -"I probably didn’t make as nice result images as I could have, especially " -"if you compare it to the 3d images. However, you can still see that the " -"main landmarks are there. The real use of this technique lies in poses " -"though, and it allows you to iterate on a pose quite quickly once you get" -" the hang of it." +#: ../../general_concepts/projection/practical.rst:57 +msgid "I probably didn’t make as nice result images as I could have, especially if you compare it to the 3d images. However, you can still see that the main landmarks are there. The real use of this technique lies in poses though, and it allows you to iterate on a pose quite quickly once you get the hang of it." msgstr "" -#: ../../general_concepts/projection/practical.rst:58 -msgid "" -"Generally, It’s worth exploring, if only because it improves you spatial " -"sense." +#: ../../general_concepts/projection/practical.rst:59 +msgid "Generally, It’s worth exploring, if only because it improves you spatial sense." msgstr "" -#: ../../general_concepts/projection/practical.rst:62 +#: ../../general_concepts/projection/practical.rst:63 msgid "https://en.wikipedia.org/wiki/Axonometric_projection" msgstr "" -#: ../../general_concepts/projection/practical.rst:63 -msgid "" -"http://blenderartists.org/forum/showthread.php?148878-Creating-an-" -"Isometric-Camera" +#: ../../general_concepts/projection/practical.rst:64 +msgid "http://blenderartists.org/forum/showthread.php?148878-Creating-an-Isometric-Camera" msgstr "" -#: ../../general_concepts/projection/practical.rst:64 +#: ../../general_concepts/projection/practical.rst:65 msgid "http://flarerpg.org/tutorials/isometric_tiles/" msgstr "" -#: ../../general_concepts/projection/practical.rst:65 +#: ../../general_concepts/projection/practical.rst:66 msgid "https://en.wikipedia.org/wiki/Isometric_graphics_in_video_games_and_pixel_art" msgstr "" -#: ../../general_concepts/projection/practical.rst:66 -#, python-format +#: ../../general_concepts/projection/practical.rst:67 msgid "https://en.wikipedia.org/wiki/Lens_%28optics%29" msgstr "" -#: ../../general_concepts/projection/practical.rst:69 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../general_concepts/projection/practical.rst:71 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../general_concepts/projection/practical.rst:73 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../general_concepts/projection/practical.rst:75 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../general_concepts/projection/practical.rst:77 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../general_concepts/projection/practical.rst:79 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../general_concepts/projection/practical.rst:81 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../general_concepts/projection/practical.rst:83 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../general_concepts/projection/practical.rst:85 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../general_concepts/projection/practical.rst:87 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../general_concepts/projection/practical.rst:89 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../general_concepts/projection/practical.rst:91 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../general_concepts/projection/practical.rst:93 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../general_concepts/projection/practical.rst:95 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../general_concepts/projection/practical.rst:97 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../general_concepts/projection/practical.rst:99 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../general_concepts/projection/practical.rst:101 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../general_concepts/projection/practical.rst:103 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../general_concepts/projection/practical.rst:105 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../general_concepts/projection/practical.rst:107 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../general_concepts/projection/practical.rst:109 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../general_concepts/projection/practical.rst:111 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../general_concepts/projection/practical.rst:113 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../general_concepts/projection/practical.rst:115 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../general_concepts/projection/practical.rst:117 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../general_concepts/projection/practical.rst:119 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../general_concepts/projection/practical.rst:121 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../general_concepts/projection/practical.rst:123 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../general_concepts/projection/practical.rst:125 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../general_concepts/projection/practical.rst:127 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../general_concepts/projection/practical.rst:129 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../general_concepts/projection/practical.rst:131 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../general_concepts/projection/practical.rst:133 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../general_concepts/projection/practical.rst:135 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../general_concepts/projection/practical.rst:137 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../general_concepts/projection/practical.rst:139 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../general_concepts/projection/practical.rst:141 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../general_concepts/projection/practical.rst:143 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../general_concepts/projection/practical.rst:145 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../general_concepts/projection/practical.rst:147 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../general_concepts/projection/practical.rst:149 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/index.po b/locale/fr/LC_MESSAGES/index.po --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -1,286 +1,327 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:36\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: index.pot\n" +"Language: fr_FR\n" + +#: ../../index.rst:5 +msgid "Welcome to the Krita |version| Manual!" +msgstr "" #: ../../index.rst:7 -msgid "Welcome to the documentation!" +msgid "Welcome to Krita's documentation page. Krita is a sketching and painting program designed for digital artists." msgstr "" -#: ../../index.rst:23 -msgid "Indices and tables" +#: ../../index.rst:9 +msgid "As you learn about Krita, keep in mind that it is not intended as a replacement for Photoshop. This means that the other programs may have more features than Krita for image manipulation tasks, such as stitching together photos, while Krita's tools are most relevant to digital painting, concept art, illustration, and texturing. This fact accounts for a great deal of Krita's design." msgstr "" -#: ../../index.rst:25 -msgid ":ref:`genindex`" +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_userManual.jpg" msgstr "" -#: ../../index.rst:26 -msgid ":ref:`modindex`" +#: ../../index.rst:14 +msgid ":ref:`user_manual`" msgstr "" -#: ../../index.rst:27 -msgid ":ref:`search`" +#: ../../index.rst:16 +msgid "Discover Krita’s features through an online manual. Guides to help you transition from other applications." msgstr "" -#: ../../index.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_tutorials.jpg" +msgstr "" + +#: ../../index.rst:14 +msgid ":ref:`tutorials`" +msgstr "" + +#: ../../index.rst:16 +msgid "Learn through developer and user generated tutorials to see Krita in action." +msgstr "" + +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_getting_started.jpg" +msgstr "" + +#: ../../index.rst:22 +msgid ":ref:`getting_started`" +msgstr "" + +#: ../../index.rst:24 +msgid "New to Krita and don't know where to start?" +msgstr "" + +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_reference.jpg" +msgstr "" + +#: ../../index.rst:22 +msgid ":ref:`reference_manual`" +msgstr "" + +#: ../../index.rst:24 +msgid "A quick run-down of all of the tools that are available" +msgstr "" + +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_general.jpg" +msgstr "" + +#: ../../index.rst:29 +msgid ":ref:`general_concepts`" +msgstr "" + +#: ../../index.rst:31 +msgid "Learn about general art and technology concepts that are not specific to Krita." +msgstr "" + +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_faq.jpg" +msgstr "" + +#: ../../index.rst:29 +msgid ":ref:`faq`" +msgstr "" + +#: ../../index.rst:31 +msgid "Find answers to the most common questions about Krita and what it offers." +msgstr "" + +#: ../../index.rst:0 +msgid ".. image:: images/en/Hero_resources.jpg" +msgstr "" + +#: ../../index.rst:36 +msgid ":ref:`resources_page`" +msgstr "" + +#: ../../index.rst:38 +msgid "Textures and Brush packs to help add variety to your artwork." +msgstr "" + +#: ../../index.rst:36 +msgid ":ref:`genindex`" +msgstr "" + +#: ../../index.rst:38 +msgid "An index of the manual for searching terms by browsing." +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../index.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../index.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../index.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../index.rst:38 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../index.rst:40 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../index.rst:42 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../index.rst:44 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../index.rst:46 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../index.rst:48 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../index.rst:50 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../index.rst:52 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../index.rst:54 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../index.rst:56 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../index.rst:58 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../index.rst:60 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../index.rst:62 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../index.rst:64 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../index.rst:66 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../index.rst:68 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../index.rst:70 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../index.rst:72 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../index.rst:74 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../index.rst:76 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../index.rst:78 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../index.rst:80 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../index.rst:82 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../index.rst:84 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../index.rst:86 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../index.rst:88 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../index.rst:90 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../index.rst:92 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../index.rst:94 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../index.rst:96 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../index.rst:98 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../index.rst:100 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../index.rst:102 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../index.rst:104 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../index.rst:106 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../index.rst:108 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../index.rst:110 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual.po b/locale/fr/LC_MESSAGES/reference_manual.po --- a/locale/fr/LC_MESSAGES/reference_manual.po +++ b/locale/fr/LC_MESSAGES/reference_manual.po @@ -1,22 +1,20 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:36\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: reference_manual.pot\n" +"Language: fr_FR\n" #: ../../reference_manual.rst:5 msgid "Reference Manual" @@ -26,249 +24,212 @@ msgid "A quick run-down of all of the tools that are available" msgstr "" -#: ../../reference_manual.rst:17 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../reference_manual.rst:9 +msgid "Contents:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual.rst:19 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual.rst:25 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual.rst:27 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual.rst:29 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual.rst:31 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual.rst:33 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual.rst:35 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual.rst:37 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual.rst:39 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual.rst:41 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual.rst:43 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual.rst:45 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual.rst:47 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual.rst:49 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual.rst:51 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual.rst:53 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual.rst:55 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual.rst:57 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual.rst:59 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual.rst:61 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual.rst:63 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual.rst:65 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual.rst:67 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual.rst:69 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual.rst:71 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual.rst:73 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual.rst:75 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual.rst:77 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual.rst:79 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual.rst:81 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual.rst:83 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual.rst:85 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual.rst:87 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual.rst:89 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual.rst:91 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual.rst:93 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual.rst:95 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual.rst:97 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes.po @@ -1,472 +1,427 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/blending_modes.rst:5 +#: ../../reference_manual/blending_modes.rst:1 +msgid "Overview of Krita's blending modes." +msgstr "" + +#: ../../reference_manual/blending_modes.rst:16 msgid "Blending Modes" msgstr "" -#: ../../reference_manual/blending_modes.rst:7 -msgid "" -"Blending modes are a little difficult to explain. Basically, when one " -"layer is above the other, the computer uses a bit of programming to " -"decide how the combination of both layers will look." +#: ../../reference_manual/blending_modes.rst:18 +msgid "Blending modes are a little difficult to explain. Basically, when one layer is above the other, the computer uses a bit of programming to decide how the combination of both layers will look." msgstr "" -#: ../../reference_manual/blending_modes.rst:9 -msgid "" -"Blending modes can not just apply to Layers, but also to individual " -"strokes." +#: ../../reference_manual/blending_modes.rst:20 +msgid "Blending modes can not just apply to Layers, but also to individual strokes." msgstr "" -#: ../../reference_manual/blending_modes.rst:12 +#: ../../reference_manual/blending_modes.rst:23 msgid "Favorites" msgstr "" -#: ../../reference_manual/blending_modes.rst:14 -msgid "" -"These are the blending modes that have been ticked as favorites, " -"defaulting these are:" +#: ../../reference_manual/blending_modes.rst:25 +msgid "These are the blending modes that have been ticked as favorites, defaulting these are:" msgstr "" -#: ../../reference_manual/blending_modes.rst:16 +#: ../../reference_manual/blending_modes.rst:27 msgid ":ref:`bm_addition`" msgstr "" -#: ../../reference_manual/blending_modes.rst:17 +#: ../../reference_manual/blending_modes.rst:28 msgid ":ref:`bm_color_burn`" msgstr "" -#: ../../reference_manual/blending_modes.rst:18 +#: ../../reference_manual/blending_modes.rst:29 msgid ":ref:`bm_color`" msgstr "" -#: ../../reference_manual/blending_modes.rst:19 +#: ../../reference_manual/blending_modes.rst:30 msgid ":ref:`bm_color_dodge`" msgstr "" -#: ../../reference_manual/blending_modes.rst:20 +#: ../../reference_manual/blending_modes.rst:31 msgid ":ref:`bm_darken`" msgstr "" -#: ../../reference_manual/blending_modes.rst:21 +#: ../../reference_manual/blending_modes.rst:32 msgid ":ref:`bm_erase`" msgstr "" -#: ../../reference_manual/blending_modes.rst:22 +#: ../../reference_manual/blending_modes.rst:33 msgid ":ref:`bm_lighten`" msgstr "" -#: ../../reference_manual/blending_modes.rst:23 +#: ../../reference_manual/blending_modes.rst:34 msgid ":ref:`bm_luminosity`" msgstr "" -#: ../../reference_manual/blending_modes.rst:24 +#: ../../reference_manual/blending_modes.rst:35 msgid ":ref:`bm_multiply`" msgstr "" -#: ../../reference_manual/blending_modes.rst:25 +#: ../../reference_manual/blending_modes.rst:36 msgid ":ref:`bm_normal`" msgstr "" -#: ../../reference_manual/blending_modes.rst:26 +#: ../../reference_manual/blending_modes.rst:37 msgid ":ref:`bm_overlay`" msgstr "" -#: ../../reference_manual/blending_modes.rst:27 +#: ../../reference_manual/blending_modes.rst:38 msgid ":ref:`bm_saturation`" msgstr "" -#: ../../reference_manual/blending_modes.rst:30 +#: ../../reference_manual/blending_modes.rst:41 msgid "Hotkeys associated with Blending modes" msgstr "" -#: ../../reference_manual/blending_modes.rst:32 -msgid "" -"Defaultly the following hotkeys are associated with blending modes. You " -"first need to use modifiers :kbd:`alt + shift`, then use the following " -"hotkey to have the associated blending mode:" +#: ../../reference_manual/blending_modes.rst:43 +msgid "Defaultly the following hotkeys are associated with blending modes. You first need to use modifiers :kbd:`alt + shift`, then use the following hotkey to have the associated blending mode:" msgstr "" -#: ../../reference_manual/blending_modes.rst:36 +#: ../../reference_manual/blending_modes.rst:47 msgid ":kbd:`A` :ref:`bm_linear_burn`" msgstr "" -#: ../../reference_manual/blending_modes.rst:37 +#: ../../reference_manual/blending_modes.rst:48 msgid ":kbd:`B` :ref:`bm_color_burn`" msgstr "" -#: ../../reference_manual/blending_modes.rst:38 +#: ../../reference_manual/blending_modes.rst:49 msgid ":kbd:`C` :ref:`bm_color`" msgstr "" -#: ../../reference_manual/blending_modes.rst:39 +#: ../../reference_manual/blending_modes.rst:50 msgid ":kbd:`D` :ref:`bm_color_dodge`" msgstr "" -#: ../../reference_manual/blending_modes.rst:40 +#: ../../reference_manual/blending_modes.rst:51 msgid ":kbd:`E` :ref:`bm_difference`" msgstr "" -#: ../../reference_manual/blending_modes.rst:41 +#: ../../reference_manual/blending_modes.rst:52 msgid ":kbd:`F` :ref:`bm_soft_light`" msgstr "" -#: ../../reference_manual/blending_modes.rst:42 +#: ../../reference_manual/blending_modes.rst:53 msgid ":kbd:`I` :ref:`bm_dissolve`" msgstr "" -#: ../../reference_manual/blending_modes.rst:43 +#: ../../reference_manual/blending_modes.rst:54 msgid ":kbd:`J` :ref:`bm_linear_light`" msgstr "" -#: ../../reference_manual/blending_modes.rst:44 +#: ../../reference_manual/blending_modes.rst:55 msgid ":kbd:`K` :ref:`bm_darken`" msgstr "" -#: ../../reference_manual/blending_modes.rst:45 +#: ../../reference_manual/blending_modes.rst:56 msgid ":kbd:`L` :ref:`bm_hard_mix`" msgstr "" -#: ../../reference_manual/blending_modes.rst:46 +#: ../../reference_manual/blending_modes.rst:57 msgid ":kbd:`M` :ref:`bm_multiply`" msgstr "" -#: ../../reference_manual/blending_modes.rst:47 +#: ../../reference_manual/blending_modes.rst:58 msgid ":kbd:`O` :ref:`bm_overlay`" msgstr "" -#: ../../reference_manual/blending_modes.rst:48 +#: ../../reference_manual/blending_modes.rst:59 msgid ":kbd:`Q` :ref:`bm_behind`" msgstr "" -#: ../../reference_manual/blending_modes.rst:49 +#: ../../reference_manual/blending_modes.rst:60 msgid ":kbd:`R` :ref:`bm_normal`" msgstr "" -#: ../../reference_manual/blending_modes.rst:50 +#: ../../reference_manual/blending_modes.rst:61 msgid ":kbd:`S` :ref:`bm_screen`" msgstr "" -#: ../../reference_manual/blending_modes.rst:51 +#: ../../reference_manual/blending_modes.rst:62 msgid ":kbd:`T` :ref:`bm_saturation`" msgstr "" -#: ../../reference_manual/blending_modes.rst:52 +#: ../../reference_manual/blending_modes.rst:63 msgid ":kbd:`U` :ref:`bm_hue`" msgstr "" -#: ../../reference_manual/blending_modes.rst:53 +#: ../../reference_manual/blending_modes.rst:64 msgid ":kbd:`V` :ref:`bm_vivid_light`" msgstr "" -#: ../../reference_manual/blending_modes.rst:54 +#: ../../reference_manual/blending_modes.rst:65 msgid ":kbd:`W` :ref:`bm_exclusion`" msgstr "" -#: ../../reference_manual/blending_modes.rst:55 +#: ../../reference_manual/blending_modes.rst:66 msgid ":kbd:`X` :ref:`bm_linear_dodge`" msgstr "" -#: ../../reference_manual/blending_modes.rst:56 +#: ../../reference_manual/blending_modes.rst:67 msgid ":kbd:`Y` :ref:`bm_luminosity`" msgstr "" -#: ../../reference_manual/blending_modes.rst:57 +#: ../../reference_manual/blending_modes.rst:68 msgid ":kbd:`Z` :ref:`bm_pin_light`" msgstr "" -#: ../../reference_manual/blending_modes.rst:58 +#: ../../reference_manual/blending_modes.rst:69 msgid "Next Blending Mode :kbd:`+`" msgstr "" -#: ../../reference_manual/blending_modes.rst:59 +#: ../../reference_manual/blending_modes.rst:70 msgid "Previous Blending Mode :kbd:`-`" msgstr "" -#: ../../reference_manual/blending_modes.rst:69 +#: ../../reference_manual/blending_modes.rst:73 +msgid "Available Blending Modes" +msgstr "" + +#: ../../reference_manual/blending_modes.rst:83 msgid "Basic blending modes:" msgstr "" -#: ../../reference_manual/blending_modes.rst:70 +#: ../../reference_manual/blending_modes.rst:84 msgid "http://en.wikipedia.org/wiki/Blend_modes" msgstr "" -#: ../../reference_manual/blending_modes.rst:71 +#: ../../reference_manual/blending_modes.rst:85 msgid "Grain Extract/Grain Merge:" msgstr "" -#: ../../reference_manual/blending_modes.rst:72 +#: ../../reference_manual/blending_modes.rst:86 msgid "http://docs.gimp.org/en/gimp-concepts-layer-modes.html" msgstr "" -#: ../../reference_manual/blending_modes.rst:73 +#: ../../reference_manual/blending_modes.rst:87 msgid "For most of Krita's mystery blendingmodes:" msgstr "" -#: ../../reference_manual/blending_modes.rst:74 +#: ../../reference_manual/blending_modes.rst:88 msgid "http://illusions.hu/effectwiki/doku.php?id=list_of_blendings" msgstr "" -#: ../../reference_manual/blending_modes.rst:78 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes.rst:80 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes.rst:82 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes.rst:84 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes.rst:86 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes.rst:88 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes.rst:90 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes.rst:92 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes.rst:94 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes.rst:96 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes.rst:98 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes.rst:100 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes.rst:102 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes.rst:104 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes.rst:106 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes.rst:108 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes.rst:110 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes.rst:112 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes.rst:114 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes.rst:116 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes.rst:118 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes.rst:120 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes.rst:122 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes.rst:124 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes.rst:126 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes.rst:128 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes.rst:130 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes.rst:132 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes.rst:134 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes.rst:136 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes.rst:138 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes.rst:140 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes.rst:142 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes.rst:144 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes.rst:146 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes.rst:148 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes.rst:150 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes.rst:152 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes.rst:154 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes.rst:156 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes.rst:158 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/arithmetic.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/arithmetic.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/arithmetic.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/arithmetic.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/arithmetic.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/arithmetic.rst:1 +msgid "Page about the arithmetic blending modes in Krita: Addition, Divide, Inverse Subtract, Multiply and Subtract." +msgstr "" #: ../../reference_manual/blending_modes/arithmetic.rst:14 msgid "Arithmetic" @@ -26,519 +28,419 @@ msgid "These blending modes are based on simple maths." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:21 +#: ../../reference_manual/blending_modes/arithmetic.rst:22 msgid "Addition" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:23 +#: ../../reference_manual/blending_modes/arithmetic.rst:24 msgid "Adds the numerical values of two colours together:" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:25 +#: ../../reference_manual/blending_modes/arithmetic.rst:26 msgid "Yellow(1, 1, 0) + Blue(0, 0, 1) = White(1, 1, 1)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:27 -msgid "" -"Darker Gray(0.4, 0.4, 0.4) + Lighter Gray(0.5, 0.5, 0.5) = Even Lighter " -"Gray (0.9, 0.9, 0.9)" +#: ../../reference_manual/blending_modes/arithmetic.rst:28 +msgid "Darker Gray(0.4, 0.4, 0.4) + Lighter Gray(0.5, 0.5, 0.5) = Even Lighter Gray (0.9, 0.9, 0.9)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:32 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Addition_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:33 +msgid ".. image:: images/blending_modes/Blending_modes_Addition_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:32 -#: ../../reference_manual/blending_modes/arithmetic.rst:39 -#: ../../reference_manual/blending_modes/arithmetic.rst:46 -#: ../../reference_manual/blending_modes/arithmetic.rst:53 +#: ../../reference_manual/blending_modes/arithmetic.rst:33 +#: ../../reference_manual/blending_modes/arithmetic.rst:40 +#: ../../reference_manual/blending_modes/arithmetic.rst:47 +#: ../../reference_manual/blending_modes/arithmetic.rst:54 msgid "Left: **Normal**. Right: **Addition**." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:34 -msgid "" -"Light Blue(0.1608, 0.6274, 0.8274) + Orange(1, 0.5961, 0.0706) = (1.1608," -" 1.2235, 0.8980) → Very Light Yellow(1, 1, 0.8980)" +#: ../../reference_manual/blending_modes/arithmetic.rst:35 +msgid "Light Blue(0.1608, 0.6274, 0.8274) + Orange(1, 0.5961, 0.0706) = (1.1608, 1.2235, 0.8980) → Very Light Yellow(1, 1, 0.8980)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:39 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Addition_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:40 +msgid ".. image:: images/blending_modes/Blending_modes_Addition_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:41 +#: ../../reference_manual/blending_modes/arithmetic.rst:42 msgid "Red(1, 0, 0) + Grey(0.5, 0.5, 0.5) = Pink(1, 0.5, 0.5)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:46 +#: ../../reference_manual/blending_modes/arithmetic.rst:47 msgid ".. image:: images/blending_modes/Blending_modes_Addition_Red_plus_gray.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:48 -msgid "" -"When the result of the addition is more than 1, white is the color " -"displayed. Therefore, white plus any other color results in white. On the" -" other hand, black plus any other color results in the added color." +#: ../../reference_manual/blending_modes/arithmetic.rst:49 +msgid "When the result of the addition is more than 1, white is the color displayed. Therefore, white plus any other color results in white. On the other hand, black plus any other color results in the added color." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:53 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Addition_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:54 +msgid ".. image:: images/blending_modes/Blending_modes_Addition_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:58 +#: ../../reference_manual/blending_modes/arithmetic.rst:59 msgid "Divide" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:60 +#: ../../reference_manual/blending_modes/arithmetic.rst:61 msgid "Divides the numerical value from the lower color by the upper color." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:62 +#: ../../reference_manual/blending_modes/arithmetic.rst:63 msgid "Red(1, 0, 0) / Gray(0.5, 0.5, 0.5) = (2, 0, 0) → Red(1, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:64 -msgid "" -"Darker Gray(0.4, 0.4, 0.4) / Lighter Gray(0.5, 0.5, 0.5) = Even Lighter " -"Gray (0.8, 0.8, 0.8)" +#: ../../reference_manual/blending_modes/arithmetic.rst:65 +msgid "Darker Gray(0.4, 0.4, 0.4) / Lighter Gray(0.5, 0.5, 0.5) = Even Lighter Gray (0.8, 0.8, 0.8)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:69 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Divide_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:70 +msgid ".. image:: images/blending_modes/Blending_modes_Divide_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:69 -#: ../../reference_manual/blending_modes/arithmetic.rst:76 -#: ../../reference_manual/blending_modes/arithmetic.rst:81 +#: ../../reference_manual/blending_modes/arithmetic.rst:70 +#: ../../reference_manual/blending_modes/arithmetic.rst:77 +#: ../../reference_manual/blending_modes/arithmetic.rst:82 msgid "Left: **Normal**. Right: **Divide**." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:71 -msgid "" -"Light Blue(0.1608, 0.6274, 0.8274) / Orange(1, 0.5961, 0.0706) = (0.1608," -" 1.0525, 11.7195) → Aqua(0.1608, 1, 1)" +#: ../../reference_manual/blending_modes/arithmetic.rst:72 +msgid "Light Blue(0.1608, 0.6274, 0.8274) / Orange(1, 0.5961, 0.0706) = (0.1608, 1.0525, 11.7195) → Aqua(0.1608, 1, 1)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:76 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Divide_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:77 +msgid ".. image:: images/blending_modes/Blending_modes_Divide_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:81 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Divide_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:82 +msgid ".. image:: images/blending_modes/Blending_modes_Divide_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:86 +#: ../../reference_manual/blending_modes/arithmetic.rst:87 msgid "Inverse Subtract" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:88 +#: ../../reference_manual/blending_modes/arithmetic.rst:89 msgid "This inverts the lower layer before subtracting it from the upper layer." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:90 -msgid "" -"Lighter Gray(0.5, 0.5, 0.5)_(1_Darker Gray(0.4, 0.4, 0.4)) = (-0.1, -0.1," -" -0.1) → Black(0, 0, 0)" +#: ../../reference_manual/blending_modes/arithmetic.rst:91 +msgid "Lighter Gray(0.5, 0.5, 0.5)_(1_Darker Gray(0.4, 0.4, 0.4)) = (-0.1, -0.1, -0.1) → Black(0, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:95 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Inverse_Subtract_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:96 +msgid ".. image:: images/blending_modes/Blending_modes_Inverse_Subtract_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:95 -#: ../../reference_manual/blending_modes/arithmetic.rst:102 -#: ../../reference_manual/blending_modes/arithmetic.rst:107 +#: ../../reference_manual/blending_modes/arithmetic.rst:96 +#: ../../reference_manual/blending_modes/arithmetic.rst:103 +#: ../../reference_manual/blending_modes/arithmetic.rst:108 msgid "Left: **Normal**. Right: **Inverse Subtract**." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:97 -msgid "" -"Orange(1, 0.5961, 0.0706)_(1_Light Blue(0.1608, 0.6274, 0.8274)) = " -"(0.1608, 0.2235, -0.102) → Dark Green(0.1608, 0.2235, 0)" +#: ../../reference_manual/blending_modes/arithmetic.rst:98 +msgid "Orange(1, 0.5961, 0.0706)_(1_Light Blue(0.1608, 0.6274, 0.8274)) = (0.1608, 0.2235, -0.102) → Dark Green(0.1608, 0.2235, 0)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:102 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Inverse_Subtract_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:103 +msgid ".. image:: images/blending_modes/Blending_modes_Inverse_Subtract_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:107 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Inverse_Subtract_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:108 +msgid ".. image:: images/blending_modes/Blending_modes_Inverse_Subtract_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:112 +#: ../../reference_manual/blending_modes/arithmetic.rst:113 msgid "Multiply" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:114 -msgid "" -"Multiplies the two colors with each other, but does not go beyond the " -"upper limit." +#: ../../reference_manual/blending_modes/arithmetic.rst:115 +msgid "Multiplies the two colors with each other, but does not go beyond the upper limit." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:116 -msgid "" -"This is often used to color in a black and white lineart. One puts the " -"black and white lineart on top, and sets the layer to 'Multiply', and " -"then draw in color on a layer beneath. Multiply will all the colour to go" -" through." +#: ../../reference_manual/blending_modes/arithmetic.rst:117 +msgid "This is often used to color in a black and white lineart. One puts the black and white lineart on top, and sets the layer to 'Multiply', and then draw in color on a layer beneath. Multiply will all the colour to go through." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:119 +#: ../../reference_manual/blending_modes/arithmetic.rst:120 msgid "White(1,1,1) x White(1, 1, 1) = White(1, 1, 1)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:121 +#: ../../reference_manual/blending_modes/arithmetic.rst:122 msgid "White(1, 1, 1) x Grey(0.5, 0.5, 0.5) = Grey(0.5, 0.5, 0.5)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:123 -msgid "" -"Darker Gray(0.4, 0.4, 0.4) x Lighter Gray(0.5, 0.5, 0.5) = Even Darker " -"Gray (0.2, 0.2, 0.2)" +#: ../../reference_manual/blending_modes/arithmetic.rst:124 +msgid "Darker Gray(0.4, 0.4, 0.4) x Lighter Gray(0.5, 0.5, 0.5) = Even Darker Gray (0.2, 0.2, 0.2)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:128 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Multiply_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:129 +msgid ".. image:: images/blending_modes/Blending_modes_Multiply_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:128 -#: ../../reference_manual/blending_modes/arithmetic.rst:135 -#: ../../reference_manual/blending_modes/arithmetic.rst:140 +#: ../../reference_manual/blending_modes/arithmetic.rst:129 +#: ../../reference_manual/blending_modes/arithmetic.rst:136 +#: ../../reference_manual/blending_modes/arithmetic.rst:141 msgid "Left: **Normal**. Right: **Multiply**." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:130 -msgid "" -"Light Blue(0.1608, 0.6274, 0.8274) x Orange(1, 0.5961, 0.0706) = " -"Green(0.1608, 0.3740, 0.0584)" +#: ../../reference_manual/blending_modes/arithmetic.rst:131 +msgid "Light Blue(0.1608, 0.6274, 0.8274) x Orange(1, 0.5961, 0.0706) = Green(0.1608, 0.3740, 0.0584)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:135 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Multiply_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:136 +msgid ".. image:: images/blending_modes/Blending_modes_Multiply_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:140 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Multiply_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:141 +msgid ".. image:: images/blending_modes/Blending_modes_Multiply_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:145 +#: ../../reference_manual/blending_modes/arithmetic.rst:146 msgid "Subtract" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:147 +#: ../../reference_manual/blending_modes/arithmetic.rst:148 msgid "Subtracts the top layer from the bottom layer." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:149 +#: ../../reference_manual/blending_modes/arithmetic.rst:150 msgid "White(1, 1, 1)_White(1, 1, 1) = Black(0, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:151 +#: ../../reference_manual/blending_modes/arithmetic.rst:152 msgid "White(1, 1, 1)_Grey(0.5, 0.5, 0.5) = Grey(0.5, 0.5, 0.5)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:153 -msgid "" -"Darker Gray(0.4, 0.4, 0.4)_Lighter Gray(0.5, 0.5, 0.5) = (-0.1, -0.1, " -"-0.1) → Black(0, 0, 0)" +#: ../../reference_manual/blending_modes/arithmetic.rst:154 +msgid "Darker Gray(0.4, 0.4, 0.4)_Lighter Gray(0.5, 0.5, 0.5) = (-0.1, -0.1, -0.1) → Black(0, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:158 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Subtract_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:159 +msgid ".. image:: images/blending_modes/Blending_modes_Subtract_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:158 -#: ../../reference_manual/blending_modes/arithmetic.rst:165 -#: ../../reference_manual/blending_modes/arithmetic.rst:170 +#: ../../reference_manual/blending_modes/arithmetic.rst:159 +#: ../../reference_manual/blending_modes/arithmetic.rst:166 +#: ../../reference_manual/blending_modes/arithmetic.rst:171 msgid "Left: **Normal**. Right: **Subtract**." msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:160 -msgid "" -"Light Blue(0.1608, 0.6274, 0.8274) - Orange(1, 0.5961, 0.0706) = " -"(-0.8392, 0.0313, 0.7568) → Blue(0, 0.0313, 0.7568)" +#: ../../reference_manual/blending_modes/arithmetic.rst:161 +msgid "Light Blue(0.1608, 0.6274, 0.8274) - Orange(1, 0.5961, 0.0706) = (-0.8392, 0.0313, 0.7568) → Blue(0, 0.0313, 0.7568)" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:165 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Subtract_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:166 +msgid ".. image:: images/blending_modes/Blending_modes_Subtract_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:170 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Subtract_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/arithmetic.rst:171 +msgid ".. image:: images/blending_modes/Blending_modes_Subtract_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:174 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:176 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:178 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:180 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:182 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:184 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:186 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:188 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:190 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:192 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:194 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:196 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:198 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:200 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:202 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:204 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:206 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:208 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:210 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:212 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:214 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:216 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:218 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:220 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:222 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:224 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:226 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:228 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:230 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:232 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:234 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:236 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:238 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:240 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:242 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:244 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:246 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:248 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:250 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:252 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/arithmetic.rst:254 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/darken.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/darken.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/darken.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/darken.po @@ -1,472 +1,380 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/darken.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/darken.rst:1 +msgid "Page about the darken blending modes in Krita: Darken, Burn, Darker Color, Gamma Dark and Linear Burn." +msgstr "" #: ../../reference_manual/blending_modes/darken.rst:15 -#: ../../reference_manual/blending_modes/darken.rst:50 +#: ../../reference_manual/blending_modes/darken.rst:52 msgid "Darken" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:21 +#: ../../reference_manual/blending_modes/darken.rst:22 msgid "Burn" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:23 +#: ../../reference_manual/blending_modes/darken.rst:24 msgid "A variation on Divide, sometimes called 'Color Burn' in some programs." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:25 -msgid "" -"This inverts the bottom layer, then divides it by the top layer, and " -"inverts the result. This results in a darkened effect that takes the " -"colors of the lower layer into account, similar to the burn technique " -"used in traditional darkroom photography." +#: ../../reference_manual/blending_modes/darken.rst:26 +msgid "This inverts the bottom layer, then divides it by the top layer, and inverts the result. This results in a darkened effect that takes the colors of the lower layer into account, similar to the burn technique used in traditional darkroom photography." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:28 -msgid "" -"1_{[1_Darker Gray(0.4, 0.4, 0.4)] / Lighter Gray(0.5, 0.5, 0.5)} = (-0.2," -" -0.2, -0.2) → Black(0, 0, 0)" +#: ../../reference_manual/blending_modes/darken.rst:29 +msgid "1_{[1_Darker Gray(0.4, 0.4, 0.4)] / Lighter Gray(0.5, 0.5, 0.5)} = (-0.2, -0.2, -0.2) → Black(0, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:33 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Burn_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/darken.rst:34 +msgid ".. image:: images/blending_modes/Blending_modes_Burn_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:33 -#: ../../reference_manual/blending_modes/darken.rst:40 -#: ../../reference_manual/blending_modes/darken.rst:45 +#: ../../reference_manual/blending_modes/darken.rst:34 +#: ../../reference_manual/blending_modes/darken.rst:41 +#: ../../reference_manual/blending_modes/darken.rst:46 msgid "Left: **Normal**. Right: **Burn**." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:35 -msgid "" -"1_{[1_Light Blue(0.1608, 0.6274, 0.8274)] / Orange(1, 0.5961, 0.0706)} = " -"(0.1608, 0.3749, -1.4448) → Green(0.1608, 0.3749, 0)" +#: ../../reference_manual/blending_modes/darken.rst:36 +msgid "1_{[1_Light Blue(0.1608, 0.6274, 0.8274)] / Orange(1, 0.5961, 0.0706)} = (0.1608, 0.3749, -1.4448) → Green(0.1608, 0.3749, 0)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:40 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Burn_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/darken.rst:41 +msgid ".. image:: images/blending_modes/Blending_modes_Burn_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:45 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Burn_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/darken.rst:46 +msgid ".. image:: images/blending_modes/Blending_modes_Burn_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:52 -msgid "" -"With the darken, the upper layer's colors are checked for their " -"lightness. Only if they are darker than the underlying color on the lower" -" layer, will they be visible." +#: ../../reference_manual/blending_modes/darken.rst:54 +msgid "With the darken, the upper layer's colors are checked for their lightness. Only if they are darker than the underlying color on the lower layer, will they be visible." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:54 -msgid "" -"Is Lighter Gray(0.5, 0.5, 0.5) darker than Darker Gray(0.4, 0.4, 0.4)? = " -"(no, no, no) → Darker Gray(0.4, 0.4, 0.4)" +#: ../../reference_manual/blending_modes/darken.rst:56 +msgid "Is Lighter Gray(0.5, 0.5, 0.5) darker than Darker Gray(0.4, 0.4, 0.4)? = (no, no, no) → Darker Gray(0.4, 0.4, 0.4)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:59 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Darken_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/darken.rst:61 +msgid ".. image:: images/blending_modes/Blending_modes_Darken_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:59 -#: ../../reference_manual/blending_modes/darken.rst:66 -#: ../../reference_manual/blending_modes/darken.rst:71 +#: ../../reference_manual/blending_modes/darken.rst:61 +#: ../../reference_manual/blending_modes/darken.rst:68 +#: ../../reference_manual/blending_modes/darken.rst:73 msgid "Left: **Normal**. Right: **Darken**." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:61 -msgid "" -"Is Orange(1, 0.5961, 0.0706) darker than Light Blue(0.1608, 0.6274, " -"0.8274)? = (no, yes, yes) → Green(0.1608, 0.5961, 0.0706)" +#: ../../reference_manual/blending_modes/darken.rst:63 +msgid "Is Orange(1, 0.5961, 0.0706) darker than Light Blue(0.1608, 0.6274, 0.8274)? = (no, yes, yes) → Green(0.1608, 0.5961, 0.0706)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:66 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Darken_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/darken.rst:68 +msgid ".. image:: images/blending_modes/Blending_modes_Darken_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:71 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Darken_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/darken.rst:73 +msgid ".. image:: images/blending_modes/Blending_modes_Darken_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:76 +#: ../../reference_manual/blending_modes/darken.rst:79 msgid "Darker Color" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:81 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Darker_Color_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/darken.rst:84 +msgid ".. image:: images/blending_modes/Blending_modes_Darker_Color_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:81 +#: ../../reference_manual/blending_modes/darken.rst:84 msgid "Left: **Normal**. Right: **Darker Color**." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:86 +#: ../../reference_manual/blending_modes/darken.rst:90 msgid "Gamma Dark" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:88 -msgid "" -"Divides 1 by the upper layer, and calculates the end result using that as" -" the power of the lower layer." +#: ../../reference_manual/blending_modes/darken.rst:92 +msgid "Divides 1 by the upper layer, and calculates the end result using that as the power of the lower layer." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:90 -msgid "" -"Darker Gray(0.4, 0.4, 0.4)^[1 / Lighter Gray(0.5, 0.5, 0.5)] = Even " -"Darker Gray(0.1600, 0.1600, 0.1600)" +#: ../../reference_manual/blending_modes/darken.rst:94 +msgid "Darker Gray(0.4, 0.4, 0.4)^[1 / Lighter Gray(0.5, 0.5, 0.5)] = Even Darker Gray(0.1600, 0.1600, 0.1600)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:95 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Gamma_Dark_Gray_0.4_and_Gray_0.5_n.png" +#: ../../reference_manual/blending_modes/darken.rst:99 +msgid ".. image:: images/blending_modes/Blending_modes_Gamma_Dark_Gray_0.4_and_Gray_0.5_n.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:95 -#: ../../reference_manual/blending_modes/darken.rst:102 -#: ../../reference_manual/blending_modes/darken.rst:107 +#: ../../reference_manual/blending_modes/darken.rst:99 +#: ../../reference_manual/blending_modes/darken.rst:106 +#: ../../reference_manual/blending_modes/darken.rst:111 msgid "Left: **Normal**. Right: **Gamma Dark**." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:97 -msgid "" -"Light Blue(0.1608, 0.6274, 0.8274)^[1 / Orange(1, 0.5961, 0.0706)] = " -"Green(0.1608, 0.4575, 0.0683)" +#: ../../reference_manual/blending_modes/darken.rst:101 +msgid "Light Blue(0.1608, 0.6274, 0.8274)^[1 / Orange(1, 0.5961, 0.0706)] = Green(0.1608, 0.4575, 0.0683)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:102 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Gamma_Dark_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/darken.rst:106 +msgid ".. image:: images/blending_modes/Blending_modes_Gamma_Dark_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:107 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Gamma_Dark_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/darken.rst:111 +msgid ".. image:: images/blending_modes/Blending_modes_Gamma_Dark_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:112 +#: ../../reference_manual/blending_modes/darken.rst:117 msgid "Linear Burn" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:114 -msgid "" -"Adds the values of the two layers together and then subtracts 1. Seems to" -" produce the same result as :ref:`bm_inverse_subtract`." +#: ../../reference_manual/blending_modes/darken.rst:119 +msgid "Adds the values of the two layers together and then subtracts 1. Seems to produce the same result as :ref:`bm_inverse_subtract`." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:116 -msgid "" -"[Darker Gray(0.4, 0.4, 0.4) + Lighter Gray(0.5, 0.5, 0.5)]_1 = (-0.1000, " -"-0.1000, -0.1000) → Black(0, 0, 0)" +#: ../../reference_manual/blending_modes/darken.rst:121 +msgid "[Darker Gray(0.4, 0.4, 0.4) + Lighter Gray(0.5, 0.5, 0.5)]_1 = (-0.1000, -0.1000, -0.1000) → Black(0, 0, 0)" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:121 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Burn_Gray_0.4_and_Gray_0.5.png" +#: ../../reference_manual/blending_modes/darken.rst:126 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Burn_Gray_0.4_and_Gray_0.5.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:121 -#: ../../reference_manual/blending_modes/darken.rst:128 +#: ../../reference_manual/blending_modes/darken.rst:126 #: ../../reference_manual/blending_modes/darken.rst:133 +#: ../../reference_manual/blending_modes/darken.rst:138 msgid "Left: **Normal**. Right: **Linear Burn**." msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:123 -msgid "" -"[Light Blue(0.1608, 0.6274, 0.8274) + Orange(1, 0.5961, 0.0706)]_1 = " -"(0.1608, 0.2235, -0.1020) → Dark Green(0.1608, 0.2235, 0)" -msgstr "" - #: ../../reference_manual/blending_modes/darken.rst:128 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Burn_Light_blue_and_Orange.png" +msgid "[Light Blue(0.1608, 0.6274, 0.8274) + Orange(1, 0.5961, 0.0706)]_1 = (0.1608, 0.2235, -0.1020) → Dark Green(0.1608, 0.2235, 0)" msgstr "" #: ../../reference_manual/blending_modes/darken.rst:133 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Burn_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Burn_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:136 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../reference_manual/blending_modes/darken.rst:138 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Burn_Sample_image_with_dots.png" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:138 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:140 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:142 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:144 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:146 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:148 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:150 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:152 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:154 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:156 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:158 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:160 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:162 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:164 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:166 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:168 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:170 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:172 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:174 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:176 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:178 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:180 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:182 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:184 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:186 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:188 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:190 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:192 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:194 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:196 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:198 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:200 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:202 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:204 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:206 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:208 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:210 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:212 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:214 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/darken.rst:216 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/hsx.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/hsx.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/hsx.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/hsx.po @@ -1,88 +1,63 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/hsx.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/hsx.rst:1 +msgid "Page about the HSX blending modes in Krita, amongst which Hue, Color, Luminosity and Saturation." +msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:15 msgid "HSX" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:17 -msgid "" -"Krita has four different HSX coordinate systems. The difference between " -"them is how they handle tone." +msgid "Krita has four different HSX coordinate systems. The difference between them is how they handle tone." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:20 msgid "HSI" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:22 -msgid "" -"HSI is a color coordinate system, using Hue, Saturation and Intensity to " -"catagorise a color. Hue is roughly the wavelength, whether the colour is " -"red, yellow, green, cyan, blue or purple. It is measure in 360°, with 0 " -"being red. Saturation is the measurement of how close a color is to grey." -" Intensity, in this case is the tone of the color. What makes intensity " -"special is that it recognises Yellow(rgb:1,1,0) having a higher combined " -"rgb value than blue(rgb:0,0,1). This is a non-linear tone dimension, " -"which means it's gamma-corrected." +msgid "HSI is a color coordinate system, using Hue, Saturation and Intensity to catagorise a color. Hue is roughly the wavelength, whether the colour is red, yellow, green, cyan, blue or purple. It is measure in 360°, with 0 being red. Saturation is the measurement of how close a color is to grey. Intensity, in this case is the tone of the color. What makes intensity special is that it recognises Yellow(rgb:1,1,0) having a higher combined rgb value than blue(rgb:0,0,1). This is a non-linear tone dimension, which means it's gamma-corrected." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:28 msgid "HSL" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:30 -msgid "" -"HSL is also a color coordinate system. It describes colors in Hue, " -"Saturation and Lightness. Lightness specifically puts both " -"yellow(rgb:1,1,0), blue(rgb:0,0,1) and middle grey(rgb:0.5,0.5,0.5) at " -"the same lightness(0.5)." +msgid "HSL is also a color coordinate system. It describes colors in Hue, Saturation and Lightness. Lightness specifically puts both yellow(rgb:1,1,0), blue(rgb:0,0,1) and middle grey(rgb:0.5,0.5,0.5) at the same lightness(0.5)." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:34 msgid "HSV" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:36 -msgid "" -"HSV, occasionally called HSB, is a color coordinate system. It measures " -"colors in Hue, Saturation, and Value(also called Brightness). Value or " -"Brightness specifically reffers to strength at which the pixel-lights on " -"your monitor have to shine. It sets Yellow(rgb:1,1,0), Blue(rgb:0,0,1) " -"and White(rgb:1,1,0) at the same Value(100%)" +msgid "HSV, occasionally called HSB, is a color coordinate system. It measures colors in Hue, Saturation, and Value(also called Brightness). Value or Brightness specifically refers to strength at which the pixel-lights on your monitor have to shine. It sets Yellow(rgb:1,1,0), Blue(rgb:0,0,1) and White(rgb:1,1,0) at the same Value(100%)" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:40 msgid "HSY" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:42 -msgid "" -"HSY is a color coordinate system. It catagorises colors in Hue, " -"Saturation and Luminosity. Well, not really, it uses Luma instead of true" -" luminosity, the difference being that Luminosity is linear while Luma is" -" gamma-corrected and just weights the rgb components. Luma is based on " -"scientific studies of how much light a color reflects in real-life. While" -" like intensity it acknowledges that Yellow(rgb:1,1,0) is lighter than " -"blue(rgb:0,0,1), it also acknowledges that Yellow(rgb:1,1,0) is lighter " -"than Cyan(rgb(0,1,1), based on these studies." +msgid "HSY is a color coordinate system. It catagorises colors in Hue, Saturation and Luminosity. Well, not really, it uses Luma instead of true luminosity, the difference being that Luminosity is linear while Luma is gamma-corrected and just weights the rgb components. Luma is based on scientific studies of how much light a color reflects in real-life. While like intensity it acknowledges that Yellow(rgb:1,1,0) is lighter than blue(rgb:0,0,1), it also acknowledges that Yellow(rgb:1,1,0) is lighter than Cyan(rgb(0,1,1), based on these studies." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:46 @@ -94,16 +69,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:57 -msgid "" -"This takes the Luminosity/Value/Intensity/Lightness of the colours on the" -" lower layer, and combines them with the Saturation and Hue of the upper " -"pixels. We refer to Color HSY as 'Color' in line with other applications." +msgid "This takes the Luminosity/Value/Intensity/Lightness of the colours on the lower layer, and combines them with the Saturation and Hue of the upper pixels. We refer to Color HSY as 'Color' in line with other applications." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:62 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_HSI_Gray_0.4_and_Gray_0.5.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_HSI_Gray_0.4_and_Gray_0.5.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:62 @@ -113,41 +83,31 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:67 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_HSI_Light_blue_and_Orange.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_HSI_Light_blue_and_Orange.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:72 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_HSI_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_HSI_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:78 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_HSL_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_HSL_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:78 msgid "Left: **Normal**. Right: **Color HSL**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:84 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_HSV_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_HSV_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:84 msgid "Left: **Normal**. Right: **Color HSV**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:90 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Color_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:90 @@ -159,46 +119,35 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:101 -msgid "" -"Takes the saturation and tone of the lower layer and combines them with " -"the hue of the upper-layer. Tone in this case being either Value, " -"Lightness, Intensity or Luminosity." +msgid "Takes the saturation and tone of the lower layer and combines them with the hue of the upper-layer. Tone in this case being either Value, Lightness, Intensity or Luminosity." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:107 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hue_HSI_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Hue_HSI_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:107 msgid "Left: **Normal**. Right: **Hue HSI**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:113 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hue_HSL_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Hue_HSL_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:113 msgid "Left: **Normal**. Right: **Hue HSL**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:119 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hue_HSV_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Hue_HSV_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:119 msgid "Left: **Normal**. Right: **Hue HSV**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:125 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hue_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Hue_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:125 @@ -210,46 +159,35 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:136 -msgid "" -"Similar to lighten, but specific to tone. Checks whether the upper " -"layer's pixel has a higher tone than the lower layer's pixel. If so, the " -"intensity is increased, if not, the lower layer's tone is maintained." +msgid "Similar to lighten, but specific to tone. Checks whether the upper layer's pixel has a higher tone than the lower layer's pixel. If so, the intensity is increased, if not, the lower layer's tone is maintained." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:142 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Intensity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Intensity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:142 msgid "Left: **Normal**. Right: **Increase Intensity**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:148 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Lightness_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Lightness_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:148 msgid "Left: **Normal**. Right: **Increase Lightness**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:154 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Value_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Value_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:154 msgid "Left: **Normal**. Right: **Increase Value**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:160 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Luminosity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Luminosity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:160 @@ -261,47 +199,35 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:172 -msgid "" -"Similar to lighten, but specific to Saturation. Checks whether the upper " -"layer's pixel has a higher Saturation than the lower layer's pixel. If " -"so, the Saturation is increased, if not, the lower layer's Saturation is " -"maintained." +msgid "Similar to lighten, but specific to Saturation. Checks whether the upper layer's pixel has a higher Saturation than the lower layer's pixel. If so, the Saturation is increased, if not, the lower layer's Saturation is maintained." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:178 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Saturation_HSI_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Saturation_HSI_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:178 msgid "Left: **Normal**. Right: **Increase Saturation HSI**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:184 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Saturation_HSL_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Saturation_HSL_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:184 msgid "Left: **Normal**. Right: **Increase Saturation HSL**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:190 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Saturation_HSV_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Saturation_HSV_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:190 msgid "Left: **Normal**. Right: **Increase Saturation HSV**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:196 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Increase_Saturation_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Increase_Saturation_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:196 @@ -313,15 +239,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:204 -msgid "" -"Takes the Hue and Saturation of the Lower layer and outputs them with the" -" intensity of the upper layer." +msgid "Takes the Hue and Saturation of the Lower layer and outputs them with the intensity of the upper layer." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:209 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Intensity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Intensity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:209 @@ -333,15 +255,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:216 -msgid "" -"Takes the Hue and Saturation of the Lower layer and outputs them with the" -" Value of the upper layer." +msgid "Takes the Hue and Saturation of the Lower layer and outputs them with the Value of the upper layer." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:221 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Value_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Value_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:221 @@ -353,15 +271,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:228 -msgid "" -"Takes the Hue and Saturation of the Lower layer and outputs them with the" -" Lightness of the upper layer." +msgid "Takes the Hue and Saturation of the Lower layer and outputs them with the Lightness of the upper layer." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:233 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Lightness_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Lightness_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:233 @@ -373,18 +287,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:240 -msgid "" -"As explained above, actually Luma, but called this way as it's in line " -"with the terminology in other applications. Takes the Hue and Saturation " -"of the Lower layer and outputs them with the Luminosity of the upper " -"layer. The most preferred one of the four Tone blending modes, as this " -"one gives fairly intuitive results for the Tone of a hue" +msgid "As explained above, actually Luma, but called this way as it's in line with the terminology in other applications. Takes the Hue and Saturation of the Lower layer and outputs them with the Luminosity of the upper layer. The most preferred one of the four Tone blending modes, as this one gives fairly intuitive results for the Tone of a hue" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:247 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Luminosity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Luminosity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:247 @@ -396,45 +303,35 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:258 -msgid "" -"Takes the Intensity and Hue of the lower layer, and outputs them with the" -" HSI saturation of the upper layer." +msgid "Takes the Intensity and Hue of the lower layer, and outputs them with the HSI saturation of the upper layer." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:263 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Saturation_HSI_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Saturation_HSI_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:263 msgid "Left: **Normal**. Right: **Saturation HSI**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:269 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Saturation_HSL_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Saturation_HSL_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:269 msgid "Left: **Normal**. Right: **Saturation HSL**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:275 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Saturation_HSV_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Saturation_HSV_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:275 msgid "Left: **Normal**. Right: **Saturation HSV**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:281 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Saturation_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Saturation_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:281 @@ -446,16 +343,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:291 -msgid "" -"Similar to darken, but specific to tone. Checks whether the upper layer's" -" pixel has a lower tone than the lower layer's pixel. If so, the tone is " -"decreased, if not, the lower layer's tone is maintained." +msgid "Similar to darken, but specific to tone. Checks whether the upper layer's pixel has a lower tone than the lower layer's pixel. If so, the tone is decreased, if not, the lower layer's tone is maintained." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:297 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Intensity_Gray_0.4_and_Gray_0.5.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Intensity_Gray_0.4_and_Gray_0.5.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:297 @@ -465,41 +357,31 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:302 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Intensity_Light_blue_and_Orange.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Intensity_Light_blue_and_Orange.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:307 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Intensity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Intensity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:313 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Lightness_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Lightness_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:313 msgid "Left: **Normal**. Right: **Decrease Lightness**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:319 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Value_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Value_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:319 msgid "Left: **Normal**. Right: **Decrease Value**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:325 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Luminosity_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Luminosity_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:325 @@ -511,17 +393,11 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:336 -msgid "" -"Similar to darken, but specific to Saturation. Checks whether the upper " -"layer's pixel has a lower Saturation than the lower layer's pixel. If so," -" the Saturation is decreased, if not, the lower layer's Saturation is " -"maintained." +msgid "Similar to darken, but specific to Saturation. Checks whether the upper layer's pixel has a lower Saturation than the lower layer's pixel. If so, the Saturation is decreased, if not, the lower layer's Saturation is maintained." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:342 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Gray_0.4_and_Gray_0.5.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Gray_0.4_and_Gray_0.5.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:342 @@ -531,290 +407,239 @@ msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:347 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Light_blue_and_Orange.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Light_blue_and_Orange.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:352 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_HSI_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:358 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_HSL_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_HSL_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:358 msgid "Left: **Normal**. Right: **Decrease Saturation HSL**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:364 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_HSV_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_HSV_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:364 msgid "Left: **Normal**. Right: **Decrease Saturation HSV**." msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:370 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Decrease_Saturation_Sample_image_with_dots.png" +msgid ".. image:: images/blending_modes/Blending_modes_Decrease_Saturation_Sample_image_with_dots.png" msgstr "" #: ../../reference_manual/blending_modes/hsx.rst:370 msgid "Left: **Normal**. Right: **Decrease Saturation**." msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:373 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:375 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:377 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:379 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:381 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:383 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:385 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:387 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:389 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:391 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:393 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:395 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:397 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:399 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:401 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:403 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:405 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:407 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:409 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:411 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:413 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:415 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:417 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:419 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:421 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:423 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:425 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:427 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:429 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:431 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:433 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:435 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:437 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:439 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:441 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:443 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:445 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:447 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:449 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:451 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/hsx.rst:453 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/lighten.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/lighten.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/lighten.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/lighten.po @@ -1,583 +1,478 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/lighten.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/lighten.rst:1 +msgid "Page about the lighten blending modes in Krita: Color Dodge, Gamma Light, Hard Light, Lighten, Lighter Color, Linear Dodge, Linear Light, Pin Light, Screen, Soft Light and Vivid Light." +msgstr "" #: ../../reference_manual/blending_modes/lighten.rst:15 -#: ../../reference_manual/blending_modes/lighten.rst:65 +#: ../../reference_manual/blending_modes/lighten.rst:68 msgid "Lighten" msgstr "" #: ../../reference_manual/blending_modes/lighten.rst:17 msgid "Blending modes that lighten the image." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:22 +#: ../../reference_manual/blending_modes/lighten.rst:23 msgid "Color Dodge" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:24 -msgid "" -"Similar to Divide. Inverts the top layer, and divides the lower layer by " -"the inverted top layer. This results in a image with emphasized " -"highlights, like Dodging would do in traditional darkroom photography." +#: ../../reference_manual/blending_modes/lighten.rst:25 +msgid "Similar to Divide. Inverts the top layer, and divides the lower layer by the inverted top layer. This results in a image with emphasized highlights, like Dodging would do in traditional darkroom photography." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:31 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Color_Dodge_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:32 +msgid ".. image:: images/blending_modes/Blending_modes_Color_Dodge_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:31 +#: ../../reference_manual/blending_modes/lighten.rst:32 msgid "Left: **Normal**. Right: **Color Dodge**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:36 +#: ../../reference_manual/blending_modes/lighten.rst:38 msgid "Gamma Light" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:38 +#: ../../reference_manual/blending_modes/lighten.rst:40 msgid "Outputs the upper layer as power of the lower layer." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:43 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Gamma_Light_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:45 +msgid ".. image:: images/blending_modes/Blending_modes_Gamma_Light_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:43 +#: ../../reference_manual/blending_modes/lighten.rst:45 msgid "Left: **Normal**. Right: **Gamma Light**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:48 +#: ../../reference_manual/blending_modes/lighten.rst:51 msgid "Hard Light" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:50 -msgid "" -"Similar to Overlay. A combination of the Multiply and Screen blending " -"modes, switching between both at a middle-lightness." +#: ../../reference_manual/blending_modes/lighten.rst:53 +msgid "Similar to Overlay. A combination of the Multiply and Screen blending modes, switching between both at a middle-lightness." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:53 -msgid "" -"Hard light checks if the colour on the upperlayer has a lightness above " -"0.5. Unlike overlay, if the pixel is lighter than 0.5,it is blended like " -"in Multiply mode, if not the pixel is blended like in Screen mode." +#: ../../reference_manual/blending_modes/lighten.rst:56 +msgid "Hard light checks if the colour on the upperlayer has a lightness above 0.5. Unlike overlay, if the pixel is lighter than 0.5,it is blended like in Multiply mode, if not the pixel is blended like in Screen mode." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:55 +#: ../../reference_manual/blending_modes/lighten.rst:58 msgid "Effectively, this decreases contrast." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:60 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hard_Light_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:63 +msgid ".. image:: images/blending_modes/Blending_modes_Hard_Light_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:60 +#: ../../reference_manual/blending_modes/lighten.rst:63 msgid "Left: **Normal**. Right: **Hard Light**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:67 -msgid "" -"With the darken, the upper layer's colors are checked for their " -"lightness. Only if they are Lighter than the underlying color on the " -"lower layer, will they be visible." +#: ../../reference_manual/blending_modes/lighten.rst:70 +msgid "With the darken, the upper layer's colors are checked for their lightness. Only if they are Lighter than the underlying color on the lower layer, will they be visible." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:72 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Lighten_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:75 +msgid ".. image:: images/blending_modes/Blending_modes_Lighten_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:72 +#: ../../reference_manual/blending_modes/lighten.rst:75 msgid "Left: **Normal**. Right: **Lighten**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:77 +#: ../../reference_manual/blending_modes/lighten.rst:80 msgid "Lighter Color" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:82 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Lighter_Color_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:85 +msgid ".. image:: images/blending_modes/Blending_modes_Lighter_Color_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:82 +#: ../../reference_manual/blending_modes/lighten.rst:85 msgid "Left: **Normal**. Right: **Lighter Color**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:88 +#: ../../reference_manual/blending_modes/lighten.rst:91 msgid "Linear Dodge" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:90 +#: ../../reference_manual/blending_modes/lighten.rst:93 msgid "Exactly the same as :ref:`bm_addition`." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:92 +#: ../../reference_manual/blending_modes/lighten.rst:95 msgid "Put in for compatibility purposes." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:97 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Dodge_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:100 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Dodge_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:97 +#: ../../reference_manual/blending_modes/lighten.rst:100 msgid "Left: **Normal**. Right: **Linear Dodge** (exactly the same as Addition)." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:102 +#: ../../reference_manual/blending_modes/lighten.rst:105 msgid "Linear Light" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:104 +#: ../../reference_manual/blending_modes/lighten.rst:107 msgid "Similar to :ref:`bm_overlay`." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:106 -msgid "" -"Combines :ref:`bm_linear_dodge` and :ref:`bm_linear_burn`. When the " -"lightness of the upper-pixel is higher than 0.5, it uses Linear dodge, if" -" not, Linear burn to blend the pixels." +#: ../../reference_manual/blending_modes/lighten.rst:109 +msgid "Combines :ref:`bm_linear_dodge` and :ref:`bm_linear_burn`. When the lightness of the upper-pixel is higher than 0.5, it uses Linear dodge, if not, Linear burn to blend the pixels." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:111 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Light_Gray_0.4_and_Gray_0.5.png" +#: ../../reference_manual/blending_modes/lighten.rst:114 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Light_Gray_0.4_and_Gray_0.5.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:111 -#: ../../reference_manual/blending_modes/lighten.rst:116 -#: ../../reference_manual/blending_modes/lighten.rst:121 +#: ../../reference_manual/blending_modes/lighten.rst:114 +#: ../../reference_manual/blending_modes/lighten.rst:119 +#: ../../reference_manual/blending_modes/lighten.rst:124 msgid "Left: **Normal**. Right: **Linear Light**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:116 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Light_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/lighten.rst:119 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Light_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:121 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Linear_Light_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:124 +msgid ".. image:: images/blending_modes/Blending_modes_Linear_Light_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:126 +#: ../../reference_manual/blending_modes/lighten.rst:129 msgid "Pin Light" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:128 -msgid "" -"Checks which is darker the lower layer's pixel or the upper layer's " -"double so bright. Then checks which is brighter of that result or the " -"inversion of the doubled lower layer." +#: ../../reference_manual/blending_modes/lighten.rst:131 +msgid "Checks which is darker the lower layer's pixel or the upper layer's double so bright. Then checks which is brighter of that result or the inversion of the doubled lower layer." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:134 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Pin_Light_Gray_0.4_and_Gray_0.5.png" +#: ../../reference_manual/blending_modes/lighten.rst:137 +msgid ".. image:: images/blending_modes/Blending_modes_Pin_Light_Gray_0.4_and_Gray_0.5.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:134 -#: ../../reference_manual/blending_modes/lighten.rst:139 -#: ../../reference_manual/blending_modes/lighten.rst:144 +#: ../../reference_manual/blending_modes/lighten.rst:137 +#: ../../reference_manual/blending_modes/lighten.rst:142 +#: ../../reference_manual/blending_modes/lighten.rst:147 msgid "Left: **Normal**. Right: **Pin Light**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:139 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Pin_Light_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/lighten.rst:142 +msgid ".. image:: images/blending_modes/Blending_modes_Pin_Light_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:144 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Pin_Light_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:147 +msgid ".. image:: images/blending_modes/Blending_modes_Pin_Light_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:149 +#: ../../reference_manual/blending_modes/lighten.rst:152 msgid "Screen" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:151 +#: ../../reference_manual/blending_modes/lighten.rst:154 msgid "Perceptually the opposite of :ref:`bm_multiply`." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:153 -msgid "" -"Mathematically, Screen takes both layers, inverts them, then multiplies " -"them, and finally inverts them again." +#: ../../reference_manual/blending_modes/lighten.rst:156 +msgid "Mathematically, Screen takes both layers, inverts them, then multiplies them, and finally inverts them again." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:155 +#: ../../reference_manual/blending_modes/lighten.rst:158 msgid "This results in light tones being more opaque and dark tones transparent." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:160 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Screen_Gray_0.4_and_Gray_0.5.png" +#: ../../reference_manual/blending_modes/lighten.rst:163 +msgid ".. image:: images/blending_modes/Blending_modes_Screen_Gray_0.4_and_Gray_0.5.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:160 -#: ../../reference_manual/blending_modes/lighten.rst:165 -#: ../../reference_manual/blending_modes/lighten.rst:170 +#: ../../reference_manual/blending_modes/lighten.rst:163 +#: ../../reference_manual/blending_modes/lighten.rst:168 +#: ../../reference_manual/blending_modes/lighten.rst:173 msgid "Left: **Normal**. Right: **Screen**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:165 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Screen_Light_blue_and_Orange.png" +#: ../../reference_manual/blending_modes/lighten.rst:168 +msgid ".. image:: images/blending_modes/Blending_modes_Screen_Light_blue_and_Orange.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:170 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Screen_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:173 +msgid ".. image:: images/blending_modes/Blending_modes_Screen_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:175 +#: ../../reference_manual/blending_modes/lighten.rst:178 msgid "Soft Light(Photoshop) & Soft Light SVG" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:177 -msgid "" -"These are less harsh versions of Hard Light, not resulting in full black " -"or full white." +#: ../../reference_manual/blending_modes/lighten.rst:180 +msgid "These are less harsh versions of Hard Light, not resulting in full black or full white." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:179 -msgid "" -"The SVG version is slightly different to the Photoshop version in that it" -" uses a slightly different bit of formula when the lightness of the lower" -" pixel is lower than 25%, this prevents the strength of the brightness " -"increase." +#: ../../reference_manual/blending_modes/lighten.rst:182 +msgid "The SVG version is slightly different to the Photoshop version in that it uses a slightly different bit of formula when the lightness of the lower pixel is lower than 25%, this prevents the strength of the brightness increase." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:184 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Soft_Light_Photoshop_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:187 +msgid ".. image:: images/blending_modes/Blending_modes_Soft_Light_Photoshop_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:184 +#: ../../reference_manual/blending_modes/lighten.rst:187 msgid "Left: **Normal**. Right: **Soft Light (Photoshop)**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:190 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Soft_Light_SVG_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:193 +msgid ".. image:: images/blending_modes/Blending_modes_Soft_Light_SVG_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:190 +#: ../../reference_manual/blending_modes/lighten.rst:193 msgid "Left: **Normal**. Right: **Soft Light (SVG)**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:195 +#: ../../reference_manual/blending_modes/lighten.rst:198 msgid "Vivid Light" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:197 +#: ../../reference_manual/blending_modes/lighten.rst:200 msgid "Similar to Overlay." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:199 -msgid "" -"Mixes both Color Dodge and Burn blending modes. If the color of the upper" -" layer is darker than 50%, the blending mode will be Burn, if not the " -"blending mode will be Color Dodge." +#: ../../reference_manual/blending_modes/lighten.rst:202 +msgid "Mixes both Color Dodge and Burn blending modes. If the color of the upper layer is darker than 50%, the blending mode will be Burn, if not the blending mode will be Color Dodge." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:203 -msgid "" -"This algorithm doesn't use color dodge and burn, we don't know WHAT it " -"does do but for Color Dodge and Burn you need to use :ref:`bm_hard_mix`" +#: ../../reference_manual/blending_modes/lighten.rst:206 +msgid "This algorithm doesn't use color dodge and burn, we don't know WHAT it does do but for Color Dodge and Burn you need to use :ref:`bm_hard_mix`" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:208 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Vivid_Light_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/lighten.rst:211 +msgid ".. image:: images/blending_modes/Blending_modes_Vivid_Light_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:208 +#: ../../reference_manual/blending_modes/lighten.rst:211 msgid "Left: **Normal**. Right: **Vivid Light**." msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:212 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:214 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:216 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:218 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:220 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:222 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:224 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:226 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:228 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:230 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:232 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:234 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:236 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:238 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:240 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:242 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:244 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:246 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:248 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:250 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:252 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:254 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:256 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:258 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:260 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:262 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:264 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:266 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:268 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:270 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:272 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:274 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:276 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:278 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:280 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:282 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:284 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:286 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:288 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:290 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/lighten.rst:292 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/misc.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/misc.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/misc.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/misc.po @@ -1,393 +1,327 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/misc.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/misc.rst:1 +msgid "Page about the miscellaneous blending modes in Krita: Bumpmap, Combine Normal Map, Copy Red, Copy Green, Copy Blue, Copy and Dissolve." +msgstr "" #: ../../reference_manual/blending_modes/misc.rst:15 msgid "Misc" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:20 +#: ../../reference_manual/blending_modes/misc.rst:21 msgid "Bumpmap" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:22 +#: ../../reference_manual/blending_modes/misc.rst:23 msgid "This filter seems to both multiply and respect the alpha of the input." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:27 +#: ../../reference_manual/blending_modes/misc.rst:30 msgid "Combine Normal Map" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:29 -msgid "" -"Mathematically robust blending mode for normal maps, using `Reoriented " -"Normal Map Blending `_." +#: ../../reference_manual/blending_modes/misc.rst:32 +msgid "Mathematically robust blending mode for normal maps, using `Reoriented Normal Map Blending `_." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:34 +#: ../../reference_manual/blending_modes/misc.rst:38 msgid "Copy" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:36 -msgid "" -"Copies the previous layer exactly. Useful for when using filters and " -"filter-masks." +#: ../../reference_manual/blending_modes/misc.rst:40 +msgid "Copies the previous layer exactly. Useful for when using filters and filter-masks." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:42 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Copy_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/misc.rst:46 +msgid ".. image:: images/blending_modes/Blending_modes_Copy_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:42 +#: ../../reference_manual/blending_modes/misc.rst:46 msgid "Left: **Normal**. Right: **Copy**." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:49 +#: ../../reference_manual/blending_modes/misc.rst:54 msgid "Copy Red, Green, Blue" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:51 -msgid "" -"This is a blending mode that will just copy/blend a source channel to a " -"destination channel. Specifically, it will take the specific channel from" -" the upper layer and copy that over to the lower layers." +#: ../../reference_manual/blending_modes/misc.rst:56 +msgid "This is a blending mode that will just copy/blend a source channel to a destination channel. Specifically, it will take the specific channel from the upper layer and copy that over to the lower layers." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:54 -msgid "" -"So, if you want the brush to only affect the red channel, set the " -"blending mode to 'copy red'." +#: ../../reference_manual/blending_modes/misc.rst:59 +msgid "So, if you want the brush to only affect the red channel, set the blending mode to 'copy red'." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:60 -msgid "" -".. image:: " -"images/blending_modes/Krita_Filter_layer_invert_greenchannel.png" +#: ../../reference_manual/blending_modes/misc.rst:65 +msgid ".. image:: images/blending_modes/Krita_Filter_layer_invert_greenchannel.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:60 +#: ../../reference_manual/blending_modes/misc.rst:65 msgid "The copy red, green and blue blending modes also work on filter-layers." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:62 -msgid "" -"This can also be done with filter layers. So if you quickly want to flip " -"a layer's green channel, make an invert filter layer with 'copy green' " -"above it." +#: ../../reference_manual/blending_modes/misc.rst:67 +msgid "This can also be done with filter layers. So if you quickly want to flip a layer's green channel, make an invert filter layer with 'copy green' above it." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:67 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Copy_Red_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/misc.rst:72 +msgid ".. image:: images/blending_modes/Blending_modes_Copy_Red_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:67 +#: ../../reference_manual/blending_modes/misc.rst:72 msgid "Left: **Normal**. Right: **Copy Red**." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:73 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Copy_Green_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/misc.rst:78 +msgid ".. image:: images/blending_modes/Blending_modes_Copy_Green_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:73 +#: ../../reference_manual/blending_modes/misc.rst:78 msgid "Left: **Normal**. Right: **Copy Green**." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:79 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Copy_Blue_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/misc.rst:84 +msgid ".. image:: images/blending_modes/Blending_modes_Copy_Blue_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:79 +#: ../../reference_manual/blending_modes/misc.rst:84 msgid "Left: **Normal**. Right: **Copy Blue**." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:84 +#: ../../reference_manual/blending_modes/misc.rst:90 msgid "Dissolve" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:86 -msgid "" -"Instead of using transparency, this blending mode will use a random " -"dithering pattern to make the transparent areas look sort of transparent." +#: ../../reference_manual/blending_modes/misc.rst:92 +msgid "Instead of using transparency, this blending mode will use a random dithering pattern to make the transparent areas look sort of transparent." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:91 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Dissolve_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/misc.rst:97 +msgid ".. image:: images/blending_modes/Blending_modes_Dissolve_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:91 +#: ../../reference_manual/blending_modes/misc.rst:97 msgid "Left: **Normal**. Right: **Dissolve**." msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:95 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:97 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:99 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:101 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:103 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:105 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:107 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:109 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:111 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:113 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:115 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:117 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:119 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:121 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:123 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:125 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:127 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:129 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:131 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:133 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:135 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:137 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:139 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:141 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:143 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:145 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:147 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:149 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:151 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:153 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:155 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:157 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:159 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:161 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:163 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:165 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:167 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:169 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:171 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:173 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/misc.rst:175 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/mix.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/mix.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/mix.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/mix.po @@ -1,572 +1,471 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/mix.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/mix.rst:1 +msgid "Page about the mix blending modes in Krita: Allanon, Alpha Darken, Behind, Erase, Geometric Mean, Grain Extract, Grain Merge, Greater, Hard Mix, Hard Overlay, Normal, Overlay and Parallel." +msgstr "" #: ../../reference_manual/blending_modes/mix.rst:15 msgid "Mix" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:20 +#: ../../reference_manual/blending_modes/mix.rst:21 msgid "Allanon" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:22 -msgid "" -"Blends the upper layer as half-transparent with the lower. (It add the " -"two layers together and then halves the value)" +#: ../../reference_manual/blending_modes/mix.rst:23 +msgid "Blends the upper layer as half-transparent with the lower. (It add the two layers together and then halves the value)" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:28 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Allanon_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:29 +msgid ".. image:: images/blending_modes/Blending_modes_Allanon_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:28 +#: ../../reference_manual/blending_modes/mix.rst:29 msgid "Left: **Normal**. Right: **Allanon**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:33 +#: ../../reference_manual/blending_modes/mix.rst:35 msgid "Alpha Darken" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:35 -msgid "" -"As far as I can tell this seems to premultiply the alpha, as is common in" -" some file-formats." +#: ../../reference_manual/blending_modes/mix.rst:37 +msgid "As far as I can tell this seems to premultiply the alpha, as is common in some file-formats." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:40 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Alpha_Darken_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:42 +msgid ".. image:: images/blending_modes/Blending_modes_Alpha_Darken_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:40 +#: ../../reference_manual/blending_modes/mix.rst:42 msgid "Left: **Normal**. Right: **Alpha Darken**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:45 +#: ../../reference_manual/blending_modes/mix.rst:48 msgid "Behind" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:47 -msgid "" -"Does the opposite of normal, and tries to have the upper layer rendered " -"below the lower layer." +#: ../../reference_manual/blending_modes/mix.rst:50 +msgid "Does the opposite of normal, and tries to have the upper layer rendered below the lower layer." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:52 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Behind_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:55 +msgid ".. image:: images/blending_modes/Blending_modes_Behind_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:52 +#: ../../reference_manual/blending_modes/mix.rst:55 msgid "Left: **Normal**. Right: **Behind**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:57 +#: ../../reference_manual/blending_modes/mix.rst:61 msgid "Erase" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:59 -msgid "" -"This subtracts the opaque pixels of the upper layer from the lower layer," -" effectively erasing." +#: ../../reference_manual/blending_modes/mix.rst:63 +msgid "This subtracts the opaque pixels of the upper layer from the lower layer, effectively erasing." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:64 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Erase_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:68 +msgid ".. image:: images/blending_modes/Blending_modes_Erase_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:64 +#: ../../reference_manual/blending_modes/mix.rst:68 msgid "Left: **Normal**. Right: **Erase**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:69 +#: ../../reference_manual/blending_modes/mix.rst:74 msgid "Geometric Mean" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:71 -msgid "" -"This blending mode multiplies the top layer with the bottom, and then " -"outputs the square root of that." +#: ../../reference_manual/blending_modes/mix.rst:76 +msgid "This blending mode multiplies the top layer with the bottom, and then outputs the square root of that." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:76 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Geometric_Mean_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:81 +msgid ".. image:: images/blending_modes/Blending_modes_Geometric_Mean_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:76 +#: ../../reference_manual/blending_modes/mix.rst:81 msgid "Left: **Normal**. Right: **Geometric Mean**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:81 +#: ../../reference_manual/blending_modes/mix.rst:87 msgid "Grain Extract" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:83 -#, python-format -msgid "" -"Similar to subtract, the colors of the upper layer are subtracted from " -"the colors of the lower layer, and then 50% grey is added." +#: ../../reference_manual/blending_modes/mix.rst:89 +msgid "Similar to subtract, the colors of the upper layer are subtracted from the colors of the lower layer, and then 50% grey is added." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:88 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Grain_Extract_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:94 +msgid ".. image:: images/blending_modes/Blending_modes_Grain_Extract_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:88 +#: ../../reference_manual/blending_modes/mix.rst:94 msgid "Left: **Normal**. Right: **Grain Extract**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:93 +#: ../../reference_manual/blending_modes/mix.rst:100 msgid "Grain Merge" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:95 -#, python-format -msgid "" -"Similar to addition, the colors of the upper layer are added to the " -"colors, and then 50% grey is subtracted." +#: ../../reference_manual/blending_modes/mix.rst:102 +msgid "Similar to addition, the colors of the upper layer are added to the colors, and then 50% grey is subtracted." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:100 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Grain_Merge_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:107 +msgid ".. image:: images/blending_modes/Blending_modes_Grain_Merge_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:100 +#: ../../reference_manual/blending_modes/mix.rst:107 msgid "Left: **Normal**. Right: **Grain Merge**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:106 +#: ../../reference_manual/blending_modes/mix.rst:113 msgid "Greater" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:108 -msgid "" -"A blending mode which checks whether the painted color is painted with a " -"higher opacity than the existing colors. If so, it paints over them, if " -"not, it doesn't paint at all." +#: ../../reference_manual/blending_modes/mix.rst:115 +msgid "A blending mode which checks whether the painted color is painted with a higher opacity than the existing colors. If so, it paints over them, if not, it doesn't paint at all." msgstr "" +#: ../../reference_manual/blending_modes/mix.rst:None msgid ".. image:: images/blending_modes/Greaterblendmode.gif" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:116 +#: ../../reference_manual/blending_modes/mix.rst:124 msgid "Hard Mix" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:118 +#: ../../reference_manual/blending_modes/mix.rst:126 msgid "Similar to Overlay." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:120 -msgid "" -"Mixes both Color Dodge and Burn blending modes. If the color of the upper" -" layer is darker than 50%, the blending mode will be Burn, if not the " -"blending mode will be Color Dodge." +#: ../../reference_manual/blending_modes/mix.rst:128 +msgid "Mixes both Color Dodge and Burn blending modes. If the color of the upper layer is darker than 50%, the blending mode will be Burn, if not the blending mode will be Color Dodge." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:126 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hard_Mix_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:134 +msgid ".. image:: images/blending_modes/Blending_modes_Hard_Mix_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:126 +#: ../../reference_manual/blending_modes/mix.rst:134 msgid "Left: **Normal**. Right: **Hard Mix**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:131 +#: ../../reference_manual/blending_modes/mix.rst:139 msgid "Hard Mix (Photoshop)" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:133 +#: ../../reference_manual/blending_modes/mix.rst:141 msgid "This is the hard mix blending mode as it is implemented in photoshop." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:139 +#: ../../reference_manual/blending_modes/mix.rst:147 msgid ".. image:: images/blending_modes/Krita_4_0_hard_mix_ps.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:139 -msgid "" -"**Left**: Dots are mixed in with the normal blending mode, on the " -"**Right**: Dots are mixed in with hardmix." +#: ../../reference_manual/blending_modes/mix.rst:147 +msgid "**Left**: Dots are mixed in with the normal blending mode, on the **Right**: Dots are mixed in with hardmix." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:141 -msgid "" -"This add the two values, and then checks if the value is above the " -"maximum. If so it will output the maximum, otherwise the minimum." +#: ../../reference_manual/blending_modes/mix.rst:149 +msgid "This add the two values, and then checks if the value is above the maximum. If so it will output the maximum, otherwise the minimum." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:146 +#: ../../reference_manual/blending_modes/mix.rst:155 msgid "Hard Overlay" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:150 -msgid "" -"Similar to Hard light but hard light use Screen when the value is above " -"50%. Divide gives better results than Screen, especially on floating " -"point images.." +#: ../../reference_manual/blending_modes/mix.rst:159 +msgid "Similar to Hard light but hard light use Screen when the value is above 50%. Divide gives better results than Screen, especially on floating point images.." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:155 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Hard_Overlay_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:164 +msgid ".. image:: images/blending_modes/Blending_modes_Hard_Overlay_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:155 +#: ../../reference_manual/blending_modes/mix.rst:164 msgid "Left: **Normal**. Right: **Hard Overlay**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:160 +#: ../../reference_manual/blending_modes/mix.rst:170 msgid "Normal" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:162 +#: ../../reference_manual/blending_modes/mix.rst:172 msgid "As you may have guessed this is the default Blending mode for all layers." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:164 -msgid "" -"In this mode, the computer checks on the upper layer how transparent a " -"pixel is, which colour it is, and then mixes the colour of the upper " -"layer with the lower layer proportional to the transparency." +#: ../../reference_manual/blending_modes/mix.rst:174 +msgid "In this mode, the computer checks on the upper layer how transparent a pixel is, which colour it is, and then mixes the colour of the upper layer with the lower layer proportional to the transparency." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:169 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Normal_50_Opacity_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:179 +msgid ".. image:: images/blending_modes/Blending_modes_Normal_50_Opacity_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:169 +#: ../../reference_manual/blending_modes/mix.rst:179 msgid "Left: **Normal** 100% Opacity. Right: **Normal** 50% Opacity." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:174 +#: ../../reference_manual/blending_modes/mix.rst:185 msgid "Overlay" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:176 -msgid "" -"A combination of the Multiply and Screen blending modes, switching " -"between both at a middle-lightness." +#: ../../reference_manual/blending_modes/mix.rst:187 +msgid "A combination of the Multiply and Screen blending modes, switching between both at a middle-lightness." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:178 -msgid "" -"Overlay checks if the colour on the upperlayer has a lightness above 0.5." -" If so, the pixel is blended like in Screen mode, if not the pixel is " -"blended like in Multiply mode." +#: ../../reference_manual/blending_modes/mix.rst:189 +msgid "Overlay checks if the colour on the upperlayer has a lightness above 0.5. If so, the pixel is blended like in Screen mode, if not the pixel is blended like in Multiply mode." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:180 +#: ../../reference_manual/blending_modes/mix.rst:191 msgid "This is useful for deepening shadows and highlights." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:185 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Overlay_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:196 +msgid ".. image:: images/blending_modes/Blending_modes_Overlay_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:185 +#: ../../reference_manual/blending_modes/mix.rst:196 msgid "Left: **Normal**. Right: **Overlay**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:190 +#: ../../reference_manual/blending_modes/mix.rst:202 msgid "Parallel" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:192 -msgid "" -"This one first takes the percentage in two decimal behind the comma for " -"both layers. It then adds the two values. Divides 2 by the sum." +#: ../../reference_manual/blending_modes/mix.rst:204 +msgid "This one first takes the percentage in two decimal behind the comma for both layers. It then adds the two values. Divides 2 by the sum." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:199 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Parallel_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/mix.rst:211 +msgid ".. image:: images/blending_modes/Blending_modes_Parallel_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:199 +#: ../../reference_manual/blending_modes/mix.rst:211 msgid "Left: **Normal**. Right: **Parallel**." msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:203 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:205 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:207 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:209 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:211 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:213 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:215 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:217 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:219 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:221 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:223 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:225 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:227 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:229 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:231 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:233 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:235 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:237 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:239 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:241 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:243 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:245 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:247 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:249 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:251 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:253 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:255 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:257 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:259 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:261 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:263 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:265 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:267 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:269 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:271 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:273 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:275 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:277 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:279 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:281 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/mix.rst:283 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/negative.po b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/negative.po --- a/locale/fr/LC_MESSAGES/reference_manual/blending_modes/negative.po +++ b/locale/fr/LC_MESSAGES/reference_manual/blending_modes/negative.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/blending_modes/negative.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/blending_modes/negative.rst:1 +msgid "Page about the negative blending modes in Krita: Additive Subtractive, Arcus Tangent, Difference, Equivalence and Exclusion." +msgstr "" #: ../../reference_manual/blending_modes/negative.rst:15 msgid "Negative" @@ -26,347 +28,288 @@ msgid "These are all blending modes which seem to make the image go negative." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:22 +#: ../../reference_manual/blending_modes/negative.rst:23 msgid "Additive Subtractive" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:23 +#: ../../reference_manual/blending_modes/negative.rst:24 msgid "Subtract the square root of the lower layer from the upper layer." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:28 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Additive_Subtractive_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/negative.rst:29 +msgid ".. image:: images/blending_modes/Blending_modes_Additive_Subtractive_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:28 +#: ../../reference_manual/blending_modes/negative.rst:29 msgid "Left: **Normal**. Right: **Additive Subtractive**." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:33 +#: ../../reference_manual/blending_modes/negative.rst:35 msgid "Arcus Tangent" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:35 -msgid "" -"Divides the lower layer by the top. Then divides this by Pi. Then uses " -"that in an Arc tangent function, and multiplies it by two." +#: ../../reference_manual/blending_modes/negative.rst:37 +msgid "Divides the lower layer by the top. Then divides this by Pi. Then uses that in an Arc tangent function, and multiplies it by two." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:41 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Arcus_Tangent_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/negative.rst:43 +msgid ".. image:: images/blending_modes/Blending_modes_Arcus_Tangent_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:41 +#: ../../reference_manual/blending_modes/negative.rst:43 msgid "Left: **Normal**. Right: **Arcus Tangent**." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:46 +#: ../../reference_manual/blending_modes/negative.rst:49 msgid "Difference" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:48 -msgid "" -"Checks per pixel of which layer the pixel-value is highest/lowest, and " -"then subtracts the lower value from the higher-value." +#: ../../reference_manual/blending_modes/negative.rst:51 +msgid "Checks per pixel of which layer the pixel-value is highest/lowest, and then subtracts the lower value from the higher-value." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:53 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Difference_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/negative.rst:57 +msgid ".. image:: images/blending_modes/Blending_modes_Difference_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:53 +#: ../../reference_manual/blending_modes/negative.rst:57 msgid "Left: **Normal**. Right: **Difference**." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:58 +#: ../../reference_manual/blending_modes/negative.rst:63 msgid "Equivalence" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:60 -msgid "" -"Subtracts the underlying layer from the upper-layer. Then inverts that. " -"Seems to produce the same result as [[#Difference|Difference]]." +#: ../../reference_manual/blending_modes/negative.rst:65 +msgid "Subtracts the underlying layer from the upper-layer. Then inverts that. Seems to produce the same result as :ref:`bm_difference`." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:65 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Equivalence_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/negative.rst:71 +msgid ".. image:: images/blending_modes/Blending_modes_Equivalence_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:65 +#: ../../reference_manual/blending_modes/negative.rst:71 msgid "Left: **Normal**. Right: **Equivalence**." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:70 +#: ../../reference_manual/blending_modes/negative.rst:77 msgid "Exclusion" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:72 -msgid "" -"This multiplies the two layers, adds the source, and then subtracts the " -"multiple of two layers twice." +#: ../../reference_manual/blending_modes/negative.rst:79 +msgid "This multiplies the two layers, adds the source, and then subtracts the multiple of two layers twice." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:77 -msgid "" -".. image:: " -"images/blending_modes/Blending_modes_Exclusion_Sample_image_with_dots.png" +#: ../../reference_manual/blending_modes/negative.rst:84 +msgid ".. image:: images/blending_modes/Blending_modes_Exclusion_Sample_image_with_dots.png" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:77 +#: ../../reference_manual/blending_modes/negative.rst:84 msgid "Left: **Normal**. Right: **Exclusion**." msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:81 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:83 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:85 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:87 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:89 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:91 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:93 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:95 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:97 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:99 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:101 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:103 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:105 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:107 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:109 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:111 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:113 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:115 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:117 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:119 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:121 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:123 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:125 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:127 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:129 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:131 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:133 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:135 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:137 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:139 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:141 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:143 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:145 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:147 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:149 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:151 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:153 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:155 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:157 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:159 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/blending_modes/negative.rst:161 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes.po b/locale/fr/LC_MESSAGES/reference_manual/brushes.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes.po @@ -1,276 +1,231 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes.pot\n" +"Language: fr_FR\n" #: ../../reference_manual/brushes.rst:5 msgid "Brushes" msgstr "" #: ../../reference_manual/brushes.rst:7 -msgid "" -"One of the most important parts of a painting program, Krita has a very " -"extensive brush system." +msgid "One of the most important parts of a painting program, Krita has a very extensive brush system." msgstr "" -#: ../../reference_manual/brushes.rst:16 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes.rst:18 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes.rst:20 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes.rst:22 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes.rst:24 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes.rst:26 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes.rst:28 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes.rst:30 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes.rst:32 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes.rst:34 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes.rst:36 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes.rst:38 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes.rst:40 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes.rst:42 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes.rst:44 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes.rst:46 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes.rst:48 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes.rst:50 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes.rst:52 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes.rst:54 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes.rst:56 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes.rst:58 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes.rst:60 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes.rst:62 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes.rst:64 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes.rst:66 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes.rst:68 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes.rst:70 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes.rst:72 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes.rst:74 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes.rst:76 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes.rst:78 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes.rst:80 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes.rst:82 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes.rst:84 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes.rst:86 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes.rst:88 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes.rst:90 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes.rst:92 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes.rst:94 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes.rst:96 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines.po @@ -1,22 +1,20 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines.pot\n" +"Language: fr_FR\n" #: ../../reference_manual/brushes/brush_engines.rst:5 msgid "Brush Engines" @@ -26,249 +24,212 @@ msgid "Information on the brush engines that can be accessed in the brush editor." msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:17 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../reference_manual/brushes/brush_engines.rst:9 +msgid "Available Engines:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:19 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:25 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:27 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:29 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:31 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:33 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:35 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:37 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:39 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:41 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:43 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:45 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:47 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:49 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:51 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:53 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:55 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:57 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:59 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:61 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:63 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:65 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:67 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:69 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:71 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:73 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:75 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:77 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:79 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:81 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:83 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:85 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:87 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:89 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:91 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:93 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:95 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines.rst:97 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/bristle_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/bristle_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/bristle_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/bristle_engine.po @@ -1,522 +1,423 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/bristle_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:17 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:1 +msgid "The Bristle Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:18 msgid "Bristle Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:20 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:21 msgid ".. image:: images/icons/bristlebrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:21 -msgid "" -"A brush intended to mimic real-life brushes by drawing the trails of " -"their lines or bristles." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:22 +msgid "A brush intended to mimic real-life brushes by drawing the trails of their lines or bristles." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:25 msgid "Brush Tip" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:27 msgid "Simply put:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:29 msgid "The brush tip defines the areas with bristles in them." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:29 -msgid "" -"Lower opacity areas have lower-opacity bristles. With this brush, this " -"may give the illusion that lower-opacity areas have fewer bristles." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:30 +msgid "Lower opacity areas have lower-opacity bristles. With this brush, this may give the illusion that lower-opacity areas have fewer bristles." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:30 -msgid "" -"The :ref:`option_size` and :ref:`option_rotation` dynamics affect the " -"brush tip, not the bristles." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:31 +msgid "The :ref:`option_size` and :ref:`option_rotation` dynamics affect the brush tip, not the bristles." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:33 msgid "You can:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:34 -msgid "" -"Use different shapes for different effects.Be aware that complex brush " -"shapes will draw more slowly though, while the effects aren't always " -"visible (since in the end, you're passing over an area with a certain " -"number of bristles)." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:35 +msgid "Use different shapes for different effects.Be aware that complex brush shapes will draw more slowly though, while the effects aren't always visible (since in the end, you're passing over an area with a certain number of bristles)." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:35 -msgid "" -"To decrease bristle density, you can also just use an autobrush and " -"decrease the brush tip's density, or increase its randomness." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:36 +msgid "To decrease bristle density, you can also just use an autobrush and decrease the brush tip's density, or increase its randomness." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:39 msgid ".. image:: images/en/Krita-tutorial7-B.I.1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:40 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:41 msgid "Bristle Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:42 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:43 msgid "The core of this particular brush-engine." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:49 msgid "Scale" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:45 -msgid "" -"Think of it as pressing down on a brush to make the bristles further " -"apart. * Larger values basically give you larger brushes and larger " -"bristle spacing. For example, a value of 4 will multiply your base brush " -"size by 4, but the bristles will be 4 times more spaced apart. * Use " -"smaller values if you want a \"dense\" brush, i.e. you don't want to see " -"so many bristles within the center. * Negative values have the same " -"effect as corresponding positive values: -1.00 will look like 1.00, etc." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:46 +msgid "Think of it as pressing down on a brush to make the bristles further apart. * Larger values basically give you larger brushes and larger bristle spacing. For example, a value of 4 will multiply your base brush size by 4, but the bristles will be 4 times more spaced apart. * Use smaller values if you want a \"dense\" brush, i.e. you don't want to see so many bristles within the center. * Negative values have the same effect as corresponding positive values: -1.00 will look like 1.00, etc." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:54 msgid "Random Offset" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:51 -msgid "" -"Adds a jaggy look to the trailing lines. * At 0.00, all the bristles " -"basically remain completely parallel. * At other values, the bristles are" -" offset randomly. Large values will increase the brush size a bit because" -" of the bristles spreading around, but not by much. * Negative values " -"have the same effect as corresponding positive values." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:52 +msgid "Adds a jaggy look to the trailing lines. * At 0.00, all the bristles basically remain completely parallel. * At other values, the bristles are offset randomly. Large values will increase the brush size a bit because of the bristles spreading around, but not by much. * Negative values have the same effect as corresponding positive values." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:55 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:56 msgid "Shear" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:56 -msgid "" -"Shear introduces an angle to your brush, as though you're drawing with an" -" oval brush (or the side of a round brush)." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:57 +msgid "Shear introduces an angle to your brush, as though you're drawing with an oval brush (or the side of a round brush)." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:59 msgid "Density" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:58 -msgid "" -"This controls the density of bristles. Scale takes a number of bristles " -"and expands or compresses them into a denser area, whereas density takes " -"a fixed area and determines the number of bristles in it. See the " -"difference?" +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:59 +msgid "This controls the density of bristles. Scale takes a number of bristles and expands or compresses them into a denser area, whereas density takes a fixed area and determines the number of bristles in it. See the difference?" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:62 msgid ".. image:: images/en/Krita-tutorial7-B.I.2-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:65 msgid "Mouse Pressure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:63 -msgid "" -"This one maps \"Scale\" to mouse speed, thus simulating pressure with a " -"graphics tablet! * Rather, it uses the \"distance between two events\" to" -" determine scale. Faster drawing, larger distances. * This doesn't " -"influence the \"pressure\" input for anything else (size, opacity, " -"rotation etc.) so you still have to map those independently to something " -"else." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:64 +msgid "This one maps \"Scale\" to mouse speed, thus simulating pressure with a graphics tablet! * Rather, it uses the \"distance between two events\" to determine scale. Faster drawing, larger distances. * This doesn't influence the \"pressure\" input for anything else (size, opacity, rotation etc.) so you still have to map those independently to something else." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:66 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:67 msgid "Threshold" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:67 -msgid "" -"This is a tablet feature. When you turn this on, only bristles that are " -"able to \"touch the canvas\" will be painted." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:68 +msgid "This is a tablet feature. When you turn this on, only bristles that are able to \"touch the canvas\" will be painted." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:68 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:69 msgid "Connect Hairs" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:69 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:70 msgid "The bristles get connected. See for yourself." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:70 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:71 msgid "Anti-Aliasing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:71 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:72 msgid "This will decrease the jaggy-ness of the lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:74 msgid "Composite Bristles" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:73 -msgid "" -"This \"composes the bristle colors within one dab,\" but explains that " -"the effect is \"probably subtle.\"" +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:74 +msgid "This \"composes the bristle colors within one dab,\" but explains that the effect is \"probably subtle.\"" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:76 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:77 msgid ".. image:: images/en/Krita-tutorial7-B.I.2-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:78 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:79 msgid "Ink Depletion" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:80 -msgid "" -"This simulated ink depletion over drawing time. The value dictates how " -"long it will take. The curve dictates the speed." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:81 +msgid "This simulated ink depletion over drawing time. The value dictates how long it will take. The curve dictates the speed." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:82 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:83 msgid "Opacity" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:83 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:84 msgid "The brush will go transparent to simulate ink-depletion." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:87 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:88 msgid "Saturation" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:85 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:86 msgid "The brush will be desaturated to simulate ink-depletion." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:0 msgid ".. image:: images/en/Krita-tutorial7-B.I.3-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:100 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:101 msgid "Soak Ink" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:90 -msgid "" -"The brush will pick up colors from other brushes. You don't need to have " -"Ink depletion checked to activate this option, you just have to check " -"Soak Ink. What this does is cause the bristles of the brush to take on " -"the colors of the first area they touch. Since the Bristle brush is made " -"up of independent bristles, you can basically take on several colors at " -"the same time." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:91 +msgid "The brush will pick up colors from other brushes. You don't need to have Ink depletion checked to activate this option, you just have to check Soak Ink. What this does is cause the bristles of the brush to take on the colors of the first area they touch. Since the Bristle brush is made up of independent bristles, you can basically take on several colors at the same time." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:94 -msgid "" -"It will only take colors in the unscaled area of the brush, so if you're " -"using a brush with 4.00 scale for example, it will only take the colors " -"in the 1/4 area closest to the center." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:95 +msgid "It will only take colors in the unscaled area of the brush, so if you're using a brush with 4.00 scale for example, it will only take the colors in the 1/4 area closest to the center." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:95 +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:96 msgid "When the source is transparent, the bristles take black color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:0 msgid ".. image:: images/en/Krita-tutorial7-B.I.3-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:100 -msgid "" -"Be aware that this feature is a bit buggy though. It's Supposed to take " -"the color from the current layer, but some buggy behavior causes it to " -"often use the last layer you've painted on (with a non-Bristle brush?) as" -" source. To avoid these weird behaviors, stick to just one layer, or " -"paint something on the current active layer first with another brush " -"(such as a Pixel brush)." +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:101 +msgid "Be aware that this feature is a bit buggy though. It's Supposed to take the color from the current layer, but some buggy behavior causes it to often use the last layer you've painted on (with a non-Bristle brush?) as source. To avoid these weird behaviors, stick to just one layer, or paint something on the current active layer first with another brush (such as a Pixel brush)." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:109 +#: ../../:1 msgid "Weighted saturation." msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:103 -msgid "" -"Works by modifying the saturation with the following: * Pressure weight *" -" Bristle length weight * Bristle ink amount weight * Ink depletion curve " -"weight" +#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:104 +msgid "Works by modifying the saturation with the following: * Pressure weight * Bristle length weight * Bristle ink amount weight * Ink depletion curve weight" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:111 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:113 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:115 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:117 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:119 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:121 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:123 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:125 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:127 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:129 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:131 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:133 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:135 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:137 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:139 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:141 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:143 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:145 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:147 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:149 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:151 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:153 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:155 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:157 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:159 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:161 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:163 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:165 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:167 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:169 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:171 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:173 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:175 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:177 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:179 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:181 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:183 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:185 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:187 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:189 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/bristle_engine.rst:191 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/chalk_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/chalk_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/chalk_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/chalk_engine.po @@ -1,305 +1,251 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/chalk_engine.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:1 +msgid "The Chalk Brush Engine manual page." +msgstr "" #: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:17 msgid "Chalk Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:20 -msgid "" -"This brush engine has been removed in 4.0. There are other brush engines " -"such as pixel that can do everything this can...plus more." +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:21 +msgid "This brush engine has been removed in 4.0. There are other brush engines such as pixel that can do everything this can...plus more." msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:22 -msgid "" -"Apparently, the Bristle brush engine is derived from this brush engine. " -"Now, all of :program:`Krita's` brushes have a great variety of uses, so " -"you must have tried out the Chalk brush and wondered what it is for. Is " -"it nothing but a pixel brush with opacity and saturation fade options? As" -" per the developers this brush uses a different algorithm than the Pixel " -"Brush, and they left it in here as a simple demonstration of the " -"capabilities of :program:`Krita's` brush engines." +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:23 +msgid "Apparently, the Bristle brush engine is derived from this brush engine. Now, all of :program:`Krita's` brushes have a great variety of uses, so you must have tried out the Chalk brush and wondered what it is for. Is it nothing but a pixel brush with opacity and saturation fade options? As per the developers this brush uses a different algorithm than the Pixel Brush, and they left it in here as a simple demonstration of the capabilities of :program:`Krita's` brush engines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:25 -msgid "" -"So there you go, this brush is here for algorithmic demonstration " -"purposes. Don't lose sleep because you can't figure out what it's for, it" -" Really doesn't do much. For the sake of description, here's what it " -"does:" +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:26 +msgid "So there you go, this brush is here for algorithmic demonstration purposes. Don't lose sleep because you can't figure out what it's for, it Really doesn't do much. For the sake of description, here's what it does:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:29 msgid ".. image:: images/en/Krita-tutorial7-C.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:29 -msgid "" -"Yeah, that's it, a round brush with some chalky texture, and the option " -"to fade in opacity and saturation. That's it." +#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:30 +msgid "Yeah, that's it, a round brush with some chalky texture, and the option to fade in opacity and saturation. That's it." msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:38 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:40 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:42 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:44 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:46 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:48 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:50 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:52 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:54 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:56 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:58 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:60 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:62 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:64 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:66 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:68 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:70 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:72 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:74 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:76 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:78 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:80 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:82 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:84 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:86 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:88 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:90 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:92 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:94 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:96 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:98 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:100 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:102 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:104 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:106 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:108 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:110 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/chalk_engine.rst:112 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/clone_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/clone_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/clone_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/clone_engine.po @@ -1,367 +1,315 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/clone_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:5 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:1 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:18 +msgid "The Clone Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:16 msgid "Clone Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:19 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:30 msgid ".. image:: images/icons/clonebrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:20 -msgid "" -"The clone brush is a brush engine that allows you to paint with a " -"duplication of a section of a paint-layer. This is useful in manipulation" -" of photos and textures. You have to select a source and then you can " -"paint to copy or clone the source to a different area. Other applications" -" normally have a separate tool for this, Krita has a brush engine for " -"this." +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:31 +msgid "The clone brush is a brush engine that allows you to paint with a duplication of a section of a paint-layer. This is useful in manipulation of photos and textures. You have to select a source and then you can paint to copy or clone the source to a different area. Other applications normally have a separate tool for this, Krita has a brush engine for this." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:23 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:34 msgid "Usage and Hotkeys" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:25 -msgid "" -"To see the source, you need to set the brush-cursor settings to brush " -"outline." +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:36 +msgid "To see the source, you need to set the brush-cursor settings to brush outline." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:27 -msgid "" -"The clone tool can now clone from the projection and it's possible to " -"change the clone source layer. Press :kbd:`ctrl + alt +` |mouseleft| to " -"select a new clone source on the current layer. :kbd:`ctrl +` |mouseleft|" -" to select a new clone source point on the layer that was active when you" -" selected the clone op." +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:38 +msgid "The clone tool can now clone from the projection and it's possible to change the clone source layer. Press :kbd:`ctrl + alt +` |mouseleft| to select a new clone source on the current layer. :kbd:`ctrl +` |mouseleft| to select a new clone source point on the layer that was active when you selected the clone op." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:57 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:42 msgid ":kbd:`ctrl + alt +` |mouseleft| is temporarily disabled on 2.9.7" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:34 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:45 msgid "Settings" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:47 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:48 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:49 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:41 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:52 msgid "Painting mode" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:54 msgid "Healing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:44 -msgid "" -"This turns the clone brush into a healing brush: often used for removing " -"blemishes in photo retouching, and maybe blemishes in painting." +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:55 +msgid "This turns the clone brush into a healing brush: often used for removing blemishes in photo retouching, and maybe blemishes in painting." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:59 msgid "Perspective correction" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:46 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:57 msgid "Only works when there's a perspective grid visible." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:60 msgid "This feature is currently disabled" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:50 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:61 msgid "Source Point move." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:51 -msgid "" -"This will determine whether you will replicate the source point per dab " -"or per stroke. Can be useful when used with the healing brush." +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:62 +msgid "This will determine whether you will replicate the source point per dab or per stroke. Can be useful when used with the healing brush." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:55 +#: ../../:1 msgid "Clone from all visible layers." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:64 msgid "Tick this to force cloning of all layers instead of just the active one." msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:59 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:61 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:63 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:65 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:67 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:69 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:71 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:73 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:75 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:77 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:79 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:81 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:83 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:85 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:87 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:89 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:91 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:93 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:95 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:97 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:99 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:101 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:103 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:105 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:107 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:109 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:111 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:113 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:115 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:117 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:119 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:121 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:123 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:125 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:127 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:129 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:131 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:133 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:135 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/clone_engine.rst:137 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/color_smudge_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/color_smudge_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/color_smudge_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/color_smudge_engine.po @@ -1,1033 +1,832 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/color_smudge_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:17 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:1 +msgid "The Color Smudge Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:18 msgid "Color Smudge Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:21 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:22 msgid ".. image:: images/icons/colorsmudge.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:22 -msgid "" -"The Color Smudge Brush is a brush engine that allows you to mix colors by" -" smearing or dulling. A very powerful brush engine to the painter." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:23 +msgid "The Color Smudge Brush is a brush engine that allows you to mix colors by smearing or dulling. A very powerful brush engine to the painter." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:26 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:29 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:30 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:31 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:32 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:33 msgid ":ref:`option_spacing`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:34 msgid ":ref:`option_mirror`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:34 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:35 msgid ":ref:`option_softness`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:35 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:36 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:37 msgid ":ref:`option_scatter`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:38 msgid ":ref:`option_gradient`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:39 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:40 msgid ":ref:`option_texture`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:44 msgid "Options Unique to the Color Smudge Brush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:49 msgid "Color Rate" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:50 -msgid "" -"How much of the foreground color is added to the smudging mix. Works " -"together with :ref:`option_smudge_length` and :ref:`option_smudge_radius`" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:51 +msgid "How much of the foreground color is added to the smudging mix. Works together with :ref:`option_smudge_length` and :ref:`option_smudge_radius`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:54 msgid ".. image:: images/en/Krita_2_9_brushengine_colorrate_04.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:57 -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:113 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:114 msgid "Smudge Length" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:59 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:60 msgid "Affects smudging and allows you to set it to Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:62 msgid "There's two major types:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:65 msgid ".. image:: images/en/Krita_2.9_brush_engine_smudge_length_03.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:65 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:66 msgid "Smearing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:66 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:67 msgid "Great for making brushes that have a very impasto oil feel to them." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:68 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:69 msgid "Dulling" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:68 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:69 msgid "Named so because it dulls strong colors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:70 -msgid "" -"Using an arithmetic blending type, Dulling is great for more smooth type " -"of painting." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:71 +msgid "Using an arithmetic blending type, Dulling is great for more smooth type of painting." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:74 msgid ".. image:: images/en/Krita_2.9_brushengine_smudge_length_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:75 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:76 msgid "Strength" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:75 -msgid "" -"Affects how much the smudge length takes from the previous dab it's " -"sampling. This means that smudge-length at 1.0 will never decrease, but " -"smudge-lengths under that will decrease based on spacing and " -"opacity/flow." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:76 +msgid "Affects how much the smudge length takes from the previous dab it's sampling. This means that smudge-length at 1.0 will never decrease, but smudge-lengths under that will decrease based on spacing and opacity/flow." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:78 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:79 msgid ".. image:: images/en/Krita_2.9_brushengine_smudge_length_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:82 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:83 msgid "Smudge Radius" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:84 -msgid "" -"The Smudge Radius allows you to sample a larger radius when using smudge-" -"length in Dulling mode." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:85 +msgid "The Smudge Radius allows you to sample a larger radius when using smudge-length in Dulling mode." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:86 -msgid "" -"The slider is percentage of the brush-size. You can have it modified with" -" Sensors." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:87 +msgid "The slider is percentage of the brush-size. You can have it modified with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:89 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:90 msgid ".. image:: images/en/Krita_2.9_brushengine_smudge_radius_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:91 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:92 msgid "Overlay" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:93 -msgid "" -"Overlay is a toggle that determine whether or not the smudge brush will " -"sample all layers(overlay on), or only the current one." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:94 +msgid "Overlay is a toggle that determine whether or not the smudge brush will sample all layers(overlay on), or only the current one." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:96 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:97 msgid "Tutorial: Color Smudge Brushes" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:98 -msgid "" -"I recommend at least skimming over the first part to get an idea of what " -"does what." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:99 +msgid "I recommend at least skimming over the first part to get an idea of what does what." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:101 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:102 msgid "Overview and settings" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:104 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:105 msgid "Overview: Smearing and Dulling" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:106 -msgid "" -"The Color Smudge Brush offers 2 modes, accessible from the Smudge Rate " -"section: * Smearing: This mode mixes colors by smudging (\"smearing\") " -"the area underneath. * Dulling: In his mode, the brush \"picks up\" the " -"color underneath it, mixes it with its own color, then paints with it." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:107 +msgid "The Color Smudge Brush offers 2 modes, accessible from the Smudge Rate section: * Smearing: This mode mixes colors by smudging (\"smearing\") the area underneath. * Dulling: In his mode, the brush \"picks up\" the color underneath it, mixes it with its own color, then paints with it." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:111 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:112 msgid ".. image:: images/en/Krita-tutorial5-I.1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:115 -msgid "" -"To better demonstrate the smudge function, I turned the color rate " -"function off." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:116 +msgid "To better demonstrate the smudge function, I turned the color rate function off." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:118 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:119 msgid ".. image:: images/en/Krita-tutorial5-I.2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:119 -msgid "" -"Common behaviors: * Unchecking the smudge rate function sets smudge rate " -"to 1.00 (not 0.00) * Opacity: Below 0.50, there is practically no " -"smudging left: keep opacity over 0.50." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:120 +msgid "Common behaviors: * Unchecking the smudge rate function sets smudge rate to 1.00 (not 0.00) * Opacity: Below 0.50, there is practically no smudging left: keep opacity over 0.50." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:123 -msgid "" -"Differences: * Spacing with Smearing: the lower the spacing, the smoother" -" the effect, so for smearing with a round brush you may prefer a value of" -" 0.05 or less. Spacing affects the length of the smudge trail, but to a " -"much lesser extent. The \"strength\" of the effect remains more or less " -"the same however. * Spacing with Dulling: the lower the spacing, the " -"stronger the effect: lowering the spacing too much can make the dulling " -"effect too strong (it picks up a color and never lets go of it). The " -"length of the effect is also affected. * Both Smearing and Dulling have a" -" \"smudge trail\", but in the case of Dulling, the brush shape is " -"preserved. Instead the trail determines how fast the color it picked up " -"is dropped off." -msgstr "" - -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:129 -msgid "" -"The other settings should be pretty obvious from the pictures, so I'll " -"spare you some walls of text." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:124 +msgid "Differences: * Spacing with Smearing: the lower the spacing, the smoother the effect, so for smearing with a round brush you may prefer a value of 0.05 or less. Spacing affects the length of the smudge trail, but to a much lesser extent. The \"strength\" of the effect remains more or less the same however. * Spacing with Dulling: the lower the spacing, the stronger the effect: lowering the spacing too much can make the dulling effect too strong (it picks up a color and never lets go of it). The length of the effect is also affected. * Both Smearing and Dulling have a \"smudge trail\", but in the case of Dulling, the brush shape is preserved. Instead the trail determines how fast the color it picked up is dropped off." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:132 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:130 +msgid "The other settings should be pretty obvious from the pictures, so I'll spare you some walls of text." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:133 msgid "Color Rate, Gradient and Blending modes" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:135 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:136 msgid ".. image:: images/en/Krita-tutorial5-I.3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:136 -msgid "" -"Again, most of the settings behaviors should be obvious from the " -"pictures. Just remember to keep Opacity over 0.50." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:137 +msgid "Again, most of the settings behaviors should be obvious from the pictures. Just remember to keep Opacity over 0.50." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:139 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:140 msgid "Brush tips" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:141 -msgid "" -"The Color Smudge Brush has all the same brush tip options as the Pixel " -"Brush!" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:142 +msgid "The Color Smudge Brush has all the same brush tip options as the Pixel Brush!" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:144 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:145 msgid ".. image:: images/en/Krita-tutorial5-I.4.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:145 -msgid "" -"Just remember that the smudge effects are weaker when a brush tip's " -"opacity is lower, so for low-opacity brush tips, increase the opacity and" -" smudge/color rates." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:146 +msgid "Just remember that the smudge effects are weaker when a brush tip's opacity is lower, so for low-opacity brush tips, increase the opacity and smudge/color rates." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:148 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:149 msgid "Scatter and other shape dynamics" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:150 -msgid "" -"The Color Smudge Brush shares the following dynamics with the Pixel " -"Brush: Opacity, Size, Spacing, Rotation, and Scatter." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:151 +msgid "The Color Smudge Brush shares the following dynamics with the Pixel Brush: Opacity, Size, Spacing, Rotation, and Scatter." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:152 -msgid "" -"However, because of the Smudge effects, the outcome will be different " -"from the Pixel Brush. In particular, the Scatter option becomes much more" -" significant." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:153 +msgid "However, because of the Smudge effects, the outcome will be different from the Pixel Brush. In particular, the Scatter option becomes much more significant." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:155 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:156 msgid ".. image:: images/en/Krita-tutorial5-I.5-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:156 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:157 msgid "A few things to note:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:158 -msgid "" -"Scattering is proportional to the brush size. It's fine to use a " -"scattering of 5.00 for a tiny round brush, but for bigger brushes, you " -"may want to get it down to 0.50 or less." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:159 -msgid "" -"You may notice the lines with the Smearing option. Those are caused by " -"the fact that it picked up the hard lines of the rectangle." +msgid "Scattering is proportional to the brush size. It's fine to use a scattering of 5.00 for a tiny round brush, but for bigger brushes, you may want to get it down to 0.50 or less." msgstr "" #: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:160 -msgid "" -"For scattering, the brush picks up colors within a certain distance, not " -"the color directly under the paintbrush:" +msgid "You may notice the lines with the Smearing option. Those are caused by the fact that it picked up the hard lines of the rectangle." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:161 +msgid "For scattering, the brush picks up colors within a certain distance, not the color directly under the paintbrush:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:163 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:164 msgid ".. image:: images/en/Krita-tutorial5-I.5-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:165 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:166 msgid "Other color behaviors: Gradient, Blending modes, Overlay mode" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:168 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:169 msgid "Gradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:170 -msgid "" -"Gradient is equivalent to the Source -> Gradient and Color -> Mix for the" -" Pixel brush: the color will vary between the colors of the gradient." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:171 +msgid "Gradient is equivalent to the Source -> Gradient and Color -> Mix for the Pixel brush: the color will vary between the colors of the gradient." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:173 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:174 msgid ".. image:: images/en/Krita-tutorial5-I.6-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:174 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:175 msgid "You can either:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:176 -msgid "" -"Leave the default Foreground -> Background gradient setting, and just " -"change the foreground and background colors" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:177 +msgid "Leave the default Foreground -> Background gradient setting, and just change the foreground and background colors" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:177 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:178 msgid "Select a more specific gradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:178 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:179 msgid "Or make custom gradients." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:181 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:182 msgid "Blending Modes" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:183 -msgid "" -"Blending Modes work just like with the Pixel Brush. The color used though" -" is the color from Color rate." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:184 +msgid "Blending Modes work just like with the Pixel Brush. The color used though is the color from Color rate." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:185 -msgid "" -"Color Blending modes with the smudge brush are even harder to predict " -"than with the pixel brush, so I'll leave you to experiment on your own." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:186 +msgid "Color Blending modes with the smudge brush are even harder to predict than with the pixel brush, so I'll leave you to experiment on your own." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:188 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:189 msgid "Overlay Mode" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:190 -msgid "" -"By default, the Color Smudge Brush only takes information from the layer " -"it is on. However, if you want it to take color information from All the " -"layers, you can turn on the Overlay mode." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:191 +msgid "By default, the Color Smudge Brush only takes information from the layer it is on. However, if you want it to take color information from All the layers, you can turn on the Overlay mode." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:192 -msgid "" -"Be aware though, that it does so by \"picking up\" bits of the layer " -"underneath, which may mess up your drawing if you later make changes to " -"the layer underneath." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:193 +msgid "Be aware though, that it does so by \"picking up\" bits of the layer underneath, which may mess up your drawing if you later make changes to the layer underneath." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:195 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:196 msgid "Use cases: Smudging and blending" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:197 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:198 msgid "This part describes use cases with color rate off." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:199 -msgid "" -"I won't explain the settings for dynamics in detail, as you can find the " -"explanations in the Pixel Brush tutorial." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:200 +msgid "I won't explain the settings for dynamics in detail, as you can find the explanations in the Pixel Brush tutorial." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:202 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:203 msgid "Smudging effects" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:204 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:205 msgid "For simple smudging:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:206 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:207 msgid "# Pick the Color Smudge Brush. You can use either Smearing or Dulling." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:208 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:209 msgid "# Turn off Color Rate" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:210 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:211 msgid "# Smudge away" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:213 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:214 msgid ".. image:: images/en/Krita-tutorial5-II.2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:214 -msgid "" -"When using lower opacity brush tips, remember to \"compensate\" for the " -"less visible effects by increasing both Smudge Rate and Opacity, if " -"necessary to maximum." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:215 +msgid "When using lower opacity brush tips, remember to \"compensate\" for the less visible effects by increasing both Smudge Rate and Opacity, if necessary to maximum." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:217 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:218 msgid "Some settings for Smearing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:219 -msgid "" -"For smoother smearing, decrease spacing. Remember that spacing is " -"proportional to brush tip size. For a small round brush, 0.10 spacing is " -"fine, but for mid-sized and large brushes, decrease spacing to 0.05 or " -"less." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:220 +msgid "For smoother smearing, decrease spacing. Remember that spacing is proportional to brush tip size. For a small round brush, 0.10 spacing is fine, but for mid-sized and large brushes, decrease spacing to 0.05 or less." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:222 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:223 msgid "Some settings for Dulling" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:224 -msgid "" -"Lowering the spacing will also make the smudging effect stronger, so find" -" a right balance. 0.10 for most mid-sized round brushes should be fine." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:225 +msgid "Lowering the spacing will also make the smudging effect stronger, so find a right balance. 0.10 for most mid-sized round brushes should be fine." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:225 -msgid "" -"Unlike Smearing, Dulling preserves the brush shape and size, so it won't " -"\"fade off\" in size like Smearing brushes do. You can mimic that effect " -"though with a simple size fade dynamic." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:226 +msgid "Unlike Smearing, Dulling preserves the brush shape and size, so it won't \"fade off\" in size like Smearing brushes do. You can mimic that effect though with a simple size fade dynamic." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:228 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:229 msgid "Textured blending" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:230 -msgid "" -"In this case, what I refer to as \"Blending\" here is simply using one of" -" the following two dynamics: * Rotation set to Distance or Fuzzy" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:231 +msgid "In this case, what I refer to as \"Blending\" here is simply using one of the following two dynamics: * Rotation set to Distance or Fuzzy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:235 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:236 msgid "And/or Scatter:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:234 -msgid "" -"For most mid-sized brushes you will probably want to lower the scatter " -"rate to 0.50 or lower. Higher settings are okay for tiny brushes." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:235 -msgid "" -"Note that Scatter picks colors within a certain distance, not the color " -"directly under the brush (see [[Special:myLanguage/Krita/Tutorial_5|Brush" -" tips]])" +msgid "For most mid-sized brushes you will probably want to lower the scatter rate to 0.50 or lower. Higher settings are okay for tiny brushes." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:237 -msgid "" -"Optional: Pile on size and other dynamics and vary brush tips In fact, " -"the Color Smudge brush is not a blur brush, so smudging is not a very " -"good method of \"smooth\" blending. To blend smoothly, you'll have better" -" luck with:" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:236 +msgid "Note that Scatter picks colors within a certain distance, not the color directly under the brush (see [[Special:myLanguage/Krita/Tutorial_5|Brush tips]])" msgstr "" #: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:238 -msgid "" -"Building up the transition by painting with intermediate values, " -"described later" +msgid "Optional: Pile on size and other dynamics and vary brush tips In fact, the Color Smudge brush is not a blur brush, so smudging is not a very good method of \"smooth\" blending. To blend smoothly, you'll have better luck with:" msgstr "" #: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:239 -msgid "" -"Or using the \"blur with feathered selection\" method that I'll briefly " -"mention at the end of this tutorial." +msgid "Building up the transition by painting with intermediate values, described later" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:241 -msgid "" -"I've tried to achieve smooth blending with Color Smudge brush by adding " -"rotation and scatter dynamics, but honestly they looked like crap." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:240 +msgid "Or using the \"blur with feathered selection\" method that I'll briefly mention at the end of this tutorial." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:242 +msgid "I've tried to achieve smooth blending with Color Smudge brush by adding rotation and scatter dynamics, but honestly they looked like crap." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:243 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:244 msgid "However, the Color Smudge brush is very good at \"textured blending\":" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:246 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:247 msgid ".. image:: images/en/Krita-tutorial5-II.3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:247 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:248 msgid "Basically you can paint first and add textured transitions after." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:250 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:251 msgid "Use cases: Coloring" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:252 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:253 msgid "For this last section, Color Rate is on." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:255 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:256 msgid "Layer options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:257 -msgid "" -"Before we get started, notice that you have several possibilities for " -"your set up: * Shading on the same layer * Shading on a separate layer, " -"possibly making use of alpha-inheritance. The brush blends with the " -"transparency of the layer it's on. This means:" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:258 +msgid "Before we get started, notice that you have several possibilities for your set up: * Shading on the same layer * Shading on a separate layer, possibly making use of alpha-inheritance. The brush blends with the transparency of the layer it's on. This means:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:261 -msgid "" -"If the area underneath is more of less uniform, the output is actually " -"similar as if shading on the same layer" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:262 +msgid "If the area underneath is more of less uniform, the output is actually similar as if shading on the same layer" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:263 -msgid "" -"But if the area underneath is not uniform, then you'll get fewer color " -"variations." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:264 +msgid "But if the area underneath is not uniform, then you'll get fewer color variations." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:265 -msgid "" -"Shading on a separate layer, using Overlay mode. Use this only if you're " -"fairly sure you don't need to adjust the layer below, or the colors may " -"become a mess." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:266 +msgid "Shading on a separate layer, using Overlay mode. Use this only if you're fairly sure you don't need to adjust the layer below, or the colors may become a mess." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:268 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:269 msgid ".. image:: images/en/Krita-tutorial5-III.1-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:270 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:271 msgid "Issue with transparency" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:272 -msgid "" -"The Color Smudge Brush blends with transparency. What this means is that " -"when you start a new, transparent layer and \"paint\" on this layer, you " -"will nearly always get less than full opacity." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:273 +msgid "The Color Smudge Brush blends with transparency. What this means is that when you start a new, transparent layer and \"paint\" on this layer, you will nearly always get less than full opacity." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:274 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:275 msgid "Basically:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:276 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:277 msgid "It may look great when you're coloring on a blank canvas" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:277 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:278 msgid "But it won't look so great when you add something underneath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:280 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:281 msgid ".. image:: images/en/Krita-tutorial5-III.1-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:281 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:282 msgid "The solution is pretty simple though:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:285 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:286 msgid "Make sure you have the area underneath colored in first:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:284 -msgid "" -"With tinting, you already have the color underneath colored, so that's " -"done" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:285 +msgid "With tinting, you already have the color underneath colored, so that's done" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:285 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:286 msgid "For painting, roughly color in the background layer first" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:286 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:287 msgid "Or color in the shape on a new layer and make use of alpha-inheritance" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:287 -msgid "" -"For the last solution, use colors that contrast highly with what you're " -"using for best effect. For example, shade in the darkest shadow area " -"first, or the lightest highlights, and use the color smudge brush for the" -" contrasting color." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:288 +msgid "For the last solution, use colors that contrast highly with what you're using for best effect. For example, shade in the darkest shadow area first, or the lightest highlights, and use the color smudge brush for the contrasting color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:290 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:291 msgid ".. image:: images/en/Krita-tutorial5-III.1-3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:292 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:293 msgid "Soft-shading" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:294 -msgid "" -"Suppose you want more or less smooth color transitions. You can either: *" -" Color Rate as low as 0.10 for round brushes, higher with non fully " -"opaque brush tips. * Or set the Smudge Rate as low as 0.10 instead. * Or " -"a combination of the two. Please try yourself for the output you like " -"best. * Optional: turn on Rotation for smoother blending * Optional: turn" -" on Scatter for certain effects * Optional: fiddle with Size and Opacity " -"dynamics as necessary." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:295 +msgid "Suppose you want more or less smooth color transitions. You can either: * Color Rate as low as 0.10 for round brushes, higher with non fully opaque brush tips. * Or set the Smudge Rate as low as 0.10 instead. * Or a combination of the two. Please try yourself for the output you like best. * Optional: turn on Rotation for smoother blending * Optional: turn on Scatter for certain effects * Optional: fiddle with Size and Opacity dynamics as necessary." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:303 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:304 msgid ".. image:: images/en/Krita-tutorial5-III.2-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:304 -msgid "" -"This remains, in fact, a so-so way of making smooth transitions. It's " -"best to build up intermediate values instead. Here: * I first passed over" -" the blue area three times with a red color. I select 3 shades. * I color" -" picked each of these values with Ctrl+click, then used them in " -"succession" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:305 +msgid "This remains, in fact, a so-so way of making smooth transitions. It's best to build up intermediate values instead. Here: * I first passed over the blue area three times with a red color. I select 3 shades. * I color picked each of these values with Ctrl+click, then used them in succession" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:309 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:310 msgid ".. image:: images/en/Krita-tutorial5-III.2-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:311 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:312 msgid "Painting: thick oil style" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:313 -msgid "" -"Many of the included color smudge brush presets produce a thick oil " -"paint-like effect. This is mainly achieved with the Smearing mode on. " -"Basically: * Smearing mode with high smudge and color rates ** Both at " -"0.50 are fine for normal round brushes or fully opaque predefined brushes" -" ** Up to 1.00 each for brushes with less density or non fully-opaque " -"predefined brushes" +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:314 +msgid "Many of the included color smudge brush presets produce a thick oil paint-like effect. This is mainly achieved with the Smearing mode on. Basically: * Smearing mode with high smudge and color rates ** Both at 0.50 are fine for normal round brushes or fully opaque predefined brushes ** Up to 1.00 each for brushes with less density or non fully-opaque predefined brushes" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:319 -msgid "" -"Add Size/Rotation/Scatter dynamics as needed. When you do this, increase " -"smudge and color rates to compensate for increased color mixing." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:320 +msgid "Add Size/Rotation/Scatter dynamics as needed. When you do this, increase smudge and color rates to compensate for increased color mixing." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:322 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:323 msgid ".. image:: images/en/Krita-tutorial5-III.3-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:323 -msgid "" -"One thing I really like to do is to set different foreground and " -"background colors, then turn on Gradient -> Fuzzy. Alternatively, just " -"paint with different colors in succession (bottom-right example)." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:324 +msgid "One thing I really like to do is to set different foreground and background colors, then turn on Gradient -> Fuzzy. Alternatively, just paint with different colors in succession (bottom-right example)." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:326 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:327 msgid ".. image:: images/en/Krita-tutorial5-III.3-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:327 -msgid "" -"Here's some final random stuff. With pixel brushes, you can get all sorts" -" of frill designs by using elongated brushes and setting the dynamics to " -"rotation. You won't get that with Color Smudge Brushes. Instead you'll " -"get something that looks more like... yarn. Which is cool too. Here, I " -"just used oval brushes and rotation -> distance." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:328 +msgid "Here's some final random stuff. With pixel brushes, you can get all sorts of frill designs by using elongated brushes and setting the dynamics to rotation. You won't get that with Color Smudge Brushes. Instead you'll get something that looks more like... yarn. Which is cool too. Here, I just used oval brushes and rotation -> distance." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:330 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:331 msgid ".. image:: images/en/Krita-tutorial5-III.3-3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:332 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:333 msgid "Painting: Digital watercolor style" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:334 -msgid "" -"When I say \"digital watercolor\", it refers to a style often seen " -"online, i.e. a soft, smooth shading style rather than realistic " -"watercolor. For this you mostly need the Dulling mode. A few things: * " -"Contrary to the Smearing mode, you may want to lower opacity for normal " -"round brushes to get a smoother effect, to 0.70 for example. * Vary the " -"brush tip fade value as well. * When using Scatter or other dynamics, you" -" can choose to set smudge and color values to high or low values, for " -"different outcomes." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:335 +msgid "When I say \"digital watercolor\", it refers to a style often seen online, i.e. a soft, smooth shading style rather than realistic watercolor. For this you mostly need the Dulling mode. A few things: * Contrary to the Smearing mode, you may want to lower opacity for normal round brushes to get a smoother effect, to 0.70 for example. * Vary the brush tip fade value as well. * When using Scatter or other dynamics, you can choose to set smudge and color values to high or low values, for different outcomes." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:340 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:341 msgid ".. image:: images/en/Krita-tutorial5-III.4.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:342 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:343 msgid "Blurring" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:344 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:345 msgid "You can:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:346 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:347 msgid "Paint then smudge, for mostly textury transitions" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:347 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:348 msgid "Or build up transitions by using intermediate color values" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:349 -msgid "" -"If you want even smoother effects, well, just use Blur. Gaussian blur to " -"be exact." +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:350 +msgid "If you want even smoother effects, well, just use Blur. Gaussian blur to be exact." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:352 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:353 msgid ".. image:: images/en/Krita-tutorial5-III.5.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:353 +#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:354 msgid "And there you go. That last little trick concludes this tutorial." msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:357 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:359 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:361 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:363 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:365 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:367 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:369 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:371 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:373 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:375 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:377 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:379 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:381 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:383 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:385 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:387 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:389 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:391 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:393 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:395 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:397 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:399 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:401 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:403 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:405 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:407 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:409 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:411 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:413 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:415 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:417 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:419 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:421 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:423 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:425 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:427 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:429 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:431 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:433 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:435 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/color_smudge_engine.rst:437 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/curve_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/curve_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/curve_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/curve_engine.po @@ -1,483 +1,395 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/curve_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:17 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:1 +msgid "The Curve Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:18 msgid "Curve Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:20 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:21 msgid ".. image:: images/icons/curvebrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:21 -msgid "" -"The curve brush is a brush engine which creates strokes made of evenly " -"spaced lines. It has, among other things been used as a replacement for " -"pressure sensitive strokes in lieu of a tablet." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:22 +msgid "The curve brush is a brush engine which creates strokes made of evenly spaced lines. It has, among other things been used as a replacement for pressure sensitive strokes in lieu of a tablet." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:25 msgid "Settings" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:27 msgid "First off, the line produced by the Curve brush is made up of 2 sections:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:29 msgid "The connection line, which is the main line drawn by your mouse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:30 -msgid "" -"The curve lines I think, which are the extra fancy lines that form at " -"curves. The curve lines are formed by connecting one point of the curve " -"to a point earlier on the curve. This also means that if you are drawing " -"a straight line, these lines won't be visible, since they'll overlap with" -" the connection line. Drawing faster gives you wider curves areas." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:31 +msgid "The curve lines I think, which are the extra fancy lines that form at curves. The curve lines are formed by connecting one point of the curve to a point earlier on the curve. This also means that if you are drawing a straight line, these lines won't be visible, since they'll overlap with the connection line. Drawing faster gives you wider curves areas." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:34 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:35 msgid ".. image:: images/en/Krita-tutorial6-I.1-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:35 -msgid "" -"You have access to 3 settings from the Lines tab, as well as 2 " -"corresponding dynamics:" +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:36 +msgid "You have access to 3 settings from the Lines tab, as well as 2 corresponding dynamics:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:38 msgid "Line width: this applies to both the connection line and the curve lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:40 msgid "Line width dynamics: use this to vary line width dynamically." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:41 -msgid "" -"History size: this determines the distance for the formation of curve " -"lines." -msgstr "" - -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:43 -msgid "" -"If you set this at low values, then the curve lines can only form over a " -"small distances, so they won't be too visible." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:42 +msgid "History size: this determines the distance for the formation of curve lines." msgstr "" #: ../../reference_manual/brushes/brush_engines/curve_engine.rst:44 -msgid "" -"On the other hand, if you set this value too high, the curve lines will " -"only start forming relatively \"late\"." +msgid "If you set this at low values, then the curve lines can only form over a small distances, so they won't be too visible." msgstr "" #: ../../reference_manual/brushes/brush_engines/curve_engine.rst:45 -msgid "" -"So in fact, you'll get maximum curve lines area with a mid-value of " -"say... 40~60, which is about the default value. Unless you're drawing at " -"really high resolutions." +msgid "On the other hand, if you set this value too high, the curve lines will only start forming relatively \"late\"." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:47 -msgid "" -"Curves opacity: you can't set different line widths for the connection " -"line and the curve lines, but you can set a different opacity for the " -"curve lines. With low opacity, this will produce the illusion of thinner " -"curve lines." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:46 +msgid "So in fact, you'll get maximum curve lines area with a mid-value of say... 40~60, which is about the default value. Unless you're drawing at really high resolutions." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:48 +msgid "Curves opacity: you can't set different line widths for the connection line and the curve lines, but you can set a different opacity for the curve lines. With low opacity, this will produce the illusion of thinner curve lines." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:50 msgid "Curves opacity dynamics: use this to vary Curves opacity dynamically." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:51 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:52 msgid "In addition, you have access to two checkboxes:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:54 msgid "Paint connection line, which toggles the visibility of the connection line" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:54 -msgid "" -"Smoothing, which... I have no idea actually. I don't see any differences " -"with or without it. Maybe it's for tablets?" +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:55 +msgid "Smoothing, which... I have no idea actually. I don't see any differences with or without it. Maybe it's for tablets?" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:57 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:58 msgid ".. image:: images/en/Krita-tutorial6-I.1-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:59 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:60 msgid "Drawing variable-width lines" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:61 -msgid "" -"And here's the only section of this tutorial that anyone cares about: " -"pretty lineart lines! For this:" +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:62 +msgid "And here's the only section of this tutorial that anyone cares about: pretty lineart lines! For this:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:63 -msgid "" -"Use the Draw Dynamically mode: I tend to increase drag to at least 50. " -"Vary Mass and Drag until you get the feel that's most comfortable for " -"you." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:64 +msgid "Use the Draw Dynamically mode: I tend to increase drag to at least 50. Vary Mass and Drag until you get the feel that's most comfortable for you." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:66 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:67 msgid ".. image:: images/en/Krita-tutorial6-I.2-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:67 -msgid "" -"Set line width to a higher value (ex.: 5), then turn line width dynamics " -"on:" +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:68 +msgid "Set line width to a higher value (ex.: 5), then turn line width dynamics on:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:69 -msgid "" -"If you're a tablet user, just set this to Pressure (this should be " -"selected by default so just turn on the Line Width dynamics). I can't " -"check myself, but a tablet user confirmed to me that it works well enough" -" with Draw Dynamically." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:70 +msgid "If you're a tablet user, just set this to Pressure (this should be selected by default so just turn on the Line Width dynamics). I can't check myself, but a tablet user confirmed to me that it works well enough with Draw Dynamically." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:70 -msgid "" -"If you're a mouse user hoping to to get variable line width, set the Line" -" Width dynamics to Speed." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:71 +msgid "If you're a mouse user hoping to get variable line width, set the Line Width dynamics to Speed." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:74 msgid ".. image:: images/en/Krita-tutorial6-I.2-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:74 -msgid "" -"Set Curves opacity to 0: This is the simplest way to turn off the Curve " -"lines. That said, leaving them on will get you more \"expressive\" lines." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:75 +msgid "Set Curves opacity to 0: This is the simplest way to turn off the Curve lines. That said, leaving them on will get you more \"expressive\" lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:77 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:78 msgid "Additional tips:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:79 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:80 msgid "Zig-zag a lot if you want a lot of extra curves lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:80 -msgid "" -"Use smooth, sweeping motions when you're using Draw Dynamically with Line" -" Width set to Speed: abrupt speed transitions will cause abrupt size " -"transitions. It takes a bit of practice, and the thicker the line, the " -"more visible the deformities will be. Also, zoom in to increase control." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:81 +msgid "Use smooth, sweeping motions when you're using Draw Dynamically with Line Width set to Speed: abrupt speed transitions will cause abrupt size transitions. It takes a bit of practice, and the thicker the line, the more visible the deformities will be. Also, zoom in to increase control." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:81 -msgid "" -"If you need to vary between thin and thick lines, I suggest creating " -"presets of different widths, since you can't vary the base line width " -"from the canvas." +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:82 +msgid "If you need to vary between thin and thick lines, I suggest creating presets of different widths, since you can't vary the base line width from the canvas." msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:83 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:84 msgid "Alternative:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:85 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:86 msgid "Use the Draw Dynamically mode" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:86 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:87 msgid "Set Curves opacity to 100" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:87 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:88 msgid "Optionally decrease History size to about 30" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:89 -msgid "" -"The curve lines will fill out the area they cover completely, resulting " -"in a line with variable widths. Anyway, here are some comparisons:" +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:90 +msgid "The curve lines will fill out the area they cover completely, resulting in a line with variable widths. Anyway, here are some comparisons:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:92 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:93 msgid ".. image:: images/en/Krita-tutorial6-I.2-3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:93 +#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:94 msgid "And here are examples of what you can do with this brush:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:98 +#: ../../:1 msgid ".. image:: images/en/Krita-tutorial6-I.2-4.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:99 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:101 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:103 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:105 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:107 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:109 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:111 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:113 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:115 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:117 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:119 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:121 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:123 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:125 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:127 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:129 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:131 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:133 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:135 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:137 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:139 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:141 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:143 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:145 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:147 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:149 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:151 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:153 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:155 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:157 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:159 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:161 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:163 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:165 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:167 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:169 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:171 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:173 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:175 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:177 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/curve_engine.rst:179 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/deform_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/deform_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/deform_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/deform_brush_engine.po @@ -1,452 +1,404 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/deform_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:15 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:1 +msgid "The Deform Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:16 msgid "Deform Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:18 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:19 msgid ".. image:: images/icons/deformbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:19 -msgid "" -"The Deform Brush is a brush that allows you to pull and push pixels " -"around. It's quite similar to the [[Special:myLanguage/Transform " -"Tool|liquefy transform mode]], but where liquefy has higher quality, the " -"deform brush has the speed." +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:20 +msgid "The Deform Brush is a brush that allows you to pull and push pixels around. It's quite similar to the [[Special:myLanguage/Transform Tool|liquefy transform mode]], but where liquefy has higher quality, the deform brush has the speed." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:23 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:24 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:26 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:27 msgid ":ref:`option_deform`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:27 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:28 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:29 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:30 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:31 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:32 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:38 msgid "Deform Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:41 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:42 msgid ".. image:: images/en/Krita_deform_brush_examples.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:41 -msgid "" -"1: undeformed, 2: Move, 3: Grow, 4: Shrink, 5: Swirl Counter Clock Wise, " -"6: Swirl Clockwise, 7: Lens Zoom In, 8: Lens Zoom Out" +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:42 +msgid "1: undeformed, 2: Move, 3: Grow, 4: Shrink, 5: Swirl Counter Clock Wise, 6: Swirl Clockwise, 7: Lens Zoom In, 8: Lens Zoom Out" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:44 msgid "These decide what strangeness may happen underneath your brush cursor." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:46 msgid "Grow" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:46 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:47 msgid "This bubbles up the area underneath the brush-cursor." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:47 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:48 msgid "Shrink" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:49 msgid "This pinches the Area underneath the brush-cursor." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:50 msgid "Swirl Counter Clock Wise" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:50 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:51 msgid "Swirls the area counter clock wise." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:51 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:52 msgid "Swirl Clock Wise" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:52 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:53 msgid "Swirls the area clockwise." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:54 msgid "Move" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:54 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:55 msgid "Nudges the area to the painting direction." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:55 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:56 msgid "Color Deformation" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:56 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:57 msgid "This seems to randomly rearrange the pixels underneath the brush," msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:57 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:58 msgid "Lens Zoom In" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:59 msgid "Literally paints a enlarged version of the area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:60 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:61 msgid "Lens Zoom Out" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:60 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:61 msgid "Paints a minimized version of the area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:65 msgid ".. image:: images/en/Krita_deform_brush_colordeform.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:65 msgid "Showing color deform." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:67 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:68 msgid "Deform Amount" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:67 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:68 msgid "Defines the strength of the deformation." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:71 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:72 msgid ".. image:: images/en/Krita_deform_brush_bilinear.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:71 -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:72 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:74 msgid "Bilinear Interpolation" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:74 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:75 msgid "Smoothens the result. This causes calculation errors in 16bit." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:76 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:77 msgid "Use Counter" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:76 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:77 msgid "Slows down the deformation subtlety." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:80 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:81 msgid ".. image:: images/en/Krita_deform_brush_useundeformed.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:80 +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:81 msgid "Without 'use undeformed' to the left and with to the right" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:85 +#: ../../:1 msgid "Use Undeformed Image" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:83 -msgid "" -"Samples from the previous version of the image instead of the current. " -"This works better with some deform options than others. Move for example " -"seems to almost stop working, but it works really well with Grow." +#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:84 +msgid "Samples from the previous version of the image instead of the current. This works better with some deform options than others. Move for example seems to almost stop working, but it works really well with Grow." msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:87 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:89 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:91 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:93 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:95 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:97 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:99 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:101 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:103 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:105 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:107 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:109 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:111 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:113 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:115 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:117 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:119 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:121 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:123 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:125 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:127 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:129 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:131 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:133 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:135 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:137 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:139 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:141 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:143 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:145 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:147 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:149 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:151 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:153 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:155 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:157 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:159 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:161 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:163 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:165 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/deform_brush_engine.rst:167 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/dyna_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/dyna_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/dyna_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/dyna_brush_engine.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/dyna_brush_engine.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:1 +msgid "The Dyna Brush Engine manual page." +msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:15 msgid "Dyna Brush Engine" @@ -27,19 +29,11 @@ msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:19 -msgid "" -"Dyna brush uses dynamic setting like mass and drag to draw strokes. The " -"results are fun and random spinning strokes.To experiment more with this " -"brush you can play with values in 'dynamic settings' section of the brush" -" editor under Dyna Brush." +msgid "Dyna brush uses dynamic setting like mass and drag to draw strokes. The results are fun and random spinning strokes.To experiment more with this brush you can play with values in 'dynamic settings' section of the brush editor under Dyna Brush." msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:23 -msgid "" -"This brush engine has been removed in 4.0. This engine mostly had " -"smoothing results that the dyna brush tool has in the toolbox. The " -"stabilizer settings can also give you further smoothing options from the " -"tool options." +msgid "This brush engine has been removed in 4.0. This engine mostly had smoothing results that the dyna brush tool has in the toolbox. The stabilizer settings can also give you further smoothing options from the tool options." msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:26 @@ -143,10 +137,7 @@ msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:62 -msgid "" -"Connecting lines are drawn next to each other. The number boxes on the " -"right allows you to set the spacing between the lines and how many are " -"drawn." +msgid "Connecting lines are drawn next to each other. The number boxes on the right allows you to set the spacing between the lines and how many are drawn." msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:63 @@ -165,257 +156,216 @@ msgid "Draws the wireframe of the polygon." msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:69 +#: ../../:1 msgid "Paint Connection" msgstr "" #: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:68 msgid "Draws the connection line." msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:71 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:73 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:75 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:77 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:79 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:81 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:83 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:85 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:87 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:89 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:91 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:93 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:95 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:97 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:99 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:101 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:103 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:105 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:107 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:109 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:111 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:113 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:115 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:117 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:119 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:121 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:123 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:125 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:127 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:129 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:131 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:133 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:135 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:137 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:139 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:141 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:143 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:145 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:147 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:149 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/dyna_brush_engine.rst:151 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/filter_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/filter_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/filter_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/filter_brush_engine.po @@ -1,315 +1,271 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/filter_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:16 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:1 +msgid "The Filter Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:17 msgid "Filter Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:19 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:20 msgid ".. image:: images/icons/filterbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:20 -msgid "" -"Where in other programs you have a 'dodge tool', 'blur tool' and 'sharpen" -" tool', Krita has a special brush engine for this: The Filter Brush " -"engine. On top of that, due to Krita's great integration of the filters, " -"a huge amount of filters you'd never thought you wanted to use for a " -"drawing are possible in brush form too!" +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:21 +msgid "Where in other programs you have a 'dodge tool', 'blur tool' and 'sharpen tool', Krita has a special brush engine for this: The Filter Brush engine. On top of that, due to Krita's great integration of the filters, a huge amount of filters you'd never thought you wanted to use for a drawing are possible in brush form too!" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:23 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:24 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:26 msgid "The filter brush has of course some basic brush-system parameters:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:27 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:28 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:29 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:30 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:31 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:32 msgid ":ref:`option_mirror`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:33 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:35 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:37 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:39 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:41 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:43 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:45 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:47 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:49 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:51 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:53 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:55 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:57 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:59 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:61 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:63 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:65 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:67 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:69 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:71 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:73 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:75 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:77 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:79 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:81 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:83 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:85 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:87 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:89 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:91 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:93 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:95 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:97 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:99 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:101 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:103 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:105 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:107 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:109 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:111 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:113 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/filter_brush_engine.rst:115 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/grid_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/grid_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/grid_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/grid_brush_engine.po @@ -1,493 +1,435 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/grid_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:16 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:1 +msgid "The Grid Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:17 msgid "Grid Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:20 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:21 msgid ".. image:: images/icons/gridbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:21 -msgid "" -"The grid brush engine draws shapes on a grid. It helps you produce retro " -"and halftone effects." +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:22 +msgid "The grid brush engine draws shapes on a grid. It helps you produce retro and halftone effects." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:23 -msgid "" -"If you're looking to setup a grid for snapping, head to " -":ref:`grids_and_guides_docker`." +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:24 +msgid "If you're looking to setup a grid for snapping, head to :ref:`grids_and_guides_docker`." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:27 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:29 msgid ":ref:`option_size_grid`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:30 msgid ":ref:`option_particle_type`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:31 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:32 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:33 msgid ":ref:`option_color_grid`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:38 msgid "Brush Size" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:39 -msgid "Grid Width" -msgstr "" - #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:40 -msgid "Width of the cursor area" +msgid "Grid Width" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:41 -msgid "Grid Height" +msgid "Width of the cursor area" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:42 -msgid "Height of the cursor area" +msgid "Grid Height" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:43 -msgid "Division" +msgid "Height of the cursor area" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:44 -msgid "" -"Subdivides the cursor area and uses the resulting area to draw the " -"particles." +msgid "Division" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:45 -msgid "Division by pressure" +msgid "Subdivides the cursor area and uses the resulting area to draw the particles." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:46 -msgid "" -"The more you press, the more subdivisions. Uses Division as the finest " -"subdivision possible." +msgid "Division by pressure" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:47 -msgid "Scale" +msgid "The more you press, the more subdivisions. Uses Division as the finest subdivision possible." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:48 -msgid "Scales up the area." +msgid "Scale" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:49 -msgid "Vertical Border" +msgid "Scales up the area." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:50 -msgid "" -"Forces vertical borders in the particle space, between which the particle" -" needs to squeeze itself." +msgid "Vertical Border" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:51 -msgid "Horizontal Border" +msgid "Forces vertical borders in the particle space, between which the particle needs to squeeze itself." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:52 -msgid "" -"Forces a horizontal borders in the particle space, between which the " -"particle needs to squeeze itself." +msgid "Horizontal Border" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:53 +msgid "Forces a horizontal borders in the particle space, between which the particle needs to squeeze itself." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:54 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:55 msgid "Jitter Borders" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:54 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:55 msgid "Randomizes the border values with the Border values given as maximums." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:59 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:60 msgid "Particle Type" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:62 msgid "Decides the shape of the particle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:63 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:64 msgid "Ellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:65 msgid "Fills the area with a ellipse." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:65 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:66 msgid "Rectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:66 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:67 msgid "Fills the area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:67 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:68 msgid "Line" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:68 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:69 msgid "Draws lines from the lower left to the upper right corner of the particle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:69 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:70 msgid "Pixel" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:70 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:71 msgid "Looks like an aliased line on high resolutions." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:72 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:73 msgid "Anti-aliased Pixel" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:72 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:73 msgid "Fills the area with little polygons." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:77 +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:78 msgid "Color Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:79 -msgid "Random HSV" -msgstr "" - #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:80 -msgid "" -"Randomize the HSV with the strength of the sliders. The higher, the more " -"the color will deviate from the foreground color, with the direction " -"indicating clock or counter clockwise." +msgid "Random HSV" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:81 -msgid "Random Opacity" +msgid "Randomize the HSV with the strength of the sliders. The higher, the more the color will deviate from the foreground color, with the direction indicating clock or counter clockwise." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:82 -msgid "Randomizes the opacity." +msgid "Random Opacity" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:83 -msgid "Color Per Particle" +msgid "Randomizes the opacity." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:84 -msgid "Has the color options be per particle instead of area." +msgid "Color Per Particle" msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:85 -msgid "Sample Input Layer." +msgid "Has the color options be per particle instead of area." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:86 -msgid "" -"Will use the underlying layer as reference for the colors instead of the " -"foreground color." +msgid "Sample Input Layer." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:87 -msgid "Fill Background" +msgid "Will use the underlying layer as reference for the colors instead of the foreground color." msgstr "" #: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:88 +msgid "Fill Background" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:89 msgid "Fills the area before drawing the particles with the background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:92 +#: ../../:1 msgid "Mix with background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:90 -msgid "" -"Gives the particle a random color between foreground/input/random HSV and" -" the background color." +#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:91 +msgid "Gives the particle a random color between foreground/input/random HSV and the background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:94 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:96 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:98 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:100 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:102 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:104 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:106 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:108 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:110 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:112 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:114 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:116 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:118 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:120 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:122 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:124 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:126 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:128 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:130 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:132 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:134 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:136 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:138 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:140 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:142 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:144 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:146 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:148 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:150 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:152 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:154 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:156 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:158 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:160 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:162 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:164 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:166 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:168 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:170 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:172 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/grid_brush_engine.rst:174 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/hatching_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/hatching_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/hatching_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/hatching_brush_engine.po @@ -1,550 +1,439 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/hatching_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:16 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:1 +msgid "The Hatching Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:17 msgid "Hatching Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:20 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:21 msgid ".. image:: images/icons/hatchingbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:21 -msgid "" -"When I first tried this brush, my impression of it was \"plain parallel " -"lines\" (and the award for most boring brush goes to...). Fortunately, " -"existing presets gave me an idea of the possibilities of this brush." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:22 +msgid "When I first tried this brush, my impression of it was \"plain parallel lines\" (and the award for most boring brush goes to...). Fortunately, existing presets gave me an idea of the possibilities of this brush." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:25 msgid "Settings" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:27 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:28 msgid "Brush tip" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:30 msgid "The brush tip simply defines the area where the hatching will be rendered." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:31 -msgid "" -"Transparent brush tip areas give more transparent hatching, but as with a" -" normal brush, passing over the area again will increase opacity." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:32 -msgid "" -"The hatching itself is mostly fixed in location, so drawing with a " -"hatching brush usually acts more like \"revealing\" the hatching " -"underneath than drawing with brushes of parallel lines. The exception is " -"for :guilabel:`Moiré pattern` with :guilabel:`Crosshatching` dynamics on." +msgid "Transparent brush tip areas give more transparent hatching, but as with a normal brush, passing over the area again will increase opacity." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:33 -msgid "" -"Vary the brush shape or texture for a variety of effects. Decreasing the " -"density of the autobrush will give a grainy texture to your hatching, for" -" example." +msgid "The hatching itself is mostly fixed in location, so drawing with a hatching brush usually acts more like \"revealing\" the hatching underneath than drawing with brushes of parallel lines. The exception is for :guilabel:`Moiré pattern` with :guilabel:`Crosshatching` dynamics on." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:34 -msgid "" -"The :guilabel:`Size` dynamic affects the brush tip, not the hatching " -"thickness." +msgid "Vary the brush shape or texture for a variety of effects. Decreasing the density of the autobrush will give a grainy texture to your hatching, for example." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:35 +msgid "The :guilabel:`Size` dynamic affects the brush tip, not the hatching thickness." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:38 msgid ".. image:: images/en/Krita-tutorial8-A.I.1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:40 msgid "Hatching preferences" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:41 -msgid "" -"Before going on: at the time of this writing, there is a bug that causes " -"line thickness to not vary on default settings. To get around this, go to" -" :guilabel:`Hatching preferences` and check :guilabel:`Antialiased " -"Lines`. Pentalis is aware of this issue so the bug may get fixed soon." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:42 +msgid "Before going on: at the time of this writing, there is a bug that causes line thickness to not vary on default settings. To get around this, go to :guilabel:`Hatching preferences` and check :guilabel:`Antialiased Lines`. Pentalis is aware of this issue so the bug may get fixed soon." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:44 msgid "The three options are:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:45 -msgid "" -":guilabel:`Antialiased lines`: This controls aliasing. If changing line " -"thickness isn't working, check this option and it should work, because it" -" switches to a different algorithm." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:46 -msgid "" -":guilabel:`Subpixel precision`: I'm guessing this affects the rendering " -"quality, but you won't see much of a difference. Check this if you want " -"to." +msgid ":guilabel:`Antialiased lines`: This controls aliasing. If changing line thickness isn't working, check this option and it should work, because it switches to a different algorithm." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:47 -msgid "" -":guilabel:`Color background`: Checking this will color in the background " -"at the back of the hatching." +msgid ":guilabel:`Subpixel precision`: I'm guessing this affects the rendering quality, but you won't see much of a difference. Check this if you want to." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:49 -msgid "" -"The output is slightly different depending on whether the first two " -"options are checked, but the difference isn't enough for you to worry " -"about. I recommend just keeping the first two options checked." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:48 +msgid ":guilabel:`Color background`: Checking this will color in the background at the back of the hatching." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:52 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:50 +msgid "The output is slightly different depending on whether the first two options are checked, but the difference isn't enough for you to worry about. I recommend just keeping the first two options checked." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:53 msgid ".. image:: images/en/Krita-tutorial8-A.I.2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:54 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:55 msgid "Hatching options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:56 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:57 msgid "This is where the main hatching options go. They're intuitive enough:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:59 msgid "Angle: The angle of the hatching." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:59 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:60 msgid "Separation: This is the distance between the centers of the lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:62 msgid "Use a value of 2 pixels or higher, or the lines won't be distinct anymore." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:62 -msgid "" -"The Separations dynamic doesn't actually assign random values to " -"Separation, instead it will take the value in \"Input-based intervals\" " -"to divide the grid further. \"Input-based intervals\" can take values " -"between 2 and 7." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:63 +msgid "The Separations dynamic doesn't actually assign random values to Separation, instead it will take the value in \"Input-based intervals\" to divide the grid further. \"Input-based intervals\" can take values between 2 and 7." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:65 msgid "Thickness: The line thickness." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:66 -msgid "" -"Actually, this is the thickness of the line + blank area, so the line " -"itself has a thickness of half this value." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:67 -msgid "" -"If you use the same separation value and the same line thickness value, " -"then the lines and the area between them will be of the same thickness." +msgid "Actually, this is the thickness of the line + blank area, so the line itself has a thickness of half this value." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:68 -msgid "You can vary this value dynamically with the Thickness dynamics." +msgid "If you use the same separation value and the same line thickness value, then the lines and the area between them will be of the same thickness." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:69 -msgid "" -"If the line thickness isn't changing for you, go to Hatching Preferences " -"and check \"Antialiased Lines.\"" +msgid "You can vary this value dynamically with the Thickness dynamics." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:71 -msgid "" -"Origin X and Origin Y: The hatching has a fixed location, painting acts " -"as though you're revealing the existing hatching underneath. To nudge the" -" hatching, you can tweak these two values. You can get various grid " -"effects this way." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:70 +msgid "If the line thickness isn't changing for you, go to Hatching Preferences and check \"Antialiased Lines.\"" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:74 -msgid ".. image:: images/en/Krita-tutorial8-A.I.3-1.png" +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:72 +msgid "Origin X and Origin Y: The hatching has a fixed location, painting acts as though you're revealing the existing hatching underneath. To nudge the hatching, you can tweak these two values. You can get various grid effects this way." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:75 -msgid "Finally, we have the hatching styles:" +msgid ".. image:: images/en/Krita-tutorial8-A.I.3-1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:77 -msgid "No crosshatching: basic parallel lines" +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:76 +msgid "Finally, we have the hatching styles:" msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:78 -msgid "Perpendicular plane only: grid lines" +msgid "No crosshatching: basic parallel lines" msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:79 -msgid "-45 degrees plane then +45 degrees plane: see example." +msgid "Perpendicular plane only: grid lines" msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:80 -msgid "" -"+45 degrees plane then -45 degrees plane: see exampe, actually not much " -"different from the above, it's mostly the order that changes when using " -"dynamics." +msgid "-45 degrees plane then +45 degrees plane: see example." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:81 -msgid "Moiré pattern: See example." +msgid "+45 degrees plane then -45 degrees plane: see exampe, actually not much different from the above, it's mostly the order that changes when using dynamics." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:83 -msgid "" -"The Crosshatching dynamic only works if you have already chosen a " -"crosshatching style. When that happens, the crosshatching only gets drawn" -" according to the conditions of the dynamics (pressure, speed, angle...)." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:82 +msgid "Moiré pattern: See example." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:85 -msgid "" -"With most hatching styles, using crosshatching dynamics basically gets " -"you the same hatching style, minus the occasional line." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:84 +msgid "The Crosshatching dynamic only works if you have already chosen a crosshatching style. When that happens, the crosshatching only gets drawn according to the conditions of the dynamics (pressure, speed, angle...)." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:86 +msgid "With most hatching styles, using crosshatching dynamics basically gets you the same hatching style, minus the occasional line." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:87 msgid "The exception is with Moire, which will produce a different pattern." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:89 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:90 msgid ".. image:: images/en/Krita-tutorial8-A.I.3-2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:91 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:92 msgid "Use cases" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:93 -msgid "" -"If you don't want the edges to be fuzzy, go to Brush Tip and set the Fade" -" values to 1.00. I recommended doing the hatching on a separate layer, " -"then erasing the extra areas." +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:94 +msgid "If you don't want the edges to be fuzzy, go to Brush Tip and set the Fade values to 1.00. I recommended doing the hatching on a separate layer, then erasing the extra areas." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:95 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:96 msgid "Now for the uses:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:97 -msgid "" -"You can, of course, just use this for completely normal hatching. In " -"versions I'm using, the default Separation is 1, which is too low, so " -"increase Separation to a value between 2 to 10." -msgstr "" - #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:98 -msgid "" -"If you find normal hatching too boring, increase the Thickness and set " -"the Thickness dynamic to either Pressure (if you have a tablet) or Speed " -"(if you're using a mouse). Doesn't that look more natural? (When using a " -"mouse, pass over the areas where you want thicker lines again while " -"drawing faster)" +msgid "You can, of course, just use this for completely normal hatching. In versions I'm using, the default Separation is 1, which is too low, so increase Separation to a value between 2 to 10." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:99 -msgid "" -"Grittier texture: add some density and/or randomness to your autobrush " -"for a grittier texture." +msgid "If you find normal hatching too boring, increase the Thickness and set the Thickness dynamic to either Pressure (if you have a tablet) or Speed (if you're using a mouse). Doesn't that look more natural? (When using a mouse, pass over the areas where you want thicker lines again while drawing faster)" msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:100 -msgid "" -"You can also set Painting Mode to Build up, and Mode to Multiply, to make" -" some colors have more depth. (see my grid example)" +msgid "Grittier texture: add some density and/or randomness to your autobrush for a grittier texture." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:101 -msgid "Vary Origin X and Origin Y while using the same patterns." +msgid "You can also set Painting Mode to Build up, and Mode to Multiply, to make some colors have more depth. (see my grid example)" msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:102 -msgid "" -"Use the Separations dynamic for more complex patterns. Add in Line " -"Thickness and other dynamics for more effect." +msgid "Vary Origin X and Origin Y while using the same patterns." msgstr "" #: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:103 -msgid "" -"Now, the Moiré pattern is quite boring on its own, but it is much more " -"interesting with Crosshatching dynamics set on Fuzzy.** For more texture," -" set Line Thickness to Fuzzy, decrease Density a bit and increase " -"Randomness and you get a nice gritty texture." +msgid "Use the Separations dynamic for more complex patterns. Add in Line Thickness and other dynamics for more effect." msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:107 +#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:104 +msgid "Now, the Moiré pattern is quite boring on its own, but it is much more interesting with Crosshatching dynamics set on Fuzzy.** For more texture, set Line Thickness to Fuzzy, decrease Density a bit and increase Randomness and you get a nice gritty texture." +msgstr "" + +#: ../../:1 msgid ".. image:: images/en/Krita-tutorial8-A.II.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:108 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:110 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:112 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:114 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:116 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:118 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:120 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:122 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:124 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:126 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:128 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:130 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:132 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:134 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:136 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:138 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:140 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:142 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:144 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:146 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:148 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:150 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:152 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:154 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:156 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:158 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:160 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:162 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:164 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:166 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:168 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:170 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:172 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:174 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:176 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:178 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:180 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:182 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:184 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:186 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/hatching_brush_engine.rst:188 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/particle_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/particle_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/particle_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/particle_brush_engine.po @@ -1,363 +1,311 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/particle_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:15 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:1 +msgid "The Particle Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:16 msgid "Particle Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:18 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:19 msgid ".. image:: images/icons/particlebrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:19 -msgid "" -"A brush that draws wires using parameters. These wires always get more " -"random and crazy over drawing distance. Gives very intricate lines best " -"used for special effects." +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:20 +msgid "A brush that draws wires using parameters. These wires always get more random and crazy over drawing distance. Gives very intricate lines best used for special effects." msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:22 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:23 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:23 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:24 msgid ":ref:`option_size_particle`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:25 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:26 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:27 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:32 msgid "Brush Size" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:33 -msgid "Particles" -msgstr "" - #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:34 -msgid "How many particles there's drawn." +msgid "Particles" msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:35 -msgid "Opacity Weight" +msgid "How many particles there's drawn." msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:36 -msgid "The Opacity of all particles. Is influenced by the painting mode." +msgid "Opacity Weight" msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:37 -msgid "Dx Scale (Distance X Scale)" +msgid "The Opacity of all particles. Is influenced by the painting mode." msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:38 -msgid "" -"How much the horizontal cursor distance affects the placing of the pixel." -" Is unstable on negative values. 1.0 is equal." +msgid "Dx Scale (Distance X Scale)" msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:39 -msgid "Dy Scale (Distance Y Scale)" +msgid "How much the horizontal cursor distance affects the placing of the pixel. Is unstable on negative values. 1.0 is equal." msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:40 -msgid "" -"How much the vertical cursor distance affects the placing of the pixel. " -"Is unstable on negative values. 1.0 is equal." +msgid "Dy Scale (Distance Y Scale)" msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:41 -msgid "Gravity" +msgid "How much the vertical cursor distance affects the placing of the pixel. Is unstable on negative values. 1.0 is equal." msgstr "" #: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:42 -msgid "" -"Multiplies with the previous particle's position, to find the new " -"particle's position." +msgid "Gravity" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:43 +msgid "Multiplies with the previous particle's position, to find the new particle's position." +msgstr "" + +#: ../../:1 msgid "Iterations" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:44 -msgid "" -"The higher, the higher the internal acceleration is, with the furthest " -"away particle from the brush having the highest acceleration. This means " -"that the higher iteration is, the faster and more randomly a particle " -"moves over time, giving a messier result." +#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:45 +msgid "The higher, the higher the internal acceleration is, with the furthest away particle from the brush having the highest acceleration. This means that the higher iteration is, the faster and more randomly a particle moves over time, giving a messier result." msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:47 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:49 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:53 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:55 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:57 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:59 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:61 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:63 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:65 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:67 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:69 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:71 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:73 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:75 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:77 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:79 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:81 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:83 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:85 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:87 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:89 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:91 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:93 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:95 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:97 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:99 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:101 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:103 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:105 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:107 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:109 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:111 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:113 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:115 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:117 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:119 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:121 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:123 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:125 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/particle_brush_engine.rst:127 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/pixel_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/pixel_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/pixel_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/pixel_brush_engine.po @@ -1,447 +1,383 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/pixel_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:15 -msgid "Pixel Brush Engine" +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:1 +msgid "The Pixel Brush Engine manual page." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:18 -msgid ".. image:: images/icons/pixelbrush.svg" +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:16 +msgid "Pixel Brush Engine" msgstr "" #: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:19 -msgid "" -"Brushes are ordered alphabetically. The brush that is selected by default" -" when you start with Krita is the '''Pixel Brush'''. The pixel brush is " -"the traditional mainstay of digital art. This brush paints impressions of" -" the brush tip along your stroke with a greater or smaller density." +msgid ".. image:: images/icons/pixelbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:23 -msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Popup.png" +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:20 +msgid "Brushes are ordered alphabetically. The brush that is selected by default when you start with Krita is the '''Pixel Brush'''. The pixel brush is the traditional mainstay of digital art. This brush paints impressions of the brush tip along your stroke with a greater or smaller density." msgstr "" #: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:24 -msgid "Let's first review these mechanics:" +msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Popup.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:26 -msgid "" -"select a brush tip. This can be a generated brush tip (round, square, " -"star-shaped), a predefined bitmap brush tip, a custom brush tip or a " -"text." +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:25 +msgid "Let's first review these mechanics:" msgstr "" #: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:27 -msgid "" -"select the spacing: this determines how many impressions of the tip will " -"be made along your stroke" +msgid "select a brush tip. This can be a generated brush tip (round, square, star-shaped), a predefined bitmap brush tip, a custom brush tip or a text." msgstr "" #: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:28 -msgid "" -"select the effects: the pressure of your stylus, your speed of painting " -"or other inputs can change the size, the color, the opacity or other " -"aspects of the currently painted brush tip instance -- some applications " -"call that a \"dab\"." +msgid "select the spacing: this determines how many impressions of the tip will be made along your stroke" msgstr "" #: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:29 -msgid "" -"depending on the brush mode, the previously painted brush tip instance is" -" mixed with the current one, causing a darker, more painterly stroke, or " -"the complete stroke is computed and put on your layer. You will see the " -"stroke grow while painting in both cases, of course!" +msgid "select the effects: the pressure of your stylus, your speed of painting or other inputs can change the size, the color, the opacity or other aspects of the currently painted brush tip instance -- some applications call that a \"dab\"." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:31 -msgid "" -"Since 4.0, the Pixel Brush Engine has Multithreaded brush-tips, with the " -"default brush being the fastest mask." +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:30 +msgid "depending on the brush mode, the previously painted brush tip instance is mixed with the current one, causing a darker, more painterly stroke, or the complete stroke is computed and put on your layer. You will see the stroke grow while painting in both cases, of course!" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:32 +msgid "Since 4.0, the Pixel Brush Engine has Multithreaded brush-tips, with the default brush being the fastest mask." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:34 msgid "Available Options:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:35 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:36 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:37 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:38 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:39 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:40 msgid ":ref:`option_ratio`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:40 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:41 msgid ":ref:`option_spacing`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:41 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:42 msgid ":ref:`option_mirror`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:42 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:43 msgid ":ref:`option_softness`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:44 msgid ":ref:`option_sharpness`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:44 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:45 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:46 msgid ":ref:`option_scatter`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:46 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:47 msgid ":ref:`option_source`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:47 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:48 msgid ":ref:`option_mix`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:49 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:50 msgid ":ref:`option_texture`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:50 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:51 msgid ":ref:`option_masked_brush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:53 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:54 msgid "Specific Parameters to the Pixel Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:56 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:57 msgid "Darken" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:59 msgid "Allows you to Darken the source colour with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:62 msgid ".. image:: images/en/Krita_2_9_brushengine_darken_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:62 -msgid "" -"The color will always become black in the end, and will work with Plain " -"Color, Gradient and Uniform random as source." +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:63 +msgid "The color will always become black in the end, and will work with Plain Color, Gradient and Uniform random as source." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:65 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:66 msgid "Hue, Saturation, Value" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:67 -msgid "" -"These parameters allow you to do a HSV adjustment filter on the " -":ref:`option_source` and control it with Sensors." +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:68 +msgid "These parameters allow you to do a HSV adjustment filter on the :ref:`option_source` and control it with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:70 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:71 msgid ".. image:: images/en/Krita_2_9_brushengine_HSV_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:71 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:72 msgid "Works with Plain Color, Gradient and Uniform random as source." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:74 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:75 msgid "Uses" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:77 +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:78 msgid ".. image:: images/en/Krita_2_9_brushengine_HSV_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:78 -msgid "" -"Having all three parameters on Fuzzy will help with rich color texture. " -"In combination with :ref:`option_mix`, you can have even finer control." +#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:79 +msgid "Having all three parameters on Fuzzy will help with rich color texture. In combination with :ref:`option_mix`, you can have even finer control." msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:81 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:83 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:85 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:87 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:89 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:91 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:93 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:95 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:97 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:99 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:101 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:103 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:105 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:107 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:109 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:111 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:113 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:115 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:117 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:119 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:121 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:123 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:125 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:127 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:129 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:131 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:133 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:135 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:137 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:139 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:141 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:143 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:145 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:147 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:149 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:151 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:153 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:155 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:157 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:159 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/pixel_brush_engine.rst:161 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/quick_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/quick_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/quick_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/quick_brush_engine.po @@ -1,332 +1,283 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/quick_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:14 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:1 +msgid "The Quick Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:15 msgid "Quick Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:18 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:19 msgid ".. image:: images/icons/quickbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:19 -msgid "" -"A Brush Engine inspired by the common artist's workflow where a simple " -"big brush, like a marker, is used to fill large areas quickly, the Quick " -"Brush engine is an extremely simple, but quick brush, which can give the " -"best performance of all Brush Engines." +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:20 +msgid "A Brush Engine inspired by the common artist's workflow where a simple big brush, like a marker, is used to fill large areas quickly, the Quick Brush engine is an extremely simple, but quick brush, which can give the best performance of all Brush Engines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:21 -msgid "" -"It can only change size, blending mode and spacing, and this allows for " -"making big optimisations that aren't possible with other brush engines." +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:22 +msgid "It can only change size, blending mode and spacing, and this allows for making big optimisations that aren't possible with other brush engines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:25 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:26 msgid ":ref:`option_spacing`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:27 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:30 msgid "Brush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:32 msgid "The only parameter specific to this brush." msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:34 msgid "Diameter" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:34 -msgid "" -"The size. This brush engine can only make round dabs, but it can make " -"them really fast despite size." +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:35 +msgid "The size. This brush engine can only make round dabs, but it can make them really fast despite size." msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:37 msgid "Spacing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:36 -msgid "" -"The spacing between the dabs. This brush engine is particular in that " -"it's faster with a lower spacing, unlike all other brush engines." +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:37 +msgid "The spacing between the dabs. This brush engine is particular in that it's faster with a lower spacing, unlike all other brush engines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:40 msgid "`Phabricator Task `_" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:42 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:44 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:46 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:50 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:52 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:54 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:56 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:58 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:60 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:62 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:64 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:66 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:68 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:70 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:72 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:74 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:76 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:78 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:80 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:82 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:84 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:86 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:88 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:90 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:92 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:94 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:96 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:98 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:100 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:102 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:104 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:106 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:108 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:110 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:112 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:114 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:116 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:118 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:120 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/quick_brush_engine.rst:122 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/shape_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/shape_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/shape_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/shape_brush_engine.po @@ -1,341 +1,295 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/shape_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:15 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:1 +msgid "The Shape Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:16 msgid "Shape Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:18 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:19 msgid ".. image:: images/icons/shapebrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:19 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:20 msgid "An Al.chemy inspired brush-engine. Good for making chaos with!" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:22 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:23 msgid "Parameters" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:25 msgid ":ref:`option_experiment`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:26 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:31 msgid "Experiment Option" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:32 -msgid "Speed" -msgstr "" - #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:33 -msgid "This makes the outputted contour jaggy. The higher the speed, the jaggier." +msgid "Speed" msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:34 -msgid "Smooth" +msgid "This makes the outputted contour jaggy. The higher the speed, the jaggier." msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:35 -msgid "" -"Smoothens the output contour. This sows down the brush, but the higher " -"the smooth, the smoother the contour." +msgid "Smooth" msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:36 -msgid "Displace" +msgid "Smoothens the output contour. This sows down the brush, but the higher the smooth, the smoother the contour." msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:37 -msgid "" -"This displaces the shape. The slow the movement, the higher the " -"displacement and expansion. Fast movements shrink the shape." +msgid "Displace" msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:38 -msgid "Winding Fill" +msgid "This displaces the shape. The slow the movement, the higher the displacement and expansion. Fast movements shrink the shape." msgstr "" #: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:39 -msgid "" -"This gives you the option to use a 'non-zero' fill rules instead of the " -"'even-odd' fill rule, which means that where normally crossing into the " -"shape created transparent areas, it now will not." +msgid "Winding Fill" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:40 +msgid "This gives you the option to use a 'non-zero' fill rules instead of the 'even-odd' fill rule, which means that where normally crossing into the shape created transparent areas, it now will not." msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:43 +#: ../../:1 msgid "Hard Edge" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:41 -msgid "Removes the ant-anliasing, to get a pixelized line." +#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:42 +msgid "Removes the anti-aliasing, to get a pixelized line." msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:45 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:47 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:49 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:53 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:55 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:57 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:59 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:61 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:63 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:65 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:67 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:69 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:71 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:73 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:75 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:77 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:79 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:81 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:83 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:85 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:87 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:89 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:91 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:93 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:95 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:97 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:99 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:101 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:103 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:105 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:107 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:109 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:111 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:113 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:115 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:117 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:119 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:121 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:123 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/shape_brush_engine.rst:125 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/sketch_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/sketch_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/sketch_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/sketch_brush_engine.po @@ -1,470 +1,395 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/sketch_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:16 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:1 +msgid "The Sketch Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:17 msgid "Sketch Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:20 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:21 msgid ".. image:: images/icons/sketchbrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:21 -msgid "" -"A line based brush engine, based on the Harmony brushes. Very messy and " -"fun." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:22 +msgid "A line based brush engine, based on the Harmony brushes. Very messy and fun." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:25 msgid "Parameters" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:27 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:28 msgid "Has the following parameters:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:30 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:31 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:32 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:33 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:34 msgid ":ref:`option_ratio`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:34 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:35 msgid ":ref:`option_line_width`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:35 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:36 msgid ":ref:`option_offset_scale`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:37 msgid ":ref:`option_sketch_density`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:38 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:39 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:44 msgid "Line Width" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:46 msgid "The width of the rendered lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:49 msgid ".. image:: images/en/Krita_2_9_brushengine_sketch_linewidth.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:52 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:53 msgid "Offset Scale" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:54 -msgid "" -"When curve lines are formed, this value roughly determines the distance " -"from the curve lines to the connection lines:" -msgstr "" - -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:56 -#, python-format -msgid "" -"This is a bit misleading, because a value of 0% and a value of 100% give " -"similar outputs, as do a value of say 30% and 70%. You could think that " -"the actual value range is between 50% and 200%." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:55 +msgid "When curve lines are formed, this value roughly determines the distance from the curve lines to the connection lines:" msgstr "" #: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:57 -#, python-format -msgid "" -"0% and 100% correspond to the curve lines touching the connection lines " -"exactly." +msgid "This is a bit misleading, because a value of 0% and a value of 100% give similar outputs, as do a value of say 30% and 70%. You could think that the actual value range is between 50% and 200%." msgstr "" #: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:58 -msgid "" -"Above 100%, the curve lines will go further than the connection lines, " -"forming a fuzzy effect." +msgid "0% and 100% correspond to the curve lines touching the connection lines exactly." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:59 +msgid "Above 100%, the curve lines will go further than the connection lines, forming a fuzzy effect." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:62 msgid ".. image:: images/en/Krita_2.9_brushengine_sketch_offset.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:63 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:64 msgid ".. image:: images/en/Krita-sketch_offset_scale2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:67 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:68 msgid "Density" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:69 -msgid "" -"The density of the lines. This one is highly affected by the Brush-tip, " -"as determined by the Distance Density toggle." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:70 +msgid "The density of the lines. This one is highly affected by the Brush-tip, as determined by the Distance Density toggle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:72 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:73 msgid ".. image:: images/en/Krita_2.9_brushengine_sketch_density.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:74 msgid "Use Distance Density" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:74 -msgid "" -"the further the line covered is from the center of the area of effect, " -"the less the density of the resulting curve lines." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:75 +msgid "the further the line covered is from the center of the area of effect, the less the density of the resulting curve lines." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:76 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:77 msgid "Magnetify" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:76 -msgid "" -"Magnetify is *on* by default. It's what causes curve lines to form " -"between two close line sections, as though the curve lines are attracted " -"to them like magnets. With Magnetify *off*, the curve line just forms on " -"either side of the current active portion of your connection line. In " -"other words, your line becomes fuzzier when another portion of the line " -"is nearby, but the lines don't connect to said previous portion." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:77 +msgid "Magnetify is *on* by default. It's what causes curve lines to form between two close line sections, as though the curve lines are attracted to them like magnets. With Magnetify *off*, the curve line just forms on either side of the current active portion of your connection line. In other words, your line becomes fuzzier when another portion of the line is nearby, but the lines don't connect to said previous portion." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:78 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:79 msgid "Random RGB" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:79 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:80 msgid "Causes some slight RGB variations." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:80 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:81 msgid "Random Opacity" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:81 -#, python-format -msgid "" -"The curve lines get random opacity. This one is barely visible, so for " -"the example I used line width 12 and 100% opacity." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:82 +msgid "The curve lines get random opacity. This one is barely visible, so for the example I used line width 12 and 100% opacity." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:82 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:83 msgid "Distance Opacity" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:83 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:84 msgid "???" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:84 +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:85 msgid "Simple Mode" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:85 -msgid "" -"this mode exists for performance reasons, and doesn't affect the output " -"in a visible way. Check this for large brushes or thick lines for faster " -"rendering." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:86 +msgid "this mode exists for performance reasons, and doesn't affect the output in a visible way. Check this for large brushes or thick lines for faster rendering." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:88 +#: ../../:1 msgid "Paint Connection Line" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:87 -#, python-format -msgid "" -"What appears to be the connection line is usually made up of an actual " -"connection line and many smaller curve lines. The many small curve lines " -"make up the majority of the line. For this reason, the only time this " -"option will make a visible difference is if you're drawing with 0% or " -"near 0% density, and with a thick line width. The rest of the time, this " -"option won't make a visible difference." +#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:88 +msgid "What appears to be the connection line is usually made up of an actual connection line and many smaller curve lines. The many small curve lines make up the majority of the line. For this reason, the only time this option will make a visible difference is if you're drawing with 0% or near 0% density, and with a thick line width. The rest of the time, this option won't make a visible difference." msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:90 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:92 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:94 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:96 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:98 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:100 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:102 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:104 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:106 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:108 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:110 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:112 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:114 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:116 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:118 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:120 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:122 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:124 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:126 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:128 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:130 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:132 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:134 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:136 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:138 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:140 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:142 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:144 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:146 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:148 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:150 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:152 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:154 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:156 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:158 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:160 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:162 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:164 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:166 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:168 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/sketch_brush_engine.rst:170 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/spray_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/spray_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/spray_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/spray_brush_engine.po @@ -1,578 +1,523 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/spray_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:15 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:1 +msgid "The Spray Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:16 msgid "Spray Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:18 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:19 msgid ".. image:: images/icons/spraybrush.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:19 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:20 msgid "A brush that can spray particles around in it's brush area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:22 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:23 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:24 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:25 msgid ":ref:`option_spray_area`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:25 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:26 msgid ":ref:`option_spray_shape`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:27 msgid ":ref:`option_brush_tip` (Used as particle if spray shape is not active)" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:27 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:28 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:29 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:29 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:30 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:31 msgid ":ref:`option_shape_dyna`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:32 msgid ":ref:`option_color_spray`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:33 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:34 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:39 msgid "Spray Area" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:40 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:41 msgid "The area in which the particles are sprayed." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:42 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:43 msgid "Diameter" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:43 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:44 msgid "The size of the area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:44 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:45 msgid "Aspect Ratio" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:46 msgid "It's aspect ratio: 1.0 is fully circular." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:46 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:47 msgid "Angle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:47 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:48 msgid "The angle of the spray size: works nice with aspect ratios other than 1.0." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:48 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:49 msgid "Scale" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:50 msgid "Scales the diameter up." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:51 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:52 msgid "Spacing" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:51 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:52 msgid "Increases the spacing of the diameter's spray." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:54 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:55 msgid "Particles" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:56 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:57 msgid "Count" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:57 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:58 msgid "Use a specified amount of particles." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:58 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:59 msgid "Density" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:59 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:60 msgid "Use a % amount of particles." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:60 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:61 msgid "Jitter Movement" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:61 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:62 msgid "Jitters the spray area around for extra randomness." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:63 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:64 msgid "Gaussian Distribution" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:63 -msgid "" -"Focusses the particles to paint in the center instead of evenly random " -"over the spray area." +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:64 +msgid "Focuses the particles to paint in the center instead of evenly random over the spray area." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:68 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:69 msgid "Spray Shape" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:70 -msgid "" -"If activated, this will generate a special particle. If not, the brush-" -"tip will be the particle." +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:71 +msgid "If activated, this will generate a special particle. If not, the brush-tip will be the particle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:79 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:80 msgid "Shape" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:73 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:74 msgid "Can be..." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:75 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:76 msgid "Ellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:76 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:77 msgid "Rectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:77 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:78 msgid "Anti-aliased Pixel" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:78 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:79 msgid "Pixel" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:79 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:80 msgid "Image" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:81 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:82 msgid "Width & Height" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:82 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:83 msgid "Decides the width and height of the particle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:83 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:84 msgid "Proportional" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:84 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:85 msgid "Locks Width & Height to be the same." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:86 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:87 msgid "Texture" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:86 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:87 msgid "Allows you to pick an image for the image shape." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:91 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:92 msgid "Shape Dynamics" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:93 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:94 msgid "Random Size" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:94 -msgid "" -"Randomizes the particle size between 1x1 px and the given size of the " -"particle in brush-tip or spray shape." +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:95 +msgid "Randomizes the particle size between 1x1 px and the given size of the particle in brush-tip or spray shape." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:95 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:96 msgid "Fixed Rotation" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:96 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:97 msgid "Gives a fixed rotation to the particle to work from." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:97 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:98 msgid "Randomized Rotation" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:98 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:99 msgid "Randomizes the rotation." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:99 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:100 msgid "Follow Cursor Weight" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:100 -msgid "" -"How much the pressure affects the rotation of the particles. At 1.0 and " -"high pressure it'll seem as if the particles are exploding from the " -"middle." +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:101 +msgid "How much the pressure affects the rotation of the particles. At 1.0 and high pressure it'll seem as if the particles are exploding from the middle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:102 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:103 msgid "Angle Weight" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:102 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:103 msgid "How much the spray area angle affects the particle angle." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:107 +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:108 msgid "Color Options" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:109 -msgid "Random HSV" -msgstr "" - #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:110 -msgid "" -"Randomize the HSV with the strength of the sliders. The higher, the more " -"the color will deviate from the foreground color, with the direction " -"indicating clock or counter clockwise." +msgid "Random HSV" msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:111 -msgid "Random Opacity" +msgid "Randomize the HSV with the strength of the sliders. The higher, the more the color will deviate from the foreground color, with the direction indicating clock or counter clockwise." msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:112 -msgid "Randomizes the opacity." +msgid "Random Opacity" msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:113 -msgid "Color Per Particle" +msgid "Randomizes the opacity." msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:114 -msgid "Has the color options be per particle instead of area." +msgid "Color Per Particle" msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:115 -msgid "Sample Input Layer." +msgid "Has the color options be per particle instead of area." msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:116 -msgid "" -"Will use the underlying layer as reference for the colors instead of the " -"foreground color." +msgid "Sample Input Layer." msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:117 -msgid "Fill Background" +msgid "Will use the underlying layer as reference for the colors instead of the foreground color." msgstr "" #: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:118 +msgid "Fill Background" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:119 msgid "Fills the area before drawing the particles with the background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:121 +#: ../../:1 msgid "Mix with background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:120 -msgid "" -"Gives the particle a random color between foreground/input/random HSV and" -" the background color." +#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:121 +msgid "Gives the particle a random color between foreground/input/random HSV and the background color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:123 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:125 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:127 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:129 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:131 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:133 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:135 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:137 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:139 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:141 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:143 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:145 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:147 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:149 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:151 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:153 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:155 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:157 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:159 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:161 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:163 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:165 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:167 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:169 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:171 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:173 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:175 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:177 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:179 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:181 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:183 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:185 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:187 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:189 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:191 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:193 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:195 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:197 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:199 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:201 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/spray_brush_engine.rst:203 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/tangen_normal_brush_engine.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/tangen_normal_brush_engine.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/tangen_normal_brush_engine.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_engines/tangen_normal_brush_engine.po @@ -1,575 +1,475 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_engines/tangen_normal_brush_engine.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:15 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:1 +msgid "The Tangent Normal Brush Engine manual page." +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:16 msgid "Tangent Normal Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:19 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:20 msgid ".. image:: images/icons/tangentnormal.svg" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:20 -msgid "" -"The Tangent Normal Brush Engine is an engine that is specifically " -"designed for drawing normal maps, of the tangent variety. These are in " -"turn used in 3d programs and game engines to do all sorts of lightning " -"trickery. Common uses of normal maps include faking detail where there is" -" none, and to drive transformations(Flow Maps)." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:21 +msgid "The Tangent Normal Brush Engine is an engine that is specifically designed for drawing normal maps, of the tangent variety. These are in turn used in 3d programs and game engines to do all sorts of lightning trickery. Common uses of normal maps include faking detail where there is none, and to drive transformations(Flow Maps)." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:22 -msgid "" -"A Normal map is an image that holds information for vectors. In " -"particular, they hold information for Normal Vectors, which is the " -"information for how the light bends on a surface. Because Normal Vectors " -"are made up of 3 coordinates, just like colors, we can store and see this" -" information as colors." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:23 +msgid "A Normal map is an image that holds information for vectors. In particular, they hold information for Normal Vectors, which is the information for how the light bends on a surface. Because Normal Vectors are made up of 3 coordinates, just like colors, we can store and see this information as colors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:24 -msgid "" -"Normals can be seen similar to the stylus on your tablet. Therefore, we " -"can use the tilt-sensors that are available to some tablets to generate " -"the colour of the normals, which can then be used by a 3d program to do " -"lighting effects." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:25 +msgid "Normals can be seen similar to the stylus on your tablet. Therefore, we can use the tilt-sensors that are available to some tablets to generate the colour of the normals, which can then be used by a 3d program to do lighting effects." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:26 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:27 msgid "In short, you will be able to paint with surfaces instead of colors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:28 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:29 msgid "The following options are available to the tangent normal brush engine:" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:30 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:31 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:31 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:32 msgid ":ref:`blending_modes`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:32 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:33 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:33 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:34 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:34 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:35 msgid ":ref:`option_ratio`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:35 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:36 msgid ":ref:`option_spacing`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:36 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:37 msgid ":ref:`option_mirror`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:37 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:38 msgid ":ref:`option_softness`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:38 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:39 msgid ":ref:`option_sharpness`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:39 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:40 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:40 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:41 msgid ":ref:`option_scatter`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:41 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:42 msgid ":ref:`option_airbrush`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:42 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:43 msgid ":ref:`option_texture`" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:45 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:46 msgid "Specific Parameters to the Tangent Normal Brush Engine" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:49 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:50 msgid "Tangent Tilt" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:51 -msgid "" -"These are the options that determine how the normals are calculated from " -"tablet input." -msgstr "" - -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:53 -msgid "Tangent Encoding" +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:52 +msgid "These are the options that determine how the normals are calculated from tablet input." msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:54 -msgid "" -"This allows you to set what each color channel means. Different programs " -"set different coordinates to different channels, a common version is that" -" the green channel might need to be inverted(-Y), or that the green " -"channel is actually storing the x-value (+X)." +msgid "Tangent Encoding" msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:55 -msgid "Tilt Options" +msgid "This allows you to set what each color channel means. Different programs set different coordinates to different channels, a common version is that the green channel might need to be inverted(-Y), or that the green channel is actually storing the x-value (+X)." msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:56 -msgid "Allows you to choose which sensor is used for the X and Y." +msgid "Tilt Options" msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:57 -msgid "Tilt" +msgid "Allows you to choose which sensor is used for the X and Y." msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:58 -msgid "Uses Tilt for the X and Y." +msgid "Tilt" msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:59 -msgid "Direction" +msgid "Uses Tilt for the X and Y." msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:60 -msgid "" -"Uses the drawing angle for the X and Y and Tilt-elevation for the Z, this" -" allows you to draw flowmaps easily." +msgid "Direction" msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:61 -msgid "Rotation" +msgid "Uses the drawing angle for the X and Y and Tilt-elevation for the Z, this allows you to draw flowmaps easily." msgstr "" #: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:62 -msgid "" -"Uses rotation for the x and y, and tilt-elevation for the Z. Only " -"available for specialized Pens." +msgid "Rotation" +msgstr "" + +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:63 +msgid "Uses rotation for the x and y, and tilt-elevation for the Z. Only available for specialized Pens." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:64 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:65 msgid "Elevation Sensitivity" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:64 -msgid "" -"Allows you to change the range of the normal that are outputted. At 0 it " -"will only paint the default normal, at 1 it will paint all the normals in" -" a full hemisphere." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:65 +msgid "Allows you to change the range of the normal that are outputted. At 0 it will only paint the default normal, at 1 it will paint all the normals in a full hemisphere." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:67 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:68 msgid "Usage" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:69 -msgid "" -"The Tangent Normal Map Brush Engine is best used with the Tilt Cursor, " -"which can be set in :menuselection:`Settings --> configure Krita --> " -"general --> Outline Shape --> Tilt Outline`." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:70 +msgid "The Tangent Normal Map Brush Engine is best used with the Tilt Cursor, which can be set in :menuselection:`Settings --> configure Krita --> general --> Outline Shape --> Tilt Outline`." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:72 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:73 msgid "Normal Map authoring workflow" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:74 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:75 msgid "Create an image with a background color of (128, 128, 255) blue/purple." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:0 msgid ".. image:: images/en/Krita-normals-tutorial_1.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:79 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:80 msgid "Setting up a background with the default color." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:81 -msgid "" -"Set up group with a phongbumpmap-filter mask. Use the 'use normal map' " -"checkbox on the filter to make it use normals." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:82 +msgid "Set up group with a phongbumpmap-filter mask. Use the 'use normal map' checkbox on the filter to make it use normals." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:0 msgid ".. image:: images/en/Krita-normals-tutorial_2.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:86 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:87 msgid "Creating a phong bump map filterlayer, make sure to check 'use normalmap'." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:0 msgid ".. image:: images/en/Krita-normals-tutorial_3.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:91 -msgid "" -"These settings give a nice daylight-esque lighting setup, with light 1 " -"being the sun, light 3 being the light from the sky, and light 2 being " -"the light from the ground." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:92 +msgid "These settings give a nice daylight-esque lighting setup, with light 1 being the sun, light 3 being the light from the sky, and light 2 being the light from the ground." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:93 -msgid "" -"Make a 'normalize' filter layer or mask to normalize the normal map " -"before feeding it into the phongbumpmap filter for the best results." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:94 +msgid "Make a 'normalize' filter layer or mask to normalize the normal map before feeding it into the phongbumpmap filter for the best results." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:94 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:95 msgid "Then, paint on layers in the group to get direct feedback." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:0 msgid ".. image:: images/en/Krita-normals-tutoria_4.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:99 -msgid "" -"Paint on the layer beneath the filters with the tangent normal brush to " -"have them be converted in real time." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:100 +msgid "Paint on the layer beneath the filters with the tangent normal brush to have them be converted in real time." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:101 -msgid "" -"Finally, when done, hide the phongbumpmap filter-layer(but keep the " -"normalize filter layer!) , and export the normal map for use in 3d " -"programs." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:102 +msgid "Finally, when done, hide the phongbumpmap filter-layer(but keep the normalize filter layer!) , and export the normal map for use in 3d programs." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:104 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:105 msgid "Drawing Direction Maps" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:106 -msgid "" -"Direction maps are made with the 'Direction' option in the Tangent Tilt " -"options. These normal maps are used to distort textures in a 3d " -"program(to simulate for example, the flow of water) or to create maps " -"that indicate how hair and brushed metal is brushed. Krita can't " -"currently give feedback on how a given direction map will influence a " -"distortion or shader, but these maps are a little easier to read." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:107 +msgid "Direction maps are made with the 'Direction' option in the Tangent Tilt options. These normal maps are used to distort textures in a 3d program(to simulate for example, the flow of water) or to create maps that indicate how hair and brushed metal is brushed. Krita can't currently give feedback on how a given direction map will influence a distortion or shader, but these maps are a little easier to read." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:108 -msgid "" -"Just set the tangent-tilt option to direction, and draw. The direction " -"your brush draws in will be the direction that is encoded in the colors." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:109 +msgid "Just set the tangent-tilt option to direction, and draw. The direction your brush draws in will be the direction that is encoded in the colors." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:111 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:112 msgid "Only editing a single channel" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:113 -msgid "" -"Sometimes you only want to edit a single channel. In that case set the " -"blending mode of the brush to 'copy ', with replaced " -"with red, green or blue. These are under the misc section of the blending" -" modes." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:114 +msgid "Sometimes you only want to edit a single channel. In that case set the blending mode of the brush to 'copy ', with replaced with red, green or blue. These are under the misc section of the blending modes." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:115 -msgid "" -"So, if you want the brush to only affect the red channel, set the " -"blending mode to 'copy red'." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:116 +msgid "So, if you want the brush to only affect the red channel, set the blending mode to 'copy red'." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:120 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:121 msgid ".. image:: images/en/Krita_Filter_layer_invert_greenchannel.png" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:120 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:121 msgid "The copy red, green and blue blending modes also work on filter-layers." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:122 -msgid "" -"This can also be done with filter layers. So if you quickly want to flip " -"a layer's green channel, make an invert filter layer with 'copy green' " -"above it." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:123 +msgid "This can also be done with filter layers. So if you quickly want to flip a layer's green channel, make an invert filter layer with 'copy green' above it." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:125 +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:126 msgid "Mixing Normal Maps" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:127 -msgid "" -"For mixing two normal maps, Krita has the Combine Normal Map blending " -"mode under 'misc'." +#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:128 +msgid "For mixing two normal maps, Krita has the Combine Normal Map blending mode under 'misc'." msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:130 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:132 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:134 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:136 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:138 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:140 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:142 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:144 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:146 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:148 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:150 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:152 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:154 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:156 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:158 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:160 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:162 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:164 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:166 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:168 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:170 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:172 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:174 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:176 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:178 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:180 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:182 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:184 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:186 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:188 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:190 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:192 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:194 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:196 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:198 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:200 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:202 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:204 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:206 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:208 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_engines/tangen_normal_brush_engine.rst:210 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings.po @@ -1,22 +1,20 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings.pot\n" +"Language: fr_FR\n" #: ../../reference_manual/brushes/brush_settings.rst:5 msgid "Brush Settings" @@ -26,249 +24,212 @@ msgid "Overall Brush Settings for the various brush engines." msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:17 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../reference_manual/brushes/brush_settings.rst:9 +msgid "Contents:" +msgstr "" + +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:19 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:25 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:27 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:29 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:31 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:33 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:35 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:37 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:39 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:41 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:43 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:45 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:47 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:49 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:51 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:53 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:55 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:57 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:59 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:61 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:63 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:65 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:67 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:69 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:71 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:73 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:75 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:77 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:79 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:81 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:83 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:85 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:87 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:89 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:91 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:93 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:95 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings.rst:97 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/brush_tips.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/brush_tips.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/brush_tips.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/brush_tips.po @@ -1,612 +1,513 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/brush_tips.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:17 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:1 +msgid "How to use brush tips in Krita." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:18 msgid "Brush Tips" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:21 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:22 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Popup.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:25 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:26 msgid "Auto Brush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:27 -msgid "" -"The generic circle or square. These brush-tips are generate by Krita " -"through certain parameters." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:28 +msgid "The generic circle or square. These brush-tips are generate by Krita through certain parameters." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:30 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:31 msgid "Types" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:32 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:33 msgid "First, there's three mask-types, with each the circle and square shape:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:38 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:39 msgid "Default" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:36 -msgid "" -"This is the ultimate generic type. The fade parameter produces the below " -"results. Of the three auto brushes, this is the fastest." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:37 +msgid "This is the ultimate generic type. The fade parameter produces the below results. Of the three auto brushes, this is the fastest." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_29_brushengine_brushtips_default.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:42 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:43 msgid "Soft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:41 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:42 msgid "This one's fade is controled by a curve!" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_soft.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:47 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:48 msgid "Gaussian" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:45 -msgid "" -"This one uses the gaussian algorithm to determine the fade. Out of the " -"three auto brushes, this is the slowest." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:46 +msgid "This one uses the gaussian algorithm to determine the fade. Out of the three auto brushes, this is the slowest." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_gaussian.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:50 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:51 msgid "Parameters" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:52 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:53 msgid "Diameter" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:53 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:54 msgid "The pixel size of the brush." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:57 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:58 msgid "Ratio" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:55 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:56 msgid "Whether the brush is elongated or not." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_ratio.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:66 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:67 msgid "Fade" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:60 -msgid "" -"this sets the softness of the brush. You can click the chain-symbol to " -"lock and unlock these settings. Fade has a different effect per mask-" -"type, so don't be alarmed if it looks strange, perhaps you have the wrong" -" mask-type." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:61 +msgid "this sets the softness of the brush. You can click the chain-symbol to lock and unlock these settings. Fade has a different effect per mask-type, so don't be alarmed if it looks strange, perhaps you have the wrong mask-type." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_default2b.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:64 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:65 msgid "(With fade locked)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_default_3.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:68 -msgid "(With fade seperately horizontal and vertical)" +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:69 +msgid "(With fade separately horizontal and vertical)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:73 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:74 msgid "Angle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:71 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:72 msgid "This changes the angle a which the brush is at." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_angle.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:78 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:79 msgid "Spikes" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:76 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:77 msgid "This gives the amount of tips related to the ratio." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_spikes.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:83 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:84 msgid "Density" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:81 -#, python-format -msgid "" -"This decreases how much area the brush-covers over it's size: It makes it" -" noisy. In the example below, the brush is set with density 0%, 50% and " -"100% respectively." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:82 +msgid "This decreases how much area the brush-covers over it's size: It makes it noisy. In the example below, the brush is set with density 0%, 50% and 100% respectively." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_density.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:87 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:88 msgid "Randomness" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:86 -#, python-format -msgid "" -"This changes the randomness of the density. In the example below, the " -"brush is set with randomness 0%, 50% and 100% respectively." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:87 +msgid "This changes the randomness of the density. In the example below, the brush is set with randomness 0%, 50% and 100% respectively." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_randomness.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:89 -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:140 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:90 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:141 msgid "Spacing" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:90 -msgid "" -"This affects how far brushes are spaced apart. In the below picture, the " -"three examples on the left are with spacing 0, 1 and 5." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:91 +msgid "This affects how far brushes are spaced apart. In the below picture, the three examples on the left are with spacing 0, 1 and 5." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:94 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:95 msgid "Auto (spacing)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:92 -msgid "" -"Ticking this will set the brush-spacing to a different(quadratic) " -"algorithm. The result is fine control over the spacing. In the below " -"picture, the three examples on right are with auto spacing, 0, 1 and 5 " -"respectively." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:93 +msgid "Ticking this will set the brush-spacing to a different(quadratic) algorithm. The result is fine control over the spacing. In the below picture, the three examples on right are with auto spacing, 0, 1 and 5 respectively." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_spacing.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:99 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:100 msgid "Smooth lines." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:97 -msgid "" -"This toggles the super-smooth anti-aliasing. In the below example, both " -"strokes are drawn with a default brush with fade set to 0. On the left " -"without smooth lines, and the right with. Very useful for inking brushes." -" This option is best used in combination with Auto Spacing." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:98 +msgid "This toggles the super-smooth anti-aliasing. In the below example, both strokes are drawn with a default brush with fade set to 0. On the left without smooth lines, and the right with. Very useful for inking brushes. This option is best used in combination with Auto Spacing." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_brushtips_default_2.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:102 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:103 msgid "Precision" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:102 -msgid "" -"This changes how smooth the brush is rendered. The lower, the faster the " -"brush, but the worse the rendering looks. You'd want an inking brush to " -"have a precision of 5 at all times, but a big filling brush for painting " -"doesn't require such precision, and can be easily sped up by setting " -"precision to 1." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:103 +msgid "This changes how smooth the brush is rendered. The lower, the faster the brush, but the worse the rendering looks. You'd want an inking brush to have a precision of 5 at all times, but a big filling brush for painting doesn't require such precision, and can be easily sped up by setting precision to 1." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:112 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:113 msgid "Auto (precision)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:105 -msgid "" -"This allows you to set the precision linked to the size. The first value " -"is the brush size at which precision is last 5, and the second is the " -"size-difference at which the precision will decrease." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:106 +msgid "This allows you to set the precision linked to the size. The first value is the brush size at which precision is last 5, and the second is the size-difference at which the precision will decrease." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:107 -msgid "" -"For example: A brush with ''starting brush size'' 10 and ''delta'' 4, " -"will have... precision 5 at size 10 precision 4 at size 14 precision 3 at" -" size 18 precision 2 at size 22 precision 1 at sizes above 26." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:108 +msgid "For example: A brush with ''starting brush size'' 10 and ''delta'' 4, will have... precision 5 at size 10 precision 4 at size 14 precision 3 at size 18 precision 2 at size 22 precision 1 at sizes above 26." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:117 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:118 msgid "Predefined Brushes" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:120 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:121 msgid ".. image:: images/en/Krita_Predefined_Brushes.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:121 -msgid "" -"If you have used other applications like :program:`GIMP` or " -":program:`Photoshop`, you will have used this kind of brush. " -":program:`Krita` is (mostly) compatible with the brush tip definitions " -"files of these applications:" +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:122 +msgid "If you have used other applications like :program:`GIMP` or :program:`Photoshop`, you will have used this kind of brush. :program:`Krita` is (mostly) compatible with the brush tip definitions files of these applications:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:123 -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:130 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:124 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:131 msgid "abr" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:124 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:125 msgid "GIMP autobrush tip definitions" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:125 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:126 msgid ":ref:`file_gbr`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:126 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:127 msgid "GIMP single bitmap brush tip. Can be black and white or colored." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:127 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:128 msgid ":ref:`file_gih`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:128 -msgid "" -"GIMP Image Hose brush tip: contains a series of brush tips that are " -"painted randomly or in order after each other. Can be black and white or " -"colored. :program:`Krita` does not yet support all the parameters yet." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:129 +msgid "GIMP Image Hose brush tip: contains a series of brush tips that are painted randomly or in order after each other. Can be black and white or colored. :program:`Krita` does not yet support all the parameters yet." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:130 -msgid "" -"Photoshop brush tip collections. We support many of the features of these" -" brush files, though some advanced features are not supported yet." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:131 +msgid "Photoshop brush tip collections. We support many of the features of these brush files, though some advanced features are not supported yet." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:132 -msgid "" -"Note that the definition of ABR brushes has been reverse engineered since" -" Adobe does not make the specification public. We strongly recommend " -"every :program:`Krita` user to share brush tips in GBR and GIH format and" -" more complex brushes as :program:`Krita` presets." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:133 +msgid "Note that the definition of ABR brushes has been reverse engineered since Adobe does not make the specification public. We strongly recommend every :program:`Krita` user to share brush tips in GBR and GIH format and more complex brushes as :program:`Krita` presets." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:134 -msgid "" -"All predefined brush tips are shown in one selector. There are four more " -"options that influence the initial bitmap brush tip you start painting " -"with:" +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:135 +msgid "All predefined brush tips are shown in one selector. There are four more options that influence the initial bitmap brush tip you start painting with:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:136 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:137 msgid "Scale" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:137 -msgid "" -"scales the brush tip. 1.0 is the native size of the brush tip. This can " -"be fairly large! When painting with variable size (for instance governed " -"by pressure), this is the base for the calculations." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:138 +msgid "scales the brush tip. 1.0 is the native size of the brush tip. This can be fairly large! When painting with variable size (for instance governed by pressure), this is the base for the calculations." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:138 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:139 msgid "Rotation" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:139 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:140 msgid "initial rotation of the brush tip." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:141 +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:142 msgid "distance between the brush tip impressions." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:144 +#: ../../:1 msgid "Use color as mask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:143 -msgid "" -"for colored brushes, don't paint the actual colors, but make a grayscale " -"brush tip that will be colored by your selected foreground/background " -"color." +#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:144 +msgid "for colored brushes, don't paint the actual colors, but make a grayscale brush tip that will be colored by your selected foreground/background color." msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:146 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:148 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:150 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:152 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:154 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:156 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:158 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:160 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:162 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:164 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:166 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:168 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:170 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:172 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:174 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:176 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:178 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:180 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:182 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:184 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:186 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:188 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:190 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:192 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:194 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:196 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:198 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:200 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:202 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:204 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:206 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:208 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:210 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:212 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:214 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:216 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:218 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:220 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:222 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:224 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/brush_tips.rst:226 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/locked_brush_settings.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/locked_brush_settings.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/locked_brush_settings.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/locked_brush_settings.po @@ -1,341 +1,293 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/locked_brush_settings.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:15 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:1 +msgid "How to keep brush settings locked in Krita." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:16 msgid "Locked Brush Settings" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:18 -msgid "" -"Normally, a changing to a different brush preset will change all brush " -"settings.Locked presets are a way for you to prevent Krita from changing " -"all settings.So, if you want to have the texture be that same over all " -"brushes, you lock the texture parameter. That way, all brush-preset you " -"select will now share the same texture!" +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:19 +msgid "Normally, a changing to a different brush preset will change all brush settings.Locked presets are a way for you to prevent Krita from changing all settings.So, if you want to have the texture be that same over all brushes, you lock the texture parameter. That way, all brush-preset you select will now share the same texture!" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:21 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:22 msgid "Locking a brush parameter" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:24 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:25 msgid ".. image:: images/en/Krita_2_9_brushengine_locking_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:25 -msgid "" -"To lock an option, |mouseright| the little lock icon next to the " -"parameter name, and set it to 'Lock'.It will now be highlighted to show " -"it's locked:" +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:26 +msgid "To lock an option, |mouseright| the little lock icon next to the parameter name, and set it to 'Lock'.It will now be highlighted to show it's locked:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:50 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:28 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:29 msgid ".. image:: images/en/Krita_2_9_brushengine_locking_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:29 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:30 msgid "And on the canvas, it will show that the texture-option is locked." msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:32 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:33 msgid ".. image:: images/en/Krita_2_9_brushengine_locking_04.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:34 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:35 msgid "Unlocking a brush parameter" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:36 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:37 msgid "To *unlock*, |mouseright| the icon again." msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:39 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:40 msgid ".. image:: images/en/Krita_2_9_brushengine_locking_03.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:40 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:41 msgid "There will be two options:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:42 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:43 msgid "Unlock (Drop Locked)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:43 -msgid "" -"This will get rid of the settings of the locked parameter and take that " -"of the active brush preset. So if your brush had no texture on, using " -"this option will revert it to having no texture." +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:44 +msgid "This will get rid of the settings of the locked parameter and take that of the active brush preset. So if your brush had no texture on, using this option will revert it to having no texture." msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:46 +#: ../../:1 msgid "Unlock (Keep Locked)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:45 +#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:46 msgid "This will keep the settings of the parameter even though it's unlocked." msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:54 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:56 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:58 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:60 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:62 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:64 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:66 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:68 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:70 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:72 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:74 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:76 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:78 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:80 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:82 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:84 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:86 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:88 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:90 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:92 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:94 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:96 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:98 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:100 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:102 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:104 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:106 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:108 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:110 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:112 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:114 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:116 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:118 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:120 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:122 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:124 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:126 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/locked_brush_settings.rst:128 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/masked_brush.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/masked_brush.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/masked_brush.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/masked_brush.po @@ -1,379 +1,319 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/masked_brush.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:17 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:1 +msgid "How to use the masked brush functionality in Krita. This functionality is not unlike the dual brush option from photoshop." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:18 msgid "Masked Brush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:22 -msgid "" -"Masked brush is new feature that is only available in the " -":ref:`pixel_brush_engine`. They are additional settings you will see in " -"the brush editor. Masked brushes allow you to combine two brush tips in " -"one stroke. One brush tip will be a mask for your primary brush tip. A " -"masked brush is a good alternative to texture for creating expressive and" -" textured brushes." +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:23 +msgid "Masked brush is new feature that is only available in the :ref:`pixel_brush_engine`. They are additional settings you will see in the brush editor. Masked brushes allow you to combine two brush tips in one stroke. One brush tip will be a mask for your primary brush tip. A masked brush is a good alternative to texture for creating expressive and textured brushes." msgstr "" +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:None msgid ".. image:: images/en/Masking-brush1.jpg" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:28 -msgid "" -"due to technological constraints, the masked brush only works in the wash" -" painting mode. However, do remember that flow works as opacity does in " -"the build-up painting mode." +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:29 +msgid "due to technological constraints, the masked brush only works in the wash painting mode. However, do remember that flow works as opacity does in the build-up painting mode." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:37 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:38 msgid ":ref:`option_brush_tip`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:31 -msgid "" -"Like with normal brush tip you can choose any brush tip and change it " -"size, spacing, and rotation. Masking brush size is relative to main brush" -" size. This means when you change your brush size masking tip will be " -"changed to keep the ratio." +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:32 +msgid "Like with normal brush tip you can choose any brush tip and change it size, spacing, and rotation. Masking brush size is relative to main brush size. This means when you change your brush size masking tip will be changed to keep the ratio." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:34 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:35 msgid ":ref:`Blending mode (dropdown inside Brush tip)`:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:34 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:35 msgid "Blending modes changes how tips are combined." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:0 msgid ".. image:: images/en/Masking-brush2.jpg" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:39 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:40 msgid ":ref:`option_size`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:40 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:41 msgid "The size sensor option of the second tip." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:41 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:42 msgid ":ref:`option_opacity_n_flow`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:42 -msgid "" -"The opacity and flow of the second tip. This is mapped to a sensor by " -"default. Flow can be quite agressive on subtract mode, so it might be an " -"idea to turn it off there." +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:43 +msgid "The opacity and flow of the second tip. This is mapped to a sensor by default. Flow can be quite aggressive on subtract mode, so it might be an idea to turn it off there." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:43 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:44 msgid ":ref:`option_ratio`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:44 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:45 msgid "This affects the brush ratio on a given brush." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:45 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:46 msgid ":ref:`option_mirror`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:46 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:47 msgid "The Mirror option of the second tip." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:47 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:48 msgid ":ref:`option_rotation`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:48 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:49 msgid "The rotation option of the second tip. Best set to \"fuzzy dab\"." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:50 +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:51 msgid ":ref:`option_scatter`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:50 -msgid "" -"The scatter option. The default is quite high, so don't forget to turn it" -" lower." +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:51 +msgid "The scatter option. The default is quite high, so don't forget to turn it lower." msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:None msgid "Difference from :ref:`option_texture`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:54 -msgid "" -"You don’t need seamless texture to make cool looking brush Stroke " -"generates on the fly, it always different Brush strokes looks same on any" -" brush size Easier to fill some areas with solid color but harder to make" -" it hard textured" +#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:55 +msgid "You don’t need seamless texture to make cool looking brush Stroke generates on the fly, it always different Brush strokes looks same on any brush size Easier to fill some areas with solid color but harder to make it hard textured" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:61 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:63 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:65 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:67 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:69 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:71 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:73 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:75 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:77 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:79 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:81 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:83 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:85 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:87 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:89 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:91 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:93 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:95 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:97 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:99 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:101 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:103 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:105 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:107 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:109 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:111 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:113 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:115 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:117 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:119 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:121 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:123 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:125 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:127 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:129 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:131 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:133 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:135 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:137 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:139 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/masked_brush.rst:141 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/opacity_and_flow.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/opacity_and_flow.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/opacity_and_flow.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/opacity_and_flow.po @@ -1,336 +1,295 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/opacity_and_flow.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:16 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:1 +msgid "Opacity and flow in Krita." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:17 msgid "Opacity and Flow" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:18 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:19 msgid "Opacity and flow are parameters for the transparency of a brush." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:21 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:22 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Flow.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:22 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:23 msgid "They are interlinked with the painting mode setting." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:25 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:26 msgid ".. image:: images/en/Krita_2_9_brushengine_opacity-flow_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:26 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:27 msgid "Opacity" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:27 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:28 msgid "The transparency of a stroke." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:29 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:30 msgid "Flow" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:29 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:30 msgid "The transparency of separate dabs. Finally separated from Opacity in 2.9" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:32 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:33 msgid ".. image:: images/en/Krita_2_9_brushengine_opacity-flow_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:34 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:35 msgid "Painting mode" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:36 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:37 msgid "Build-up" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:37 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:38 msgid "Will treat opacity as if it were the same as flow." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:39 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:40 msgid "Wash" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:39 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:40 msgid "Will treat opacity as stroke transparency instead of dab-transparency." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:42 +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:43 msgid ".. image:: images/en/Krita_2_9_brushengine_opacity-flow_03.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:43 -msgid "" -"where the other images of this page had all three strokes set to painting" -" mode: wash, this one is set to build-up." +#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:44 +msgid "where the other images of this page had all three strokes set to painting mode: wash, this one is set to build-up." msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:50 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:54 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:56 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:58 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:60 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:62 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:64 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:66 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:68 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:70 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:72 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:74 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:76 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:78 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:80 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:82 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:84 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:86 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:88 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:90 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:92 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:94 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:96 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:98 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:100 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:102 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:104 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:106 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:108 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:110 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:112 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:114 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:116 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:118 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:120 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:122 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:124 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:126 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/opacity_and_flow.rst:128 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/options.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/options.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/options.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/options.po @@ -1,614 +1,528 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/options.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/brushes/brush_settings/options.rst:1 +msgid "Krita's Brush Engine options overview." +msgstr "" #: ../../reference_manual/brushes/brush_settings/options.rst:18 msgid "Options" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:23 +#: ../../reference_manual/brushes/brush_settings/options.rst:24 msgid "Airbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:26 +#: ../../reference_manual/brushes/brush_settings/options.rst:27 msgid ".. image:: images/en/Krita_2_9_brushengine_airbrush.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:27 -msgid "" -"If you hold the brush still, but are still pressing down, this will keep " -"adding colour onto the canvas. The lower the rate, the quicker the colour" -" gets added." +#: ../../reference_manual/brushes/brush_settings/options.rst:28 +msgid "If you hold the brush still, but are still pressing down, this will keep adding colour onto the canvas. The lower the rate, the quicker the colour gets added." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:32 +#: ../../reference_manual/brushes/brush_settings/options.rst:34 msgid "Mirror" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:35 +#: ../../reference_manual/brushes/brush_settings/options.rst:37 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Mirror.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:36 +#: ../../reference_manual/brushes/brush_settings/options.rst:38 msgid "This allows you to mirror the Brush-tip with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:38 +#: ../../reference_manual/brushes/brush_settings/options.rst:40 msgid "Horizontal" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:39 +#: ../../reference_manual/brushes/brush_settings/options.rst:41 msgid "Mirrors the mask horizontally." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:41 +#: ../../reference_manual/brushes/brush_settings/options.rst:43 msgid "Vertical" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:41 +#: ../../reference_manual/brushes/brush_settings/options.rst:43 msgid "Mirrors the mask vertically." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:44 +#: ../../reference_manual/brushes/brush_settings/options.rst:46 msgid ".. image:: images/en/Krita_2_9_brushengine_mirror.jpg" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:45 -msgid "" -"Some examples of mirroring and using it in combination with " -":ref:`option_rotation`." +#: ../../reference_manual/brushes/brush_settings/options.rst:47 +msgid "Some examples of mirroring and using it in combination with :ref:`option_rotation`." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:50 +#: ../../reference_manual/brushes/brush_settings/options.rst:52 msgid "Rotation" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:52 +#: ../../reference_manual/brushes/brush_settings/options.rst:54 msgid "This allows you to affect Angle of your brush-tip with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:55 +#: ../../reference_manual/brushes/brush_settings/options.rst:57 msgid ".. image:: images/en/Krita_2_9_brushengine_rotation.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:57 +#: ../../reference_manual/brushes/brush_settings/options.rst:59 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Rotation.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:58 +#: ../../reference_manual/brushes/brush_settings/options.rst:60 msgid "In the above example, several applications of the parameter." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:60 -msgid "" -"Drawing Angle -- A common one, usually used in combination with rake-type" -" brushes. Especially effect because it does not rely on tablet-specific " -"sensors. Sometimes, Tilt-Direction or Rotation is used to achieve a " -"similar-more tablet focussed effect, where with Tilt the 0° is at 12 " -"o'clock, Drawing angle uses 3 o'clock as 0°." +#: ../../reference_manual/brushes/brush_settings/options.rst:62 +msgid "Drawing Angle -- A common one, usually used in combination with rake-type brushes. Especially effect because it does not rely on tablet-specific sensors. Sometimes, Tilt-Direction or Rotation is used to achieve a similar-more tablet focused effect, where with Tilt the 0° is at 12 o'clock, Drawing angle uses 3 o'clock as 0°." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:61 -msgid "" -"Fuzzy -- Also very common, this gives a nice bit of randomness for " -"texture." +#: ../../reference_manual/brushes/brush_settings/options.rst:63 +msgid "Fuzzy -- Also very common, this gives a nice bit of randomness for texture." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:62 -msgid "" -"Distance -- With careful editing of the Sensor curve, you can create nice" -" patterns." +#: ../../reference_manual/brushes/brush_settings/options.rst:64 +msgid "Distance -- With careful editing of the Sensor curve, you can create nice patterns." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:63 +#: ../../reference_manual/brushes/brush_settings/options.rst:65 msgid "Fade -- This slowly fades the rotation from one into another." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:64 -msgid "" -"Pressure -- An interesting one that can create an alternative looking " -"line." +#: ../../reference_manual/brushes/brush_settings/options.rst:66 +msgid "Pressure -- An interesting one that can create an alternative looking line." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:69 +#: ../../reference_manual/brushes/brush_settings/options.rst:71 msgid "Scatter" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:71 -msgid "" -"This parameter allows you to set the random placing of a brush-dab. You " -"can affect them with Sensors." +#: ../../reference_manual/brushes/brush_settings/options.rst:73 +msgid "This parameter allows you to set the random placing of a brush-dab. You can affect them with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:73 +#: ../../reference_manual/brushes/brush_settings/options.rst:75 msgid "X" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:74 +#: ../../reference_manual/brushes/brush_settings/options.rst:76 msgid "The scattering on the angle you are drawing from." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:76 +#: ../../reference_manual/brushes/brush_settings/options.rst:78 msgid "Y" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:76 +#: ../../reference_manual/brushes/brush_settings/options.rst:78 msgid "The scattering, perpendicular tot he drawing angle(has the most effect)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:79 +#: ../../reference_manual/brushes/brush_settings/options.rst:81 msgid ".. image:: images/en/Krita_2_9_brushengine_scatter.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:83 +#: ../../reference_manual/brushes/brush_settings/options.rst:85 msgid "Sharpness" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:86 +#: ../../reference_manual/brushes/brush_settings/options.rst:88 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Sharpness.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:87 +#: ../../reference_manual/brushes/brush_settings/options.rst:89 msgid "Puts a threshold filter over the brush mask." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:92 +#: ../../reference_manual/brushes/brush_settings/options.rst:94 msgid "Size" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:95 +#: ../../reference_manual/brushes/brush_settings/options.rst:97 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Size.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:96 -msgid "" -"This parameter is not the diameter itself, but rather the curve for how " -"it's affected." +#: ../../reference_manual/brushes/brush_settings/options.rst:98 +msgid "This parameter is not the diameter itself, but rather the curve for how it's affected." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:98 -msgid "" -"So, if you want to lock the diameter of the brush, lock the Brush-tip. " -"Locking the size parameter will only lock this curve. Allowing this curve" -" to be affected by the Sensors can be very useful to get the right kind " -"of brush. For example, if you have trouble drawing fine lines, try to use" -" a concave curve set to pressure. That way you'll have to press hard for " -"thick lines." +#: ../../reference_manual/brushes/brush_settings/options.rst:100 +msgid "So, if you want to lock the diameter of the brush, lock the Brush-tip. Locking the size parameter will only lock this curve. Allowing this curve to be affected by the Sensors can be very useful to get the right kind of brush. For example, if you have trouble drawing fine lines, try to use a concave curve set to pressure. That way you'll have to press hard for thick lines." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:101 +#: ../../reference_manual/brushes/brush_settings/options.rst:103 msgid ".. image:: images/en/Krita_2_9_brushengine_size_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:102 -msgid "" -"Also popular are setting the size to the sensor fuzzy or perspective, " -"with the later in combination with a :ref:`assistant_perspective`" +#: ../../reference_manual/brushes/brush_settings/options.rst:104 +msgid "Also popular are setting the size to the sensor fuzzy or perspective, with the later in combination with a :ref:`assistant_perspective`" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:105 +#: ../../reference_manual/brushes/brush_settings/options.rst:107 msgid ".. image:: images/en/Krita_2_9_brushengine_size_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:109 +#: ../../reference_manual/brushes/brush_settings/options.rst:111 msgid "Softness" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:111 +#: ../../reference_manual/brushes/brush_settings/options.rst:113 msgid "This allows you to affect Fade with Sensors." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:114 +#: ../../reference_manual/brushes/brush_settings/options.rst:116 msgid ".. image:: images/en/Krita_2_9_brushengine_softness.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:115 -msgid "" -"Has a slight brush-decreasing effect, especially noticeable with soft-" -"brush, and is overall more noticeable on large brushes." +#: ../../reference_manual/brushes/brush_settings/options.rst:117 +msgid "Has a slight brush-decreasing effect, especially noticeable with soft-brush, and is overall more noticeable on large brushes." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:120 +#: ../../reference_manual/brushes/brush_settings/options.rst:122 msgid "Source" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:122 +#: ../../reference_manual/brushes/brush_settings/options.rst:124 msgid "Picks the source-colour for the brush-dab." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:124 +#: ../../reference_manual/brushes/brush_settings/options.rst:126 msgid "Plain Color" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:125 +#: ../../reference_manual/brushes/brush_settings/options.rst:127 msgid "Current foreground color." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:126 -#: ../../reference_manual/brushes/brush_settings/options.rst:158 +#: ../../reference_manual/brushes/brush_settings/options.rst:128 +#: ../../reference_manual/brushes/brush_settings/options.rst:160 msgid "Gradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:127 +#: ../../reference_manual/brushes/brush_settings/options.rst:129 msgid "Picks active gradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:128 +#: ../../reference_manual/brushes/brush_settings/options.rst:130 msgid "Uniform Random" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:129 +#: ../../reference_manual/brushes/brush_settings/options.rst:131 msgid "Gives a random colour to each brush dab." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:130 +#: ../../reference_manual/brushes/brush_settings/options.rst:132 msgid "Total Random" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:131 +#: ../../reference_manual/brushes/brush_settings/options.rst:133 msgid "Random noise pattern is now painted." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:132 +#: ../../reference_manual/brushes/brush_settings/options.rst:134 msgid "Pattern" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:133 +#: ../../reference_manual/brushes/brush_settings/options.rst:135 msgid "Uses active pattern, but alignment is different per stroke." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:135 +#: ../../reference_manual/brushes/brush_settings/options.rst:137 msgid "Locked Pattern" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:135 +#: ../../reference_manual/brushes/brush_settings/options.rst:137 msgid "Locks the pattern to the brushdab" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:140 +#: ../../reference_manual/brushes/brush_settings/options.rst:142 msgid "Mix" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:142 -msgid "" -"Allows you to affect the mix of the :ref:`option_source` color with " -"Sensors. It will work with Plain Color and Gradient as source. If Plain " -"Color is selected as source, it will mix between foreground and " -"background colors selected in color picker. If Gradient is selected, it " -"chooses a point on the gradient to use as painting color according to the" -" sensors selected." +#: ../../reference_manual/brushes/brush_settings/options.rst:144 +msgid "Allows you to affect the mix of the :ref:`option_source` color with Sensors. It will work with Plain Color and Gradient as source. If Plain Color is selected as source, it will mix between foreground and background colors selected in color picker. If Gradient is selected, it chooses a point on the gradient to use as painting color according to the sensors selected." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:145 +#: ../../reference_manual/brushes/brush_settings/options.rst:147 msgid ".. image:: images/en/Krita_2_9_brushengine_mix_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:146 +#: ../../reference_manual/brushes/brush_settings/options.rst:148 msgid "Uses ~~~" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:150 +#: ../../reference_manual/brushes/brush_settings/options.rst:152 msgid ".. image:: images/en/Krita_2_9_brushengine_mix_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:153 +#: ../../reference_manual/brushes/brush_settings/options.rst:155 msgid "Flow map" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:152 -msgid "" -"The above example uses a :program:`Krita` painted flowmap in the 3d " -"program :program:`Blender`. a brush was set to source Gradient and " -"Mix:Drawing angle. The gradient in question contained the 360° for normal" -" map colours. Flow maps are used in several Shaders, such as brushed " -"metal, hair and certain river-shaders." +#: ../../reference_manual/brushes/brush_settings/options.rst:154 +msgid "The above example uses a :program:`Krita` painted flowmap in the 3d program :program:`Blender`. a brush was set to source Gradient and Mix:Drawing angle. The gradient in question contained the 360° for normal map colours. Flow maps are used in several Shaders, such as brushed metal, hair and certain river-shaders." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:160 -msgid "" -"Exactly the same as using Source:Gradient with Mix, but only available " -"for the Color Smudge Brush." +#: ../../reference_manual/brushes/brush_settings/options.rst:162 +msgid "Exactly the same as using Source:Gradient with Mix, but only available for the Color Smudge Brush." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:165 +#: ../../reference_manual/brushes/brush_settings/options.rst:168 msgid "Spacing" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:168 +#: ../../reference_manual/brushes/brush_settings/options.rst:171 msgid ".. image:: images/en/Krita_Pixel_Brush_Settings_Spacing.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:169 +#: ../../reference_manual/brushes/brush_settings/options.rst:172 msgid "This allows you to affect :ref:`option_brush_tip` with :ref:`sensors`." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:172 +#: ../../reference_manual/brushes/brush_settings/options.rst:175 msgid ".. image:: images/en/Krita_2_9_brushengine_spacing_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:173 -msgid "" -";Isotropic. :Instead of the spacing being related to the ratio of the " -"brush, it will be on diameter only." +#: ../../reference_manual/brushes/brush_settings/options.rst:176 +msgid ";Isotropic. :Instead of the spacing being related to the ratio of the brush, it will be on diameter only." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:177 +#: ../../reference_manual/brushes/brush_settings/options.rst:180 msgid ".. image:: images/en/Krita_2_9_brushengine_spacing_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:181 +#: ../../reference_manual/brushes/brush_settings/options.rst:185 msgid "Ratio" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:183 -msgid "" -"Allows you to change the ratio of the brush and bind it to parameters. " -"This also works for predifined brushes." +#: ../../reference_manual/brushes/brush_settings/options.rst:187 +msgid "Allows you to change the ratio of the brush and bind it to parameters. This also works for predifined brushes." msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:188 +#: ../../:1 msgid ".. image:: images/en/Krita_3_0_1_Brush_engine_ratio.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:189 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:191 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:193 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:195 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:197 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:199 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:201 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:203 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:205 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:207 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:209 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:211 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:213 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:215 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:217 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:219 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:221 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:223 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:225 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:227 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:229 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:231 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:233 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:235 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:237 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:239 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:241 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:243 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:245 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:247 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:249 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:251 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:253 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:255 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:257 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:259 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:261 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:263 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:265 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:267 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/options.rst:269 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/tablet_sensors.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/tablet_sensors.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/tablet_sensors.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/tablet_sensors.po @@ -1,402 +1,356 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/tablet_sensors.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:15 -msgid "Sensors" +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:1 +msgid "Tablet sensors in Krita." msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:17 -msgid "Pressure" +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:16 +msgid "Sensors" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:18 -msgid "Uses the pressure input of your tablet." +msgid "Pressure" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:19 -msgid "X-tilt" +msgid "Uses the pressure in and out values of your stylus." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:20 -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:22 -msgid "How much the brush is affected by stylus angle, if supported." +msgid "PressureIn" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:21 -msgid "Y-tilt" +msgid "Uses only pressure in values of your stylus. Previous pressure level in same stroke is overwritten *only* by applying more pressure. Lessening the pressure doesn't affect PressureIn." msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:23 -msgid "Tilt-direction" +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:22 +msgid "X-tilt" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:24 -msgid "" -"How much the brush is affected by stylus direction. The pen point " -"pointing towards the user is 0°, and can vary from -180° to +180°." +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:23 +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:25 +msgid "How much the brush is affected by stylus angle, if supported." msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:25 -msgid "Tilt-elevation" +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:24 +msgid "Y-tilt" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:26 -msgid "" -"How much the brush is affected by stylus perpendicularity. 0° is the " -"stylus horizontal, 90° is the stylus vertical." +msgid "Tilt-direction" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:27 -msgid "Speed" +msgid "How much the brush is affected by stylus direction. The pen point pointing towards the user is 0°, and can vary from -180° to +180°." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:28 -msgid "How much the brush is affected by the speed at which you draw." +msgid "Tilt-elevation" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:29 -msgid "Drawing Angle" +msgid "How much the brush is affected by stylus perpendicularity. 0° is the stylus horizontal, 90° is the stylus vertical." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:30 -msgid "" -"How much the brush is affected by which direction you are drawing in. " -":guilabel:`Lock` will lock the angle to the one you started the stroke " -"with. :guilabel:`Fan corners` will try to smoothly round the corners, " -"with the angle being the angles threshold it'll round. :guilabel:`Angle " -"offset` will add an extra offset to the current angle." +msgid "Speed" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:31 -msgid "Rotation" +msgid "How much the brush is affected by the speed at which you draw." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:32 -msgid "" -"How much a brush is affected by how the stylus is rotated, if supported " -"by the tablet." +msgid "Drawing Angle" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:33 -msgid "Distance" +msgid "How much the brush is affected by which direction you are drawing in. :guilabel:`Lock` will lock the angle to the one you started the stroke with. :guilabel:`Fan corners` will try to smoothly round the corners, with the angle being the angles threshold it'll round. :guilabel:`Angle offset` will add an extra offset to the current angle." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:34 -msgid "How much the brush is affected over length in pixels." +msgid "Rotation" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:35 -msgid "Time" +msgid "How much a brush is affected by how the stylus is rotated, if supported by the tablet." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:36 -msgid "How much a brush is affected over drawing time in seconds.." +msgid "Distance" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:37 -msgid "Fuzzy (Dab)" +msgid "How much the brush is affected over length in pixels." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:38 -msgid "Basically the random option." +msgid "Time" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:39 -msgid "Fuzzy Stroke" +msgid "How much a brush is affected over drawing time in seconds.." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:40 -msgid "" -"A randomness value that is per stroke. Useful for getting color and size " -"variation in on speed-paint brushes." +msgid "Fuzzy (Dab)" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:41 -msgid "Fade" +msgid "Basically the random option." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:42 -msgid "" -"How much the brush is affected over length, proportional to the brush " -"tine." +msgid "Fuzzy Stroke" msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:43 -msgid "Perspective" +msgid "A randomness value that is per stroke. Useful for getting color and size variation in on speed-paint brushes." msgstr "" #: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:44 +msgid "Fade" +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:45 +msgid "How much the brush is affected over length, proportional to the brush tine." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:46 +msgid "Perspective" +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:47 msgid "How much the brush is affected by the perspective assistant." msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:49 +#: ../../:1 msgid "Tangential Pressure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:46 +#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:49 msgid "How much the brush is affected by the wheel on airbrush-simulating stylii." msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:53 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:55 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:57 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:59 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:61 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:63 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:65 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:67 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:69 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:71 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:73 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:75 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:77 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:79 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:81 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:83 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:85 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:87 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:89 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:91 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:93 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:95 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:97 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:99 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:101 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:103 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:105 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:107 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:109 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:111 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:113 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:115 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:117 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:119 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:121 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:123 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:125 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:127 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:129 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/tablet_sensors.rst:131 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/texture.po b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/texture.po --- a/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/texture.po +++ b/locale/fr/LC_MESSAGES/reference_manual/brushes/brush_settings/texture.po @@ -1,433 +1,365 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/brushes/brush_settings/texture.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/brushes/brush_settings/texture.rst:15 -#: ../../reference_manual/brushes/brush_settings/texture.rst:20 +#: ../../reference_manual/brushes/brush_settings/texture.rst:1 +msgid "The texture brush settings option in Krita." +msgstr "" + +#: ../../reference_manual/brushes/brush_settings/texture.rst:16 +#: ../../reference_manual/brushes/brush_settings/texture.rst:21 msgid "Texture" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:17 -msgid "" -"This allows you to have textured strokes. This parameter always shows up " -"as two parameters:" +#: ../../reference_manual/brushes/brush_settings/texture.rst:18 +msgid "This allows you to have textured strokes. This parameter always shows up as two parameters:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:22 -#: ../../reference_manual/brushes/brush_settings/texture.rst:43 +#: ../../reference_manual/brushes/brush_settings/texture.rst:23 +#: ../../reference_manual/brushes/brush_settings/texture.rst:44 msgid "Pattern" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:23 +#: ../../reference_manual/brushes/brush_settings/texture.rst:24 msgid "Which pattern you'll be using." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:25 +#: ../../reference_manual/brushes/brush_settings/texture.rst:26 msgid "Scale" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:25 -msgid "" -"The size of the pattern. 1.0 is 100%. .. image:: " -"/images/en/Krita_2_9_brushengine_texture_05.png" +#: ../../reference_manual/brushes/brush_settings/texture.rst:26 +msgid "The size of the pattern. 1.0 is 100%. .. image:: /images/en/Krita_2_9_brushengine_texture_05.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:28 +#: ../../reference_manual/brushes/brush_settings/texture.rst:29 msgid "Horizontal Offset & Vertical Offset" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:28 -msgid "" -"How much a brush is offset, random offset sets a new per stroke. .. " -"image:: /images/en/Krita_2_9_brushengine_texture_04.png" +#: ../../reference_manual/brushes/brush_settings/texture.rst:29 +msgid "How much a brush is offset, random offset sets a new per stroke. .. image:: /images/en/Krita_2_9_brushengine_texture_04.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:36 +#: ../../reference_manual/brushes/brush_settings/texture.rst:37 msgid "Texturing mode" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:31 +#: ../../reference_manual/brushes/brush_settings/texture.rst:32 msgid "Multiply" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:32 -msgid "" -"Uses alpha multiplication to determine the effect of the texture. Has a " -"soft feel." +#: ../../reference_manual/brushes/brush_settings/texture.rst:33 +msgid "Uses alpha multiplication to determine the effect of the texture. Has a soft feel." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:34 +#: ../../reference_manual/brushes/brush_settings/texture.rst:35 msgid "Subtract" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:34 -msgid "" -"Uses substraction to determine the effect of the texture. Has a harsher, " -"more texture feel." +#: ../../reference_manual/brushes/brush_settings/texture.rst:35 +msgid "Uses subtraction to determine the effect of the texture. Has a harsher, more texture feel." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst +#: ../../reference_manual/brushes/brush_settings/texture.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_texture_01.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:48 +#: ../../reference_manual/brushes/brush_settings/texture.rst:49 msgid "Cutoff policy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:39 -msgid "" -"Cutoff policy will determine what range and where the strength will " -"affect the textured outcome." +#: ../../reference_manual/brushes/brush_settings/texture.rst:40 +msgid "Cutoff policy will determine what range and where the strength will affect the textured outcome." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:41 +#: ../../reference_manual/brushes/brush_settings/texture.rst:42 msgid "Disabled" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:42 +#: ../../reference_manual/brushes/brush_settings/texture.rst:43 msgid "doesn't cut off. Full range will be used." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:44 +#: ../../reference_manual/brushes/brush_settings/texture.rst:45 msgid "cuts the pattern off." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:46 +#: ../../reference_manual/brushes/brush_settings/texture.rst:47 msgid "Brush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:46 +#: ../../reference_manual/brushes/brush_settings/texture.rst:47 msgid "Cuts the brush-tip off." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst +#: ../../reference_manual/brushes/brush_settings/texture.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_texture_02.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:53 +#: ../../reference_manual/brushes/brush_settings/texture.rst:54 msgid "Cutoff" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:51 -msgid "" -"Cutoff is... the grayscale range that you can limit the texture to. This " -"also affects the limit takes by the strength. In the below example, we " -"move from the right arrow moved close to the left one, resulting in only " -"the darkest values being drawn. After that, three images with larger " -"range, and underneath that, three ranges with the left arrow moved, " -"result in the darkest values being cut away, leaving only the lightest. " -"The last example is the pattern without cutoff." +#: ../../reference_manual/brushes/brush_settings/texture.rst:52 +msgid "Cutoff is... the grayscale range that you can limit the texture to. This also affects the limit takes by the strength. In the below example, we move from the right arrow moved close to the left one, resulting in only the darkest values being drawn. After that, three images with larger range, and underneath that, three ranges with the left arrow moved, result in the darkest values being cut away, leaving only the lightest. The last example is the pattern without cutoff." msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst +#: ../../reference_manual/brushes/brush_settings/texture.rst:0 msgid ".. image:: images/en/Krita_2_9_brushengine_texture_07.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:57 +#: ../../reference_manual/brushes/brush_settings/texture.rst:58 msgid "Invert Pattern" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:56 -msgid "" -"Invert the pattern. .. image:: " -"/images/en/Krita_2_9_brushengine_texture_06.png" +#: ../../reference_manual/brushes/brush_settings/texture.rst:57 +msgid "Invert the pattern. .. image:: /images/en/Krita_2_9_brushengine_texture_06.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:62 +#: ../../reference_manual/brushes/brush_settings/texture.rst:63 msgid "Brightness and Contrast .. versionadded:: 3.3.1" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:60 -msgid "" -"Adjust the pattern with a simple brightness/contrast filter to make it " -"easier to use. Because Subtract and Multiply work differently, it's " -"recommended to use different values with each:" +#: ../../reference_manual/brushes/brush_settings/texture.rst:61 +msgid "Adjust the pattern with a simple brightness/contrast filter to make it easier to use. Because Subtract and Multiply work differently, it's recommended to use different values with each:" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst +#: ../../reference_manual/brushes/brush_settings/texture.rst:0 msgid ".. image:: images/en/Krita_3_1_brushengine_texture_07.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:65 +#: ../../reference_manual/brushes/brush_settings/texture.rst:66 msgid "Strength" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:67 -msgid "" -"This allows you to set the texture to Sensors. It will use the cutoff to " -"continuously draw lighter values of the texture(making the result darker)" +#: ../../reference_manual/brushes/brush_settings/texture.rst:68 +msgid "This allows you to set the texture to Sensors. It will use the cutoff to continuously draw lighter values of the texture(making the result darker)" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:70 +#: ../../reference_manual/brushes/brush_settings/texture.rst:71 msgid ".. image:: images/en/Krita_2_9_brushengine_texture_03.png" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:73 -msgid "" -"`David Revoy describing the texture feature(old) " -"`_" +#: ../../reference_manual/brushes/brush_settings/texture.rst:74 +msgid "`David Revoy describing the texture feature(old) `_" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:77 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:79 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:81 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:83 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:85 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:87 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:89 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:91 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:93 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:95 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:97 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:99 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:101 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:103 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:105 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:107 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:109 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:111 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:113 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:115 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:117 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:119 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:121 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:123 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:125 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:127 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:129 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:131 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:133 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:135 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:137 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:139 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:141 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:143 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:145 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:147 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:149 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:151 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:153 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:155 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/brushes/brush_settings/texture.rst:157 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers.po b/locale/fr/LC_MESSAGES/reference_manual/dockers.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers.po @@ -1,22 +1,20 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers.pot\n" +"Language: fr_FR\n" #: ../../reference_manual/dockers.rst:5 msgid "Dockers" @@ -26,249 +24,208 @@ msgid "All of the panels that exist in Krita and what they do." msgstr "" -#: ../../reference_manual/dockers.rst:16 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers.rst:18 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers.rst:20 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers.rst:22 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers.rst:24 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers.rst:26 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers.rst:28 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers.rst:30 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers.rst:32 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers.rst:34 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers.rst:36 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers.rst:38 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers.rst:40 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers.rst:42 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers.rst:44 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers.rst:46 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers.rst:48 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers.rst:50 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers.rst:52 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers.rst:54 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers.rst:56 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers.rst:58 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers.rst:60 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers.rst:62 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers.rst:64 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers.rst:66 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers.rst:68 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers.rst:70 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers.rst:72 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers.rst:74 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers.rst:76 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers.rst:78 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers.rst:80 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers.rst:82 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers.rst:84 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers.rst:86 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers.rst:88 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers.rst:90 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers.rst:92 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers.rst:94 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers.rst:96 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/add_shape.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/add_shape.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/add_shape.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/add_shape.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/add_shape.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/add_shape.rst:1 +msgid "The add shape docker." +msgstr "" #: ../../reference_manual/dockers/add_shape.rst:15 msgid "Add Shape" @@ -30,253 +32,212 @@ msgid "A docker for adding KOffice shapes to a Vector Layers." msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:22 +#: ../../reference_manual/dockers/add_shape.rst:23 msgid "This got removed in 4.0, the :ref:`vector_library_docker` replacing it." msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:33 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:35 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:37 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:39 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:41 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:43 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:45 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:47 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:49 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:51 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:53 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:55 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:57 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:59 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:61 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:63 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:65 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:67 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:69 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:71 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:73 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:75 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:77 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:79 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:81 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:83 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:85 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:87 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:89 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:91 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:93 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:95 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:97 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:99 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:101 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:103 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/add_shape.rst:105 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/advanced_color_selector.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/advanced_color_selector.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/advanced_color_selector.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/advanced_color_selector.po @@ -1,634 +1,523 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/advanced_color_selector.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/advanced_color_selector.rst:15 +#: ../../reference_manual/dockers/advanced_color_selector.rst:1 +msgid "Overview of the advanced color selector docker." +msgstr "" + +#: ../../reference_manual/dockers/advanced_color_selector.rst:16 msgid "Advanced Color Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:19 +#: ../../reference_manual/dockers/advanced_color_selector.rst:20 msgid ".. image:: images/en/Advancecolorselector.jpg" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:20 -msgid "" -"As compared to other color selectors in Krita, Advance color selector " -"provides more control and options to the user. To open Advance color " -"selector choose :menuselection:`Settings --> Docker --> Advance Color " -"Selector`. You can configure this docker by clicking on the little wrench" -" icon on the top left corner. Clicking on the wrench will open a popup " -"window with following tabs and options :" +#: ../../reference_manual/dockers/advanced_color_selector.rst:21 +msgid "As compared to other color selectors in Krita, Advance color selector provides more control and options to the user. To open Advance color selector choose :menuselection:`Settings --> Docker --> Advance Color Selector`. You can configure this docker by clicking on the little wrench icon on the top left corner. Clicking on the wrench will open a popup window with following tabs and options :" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:23 +#: ../../reference_manual/dockers/advanced_color_selector.rst:24 msgid "Color Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:25 +#: ../../reference_manual/dockers/advanced_color_selector.rst:26 msgid "Here you configure the main selector." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:28 +#: ../../reference_manual/dockers/advanced_color_selector.rst:29 msgid "Type and Shape" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:31 -msgid ".. image:: images/en/Krita_Color_Selector_Types.png" -msgstr "" - #: ../../reference_manual/dockers/advanced_color_selector.rst:32 -msgid "" -"Here you can pick the hsx model you'll be using. There's a small blurb " -"explaining the characteristic of each model, but let's go into detail:" +msgid ".. image:: images/en/Krita_Color_Selector_Types.png" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:35 -msgid "HSV" +#: ../../reference_manual/dockers/advanced_color_selector.rst:33 +msgid "Here you can pick the hsx model you'll be using. There's a small blurb explaining the characteristic of each model, but let's go into detail:" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:36 -msgid "" -"Stands for Hue, Saturation, Value. Saturation determines the difference " -"between white, grey, black and the most colorful color. Value in turn " -"measures either the difference between black and white, or the difference" -" between blakc and the most colorful color." +msgid "HSV" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:37 -msgid "HSL" +msgid "Stands for Hue, Saturation, Value. Saturation determines the difference between white, grey, black and the most colorful color. Value in turn measures either the difference between black and white, or the difference between black and the most colorful color." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:38 -#, python-format -msgid "" -"Stands for Hue, Saturation, Lightness. All saturated colors are equal to " -"50% lightness. Saturation allows for shifting between grey and color." +msgid "HSL" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:39 -msgid "HSI" +msgid "Stands for Hue, Saturation, Lightness. All saturated colors are equal to 50% lightness. Saturation allows for shifting between grey and color." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:40 -msgid "" -"This stands for Hue, Saturation and Intensity. Unlike HSL, this one " -"determine the intensity as the sum of total rgb components. Yellow(1,1,0)" -" has higher intensity than blue(0,0,1) but is the same intensity as " -"cyan(0,1,1)." +msgid "HSI" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:42 +#: ../../reference_manual/dockers/advanced_color_selector.rst:41 +msgid "This stands for Hue, Saturation and Intensity. Unlike HSL, this one determine the intensity as the sum of total rgb components. Yellow(1,1,0) has higher intensity than blue(0,0,1) but is the same intensity as cyan(0,1,1)." +msgstr "" + +#: ../../reference_manual/dockers/advanced_color_selector.rst:43 msgid "HSY'" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:42 -msgid "" -"Stands for Hue, Saturation, Luma, with Luma being an RGB approximation of" -" true luminosity. (Luminosity being the measurement of relative " -"lightness). HSY' uses the Luma Coefficients, like " -"[http://en.wikipedia.org/wiki/Rec._709 Rec 709], to calculate the Luma. " -"Due to this, HSY' can be the most intuitive selector to work with, or the" -" most confusing." +#: ../../reference_manual/dockers/advanced_color_selector.rst:43 +msgid "Stands for Hue, Saturation, Luma, with Luma being an RGB approximation of true luminosity. (Luminosity being the measurement of relative lightness). HSY' uses the Luma Coefficients, like [http://en.wikipedia.org/wiki/Rec._709 Rec 709], to calculate the Luma. Due to this, HSY' can be the most intuitive selector to work with, or the most confusing." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:44 -msgid "" -"Then, under shape, you can select one of the shapes available within that" -" colour model." +#: ../../reference_manual/dockers/advanced_color_selector.rst:45 +msgid "Then, under shape, you can select one of the shapes available within that colour model." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:48 -msgid "" -"Triangle is in all colour models because to a certain extent, it is a " -"wildcard shape: All colour models look the same in a equilateral triangle" -" selector." +#: ../../reference_manual/dockers/advanced_color_selector.rst:49 +msgid "Triangle is in all colour models because to a certain extent, it is a wildcard shape: All colour models look the same in a equilateral triangle selector." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:51 +#: ../../reference_manual/dockers/advanced_color_selector.rst:52 msgid "Luma Coefficients" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:53 -msgid "" -"This allows you to edit the Luma coefficients for the HSY model selectors" -" to your leisure. Want to use [http://en.wikipedia.org/wiki/Rec._601 Rec " -"601] instead of Rec 709? These boxes allow you to do that!" +#: ../../reference_manual/dockers/advanced_color_selector.rst:54 +msgid "This allows you to edit the Luma coefficients for the HSY model selectors to your leisure. Want to use [http://en.wikipedia.org/wiki/Rec._601 Rec 601] instead of Rec 709? These boxes allow you to do that!" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:55 +#: ../../reference_manual/dockers/advanced_color_selector.rst:56 msgid "By default, the Luma coefficients should add up to 1 at maximum." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:58 +#: ../../reference_manual/dockers/advanced_color_selector.rst:59 msgid "Gamma" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:58 -msgid "" -"The HSY selector is linearised, this setting allows you to choose how " -"much gamma is applied to the Luminosity for the gui element. 1.0 is fully" -" linear, 2.2 is default." +#: ../../reference_manual/dockers/advanced_color_selector.rst:59 +msgid "The HSY selector is linearised, this setting allows you to choose how much gamma is applied to the Luminosity for the gui element. 1.0 is fully linear, 2.2 is default." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:61 +#: ../../reference_manual/dockers/advanced_color_selector.rst:62 msgid "Color Space" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:63 -msgid "" -"This allows you to set the overall color space for the Advanced Color " -"Selector." +#: ../../reference_manual/dockers/advanced_color_selector.rst:64 +msgid "This allows you to set the overall color space for the Advanced Color Selector." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:66 -msgid "" -"You can pick only sRGB colors in advanced color selector regardless of " -"the color space of advanced color selector. This is a bug." +#: ../../reference_manual/dockers/advanced_color_selector.rst:67 +msgid "You can pick only sRGB colors in advanced color selector regardless of the color space of advanced color selector. This is a bug." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:69 +#: ../../reference_manual/dockers/advanced_color_selector.rst:70 msgid "Behaviour" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:72 +#: ../../reference_manual/dockers/advanced_color_selector.rst:73 msgid "When docker resizes" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:74 +#: ../../reference_manual/dockers/advanced_color_selector.rst:75 msgid "This determines the behavior of the widget as it become smaller." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:76 +#: ../../reference_manual/dockers/advanced_color_selector.rst:77 msgid "Change to Horizontal" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:77 -msgid "" -"This'll arrange the shade selector horizontal to the main selector. Only " -"works with the MyPaint shade selector" +#: ../../reference_manual/dockers/advanced_color_selector.rst:78 +msgid "This'll arrange the shade selector horizontal to the main selector. Only works with the MyPaint shade selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:78 +#: ../../reference_manual/dockers/advanced_color_selector.rst:79 msgid "Hide Shade Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:79 +#: ../../reference_manual/dockers/advanced_color_selector.rst:80 msgid "This hides the shade selector." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:81 +#: ../../reference_manual/dockers/advanced_color_selector.rst:82 msgid "Do nothing" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:81 +#: ../../reference_manual/dockers/advanced_color_selector.rst:82 msgid "Does nothing, just resizes." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:84 +#: ../../reference_manual/dockers/advanced_color_selector.rst:85 msgid "Zoom selector UI" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:86 -msgid "" -"If your have set the docker size considerably smaller to save space, this" -" option might be helpful to you. This allows you to set whether or not " -"the selector will give a zoomed view of the selector in a size specified " -"by you, you have these options for the zoom selector:" +#: ../../reference_manual/dockers/advanced_color_selector.rst:87 +msgid "If your have set the docker size considerably smaller to save space, this option might be helpful to you. This allows you to set whether or not the selector will give a zoomed view of the selector in a size specified by you, you have these options for the zoom selector:" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:88 +#: ../../reference_manual/dockers/advanced_color_selector.rst:89 msgid "when pressing middle mouse button" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:89 +#: ../../reference_manual/dockers/advanced_color_selector.rst:90 msgid "on mouse over" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:90 +#: ../../reference_manual/dockers/advanced_color_selector.rst:91 msgid "never" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:92 -msgid "" -"The size given here, is also the size of the Main Color Selector and the " -"MyPaint Shade Selector when they are called with :kbd:`shift + I` and " -":kbd:`shift`+:kbd:`M`, respectively." +#: ../../reference_manual/dockers/advanced_color_selector.rst:93 +msgid "The size given here, is also the size of the Main Color Selector and the MyPaint Shade Selector when they are called with :kbd:`shift + I` and :kbd:`shift`+:kbd:`M`, respectively." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:95 +#: ../../reference_manual/dockers/advanced_color_selector.rst:96 msgid "Hide Pop-up on click" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:95 -msgid "" -"This allows you to let the pop-up selectors called with the above hotkeys" -" to dissapear upon clicking them instead of having to leave the pop-up " -"boundary. This is useful for faster working." +#: ../../reference_manual/dockers/advanced_color_selector.rst:96 +msgid "This allows you to let the pop-up selectors called with the above hotkeys to disappear upon clicking them instead of having to leave the pop-up boundary. This is useful for faster working." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:98 +#: ../../reference_manual/dockers/advanced_color_selector.rst:99 msgid "Shade selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:100 -msgid "" -"Shade selector options. The shade selectors are useful to decide upon new" -" shades of color." +#: ../../reference_manual/dockers/advanced_color_selector.rst:101 +msgid "Shade selector options. The shade selectors are useful to decide upon new shades of color." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:104 +#: ../../reference_manual/dockers/advanced_color_selector.rst:105 msgid "Update Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:106 +#: ../../reference_manual/dockers/advanced_color_selector.rst:107 msgid "This allows you to determine when the shade selector updates." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:109 +#: ../../reference_manual/dockers/advanced_color_selector.rst:110 msgid "MyPaint Shade Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:111 -msgid "" -"Ported from MyPaint, and extended with all color models. Default hotkey " -"is :kbd:`Shift+ M`" +#: ../../reference_manual/dockers/advanced_color_selector.rst:112 +msgid "Ported from MyPaint, and extended with all color models. Default hotkey is :kbd:`Shift+ M`" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:115 +#: ../../reference_manual/dockers/advanced_color_selector.rst:116 msgid "Simple Shade Selector" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:117 +#: ../../reference_manual/dockers/advanced_color_selector.rst:118 msgid "This allows you to configure the simple shade selector in detail." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:120 +#: ../../reference_manual/dockers/advanced_color_selector.rst:121 msgid "Color Patches" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:122 +#: ../../reference_manual/dockers/advanced_color_selector.rst:123 msgid "This sets the options of the color patches." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:124 -msgid "" -"Both Color History and Colors From the Image have similar options which " -"will be explained below." -msgstr "" - -#: ../../reference_manual/dockers/advanced_color_selector.rst:126 -msgid "Show" +#: ../../reference_manual/dockers/advanced_color_selector.rst:125 +msgid "Both Color History and Colors From the Image have similar options which will be explained below." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:127 -msgid "" -"This is a radio button to show or hide the section. It also determines " -"whether or not the colors are visible with the advanced color selector " -"docker." +msgid "Show" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:128 -msgid "Size" +msgid "This is a radio button to show or hide the section. It also determines whether or not the colors are visible with the advanced color selector docker." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:129 -msgid "The size of the color boxes can be set here." +msgid "Size" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:130 -msgid "Patch Count" +msgid "The size of the color boxes can be set here." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:131 -msgid "The number of patches to display." +msgid "Patch Count" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:132 -msgid "Direction" +msgid "The number of patches to display." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:133 -msgid "The direction of the patches, Horizontal or Vertical." +msgid "Direction" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:134 -msgid "Allow Scrolling" +msgid "The direction of the patches, Horizontal or Vertical." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:135 -msgid "" -"Whether to allow scrolling in the section or not when there are too many " -"patches." +msgid "Allow Scrolling" msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:136 -msgid "Number of Columns/Rows" +msgid "Whether to allow scrolling in the section or not when there are too many patches." msgstr "" #: ../../reference_manual/dockers/advanced_color_selector.rst:137 +msgid "Number of Columns/Rows" +msgstr "" + +#: ../../reference_manual/dockers/advanced_color_selector.rst:138 msgid "The number of Columns or Rows to show in the section." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:139 +#: ../../reference_manual/dockers/advanced_color_selector.rst:140 msgid "Update After Every Stroke" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:139 -msgid "" -"This is only available for Colors From the Image and tells the docker " -"whether to update the section after every stroke or not, as after each " -"stroke the colors will change in the image." +#: ../../reference_manual/dockers/advanced_color_selector.rst:140 +msgid "This is only available for Colors From the Image and tells the docker whether to update the section after every stroke or not, as after each stroke the colors will change in the image." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:142 +#: ../../reference_manual/dockers/advanced_color_selector.rst:143 msgid "History patches" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:144 -msgid "" -"The history patches remember which colors you've drawn on canvas with. " -"They can be quickly called with :kbd:`H`" +#: ../../reference_manual/dockers/advanced_color_selector.rst:145 +msgid "The history patches remember which colors you've drawn on canvas with. They can be quickly called with :kbd:`H`" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:147 +#: ../../reference_manual/dockers/advanced_color_selector.rst:148 msgid "Common Patches" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:149 -msgid "" -"The common patches are generated from the image, and are the most common " -"colour in the image. The hotkey for them on canvas is :kbd:`U`." +#: ../../reference_manual/dockers/advanced_color_selector.rst:150 +msgid "The common patches are generated from the image, and are the most common colour in the image. The hotkey for them on canvas is :kbd:`U`." msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:152 +#: ../../reference_manual/dockers/advanced_color_selector.rst:153 msgid "External Info" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:154 -msgid "" -"`HSI and HSY for Krita’s advanced colour selector. " -"`_" +#: ../../reference_manual/dockers/advanced_color_selector.rst:155 +msgid "`HSI and HSY for Krita’s advanced colour selector. `_" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:157 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:159 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:161 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:163 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:165 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:167 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:169 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:171 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:173 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:175 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:177 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:179 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:181 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:183 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:185 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:187 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:189 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:191 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:193 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:195 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:197 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:199 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:201 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:203 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:205 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:207 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:209 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:211 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:213 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:215 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:217 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:219 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:221 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:223 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:225 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:227 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:229 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:231 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:233 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:235 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/advanced_color_selector.rst:237 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_curve.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_curve.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_curve.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_curve.po @@ -1,429 +1,348 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/animation_curve.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/animation_curve.rst:14 +#: ../../reference_manual/dockers/animation_curve.rst:1 +msgid "Overview of the animation curves docker." +msgstr "" + +#: ../../reference_manual/dockers/animation_curve.rst:15 msgid "Animation Curves Docker" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:16 -msgid "" -"The Animation Curve docker allows you to edit tweened sections by means " -"of interpolation curves. As of this time of writing, it can only edit " -"opacity." +#: ../../reference_manual/dockers/animation_curve.rst:17 +msgid "The Animation Curve docker allows you to edit tweened sections by means of interpolation curves. As of this time of writing, it can only edit opacity." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:18 -msgid "" -"The idea is that sometimes what you want to animated can be expressed as " -"a value. This allows the computer to do maths on the values, and automate" -" tasks, like interpolation, also known as 'Tweening'. Because these are " -"values, like percentage opacity, and animation happens over time, that " -"means we can visualise the way the values are interpolated as a curve " -"graph, and also edit the graph that way." +#: ../../reference_manual/dockers/animation_curve.rst:19 +msgid "The idea is that sometimes what you want to animated can be expressed as a value. This allows the computer to do maths on the values, and automate tasks, like interpolation, also known as 'Tweening'. Because these are values, like percentage opacity, and animation happens over time, that means we can visualise the way the values are interpolated as a curve graph, and also edit the graph that way." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:20 -msgid "" -"But, when you first open this docker, there's no curves visible! You will" -" first need to add opacity keyframes to the active animation layer. You " -"can do this by using the animation docker and selection 'add new opacity " -"frame'." +#: ../../reference_manual/dockers/animation_curve.rst:21 +msgid "But, when you first open this docker, there's no curves visible! You will first need to add opacity keyframes to the active animation layer. You can do this by using the animation docker and selection 'add new opacity frame'." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:24 +#: ../../reference_manual/dockers/animation_curve.rst:25 msgid ".. image:: images/en/Animation_curves_1.png" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:25 -msgid "" -"Opacity should create a bright red curve line in the docker. On the left," -" in the layer list, you will see that the active layer has an outline of " -"it's properties: A red 'opacity' has appeared. Pressing the red dot will " -"hide the current curve, which'll be more useful in the future when more " -"properties can be animated." +#: ../../reference_manual/dockers/animation_curve.rst:26 +msgid "Opacity should create a bright red curve line in the docker. On the left, in the layer list, you will see that the active layer has an outline of it's properties: A red 'opacity' has appeared. Pressing the red dot will hide the current curve, which'll be more useful in the future when more properties can be animated." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:28 +#: ../../reference_manual/dockers/animation_curve.rst:29 msgid ".. image:: images/en/Animation_curves_2.png" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:29 -msgid "" -"If you select a dot of the curve, you can move it around to shift it's " -"place in the time-line or it's value." +#: ../../reference_manual/dockers/animation_curve.rst:30 +msgid "If you select a dot of the curve, you can move it around to shift it's place in the time-line or it's value." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:31 +#: ../../reference_manual/dockers/animation_curve.rst:32 msgid "On the top, you can select the method of smoothing:" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:33 +#: ../../reference_manual/dockers/animation_curve.rst:34 msgid "Hold Value" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:34 +#: ../../reference_manual/dockers/animation_curve.rst:35 msgid "This keeps the value the same until there's a new keyframe." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:35 +#: ../../reference_manual/dockers/animation_curve.rst:36 msgid "Linear Interpolation (Default)" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:36 +#: ../../reference_manual/dockers/animation_curve.rst:37 msgid "This gives a straight interpolation between two values." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:38 +#: ../../reference_manual/dockers/animation_curve.rst:39 msgid "Custom interpolation" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:38 -msgid "" -"This allows you to set the section after the keyframe node as one that " -"can be modified. |mouseleft| +dragging on the node allows you to drag out" -" a handler node for adjusting the curving." +#: ../../reference_manual/dockers/animation_curve.rst:39 +msgid "This allows you to set the section after the keyframe node as one that can be modified. |mouseleft| +dragging on the node allows you to drag out a handler node for adjusting the curving." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:73 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:40 -#, python-format -msgid "" -"So, for example, making a 100% opacity keyframe on frame 0 and and a 0% " -"opacity one on frame 24 gives the following result:" +#: ../../reference_manual/dockers/animation_curve.rst:41 +msgid "So, for example, making a 100% opacity keyframe on frame 0 and a 0% opacity one on frame 24 gives the following result:" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:43 +#: ../../reference_manual/dockers/animation_curve.rst:44 msgid ".. image:: images/en/Ghost_linear.gif" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:44 -#, python-format -msgid "" -"If we select frame 12 and press :guilabel:`Add New Keyframe` A new " -"opacity keyframe is added on that spot. We can set this frame to 100% and" -" set frame 0 to 0% for this effect." +#: ../../reference_manual/dockers/animation_curve.rst:45 +msgid "If we select frame 12 and press :guilabel:`Add New Keyframe` A new opacity keyframe is added on that spot. We can set this frame to 100% and set frame 0 to 0% for this effect." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:47 +#: ../../reference_manual/dockers/animation_curve.rst:48 msgid ".. image:: images/en/Ghost_linear_in-out.gif" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:48 -msgid "" -"Now, if we want easing in, we select the node on frame 0 and press the " -":guilabel:`Custom Interpolation` button at the top. This will enable " -"custom interpolation on the curve between frames 0 and 12. Doing the same" -" on frame 12 will enable custom interpolation between frames 12 and 24. " -"Drag from the node to add a handle, which in turn you can use to get the " -"following effects:" +#: ../../reference_manual/dockers/animation_curve.rst:49 +msgid "Now, if we want easing in, we select the node on frame 0 and press the :guilabel:`Custom Interpolation` button at the top. This will enable custom interpolation on the curve between frames 0 and 12. Doing the same on frame 12 will enable custom interpolation between frames 12 and 24. Drag from the node to add a handle, which in turn you can use to get the following effects:" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:51 +#: ../../reference_manual/dockers/animation_curve.rst:52 msgid ".. image:: images/en/Ghost_ease_in-out.gif" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:53 +#: ../../reference_manual/dockers/animation_curve.rst:54 msgid ".. image:: images/en/Animation_curves_3.png" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:54 +#: ../../reference_manual/dockers/animation_curve.rst:55 msgid "The above shows an ease-in curve." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:56 +#: ../../reference_manual/dockers/animation_curve.rst:57 msgid "And convex/concave examples:" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:59 +#: ../../reference_manual/dockers/animation_curve.rst:60 msgid ".. image:: images/en/Ghost_concave_in-out.gif" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:61 +#: ../../reference_manual/dockers/animation_curve.rst:62 msgid ".. image:: images/en/Animation_curves_4.png" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:63 +#: ../../reference_manual/dockers/animation_curve.rst:64 msgid ".. image:: images/en/Ghost_convex_int-out.gif" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:65 +#: ../../reference_manual/dockers/animation_curve.rst:66 msgid ".. image:: images/en/Animation_curves_5.png" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:66 -msgid "" -"As you may be able to tell, there's quite a different 'texture', so to " -"speak, to each of these animations, despite the difference being only in " -"the curves. Indeed, a good animator can get quite some tricks out of " -"interpolation curves, and as we develop Krita, we hope to add more " -"properties for you to animate this way." +#: ../../reference_manual/dockers/animation_curve.rst:67 +msgid "As you may be able to tell, there's quite a different 'texture', so to speak, to each of these animations, despite the difference being only in the curves. Indeed, a good animator can get quite some tricks out of interpolation curves, and as we develop Krita, we hope to add more properties for you to animate this way." msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:70 -msgid "" -"Opacity has currently 255 as maximum in the curve editor, as that's how " -"opacity is stored internally" +#: ../../reference_manual/dockers/animation_curve.rst:71 +msgid "Opacity has currently 255 as maximum in the curve editor, as that's how opacity is stored internally" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:75 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:77 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:79 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:81 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:83 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:85 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:87 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:89 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:91 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:93 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:95 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:97 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:99 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:101 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:103 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:105 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:107 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:109 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:111 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:113 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:115 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:117 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:119 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:121 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:123 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:125 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:127 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:129 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:131 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:133 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:135 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:137 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:139 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:141 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:143 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:145 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:147 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:149 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:151 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/animation_curve.rst:153 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/animation_docker.po @@ -1,340 +1,283 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/animation_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/animation_docker.rst:14 +#: ../../reference_manual/dockers/animation_docker.rst:1 +msgid "Overview of the animation docker." +msgstr "" + +#: ../../reference_manual/dockers/animation_docker.rst:15 msgid "Animation Docker" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:17 +#: ../../reference_manual/dockers/animation_docker.rst:18 msgid ".. image:: images/en/Animation_docker.png" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:18 +#: ../../reference_manual/dockers/animation_docker.rst:19 msgid "To have a playback of the animation, you need to use the animation docker." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:20 -msgid "" -"The first big box represents the current Frame. The frames are counted " -"with programmer's counting so they start at 0." +#: ../../reference_manual/dockers/animation_docker.rst:21 +msgid "The first big box represents the current Frame. The frames are counted with programmer's counting so they start at 0." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:22 -msgid "" -"Then there's two boxes for you change the playback range here.So, if you " -"want to do a 10 frame animation, set the end to 10, and then Krita will " -"cycle through the frames 0 to 10." +#: ../../reference_manual/dockers/animation_docker.rst:23 +msgid "Then there's two boxes for you change the playback range here.So, if you want to do a 10 frame animation, set the end to 10, and then Krita will cycle through the frames 0 to 10." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:24 -msgid "" -"The bar in the middle is filled with playback options, and each of these " -"can also be hot-keyed. The difference between a keyframe and a normal " -"frame in this case is that a normal frame is empty, while a keyframe is " -"filled." +#: ../../reference_manual/dockers/animation_docker.rst:25 +msgid "The bar in the middle is filled with playback options, and each of these can also be hot-keyed. The difference between a keyframe and a normal frame in this case is that a normal frame is empty, while a keyframe is filled." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:26 -msgid "" -"Then, there's buttons for adding, copying and removing frames. More " -"interesting is the next row:" +#: ../../reference_manual/dockers/animation_docker.rst:27 +msgid "Then, there's buttons for adding, copying and removing frames. More interesting is the next row:" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:28 +#: ../../reference_manual/dockers/animation_docker.rst:29 msgid "Onion Skin" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:29 +#: ../../reference_manual/dockers/animation_docker.rst:30 msgid "Opens the :ref:`onion_skin_docker` if it wasn't open before." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:30 +#: ../../reference_manual/dockers/animation_docker.rst:31 msgid "Auto Frame Mode" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:31 -msgid "" -"Will make a frame out of any empty frame you are working on. Currently " -"automatically copies the previous frame." +#: ../../reference_manual/dockers/animation_docker.rst:32 +msgid "Will make a frame out of any empty frame you are working on. Currently automatically copies the previous frame." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:33 +#: ../../reference_manual/dockers/animation_docker.rst:34 msgid "Drop frames" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:33 -msgid "" -"This'll drop frames if you computer isn't fast enough to show all frames " -"at once. This process is automatic, but the icon will become red if it's " -"forced to do this." +#: ../../reference_manual/dockers/animation_docker.rst:34 +msgid "This'll drop frames if you computer isn't fast enough to show all frames at once. This process is automatic, but the icon will become red if it's forced to do this." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:35 -msgid "" -"You can also set the speedup of the playback, which is different from the" -" framerate." +#: ../../reference_manual/dockers/animation_docker.rst:36 +msgid "You can also set the speedup of the playback, which is different from the framerate." msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:38 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:40 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:42 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:44 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:46 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:48 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:50 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:52 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:54 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:56 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:58 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:60 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:62 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:64 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:66 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:68 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:70 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:72 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:74 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:76 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:78 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:80 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:82 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:84 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:86 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:88 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:90 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:92 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:94 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:96 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:98 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:100 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:102 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:104 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:106 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:108 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:110 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:112 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:114 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:116 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/animation_docker.rst:118 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/artistic_color_selector.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/artistic_color_selector.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/artistic_color_selector.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/artistic_color_selector.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/artistic_color_selector.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/artistic_color_selector.rst:1 +msgid "Overview of the artistic color selector docker." +msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:16 msgid "Artist Color Selector Docker" @@ -27,19 +29,15 @@ msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:20 -msgid "" -"A round selector that tries to give you the tools to select colors ramps " -"efficiently." +msgid "A round selector that tries to give you the tools to select colors ramps efficiently." msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:23 msgid "Preference" msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:25 -msgid "" -"Set the color model used by the selector, as well as the amount of " -"segments." +msgid "Set the color model used by the selector, as well as the amount of segments." msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:28 @@ -55,271 +53,226 @@ msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:35 -msgid "" -"This changes the algorithm around so it gives proper values for the grey." -" Without absolute, it'll use HSV values for grey to the corresponding hue" -" and lightness." +msgid "This changes the algorithm around so it gives proper values for the grey. Without absolute, it'll use HSV values for grey to the corresponding hue and lightness." msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:38 msgid "Usage" msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:40 -msgid "" -"|mouseleft| the swatches to change the foreground color. Use |mouseright|" -" + Drag to shift the alignment of the selector swatches within a specific" -" saturation ring. Use |mouseleft| + Drag to shift the alignment of all " -"swatches." +msgid "|mouseleft| the swatches to change the foreground color. Use |mouseright| + Drag to shift the alignment of the selector swatches within a specific saturation ring. Use |mouseleft| + Drag to shift the alignment of all swatches." msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:46 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" #: ../../reference_manual/dockers/artistic_color_selector.rst:43 msgid "This selector does not update on change of foreground color." msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:50 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:54 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:56 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:58 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:60 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:62 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:64 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:66 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:68 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:70 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:72 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:74 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:76 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:78 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:80 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:82 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:84 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:86 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:88 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:90 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:92 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:94 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:96 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:98 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:100 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:102 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:104 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:106 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:108 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:110 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:112 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:114 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:116 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:118 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:120 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:122 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:124 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/artistic_color_selector.rst:126 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/brush_preset_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/brush_preset_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/brush_preset_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/brush_preset_docker.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/brush_preset_docker.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/brush_preset_docker.rst:1 +msgid "Overview of the brush presets docker." +msgstr "" #: ../../reference_manual/dockers/brush_preset_docker.rst:16 msgid "Preset Docker" @@ -27,18 +29,16 @@ msgstr "" #: ../../reference_manual/dockers/brush_preset_docker.rst:20 -msgid "" -"This docker allows you to switch the current brush you're using, as well " -"as tagging the brushes." +msgid "This docker allows you to switch the current brush you're using, as well as tagging the brushes." msgstr "" #: ../../reference_manual/dockers/brush_preset_docker.rst:22 msgid "Just |mouseleft| on an icon to switch to that brush!" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" @@ -50,243 +50,204 @@ msgid "|mouseright| a brush to add a tag or remove a tag." msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:38 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:40 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:42 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:44 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:46 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:48 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:50 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:52 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:54 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:56 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:58 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:60 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:62 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:64 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:66 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:68 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:70 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:72 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:74 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:76 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:78 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:80 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:82 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:84 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:86 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:88 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:90 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:92 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:94 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:96 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:98 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:100 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:102 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:104 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:106 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:108 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/brush_preset_docker.rst:110 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/channels_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/channels_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/channels_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/channels_docker.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/channels_docker.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/channels_docker.rst:1 +msgid "Overview of the channels docker." +msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:15 msgid "Channels" @@ -27,22 +29,15 @@ msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:19 -msgid "" -"The channel docker allows you to turn on and off the channels associated " -"with the color space that you are using. Each channel has an enabled and " -"disabled checkbox. You cannot edit individual layer channels from this " -"docker." +msgid "The channel docker allows you to turn on and off the channels associated with the color space that you are using. Each channel has an enabled and disabled checkbox. You cannot edit individual layer channels from this docker." msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:22 msgid "Editing Channels" msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:24 -msgid "" -"If you want to edit individual channels by their greyscale component, you" -" will need to manually separate a layer. This can be done with a series " -"of commands with the layer docker." +msgid "If you want to edit individual channels by their greyscale component, you will need to manually separate a layer. This can be done with a series of commands with the layer docker." msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:26 @@ -74,15 +69,11 @@ msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:35 -msgid "" -"Select All of the new channel layers and put them in a group layer " -"(:menuselection:`Layer --> Quick Group`)" +msgid "Select All of the new channel layers and put them in a group layer (:menuselection:`Layer --> Quick Group`)" msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:36 -msgid "" -"Select the Red layer and change the blending mode to \"Copy Red\" (these " -"are in the Misc. category)" +msgid "Select the Red layer and change the blending mode to \"Copy Red\" (these are in the Misc. category)" msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:37 @@ -102,261 +93,215 @@ msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:42 -msgid "" -"Here is a `video to see this process `_ in Krita 3.0" +msgid "Here is a `video to see this process `_ in Krita 3.0" msgstr "" #: ../../reference_manual/dockers/channels_docker.rst:44 -msgid "" -"When working with editing channels, it can be easier to use the Isolate " -"Layer feature to only see the channel. Right-click on the layer to find " -"Isolate Layer." +msgid "When working with editing channels, it can be easier to use the Isolate Layer feature to only see the channel. Right-click on the layer to find Isolate Layer." msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:48 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:50 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:54 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:56 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:58 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:60 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:62 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:64 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:66 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:68 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:70 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:72 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:74 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:76 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:78 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:80 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:82 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:84 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:86 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:88 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:90 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:92 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:94 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:96 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:98 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:100 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:102 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:104 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:106 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:108 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:110 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:112 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:114 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:116 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:118 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:120 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:122 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:124 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:126 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/channels_docker.rst:128 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/compositions.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/compositions.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/compositions.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/compositions.po @@ -1,32 +1,31 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/compositions.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/compositions.rst:1 +msgid "Overview of the compositions docker." +msgstr "" #: ../../reference_manual/dockers/compositions.rst:17 msgid "Compositions" msgstr "" #: ../../reference_manual/dockers/compositions.rst:19 -msgid "" -"The compositions docker allows you to save the configurations of you " -"layers being visible and invisible, allowing you to save several " -"configurations of your layers." +msgid "The compositions docker allows you to save the configurations of you layers being visible and invisible, allowing you to save several configurations of your layers." msgstr "" #: ../../reference_manual/dockers/compositions.rst:22 @@ -38,10 +37,7 @@ msgstr "" #: ../../reference_manual/dockers/compositions.rst:24 -msgid "" -"You do this by setting your layers as you wish, then pressing the plus " -"sign. If you had a word in the text-box to the left, this will be the " -"name of your new composition." +msgid "You do this by setting your layers as you wish, then pressing the plus sign. If you had a word in the text-box to the left, this will be the name of your new composition." msgstr "" #: ../../reference_manual/dockers/compositions.rst:26 @@ -65,262 +61,221 @@ msgstr "" #: ../../reference_manual/dockers/compositions.rst:31 -msgid "" -"|mouseright| a composition to overwrite it with the the current " -"configuration." +msgid "|mouseright| a composition to overwrite it with the current configuration." msgstr "" -#: ../../reference_manual/dockers/compositions.rst:39 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:35 +#: ../../:1 msgid "Rename composition" msgstr "" #: ../../reference_manual/dockers/compositions.rst:33 msgid "|mouseright| a composition to rename it." msgstr "" -#: ../../reference_manual/dockers/compositions.rst:37 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:41 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:43 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:45 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:47 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:49 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:51 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:53 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:55 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:57 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:59 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:61 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:63 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:65 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:67 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:69 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:71 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:73 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:75 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:77 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:79 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:81 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:83 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:85 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:87 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:89 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:91 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:93 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:95 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:97 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:99 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:101 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:103 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:105 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:107 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:109 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:111 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:113 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:115 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/compositions.rst:117 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/digital_color_mixer.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/digital_color_mixer.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/digital_color_mixer.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/digital_color_mixer.po @@ -1,298 +1,251 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/digital_color_mixer.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/digital_color_mixer.rst:15 +#: ../../reference_manual/dockers/digital_color_mixer.rst:1 +msgid "Overview of the digital color mixer docker." +msgstr "" + +#: ../../reference_manual/dockers/digital_color_mixer.rst:16 msgid "Digital Color Mixer" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:18 +#: ../../reference_manual/dockers/digital_color_mixer.rst:19 msgid ".. image:: images/en/Krita_Digital_Color_Mixer_Docker.png" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:19 +#: ../../reference_manual/dockers/digital_color_mixer.rst:20 msgid "This docker allows you to do simple mathematical color mixing." msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:21 +#: ../../reference_manual/dockers/digital_color_mixer.rst:22 msgid "It works as follows:" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:23 +#: ../../reference_manual/dockers/digital_color_mixer.rst:24 msgid "You have on the left side the current color." msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:25 -msgid "" -"Next to that there's six columns. Each of these column consists of three " -"rows: The lowest row is the color that you are mixing the current color " -"with. Ticking this button allows you to set a different colour using a " -"palette and the mini-color wheel. The slider above this mixing color " -"represent the proportions of the mixing color and the current color. The " -"higher the slider, the less of the mixing color will be used in mixing. " -"Finally, the result color. Clicking this will change your current color " -"to the result color." +#: ../../reference_manual/dockers/digital_color_mixer.rst:26 +msgid "Next to that there's six columns. Each of these column consists of three rows: The lowest row is the color that you are mixing the current color with. Ticking this button allows you to set a different colour using a palette and the mini-color wheel. The slider above this mixing color represent the proportions of the mixing color and the current color. The higher the slider, the less of the mixing color will be used in mixing. Finally, the result color. Clicking this will change your current color to the result color." msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:35 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:37 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:39 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:41 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:43 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:45 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:47 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:49 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:51 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:53 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:55 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:57 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:59 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:61 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:63 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:65 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:67 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:69 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:71 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:73 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:75 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:77 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:79 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:81 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:83 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:85 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:87 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:89 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:91 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:93 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:95 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:97 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:99 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:101 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:103 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:105 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:107 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/digital_color_mixer.rst:109 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/grids_and_guides.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/grids_and_guides.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/grids_and_guides.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/grids_and_guides.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/grids_and_guides.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/grids_and_guides.rst:1 +msgid "Overview of the grids and guides docker." +msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:17 msgid "Grids and Guides Docker" @@ -27,21 +29,15 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:21 -msgid "" -"This docker controls the look and the visibility of both the Grid and the" -" Guides decorations. It also features a checkbox to quickly toggle " -"snapping on or off." +msgid "This docker controls the look and the visibility of both the Grid and the Guides decorations. It also features a checkbox to quickly toggle snapping on or off." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:24 msgid "Grids" msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:26 -msgid "" -"Grids in Krita can currently only be orthogonal and diagonal.. There is a" -" single grid per canvas, and it is saved within the document. Thus it can" -" be saved in a :ref:`templates`." +msgid "Grids in Krita can currently only be orthogonal and diagonal.. There is a single grid per canvas, and it is saved within the document. Thus it can be saved in a :ref:`templates`." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:28 @@ -57,9 +53,7 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:31 -msgid "" -"Toggles grid snapping on or off. This can also be achieved with " -":kbd:`shift + S`." +msgid "Toggles grid snapping on or off. This can also be achieved with :kbd:`shift + S`." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:49 @@ -91,10 +85,7 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:41 -msgid "" -"Groups cells together as larger squares and changes the look of the lines" -" it contains. A subdivision of 2 will make cells appear twice as big, and" -" the inner lines will become subdivisions." +msgid "Groups cells together as larger squares and changes the look of the lines it contains. A subdivision of 2 will make cells appear twice as big, and the inner lines will become subdivisions." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:49 @@ -126,9 +117,7 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:52 -msgid "" -"Offsets the grid’s starting position from the top-left corner of the " -"document, in pixels." +msgid "Offsets the grid’s starting position from the top-left corner of the document, in pixels." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:53 @@ -152,20 +141,15 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:60 -msgid "" -"The grid's base size is 64 pixels. With a subdivision of 2, the main grid" -" lines are 128 px away from one another, and the intermediate lines have " -"a different look." +msgid "The grid's base size is 64 pixels. With a subdivision of 2, the main grid lines are 128 px away from one another, and the intermediate lines have a different look." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:63 msgid "Guides" msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:65 -msgid "" -"Guides are horizontal and vertical reference lines. You can use them to " -"place and align layers accurately on the canvas." +msgid "Guides are horizontal and vertical reference lines. You can use them to place and align layers accurately on the canvas." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:68 @@ -189,283 +173,227 @@ msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:77 -msgid "" -"To create a guide, move your cursor over a ruler and drag in the " -"direction of the canvas. A line will appear. Dragging from the left ruler" -" creates a vertical guide, and dragging from the top ruler creates a " -"horizontal guide." +msgid "To create a guide, move your cursor over a ruler and drag in the direction of the canvas. A line will appear. Dragging from the left ruler creates a vertical guide, and dragging from the top ruler creates a horizontal guide." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:79 -msgid "" -"Editing Guides Place your cursor above a guide on the canvas. If the " -"guides are not locked, your cursor will change to a double arrow. In that" -" case, click and drag to move the guide. To lock and unlock the guides, " -"open the Grid and Guides Docker. Ensure that the Guides tab is selected. " -"From here you can lock the guides, enable snapping, and change the line " -"style." +msgid "Editing Guides Place your cursor above a guide on the canvas. If the guides are not locked, your cursor will change to a double arrow. In that case, click and drag to move the guide. To lock and unlock the guides, open the Grid and Guides Docker. Ensure that the Guides tab is selected. From here you can lock the guides, enable snapping, and change the line style." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:85 -msgid "" -"Currently, it is not possible to create or to move guides to precise " -"positions. The only way to achieve that for now is to zoom in on the " -"canvas, or to use the grid and snapping to place the guide." +msgid "Currently, it is not possible to create or to move guides to precise positions. The only way to achieve that for now is to zoom in on the canvas, or to use the grid and snapping to place the guide." msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:88 msgid "Removing Guides" msgstr "" #: ../../reference_manual/dockers/grids_and_guides.rst:90 -msgid "" -"Click on the guide you want to remove and drag it outside of the canvas " -"area. When you release your mouse or stylus, the guide will be removed." +msgid "Click on the guide you want to remove and drag it outside of the canvas area. When you release your mouse or stylus, the guide will be removed." msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:93 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:95 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:97 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:99 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:101 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:103 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:105 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:107 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:109 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:111 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:113 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:115 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:117 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:119 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:121 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:123 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:125 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:127 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:129 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:131 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:133 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:135 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:137 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:139 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:141 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:143 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:145 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:147 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:149 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:151 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:153 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:155 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:157 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:159 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:161 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:163 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:165 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:167 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:169 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:171 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/grids_and_guides.rst:173 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/histogram_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/histogram_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/histogram_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/histogram_docker.po @@ -1,298 +1,251 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/histogram_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/histogram_docker.rst:15 +#: ../../reference_manual/dockers/histogram_docker.rst:1 +msgid "Overview of the histogram docker." +msgstr "" + +#: ../../reference_manual/dockers/histogram_docker.rst:16 msgid "Histogram Docker" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:17 -msgid "" -"A Histogram is a chart that shows how much of a specific channel value is" -" used in an image. It's purpose is to give a really technical " -"representation of the colors in an image, which can be helpful in " -"decision making about filters." +#: ../../reference_manual/dockers/histogram_docker.rst:18 +msgid "A Histogram is a chart that shows how much of a specific channel value is used in an image. It's purpose is to give a really technical representation of the colors in an image, which can be helpful in decision making about filters." msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:20 +#: ../../reference_manual/dockers/histogram_docker.rst:21 msgid ".. image:: images/en/Histogram_docker.png" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:21 -msgid "" -"The histogram docker was already available via :menuselection:`layers -->" -" histogram`, but it's now a proper docker." +#: ../../reference_manual/dockers/histogram_docker.rst:22 +msgid "The histogram docker was already available via :menuselection:`layers --> histogram`, but it's now a proper docker." msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:23 +#: ../../reference_manual/dockers/histogram_docker.rst:24 msgid "External Links:" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:25 -msgid "" -"`Wikipedia's entry on image histograms " -"`_" +#: ../../reference_manual/dockers/histogram_docker.rst:26 +msgid "`Wikipedia's entry on image histograms `_" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:35 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:37 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:39 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:41 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:43 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:45 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:47 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:49 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:51 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:53 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:55 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:57 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:59 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:61 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:63 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:65 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:67 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:69 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:71 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:73 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:75 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:77 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:79 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:81 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:83 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:85 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:87 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:89 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:91 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:93 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:95 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:97 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:99 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:101 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:103 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:105 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:107 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/histogram_docker.rst:109 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/layers.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/layers.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/layers.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/layers.po @@ -1,568 +1,471 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/layers.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/layers.rst:16 -msgid "Layers" +#: ../../reference_manual/dockers/layers.rst:1 +msgid "Overview of the layers docker." msgstr "" -#: ../../reference_manual/dockers/layers.rst:19 -msgid ".. image:: images/en/Krita_Layers_Docker.png" +#: ../../reference_manual/dockers/layers.rst:17 +msgid "Layers" msgstr "" #: ../../reference_manual/dockers/layers.rst:20 -msgid "" -"The Layers docker is for one of the core concepts of Krita: :ref:`Layer " -"Management `. You can add, delete, rename, duplicate " -"and do many other things to layers here." +msgid ".. image:: images/en/Krita_Layers_Docker.png" msgstr "" -#: ../../reference_manual/dockers/layers.rst:23 -msgid "The Layer Stack" +#: ../../reference_manual/dockers/layers.rst:21 +msgid "The Layers docker is for one of the core concepts of Krita: :ref:`Layer Management `. You can add, delete, rename, duplicate and do many other things to layers here." msgstr "" -#: ../../reference_manual/dockers/layers.rst:25 -msgid "" -"You can select the active layer here. Using :kbd:`shift` and :kbd:`ctrl` " -"you can select multiple layers and drag-and-drop them. You can also " -"change the visibility, edit state, alpha inheritance and rename layers. " -"You can open and close groups, and you can drag and drop layers, either " -"to reorder them, or to put them in groups." +#: ../../reference_manual/dockers/layers.rst:24 +msgid "The Layer Stack" msgstr "" -#: ../../reference_manual/dockers/layers.rst:27 -msgid "Name" +#: ../../reference_manual/dockers/layers.rst:26 +msgid "You can select the active layer here. Using :kbd:`shift` and :kbd:`ctrl` you can select multiple layers and drag-and-drop them. You can also change the visibility, edit state, alpha inheritance and rename layers. You can open and close groups, and you can drag and drop layers, either to reorder them, or to put them in groups." msgstr "" #: ../../reference_manual/dockers/layers.rst:28 -msgid "" -"The Layer name, just do double- |mouseleft| to make it editable, and " -"press :kbd:`Enter` to finish editing." +msgid "Name" msgstr "" -#: ../../reference_manual/dockers/layers.rst:94 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../reference_manual/dockers/layers.rst:29 +msgid "The Layer name, just do double- |mouseleft| to make it editable, and press :kbd:`Enter` to finish editing." +msgstr "" + +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/layers.rst:29 +#: ../../reference_manual/dockers/layers.rst:30 msgid "Label" msgstr "" -#: ../../reference_manual/dockers/layers.rst:30 -msgid "" -"This is a color that you can set on the layer. |mouseright| the layer to " -"get a context menu to assign a color to it. You can then later filter on " -"these colors." +#: ../../reference_manual/dockers/layers.rst:31 +msgid "This is a color that you can set on the layer. |mouseright| the layer to get a context menu to assign a color to it. You can then later filter on these colors." msgstr "" -#: ../../reference_manual/dockers/layers.rst:96 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/layers.rst:31 -msgid "Blending Mode" -msgstr "" - #: ../../reference_manual/dockers/layers.rst:32 -msgid "This will set the :ref:`blending_modes` of the layer." +msgid "Blending Mode" msgstr "" #: ../../reference_manual/dockers/layers.rst:33 -msgid "Opacity" +msgid "This will set the :ref:`blending_modes` of the layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:34 -msgid "This will set the opacity of the whole layer." +msgid "Opacity" msgstr "" #: ../../reference_manual/dockers/layers.rst:35 -msgid "Visibility" +msgid "This will set the opacity of the whole layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:36 -msgid "An eye-icon. Clicking this can hide a whole layer." +msgid "Visibility" msgstr "" #: ../../reference_manual/dockers/layers.rst:37 -msgid "Edit State (Or layer Locking)" +msgid "An eye-icon. Clicking this can hide a whole layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:38 -msgid "" -"A lock Icon. Clicking this will prevent the layer from being edited, " -"useful when handling large amounts of layers." +msgid "Edit State (Or layer Locking)" msgstr "" #: ../../reference_manual/dockers/layers.rst:39 -msgid "Alpha Lock" +msgid "A lock Icon. Clicking this will prevent the layer from being edited, useful when handling large amounts of layers." msgstr "" #: ../../reference_manual/dockers/layers.rst:40 -msgid "" -"This will prevent the alpha of the layer being edited. In more plain " -"terms: This will prevent the transparency of a layer being changed. " -"Useful in colouring images." +msgid "Alpha Lock" msgstr "" #: ../../reference_manual/dockers/layers.rst:41 -msgid "Pass-through mode" +msgid "This will prevent the alpha of the layer being edited. In more plain terms: This will prevent the transparency of a layer being changed. Useful in colouring images." msgstr "" #: ../../reference_manual/dockers/layers.rst:42 -msgid "" -"Only available on Group Layers, this allows you to have the blending " -"modes of the layers within affect the layers outside the group. Doesn't " -"work with masks currently, therefore these have a strike-through on group" -" layers set to pass-through." +msgid "Pass-through mode" msgstr "" #: ../../reference_manual/dockers/layers.rst:43 -msgid "Alpha Inheritance" +msgid "Only available on Group Layers, this allows you to have the blending modes of the layers within affect the layers outside the group. Doesn't work with masks currently, therefore these have a strike-through on group layers set to pass-through." msgstr "" #: ../../reference_manual/dockers/layers.rst:44 -msgid "" -"This will use the alpha of all the peers of this layer as a transparency " -"mask. For a full explanation see :ref:`layers_and_masks`." +msgid "Alpha Inheritance" msgstr "" #: ../../reference_manual/dockers/layers.rst:45 -msgid "Open or Close Layers" +msgid "This will use the alpha of all the peers of this layer as a transparency mask. For a full explanation see :ref:`layers_and_masks`." msgstr "" #: ../../reference_manual/dockers/layers.rst:46 -msgid "" -"(An Arrow Icon) This will allow you to access sub-layers of a layer. Seen" -" with masks and groups." +msgid "Open or Close Layers" msgstr "" #: ../../reference_manual/dockers/layers.rst:47 -msgid "Onion Skin" +msgid "(An Arrow Icon) This will allow you to access sub-layers of a layer. Seen with masks and groups." msgstr "" #: ../../reference_manual/dockers/layers.rst:48 -msgid "" -"This is only available on :ref:`animated layers `, and toggles" -" the onion skin feature." +msgid "Onion Skin" +msgstr "" + +#: ../../reference_manual/dockers/layers.rst:49 +msgid "This is only available on :ref:`animated layers `, and toggles the onion skin feature." msgstr "" -#: ../../reference_manual/dockers/layers.rst:50 +#: ../../reference_manual/dockers/layers.rst:51 msgid "Layer Style" msgstr "" -#: ../../reference_manual/dockers/layers.rst:50 -msgid "" -"This is only available on layers which have a :ref:`layer_style` " -"assigned. The button allows you to switch between on/off quickly." +#: ../../reference_manual/dockers/layers.rst:51 +msgid "This is only available on layers which have a :ref:`layer_style` assigned. The button allows you to switch between on/off quickly." msgstr "" -#: ../../reference_manual/dockers/layers.rst:52 -msgid "" -"To edit these properties on multiple layers at once, press the properties" -" option when you have multiple layers selected or press :kbd:`F3` There, " -"to change the names of all layers, the checkbox before :guilabel:`name` " -"should be ticked after which you can type in a name. Krita will " -"automatically add a number behind the layer-names. You can change other " -"layer properties like visibility, opacity, lock states etc too." +#: ../../reference_manual/dockers/layers.rst:53 +msgid "To edit these properties on multiple layers at once, press the properties option when you have multiple layers selected or press :kbd:`F3` There, to change the names of all layers, the checkbox before :guilabel:`name` should be ticked after which you can type in a name. Krita will automatically add a number behind the layer-names. You can change other layer properties like visibility, opacity, lock states etc too." msgstr "" -#: ../../reference_manual/dockers/layers.rst:56 +#: ../../reference_manual/dockers/layers.rst:57 msgid ".. image:: images/en/Krita-multi-layer-edit.png" msgstr "" -#: ../../reference_manual/dockers/layers.rst:58 +#: ../../reference_manual/dockers/layers.rst:59 msgid "Lower buttons" msgstr "" -#: ../../reference_manual/dockers/layers.rst:60 +#: ../../reference_manual/dockers/layers.rst:61 msgid "These are buttons for doing layer operations." msgstr "" -#: ../../reference_manual/dockers/layers.rst:62 -msgid "Add" -msgstr "" - #: ../../reference_manual/dockers/layers.rst:63 -msgid "" -"Will by default add a new Paint Layer, but using the little arrow, you " -"can call a sub-menu with the other layer types." +msgid "Add" msgstr "" #: ../../reference_manual/dockers/layers.rst:64 -msgid "Duplicate" +msgid "Will by default add a new Paint Layer, but using the little arrow, you can call a sub-menu with the other layer types." msgstr "" #: ../../reference_manual/dockers/layers.rst:65 -msgid "" -"Will Duplicate the active layer(s). Can be quickly invoked with " -":kbd:`Ctrl` + |mouseleft| + drag." +msgid "Duplicate" msgstr "" #: ../../reference_manual/dockers/layers.rst:66 -msgid "Move layer up." +msgid "Will Duplicate the active layer(s). Can be quickly invoked with :kbd:`Ctrl` + |mouseleft| + drag." msgstr "" #: ../../reference_manual/dockers/layers.rst:67 -msgid "" -"Will move the active layer up. Will switch them out and in groups when " -"coming across them." +msgid "Move layer up." msgstr "" #: ../../reference_manual/dockers/layers.rst:68 -msgid "Move layer down." +msgid "Will move the active layer up. Will switch them out and in groups when coming across them." msgstr "" #: ../../reference_manual/dockers/layers.rst:69 -msgid "" -"Will move the active layer down. Will switch them out and in groups when " -"coming across them." +msgid "Move layer down." msgstr "" #: ../../reference_manual/dockers/layers.rst:70 -msgid "Layer properties." +msgid "Will move the active layer down. Will switch them out and in groups when coming across them." msgstr "" #: ../../reference_manual/dockers/layers.rst:71 +msgid "Layer properties." +msgstr "" + +#: ../../reference_manual/dockers/layers.rst:72 msgid "Will open the layer properties window." msgstr "" -#: ../../reference_manual/dockers/layers.rst:73 +#: ../../reference_manual/dockers/layers.rst:74 msgid "Delete" msgstr "" -#: ../../reference_manual/dockers/layers.rst:73 -msgid "" -"Will delete the active layer(s). For safety reasons, you can only delete " -"visible layers." +#: ../../reference_manual/dockers/layers.rst:74 +msgid "Will delete the active layer(s). For safety reasons, you can only delete visible layers." msgstr "" -#: ../../reference_manual/dockers/layers.rst:76 +#: ../../reference_manual/dockers/layers.rst:77 msgid "Hot keys and Sticky Keys" msgstr "" -#: ../../reference_manual/dockers/layers.rst:78 -msgid ":kbd:`Shift + Ctrl` for selecting multiple layers." -msgstr "" - #: ../../reference_manual/dockers/layers.rst:79 -msgid "" -":kbd:`Ctrl` + |mouseleft| + drag - makes a duplicate of the selected " -"layers, for you to drag and drop." +msgid ":kbd:`Shift + Ctrl` for selecting multiple layers." msgstr "" #: ../../reference_manual/dockers/layers.rst:80 -msgid "" -":kbd:`Ctrl + E` for merging a layer down. This also merges selected " -"layers, layer styles and will keep selection masks in tact. Using " -":kbd:`ctrl + E` on a single layer with a mask will merge down the mask " -"into the layer." +msgid ":kbd:`Ctrl` + |mouseleft| + drag - makes a duplicate of the selected layers, for you to drag and drop." msgstr "" #: ../../reference_manual/dockers/layers.rst:81 -msgid ":kbd:`Ctrl + Shift + E` merges all layers." +msgid ":kbd:`Ctrl + E` for merging a layer down. This also merges selected layers, layer styles and will keep selection masks in tact. Using :kbd:`ctrl + E` on a single layer with a mask will merge down the mask into the layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:82 -msgid "" -":kbd:`R` + |mouseleft| allows you to select layers on canvas, similar to " -"picking colours directly on canvas. Use :kbd:`Shift + R` + |mouseleft| " -"for multiple layers." +msgid ":kbd:`Ctrl + Shift + E` merges all layers." msgstr "" #: ../../reference_manual/dockers/layers.rst:83 -msgid ":kbd:`ins` for adding a new layer." +msgid ":kbd:`R` + |mouseleft| allows you to select layers on canvas, similar to picking colours directly on canvas. Use :kbd:`Shift + R` + |mouseleft| for multiple layers." msgstr "" #: ../../reference_manual/dockers/layers.rst:84 -msgid "" -":kbd:`Ctrl + G` will create a group layer. If multiple layers are " -"selected, they are put into the group layer." +msgid ":kbd:`ins` for adding a new layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:85 -msgid "" -":kbd:`Ctrl + Shift + G` will quickly set-up a clipping group, with the " -"selected layers added into the group, and a new layer added on top with " -"alpha-inheritance turned on, ready for painting!" +msgid ":kbd:`Ctrl + G` will create a group layer. If multiple layers are selected, they are put into the group layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:86 -msgid ":kbd:`ctrl + Alt + G` will ungroup layers inside a group." +msgid ":kbd:`Ctrl + Shift + G` will quickly set-up a clipping group, with the selected layers added into the group, and a new layer added on top with alpha-inheritance turned on, ready for painting!" msgstr "" #: ../../reference_manual/dockers/layers.rst:87 -msgid "" -":kbd:`Alt` + |mouseleft| on the thumbnail for isolated view of a layer. " -"This will maintain between layers till the same action is repeated again." +msgid ":kbd:`ctrl + Alt + G` will ungroup layers inside a group." msgstr "" #: ../../reference_manual/dockers/layers.rst:88 -msgid "" -":kbd:`Shift` + |mouseleft| on the eye-icon for hidding all but the " -"current layer." +msgid ":kbd:`Alt` + |mouseleft| on the thumbnail for isolated view of a layer. This will maintain between layers till the same action is repeated again." msgstr "" #: ../../reference_manual/dockers/layers.rst:89 -msgid ":kbd:`Page Up` and :kbd:`Page Down` for switching between layers." +msgid ":kbd:`Shift` + |mouseleft| on the eye-icon for hiding all but the current layer." msgstr "" #: ../../reference_manual/dockers/layers.rst:90 -msgid "" -":kbd:`Ctrl + Page Up` and :kbd:`Ctrl + Page Down` will move the selected " -"layers up and down." +msgid ":kbd:`Page Up` and :kbd:`Page Down` for switching between layers." msgstr "" -#: ../../reference_manual/dockers/layers.rst:98 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../reference_manual/dockers/layers.rst:91 +msgid ":kbd:`Ctrl + Page Up` and :kbd:`Ctrl + Page Down` will move the selected layers up and down." +msgstr "" + +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/layers.rst:100 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/layers.rst:102 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/layers.rst:104 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/layers.rst:106 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/layers.rst:108 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/layers.rst:110 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/layers.rst:112 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/layers.rst:114 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/layers.rst:116 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/layers.rst:118 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/layers.rst:120 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/layers.rst:122 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/layers.rst:124 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/layers.rst:126 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/layers.rst:128 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/layers.rst:130 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/layers.rst:132 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/layers.rst:134 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/layers.rst:136 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/layers.rst:138 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/layers.rst:140 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/layers.rst:142 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/layers.rst:144 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/layers.rst:146 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/layers.rst:148 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/layers.rst:150 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/layers.rst:152 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/layers.rst:154 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/layers.rst:156 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/layers.rst:158 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/layers.rst:160 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/layers.rst:162 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/layers.rst:164 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/layers.rst:166 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/layers.rst:168 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/layers.rst:170 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/layers.rst:172 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/layers.rst:174 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/lut_management.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/lut_management.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/lut_management.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/lut_management.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/lut_management.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/lut_management.rst:1 +msgid "Overview of the LUT management docker." +msgstr "" #: ../../reference_manual/dockers/lut_management.rst:16 msgid "LUT Management" @@ -27,20 +29,15 @@ msgstr "" #: ../../reference_manual/dockers/lut_management.rst:20 -msgid "" -"The Look Up Table(LUT) Management docker controls the high dynamic " -"range(HDR) painting functionality." +msgid "The Look Up Table(LUT) Management docker controls the high dynamic range(HDR) painting functionality." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:22 msgid "Use Open Color IO" msgstr "" #: ../../reference_manual/dockers/lut_management.rst:23 -msgid "" -"Use Open Color IO instead of Krita's internal color management. Open " -"Color IO is a color management library. It is sometimes referred to as " -"OCIO. This is required as Krita uses OCIO for it's HDR functionality." +msgid "Use Open Color IO instead of Krita's internal color management. Open Color IO is a color management library. It is sometimes referred to as OCIO. This is required as Krita uses OCIO for it's HDR functionality." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:24 @@ -60,11 +57,7 @@ msgstr "" #: ../../reference_manual/dockers/lut_management.rst:31 -msgid "" -"Some system locals don't allow you to read the configuration files. This " -"is due to a bug in OCIO. If you are using linux you can fix this. If you " -"start Krita form the terminal with the ``LC_ALL=C krita`` flag set, you " -"should be able to read the configuration files." +msgid "Some system locals don't allow you to read the configuration files. This is due to a bug in OCIO. If you are using linux you can fix this. If you start Krita form the terminal with the ``LC_ALL=C krita`` flag set, you should be able to read the configuration files." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:33 @@ -80,9 +73,7 @@ msgstr "" #: ../../reference_manual/dockers/lut_management.rst:36 -msgid "" -"The type of device you are using to view the colors. Typically sRGB for " -"computer screens." +msgid "The type of device you are using to view the colors. Typically sRGB for computer screens." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:37 @@ -106,284 +97,235 @@ msgstr "" #: ../../reference_manual/dockers/lut_management.rst:42 -msgid "" -"Set the general exposure. On 0.0 at default. There's :kbd:`Y` to change " -"this on the fly on canvas." +msgid "Set the general exposure. On 0.0 at default. There's :kbd:`Y` to change this on the fly on canvas." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:44 msgid "Gamma" msgstr "" #: ../../reference_manual/dockers/lut_management.rst:45 -msgid "" -"Allows you to set the gamma. This is 1.0 by default. You can set this to " -"change on the fly in canvas shortcuts." +msgid "Allows you to set the gamma. This is 1.0 by default. You can set this to change on the fly in canvas shortcuts." msgstr "" #: ../../reference_manual/dockers/lut_management.rst:46 msgid "Lock color" msgstr "" #: ../../reference_manual/dockers/lut_management.rst:47 -msgid "" -"Locks the color to make sure it doesn't shift when changing exposure. May" -" not be desired." +msgid "Locks the color to make sure it doesn't shift when changing exposure. May not be desired." msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:50 +#: ../../:1 msgid "Set white and black points" msgstr "" #: ../../reference_manual/dockers/lut_management.rst:49 -msgid "" -"This allows you to set the maximum and minimum brightness of the image, " -"which'll adjust the exposure and gamma automatically to this." +msgid "This allows you to set the maximum and minimum brightness of the image, which'll adjust the exposure and gamma automatically to this." msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:52 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:54 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:56 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:58 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:60 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:62 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:64 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:66 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:68 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:70 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:72 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:74 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:76 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:78 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:80 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:82 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:84 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:86 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:88 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:90 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:92 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:94 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:96 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:98 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:100 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:102 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:104 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:106 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:108 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:110 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:112 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:114 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:116 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:118 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:120 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:122 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:124 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:126 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:128 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:130 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/lut_management.rst:132 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/onion_skin.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/onion_skin.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/onion_skin.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/onion_skin.po @@ -1,340 +1,275 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/onion_skin.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/onion_skin.rst:14 +#: ../../reference_manual/dockers/onion_skin.rst:1 +msgid "Overview of the onion skin docker." +msgstr "" + +#: ../../reference_manual/dockers/onion_skin.rst:15 msgid "Onion Skin Docker" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:17 +#: ../../reference_manual/dockers/onion_skin.rst:18 msgid ".. image:: images/en/Onion_skin_docker.png" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:18 -msgid "" -"To make animation easier, it helps to see both the next frame as well as " -"the previous frame sort of layered on top of the current. This is called " -"*onion-skinning*." +#: ../../reference_manual/dockers/onion_skin.rst:19 +msgid "To make animation easier, it helps to see both the next frame as well as the previous frame sort of layered on top of the current. This is called *onion-skinning*." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:21 +#: ../../reference_manual/dockers/onion_skin.rst:22 msgid ".. image:: images/en/Onion_skin_01.png" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:22 -msgid "" -"Basically, they are images that represent the frames before and after the" -" current frame, usually colored or tinted." +#: ../../reference_manual/dockers/onion_skin.rst:23 +msgid "Basically, they are images that represent the frames before and after the current frame, usually colored or tinted." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:24 -msgid "" -"You can toggle them by clicking the lightbulb icon on a layer that is " -"animated(so, has frames), and isn’t fully opaque. (Krita will consider " -"white to be white, not transparent, so don’t animated on an opaque layer " -"if you want onion skins.)" +#: ../../reference_manual/dockers/onion_skin.rst:25 +msgid "You can toggle them by clicking the lightbulb icon on a layer that is animated(so, has frames), and isn’t fully opaque. (Krita will consider white to be white, not transparent, so don’t animated on an opaque layer if you want onion skins.)" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:26 -msgid "" -"The term onionskin comes from the fact that onions are semi-transparent. " -"In traditional animation animations would make their initial animations " -"on semitransparent paper on top of an light-table(of the special " -"animators variety), and they’d start with so called keyframes, and then " -"draw frames in between. For that, they would place said keyframes below " -"the frame they were working on, and the light table would make the lines " -"of the keyframes shine through, so they could reference them." +#: ../../reference_manual/dockers/onion_skin.rst:27 +msgid "The term onionskin comes from the fact that onions are semi-transparent. In traditional animation animations would make their initial animations on semitransparent paper on top of an light-table(of the special animators variety), and they’d start with so called keyframes, and then draw frames in between. For that, they would place said keyframes below the frame they were working on, and the light table would make the lines of the keyframes shine through, so they could reference them." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:28 -msgid "" -"Onion-skinning is a digital implementation of such a workflow, and it’s " -"very useful when trying to animate." +#: ../../reference_manual/dockers/onion_skin.rst:29 +msgid "Onion-skinning is a digital implementation of such a workflow, and it’s very useful when trying to animate." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:31 +#: ../../reference_manual/dockers/onion_skin.rst:32 msgid ".. image:: images/en/Onion_skin_02.png" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:32 -msgid "" -"The slider and the button with zero offset control the master opacity and" -" visibility of all the onion skins. The boxes at the top allow you to " -"toggle them on and off quickly, the main slider in the middle is a sort " -"of ‘master transparancy’ while the sliders to the side allow you to " -"control the transparency per keyframe offset." +#: ../../reference_manual/dockers/onion_skin.rst:33 +msgid "The slider and the button with zero offset control the master opacity and visibility of all the onion skins. The boxes at the top allow you to toggle them on and off quickly, the main slider in the middle is a sort of ‘master transparancy’ while the sliders to the side allow you to control the transparency per keyframe offset." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:34 -msgid "" -"Tint controls how strongly the frames are tinted, the first screen has " -"100%, which creates a silhouette, while below you can still see a bit of " -"the original colors at 50%." +#: ../../reference_manual/dockers/onion_skin.rst:35 +msgid "Tint controls how strongly the frames are tinted, the first screen has 100%, which creates a silhouette, while below you can still see a bit of the original colors at 50%." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:36 +#: ../../reference_manual/dockers/onion_skin.rst:37 msgid "Previous and next frame allows you set the colors." msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:39 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:41 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:43 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:45 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:47 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:49 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:51 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:53 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:55 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:57 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:59 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:61 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:63 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:65 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:67 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:69 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:71 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:73 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:75 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:77 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:79 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:81 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:83 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:85 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:87 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:89 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:91 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:93 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:95 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:97 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:99 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:101 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:103 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:105 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:107 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:109 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:111 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:113 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:115 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:117 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/onion_skin.rst:119 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/overview.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/overview.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/overview.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/overview.po @@ -1,282 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/overview.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/overview.rst:14 +#: ../../reference_manual/dockers/overview.rst:1 +msgid "Overview of the overview docker." +msgstr "" + +#: ../../reference_manual/dockers/overview.rst:15 msgid "Overview" msgstr "" -#: ../../reference_manual/dockers/overview.rst:17 +#: ../../reference_manual/dockers/overview.rst:18 msgid ".. image:: images/en/Krita_Overview_Docker.png" msgstr "" -#: ../../reference_manual/dockers/overview.rst:18 -msgid "" -"This docker allows you to see a full overview of your image. You can also" -" use it to navigate and zoom in and out quickly.Dragging the view-" -"rectangle allows you quickly move the view. Dragging the zoom-slider " -"allows you quickly change the zoom." +#: ../../reference_manual/dockers/overview.rst:19 +msgid "This docker allows you to see a full overview of your image. You can also use it to navigate and zoom in and out quickly.Dragging the view-rectangle allows you quickly move the view. Dragging the zoom-slider allows you quickly change the zoom." msgstr "" -#: ../../reference_manual/dockers/overview.rst:21 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/overview.rst:23 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/overview.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/overview.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/overview.rst:29 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/overview.rst:31 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/overview.rst:33 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/overview.rst:35 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/overview.rst:37 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/overview.rst:39 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/overview.rst:41 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/overview.rst:43 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/overview.rst:45 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/overview.rst:47 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/overview.rst:49 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/overview.rst:51 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/overview.rst:53 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/overview.rst:55 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/overview.rst:57 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/overview.rst:59 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/overview.rst:61 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/overview.rst:63 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/overview.rst:65 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/overview.rst:67 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/overview.rst:69 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/overview.rst:71 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/overview.rst:73 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/overview.rst:75 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/overview.rst:77 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/overview.rst:79 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/overview.rst:81 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/overview.rst:83 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/overview.rst:85 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/overview.rst:87 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/overview.rst:89 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/overview.rst:91 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/overview.rst:93 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/overview.rst:95 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/overview.rst:97 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/overview.rst:99 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/overview.rst:101 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/palette_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/palette_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/palette_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/palette_docker.po @@ -1,412 +1,346 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/palette_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/palette_docker.rst:16 +#: ../../reference_manual/dockers/palette_docker.rst:1 +msgid "Overview of the palette docker." +msgstr "" + +#: ../../reference_manual/dockers/palette_docker.rst:17 msgid "Palette Docker" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:18 -msgid "" -"The palette docker displays various color swatches for quick use. Since " -"4.0, it also supports editing palettes and organizing colors into groups." +#: ../../reference_manual/dockers/palette_docker.rst:19 +msgid "The palette docker displays various color swatches for quick use. Since 4.0, it also supports editing palettes and organizing colors into groups." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:21 +#: ../../reference_manual/dockers/palette_docker.rst:22 msgid ".. image:: images/en/Palette-docker.png" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:22 -msgid "" -"You can choose from various default palette or you can add your own " -"colors to the palette." +#: ../../reference_manual/dockers/palette_docker.rst:23 +msgid "You can choose from various default palette or you can add your own colors to the palette." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:24 -msgid "" -"To choose from the default palettes click on the icon in the bottom left " -"corner of the docker, it will show a list of pre-loaded color palettes. " -"You can click on one and to load it into the docker, or click on import " -"resources (folder icon) to load your own color palette. Creating a new " -"palette can be done by filling out the :guilabel:`name` input, pressing " -":guilabel:`Save` and selecting your new palette from the list." +#: ../../reference_manual/dockers/palette_docker.rst:25 +msgid "To choose from the default palettes click on the icon in the bottom left corner of the docker, it will show a list of pre-loaded color palettes. You can click on one and to load it into the docker, or click on import resources (folder icon) to load your own color palette. Creating a new palette can be done by filling out the :guilabel:`name` input, pressing :guilabel:`Save` and selecting your new palette from the list." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:27 +#: ../../reference_manual/dockers/palette_docker.rst:28 msgid "Selecting colors is done by |mouseleft| on a swatch." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:61 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:28 -msgid "" -"Pressing the delete icon will remove the selected swatch or group. When " -"removing a group, Krita will always ask whether you'd like to keep the " -"swatches. If so, they will be added to the default group above." -msgstr "" - -#: ../../reference_manual/dockers/palette_docker.rst:32 -msgid "" -"Double |mouseleft| a swatch will call up the edit window where you can " -"change the color, the name, the id and whether it's a spot color. On a " -"group this will allow you to set the group name." +#: ../../reference_manual/dockers/palette_docker.rst:29 +msgid "Pressing the delete icon will remove the selected swatch or group. When removing a group, Krita will always ask whether you'd like to keep the swatches. If so, they will be added to the default group above." msgstr "" #: ../../reference_manual/dockers/palette_docker.rst:33 -msgid "" -"|mouseleft| drag will allow you to drag and drop swatches and groups to " -"order them." +msgid "Double |mouseleft| a swatch will call up the edit window where you can change the color, the name, the id and whether it's a spot color. On a group this will allow you to set the group name." msgstr "" #: ../../reference_manual/dockers/palette_docker.rst:34 -msgid "Pressing the :guilabel:`+` icon will allow you to add a new swatch." +msgid "|mouseleft| drag will allow you to drag and drop swatches and groups to order them." msgstr "" #: ../../reference_manual/dockers/palette_docker.rst:35 +msgid "Pressing the :guilabel:`+` icon will allow you to add a new swatch." +msgstr "" + +#: ../../reference_manual/dockers/palette_docker.rst:36 msgid "Pressing the Folder icon will allow you to add a new group." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:37 +#: ../../reference_manual/dockers/palette_docker.rst:38 msgid "The edit and new color dialogs ask for the following:" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:39 +#: ../../reference_manual/dockers/palette_docker.rst:40 msgid "Color" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:40 +#: ../../reference_manual/dockers/palette_docker.rst:41 msgid "The color of the swatch." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:41 +#: ../../reference_manual/dockers/palette_docker.rst:42 msgid "Name" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:42 +#: ../../reference_manual/dockers/palette_docker.rst:43 msgid "The Name of the color in a human readable format." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:43 +#: ../../reference_manual/dockers/palette_docker.rst:44 msgid "ID" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:44 -msgid "" -"The ID is a number that can be used to index colors. Where Name can be " -"something like \"Pastel Peach\", ID will probably be something like " -"\"RY75\"." +#: ../../reference_manual/dockers/palette_docker.rst:45 +msgid "The ID is a number that can be used to index colors. Where Name can be something like \"Pastel Peach\", ID will probably be something like \"RY75\"." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:46 +#: ../../reference_manual/dockers/palette_docker.rst:47 msgid "Spot color" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:46 -msgid "" -"Currently not used for anything within Krita itself, but spot colors are " -"a toggle to keep track of colors that represent a real world paint that a" -" printer can match. Keeping track of such colors is useful in a printing " -"workflow, and it can also be used with python to recognise spot colors." +#: ../../reference_manual/dockers/palette_docker.rst:47 +msgid "Currently not used for anything within Krita itself, but spot colors are a toggle to keep track of colors that represent a real world paint that a printer can match. Keeping track of such colors is useful in a printing workflow, and it can also be used with python to recognise spot colors." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:48 -msgid "" -"If you find the size of color swatches too small, you can increase the " -"size by hovering your mouse over the palette and scrolling while holding " -":kbd:`Ctrl`." +#: ../../reference_manual/dockers/palette_docker.rst:49 +msgid "If you find the size of color swatches too small, you can increase the size by hovering your mouse over the palette and scrolling while holding :kbd:`Ctrl`." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:50 -msgid "" -"Krita's native palette format is since 4.0 :ref:`file_kpl`. It also " -"supports importing..." +#: ../../reference_manual/dockers/palette_docker.rst:51 +msgid "Krita's native palette format is since 4.0 :ref:`file_kpl`. It also supports importing..." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:52 +#: ../../reference_manual/dockers/palette_docker.rst:53 msgid "Gimp Palettes(.gpl)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:53 +#: ../../reference_manual/dockers/palette_docker.rst:54 msgid "Microsoft RIFF palette(.riff)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:54 +#: ../../reference_manual/dockers/palette_docker.rst:55 msgid "Photoshop Binary Palettes(.act)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:55 +#: ../../reference_manual/dockers/palette_docker.rst:56 msgid "PaintShop Pro palettes(.psp)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:56 +#: ../../reference_manual/dockers/palette_docker.rst:57 msgid "Photoshop Swatches (.aco)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:57 +#: ../../reference_manual/dockers/palette_docker.rst:58 msgid "Scribus XML (.xml)" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:58 +#: ../../reference_manual/dockers/palette_docker.rst:59 msgid "Swatchbooker (.sbz)." msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:63 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:65 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:67 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:69 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:71 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:73 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:75 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:77 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:79 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:81 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:83 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:85 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:87 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:89 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:91 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:93 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:95 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:97 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:99 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:101 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:103 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:105 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:107 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:109 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:111 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:113 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:115 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:117 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:119 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:121 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:123 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:125 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:127 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:129 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:131 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:133 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:135 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:137 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:139 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/palette_docker.rst:141 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/pattern_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/pattern_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/pattern_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/pattern_docker.po @@ -1,292 +1,253 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/pattern_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/pattern_docker.rst:15 +#: ../../reference_manual/dockers/pattern_docker.rst:1 +msgid "Overview of the pattern docker." +msgstr "" + +#: ../../reference_manual/dockers/pattern_docker.rst:16 msgid "Patterns Docker" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:18 +#: ../../reference_manual/dockers/pattern_docker.rst:19 msgid ".. image:: images/en/Krita_Patterns_Docker.png" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:19 -msgid "" -"This docker allows you to select the global pattern. Using the open-file " -"button you can import patterns. Some common shortcuts are the following:" +#: ../../reference_manual/dockers/pattern_docker.rst:20 +msgid "This docker allows you to select the global pattern. Using the open-file button you can import patterns. Some common shortcuts are the following:" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:21 +#: ../../reference_manual/dockers/pattern_docker.rst:22 msgid "|mouseright| a swatch will allow you to set tags." msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:22 +#: ../../reference_manual/dockers/pattern_docker.rst:23 msgid "|mouseleft| a swatch will allow you to set it as global pattern." msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:26 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:23 +#: ../../reference_manual/dockers/pattern_docker.rst:24 msgid ":kbd:`Ctrl` + Scroll you can resize the swatch sizes." msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:30 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:32 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:34 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:36 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:38 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:40 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:42 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:44 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:46 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:48 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:50 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:52 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:54 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:56 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:58 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:60 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:62 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:64 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:66 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:68 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:70 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:72 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:74 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:76 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:78 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:80 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:82 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:84 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:86 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:88 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:90 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:92 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:94 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:96 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:98 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:100 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:102 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:104 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/pattern_docker.rst:106 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/reference_images_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/reference_images_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/reference_images_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/reference_images_docker.po @@ -1,321 +1,271 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/reference_images_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/reference_images_docker.rst:16 +#: ../../reference_manual/dockers/reference_images_docker.rst:1 +msgid "Overview of the pattern docker." +msgstr "" + +#: ../../reference_manual/dockers/reference_images_docker.rst:17 msgid "Reference Images Docker" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:20 -msgid "" -"This docker was removed in Krita 4.0 due to crashes on windows. :ref:`The" -" reference images tool in 4.1 replaces it. `" +#: ../../reference_manual/dockers/reference_images_docker.rst:21 +msgid "This docker was removed in Krita 4.0 due to crashes on windows. :ref:`The reference images tool in 4.1 replaces it. `" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:23 +#: ../../reference_manual/dockers/reference_images_docker.rst:24 msgid ".. image:: images/en/400px-Krita_Reference_Images_Browse_Docker.png" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:25 +#: ../../reference_manual/dockers/reference_images_docker.rst:26 msgid ".. image:: images/en/400px-Krita_Reference_Images_Image_Docker.png" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:26 -msgid "" -"This docker allows you to pick an image from outside of Krita and use it " -"as a reference. Even better, you can pick colors from it directly." +#: ../../reference_manual/dockers/reference_images_docker.rst:27 +msgid "This docker allows you to pick an image from outside of Krita and use it as a reference. Even better, you can pick colors from it directly." msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:28 +#: ../../reference_manual/dockers/reference_images_docker.rst:29 msgid "The docker consists of two tabs: Browsing and Image." msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:31 +#: ../../reference_manual/dockers/reference_images_docker.rst:32 msgid "Browsing" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:33 -msgid "" -"Browsing gives you a small file browser, so you can navigate to the map " -"where the image you want to use as reference is located." +#: ../../reference_manual/dockers/reference_images_docker.rst:34 +msgid "Browsing gives you a small file browser, so you can navigate to the map where the image you want to use as reference is located." msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:35 -msgid "" -"There's an image strip beneath the browser, allowing you to select the " -"image which you want to use. Double click to load it in the image tab." +#: ../../reference_manual/dockers/reference_images_docker.rst:36 +msgid "There's an image strip beneath the browser, allowing you to select the image which you want to use. Double click to load it in the image tab." msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:38 +#: ../../reference_manual/dockers/reference_images_docker.rst:39 msgid "Image" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:40 -msgid "" -"This tab allows you to see the images you selected, and change the zoom " -"level. Clicking anywhere on the image will allow you to pick the merged " -"color from it. Using the cross symbol, you can remove the icon." +#: ../../reference_manual/dockers/reference_images_docker.rst:41 +msgid "This tab allows you to see the images you selected, and change the zoom level. Clicking anywhere on the image will allow you to pick the merged color from it. Using the cross symbol, you can remove the icon." msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:43 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:45 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:47 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:49 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:51 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:53 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:55 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:57 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:59 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:61 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:63 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:65 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:67 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:69 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:71 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:73 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:75 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:77 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:79 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:81 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:83 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:85 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:87 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:89 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:91 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:93 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:95 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:97 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:99 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:101 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:103 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:105 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:107 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:109 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:111 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:113 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:115 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:117 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:119 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:121 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/reference_images_docker.rst:123 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/shape_properties_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/shape_properties_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/shape_properties_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/shape_properties_docker.po @@ -1,22 +1,24 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/shape_properties_docker.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/shape_properties_docker.rst:1 +msgid "Overview of the shape properties docker." +msgstr "" #: ../../reference_manual/dockers/shape_properties_docker.rst:15 msgid "Shape Properties Docker" @@ -26,263 +28,216 @@ msgid ".. image:: images/en/Krita_Shape_Properties_Docker.png" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:20 -msgid "" -"This docker is deprecated, and its functionality is folded into the " -":ref:`shape_edit_tool`" +#: ../../reference_manual/dockers/shape_properties_docker.rst:21 +msgid "This docker is deprecated, and its functionality is folded into the :ref:`shape_edit_tool`" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:22 -msgid "" -"This docker is only functional when selecting a rectangle or circle on a " -"vector layer. It allows you to change minor details, such as the rounding" -" of the corners of a rectangle, or the angle of the formula for the " -"circle-shape." +#: ../../reference_manual/dockers/shape_properties_docker.rst:23 +msgid "This docker is only functional when selecting a rectangle or circle on a vector layer. It allows you to change minor details, such as the rounding of the corners of a rectangle, or the angle of the formula for the circle-shape." msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:33 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:35 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:37 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:39 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:41 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:43 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:45 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:47 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:49 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:51 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:53 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:55 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:57 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:59 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:61 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:63 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:65 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:67 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:69 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:71 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:73 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:75 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:77 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:79 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:81 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:83 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:85 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:87 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:89 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:91 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:93 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:95 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:97 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:99 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:101 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:103 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/shape_properties_docker.rst:105 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/small_color_selector.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/small_color_selector.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/small_color_selector.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/small_color_selector.po @@ -1,281 +1,239 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/small_color_selector.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/small_color_selector.rst:15 +#: ../../reference_manual/dockers/small_color_selector.rst:1 +msgid "Overview of the small color selector docker." +msgstr "" + +#: ../../reference_manual/dockers/small_color_selector.rst:16 msgid "Small Color Selector" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:18 +#: ../../reference_manual/dockers/small_color_selector.rst:19 msgid ".. image:: images/en/Krita_Small_Color_Selector_Docker.png" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:19 -msgid "" -"This is Krita's most simple color selector. One the left there's a bar " -"with the hue, and on the right a square where you can pick the value and " -"saturation." +#: ../../reference_manual/dockers/small_color_selector.rst:20 +msgid "This is Krita's most simple color selector. One the left there's a bar with the hue, and on the right a square where you can pick the value and saturation." msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:22 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:24 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:26 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:28 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:30 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:32 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:34 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:36 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:38 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:40 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:42 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:44 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:46 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:48 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:50 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:52 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:54 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:56 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:58 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:60 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:62 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:64 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:66 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:68 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:70 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:72 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:74 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:76 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:78 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:80 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:82 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:84 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:86 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:88 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:90 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:92 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:94 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:96 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:98 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:100 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/small_color_selector.rst:102 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/snap_settings_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/snap_settings_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/snap_settings_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/snap_settings_docker.po @@ -1,337 +1,291 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/snap_settings_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/snap_settings_docker.rst:15 -msgid "Snap Settings" +#: ../../reference_manual/dockers/snap_settings_docker.rst:1 +msgid "Overview of the snap settings docker." msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:19 -msgid "" -"This docker has been removed in Krita 3.0. For more information on how to" -" do this instead, consult the :ref:`snapping page `." +#: ../../reference_manual/dockers/snap_settings_docker.rst:16 +msgid "Snap Settings" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:22 -msgid ".. image:: images/en/Krita_Snap_Settings_Docker.png" +#: ../../reference_manual/dockers/snap_settings_docker.rst:20 +msgid "This docker has been removed in Krita 3.0. For more information on how to do this instead, consult the :ref:`snapping page `." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:23 -msgid "" -"This is docker only applies for Vector Layers. Snapping determines where " -"a vector shape will snap. The little number box is for snapping to a " -"grid." +msgid ".. image:: images/en/Krita_Snap_Settings_Docker.png" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:25 -msgid "Node" +#: ../../reference_manual/dockers/snap_settings_docker.rst:24 +msgid "This is docker only applies for Vector Layers. Snapping determines where a vector shape will snap. The little number box is for snapping to a grid." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:26 -msgid "For snapping to other vector nodes." +msgid "Node" msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:27 -msgid "Extensions of Line" +msgid "For snapping to other vector nodes." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:28 -msgid "" -"For snapping to a point that could have been part of a line, had it been " -"extended." +msgid "Extensions of Line" msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:29 -msgid "Bounding Box" +msgid "For snapping to a point that could have been part of a line, had it been extended." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:30 -msgid "For snapping to the bounding box of a vector shape." +msgid "Bounding Box" msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:31 -msgid "Orthogonal" +msgid "For snapping to the bounding box of a vector shape." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:32 -msgid "For snapping to only horizontal or vertical lines." +msgid "Orthogonal" msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:33 -msgid "Intersection" +msgid "For snapping to only horizontal or vertical lines." msgstr "" #: ../../reference_manual/dockers/snap_settings_docker.rst:34 +msgid "Intersection" +msgstr "" + +#: ../../reference_manual/dockers/snap_settings_docker.rst:35 msgid "for snapping to other vector lines." msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:37 +#: ../../:1 msgid "Guides" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:36 +#: ../../reference_manual/dockers/snap_settings_docker.rst:37 msgid "Guides don't exist in Krita, therefore this one is useless." msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:39 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:41 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:43 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:45 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:47 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:49 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:51 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:53 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:55 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:57 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:59 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:61 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:63 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:65 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:67 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:69 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:71 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:73 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:75 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:77 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:79 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:81 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:83 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:85 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:87 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:89 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:91 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:93 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:95 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:97 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:99 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:101 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:103 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:105 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:107 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:109 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:111 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:113 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:115 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:117 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/snap_settings_docker.rst:119 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/specific_color_selector.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/specific_color_selector.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/specific_color_selector.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/specific_color_selector.po @@ -1,314 +1,263 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/specific_color_selector.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/specific_color_selector.rst:15 +#: ../../reference_manual/dockers/specific_color_selector.rst:1 +msgid "Overview of the specific color selector docker." +msgstr "" + +#: ../../reference_manual/dockers/specific_color_selector.rst:16 msgid "Specific Color Selector" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:18 +#: ../../reference_manual/dockers/specific_color_selector.rst:19 msgid ".. image:: images/en/Krita_Specific_Color_Selector_Docker.png" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:19 -msgid "" -"The specific color selector allows you to choose specific colours within " -"a color space." +#: ../../reference_manual/dockers/specific_color_selector.rst:20 +msgid "The specific color selector allows you to choose specific colours within a color space." msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:22 +#: ../../reference_manual/dockers/specific_color_selector.rst:23 msgid "Color Space Chooser" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:24 -msgid "" -"Fairly straightforward. This color space chooser allows you to pick the " -"color space, the bit depth and the icc profile in which you are going to " -"pick your color. Use the checkbox 'show color space selector' to hide " -"this feature." +#: ../../reference_manual/dockers/specific_color_selector.rst:25 +msgid "Fairly straightforward. This color space chooser allows you to pick the color space, the bit depth and the icc profile in which you are going to pick your color. Use the checkbox 'show color space selector' to hide this feature." msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:28 +#: ../../reference_manual/dockers/specific_color_selector.rst:29 msgid "Sliders" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:30 -msgid "" -"These change per color space. If you chose 16bit float or 32 bit float, " -"these will go from 0 to 1.0, with the decimals deciding the the " -"difference between colors." +#: ../../reference_manual/dockers/specific_color_selector.rst:31 +msgid "These change per color space. If you chose 16bit float or 32 bit float, these will go from 0 to 1.0, with the decimals deciding the difference between colors." msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:34 +#: ../../reference_manual/dockers/specific_color_selector.rst:35 msgid "Hex Color Selector" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:36 -msgid "" -"This is only available for the color spaces with a depth of 8 bit. This " -"allows you to input hex color codes, and receive the RGB, CMYK, LAB, XYZ " -"or YCrCb equivelant, and the other way around!." +#: ../../reference_manual/dockers/specific_color_selector.rst:37 +msgid "This is only available for the color spaces with a depth of 8 bit. This allows you to input hex color codes, and receive the RGB, CMYK, LAB, XYZ or YCrCb equivalent, and the other way around!" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:40 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:42 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:44 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:46 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:48 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:50 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:52 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:54 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:56 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:58 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:60 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:62 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:64 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:66 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:68 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:70 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:72 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:74 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:76 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:78 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:80 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:82 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:84 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:86 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:88 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:90 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:92 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:94 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:96 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:98 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:100 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:102 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:104 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:106 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:108 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:110 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:112 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:114 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:116 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:118 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/specific_color_selector.rst:120 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/task_sets.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/task_sets.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/task_sets.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/task_sets.po @@ -1,295 +1,247 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/task_sets.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dockers/task_sets.rst:1 +msgid "Overview of the task sets docker." +msgstr "" #: ../../reference_manual/dockers/task_sets.rst:16 msgid "Task Sets Docker" msgstr "" #: ../../reference_manual/dockers/task_sets.rst:18 -msgid "" -"Task sets are for sharing a set of steps, like a tutorial. You make them " -"with the task-set docker." +msgid "Task sets are for sharing a set of steps, like a tutorial. You make them with the task-set docker." msgstr "" #: ../../reference_manual/dockers/task_sets.rst:21 msgid ".. image:: images/en/Task-set.png" msgstr "" #: ../../reference_manual/dockers/task_sets.rst:22 -msgid "" -"Task sets can record any kind of command also available via the shortcut " -"manager. It can not record strokes, like the macro recorder can. However," -" you can play macros with the tasksets!" +msgid "Task sets can record any kind of command also available via the shortcut manager. It can not record strokes, like the macro recorder can. However, you can play macros with the tasksets!" msgstr "" #: ../../reference_manual/dockers/task_sets.rst:24 -msgid "" -"The tasksets docker has a record button, and you can use this to record a" -" certain workflow. Then use this to let items appear in the taskset list." -" After wards, turn off record. You can then click any action in the list " -"to make them happen. Press the 'Save' icon to name and save the taskset." +msgid "The tasksets docker has a record button, and you can use this to record a certain workflow. Then use this to let items appear in the taskset list. After wards, turn off record. You can then click any action in the list to make them happen. Press the 'Save' icon to name and save the taskset." msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:33 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:35 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:37 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:39 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:41 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:43 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:45 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:47 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:49 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:51 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:53 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:55 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:57 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:59 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:61 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:63 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:65 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:67 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:69 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:71 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:73 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:75 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:77 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:79 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:81 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:83 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:85 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:87 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:89 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:91 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:93 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:95 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:97 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:99 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:101 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:103 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:105 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/task_sets.rst:107 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/timeline.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/timeline.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/timeline.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/timeline.po @@ -1,545 +1,485 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/timeline.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/timeline.rst:15 +#: ../../reference_manual/dockers/timeline.rst:1 +msgid "Overview of the timeline docker." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:17 msgid "Timeline Docker" msgstr "" +#: ../../reference_manual/dockers/timeline.rst:19 +msgid "The **Timeline Docker** works in tandem with the :ref:`animation_docker` at the heart of :program:`Krita`'s animation tools. While the Animation Docker provides access to the fundamental controls for playing back and editing animations, the Timeline Docker contains the layered frames and specific timings that define your animation. In other words, the Timeline Docker is the digital equivalent to a traditional animator's \"dope sheet\"." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:None msgid ".. image:: images/en/Timeline_docker.png" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:21 +#: ../../reference_manual/dockers/timeline.rst:25 msgid "Legend:" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:23 -msgid "" -"**A** -- **layers in timeline** -- layers can be shown or hidden from the" -" timeline by selecting the corresponding item in the right-click menu" +#: ../../reference_manual/dockers/timeline.rst:27 +msgid "**A. Layer List --** This area contains some subset of the layers of your current document. The currently active layer is always shown and can be \"pinned\" to the timeline using the :guilabel:`Show in Timeline` menu action. Also, Layers that are created via the Timeline or added using the :guilabel:`Add Existing Layer` submenu are automatically pinned to the timeline. Each layer has properties that can also be toggled here (visible, locked, show onion skins, etc.)." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:24 -msgid "**B** -- **The Frame Table**" +#: ../../reference_manual/dockers/timeline.rst:30 +msgid "**Active Layer**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:26 -msgid "Active Layer" +#: ../../reference_manual/dockers/timeline.rst:30 +msgid "A highlighted row in the table show the currently active layer. One can change which layer is active by clicking on the layer's name within the left header. It is *not* possible to change active layer by clicking inside the table in order to not disturb the user when scrubbing and editing frame positions on the timeline." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:27 -msgid "" -"A highlighted row in the table. One can change active layer by clicking " -"on the layer's name at the left header. It is *not* possible to change a " -"layer by clicking inside the table for not disturbing user when scrubbing" -" on the timeline" +#: ../../reference_manual/dockers/timeline.rst:32 +msgid "**B. Frame Table --** The Frame Table is a large grid of cells which can either hold a single frame or be empty. Each row of the Frame Table represents an *animation layer* and each column represents a *frame timing*. Just like the Layer List, the active layer is highlighted across the entire Frame Table. It's important to understand that frame timings are not based on units of time like seconds, but are based on frames which can then be played back at any speed, depending on the :ref:`animation_docker`'s *frame rate* and *play speed* settings." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:28 -msgid "Current Selection" +#: ../../reference_manual/dockers/timeline.rst:34 +msgid "Frames can be moved around the timeline by simply left-clicking and dragging from one frame to another slot, even across layers. Furthermore, holding :kbd:`ctrl` while moving creates a copy. Right-clicking anywhere in the Frame Table will bring up a helpful context menu for adding, removing, copying, and pasting frames or adjusting timing with holds." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:29 -msgid "" -"Just a selection. Can be created by mouse or keyboard. One can right-" -"click on it to get a context menu to add/remove frames at that position. " -"WARNING: *active frame* should not necessarily be a part of the " -"selection; painting happens in the active frame, not in the selection" +#: ../../reference_manual/dockers/timeline.rst:39 +msgid "**Current Selection:**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:30 -msgid "" -"**C** -- **Current Time** -- a highlighted column in the table. Shows " -"current image time." +#: ../../reference_manual/dockers/timeline.rst:37 +msgid "Frames highlighted in orange represent a selection or multiple selections, which can be created by mouse or keyboard. While multiple frames are selected, right-clicking anywhere in the Frame Table will bring up a context menu that will allow for adding or removing frames or holds within the currently selection. Finally, it is also possible to have multiple non-contiguous/separate selections if needed." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:33 -msgid "Active frame" +#: ../../reference_manual/dockers/timeline.rst:39 +msgid "*WARNING:* Painting always happens only in the *active frame* (represented by a small dot), which is not necessarily part of your current selection." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:33 -msgid "" -"A frame of the *active layer* at the *current time* position. Active " -"frame is always marked with a small circle inside. All editing operations" -" happen with this frame only! WARNING: don't mix it with current " -"selection!" +#: ../../reference_manual/dockers/timeline.rst:42 +msgid "**Keys, Blanks, and Holds:**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:35 -msgid "" -"**D** -- **Cached Frames** -- the gray rectangles at the top header show " -"if the corresponding image frame is cached or not. Cache is used for 1, " -"playback; 2, scrubbing." +#: ../../reference_manual/dockers/timeline.rst:42 +msgid "The Timeline Docker now shows us even more useful information about both what is there as well as what is not. **Key frames** which contain drawings are still displayed as *filled blocks* within a cell, while **blank** or empty key frames are shown as a *hollow outline*. In Krita, every drawn frame is automatically held until the next frame; these **holds** are now clearly shown with a *colored line* across all held frames. The color of frames can be set per-frame by the animator using the right-click menu, and is a matter of personal workflow." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:36 -msgid "**E** - **The frame count header**" +#: ../../reference_manual/dockers/timeline.rst:44 +msgid "**C. Frame Timing Header --** The Frame Timing Header is a ruler at the top of the Frame Table. This header is divided into small notched sections which are based on the current *frame rate* (set in the :ref:`animation_docker`). Integer multiples of the frame rate have a subtle double-line mark, while smaller subdivisions have small single-line marks. Each major notch is marked with a helpful *frame number*." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:38 -msgid "Framerate" +#: ../../reference_manual/dockers/timeline.rst:47 +msgid "**Cached Frames:**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:39 -msgid "" -"The ruler at the top is divided into small sections, multiples of the " -"framerate. Multiples of the framerate has double-line mark, and smaller " -"counts have small single-line marks" +#: ../../reference_manual/dockers/timeline.rst:47 +msgid "The Frame Timing Header also shows important information about which frames are currently *cached*. When something is said to be \"cached\", that means that it is stored in your device's working memory (RAM) for extra fast access. Cached frames are shown by the header with a small light-gray rectangle in each column. While this information isn't always critical for us artists, it's helpful to know that Krita is working behind the curtains to cache our animation frames for the smoothest possible experience when scrubbing through or playing back your animation." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:40 -msgid "" -"**G** -- **The Frame Resizer.** -- This allows you to resize frames in " -"their width." +#: ../../reference_manual/dockers/timeline.rst:49 +msgid "**D. Current Time Scrubber --** A highlighted column in the Frame Table which controls the current frame time and, as such, what is currently displayed in the viewport." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:41 -msgid "" -"**F** -- **The Menu.** -- You can set 'show in timeline' here for the " -"active layer." +#: ../../reference_manual/dockers/timeline.rst:54 +msgid "**Active Frame:**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:43 -msgid "" -"The timeline docker is not immediately obvious, because when you start " -"drawing, this doesn't automatically create a key frame out of your " -"drawing. In fact, until you make a key frame on a layer, **Krita** " -"assumes that there's no animation going on at all on the layer and it'll " -"keep the layer static over the whole animation." +#: ../../reference_manual/dockers/timeline.rst:52 +msgid "A frame of the *active layer* at the *current time* position. The active frame is always marked with a small circle inside. All drawing, painting, and image editing operations happen on this frame only!" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:46 -msgid "" -"So, to make our first *animated layer*, we need to make a key frame! " -"|mouseright| the square on the timeline docker to add a :guilabel:`new " -"frame` ." +#: ../../reference_manual/dockers/timeline.rst:54 +msgid "*WARNING:* Don't mix the active frame up with the current selection!" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:105 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" -" :alt: mouseright" +#: ../../reference_manual/dockers/timeline.rst:56 +msgid "**E. Layer Menu --** A small menu for manipulating animation layers. You can create new layers, add or remove existing ones, and you can set 'Show in Timeline' here to pin the active layer to the Timeline. (This menu also shows up when right-clicking on layers inside of the Layer List.)" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:49 -msgid "" -"To keep a layer visible in the timeline docker regardless of which layer " -"is selected, select the layer in the layerdocker so it shows up in the " -"docker, the |mouseright| it on the docker-layer list and select " -":guilabel:`show in timeline` . This way you can choose which layers are " -"important and which are only minor." +#: ../../reference_manual/dockers/timeline.rst:58 +msgid "**F. Audio Menu:** Another small menu for animating along with audio sources. This is where you can open or close audio sources and control output volume/muting." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:51 -msgid "" -"You can :kbd:`drag and drop` the frame around to a different empty frame " -"entry." +#: ../../reference_manual/dockers/timeline.rst:60 +msgid "**G. Zoom Handle:** This allows you to zoom in and out on the Frame Table, centered around the current frame time. Click-dragging starting on the zoom handle controls the zoom level." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:53 -msgid "" -"To add a new frame, either right click an empty frame entry to either add" -" a new frame, or to copy the visible frame into a new frame." +#: ../../reference_manual/dockers/timeline.rst:63 +msgid "Usage:" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:55 -msgid "" -"In 3.0.2 you can also add color markers to frames so that you can find " -"important frames back easily. The current color selection is remembered " -"for new frames so that you can easily make a set of colored frames and " -"then switch to another color." +#: ../../reference_manual/dockers/timeline.rst:65 +msgid "How to use the Timeline Docker is not immediately obvious because :program:`Krita` doesn't automatically create a key frame out of your initial drawing. In fact, *until you make a key frame on a layer*, Krita assumes that there's no animation going on at all on that layer and it will keep the image static over the whole animation." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:58 -msgid "GUI actions" +#: ../../reference_manual/dockers/timeline.rst:67 +msgid "So, to make our first *animated layer*, we need to make a key frame!" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:60 -msgid "**Horizontal header**" +#: ../../reference_manual/dockers/timeline.rst:69 +msgid "|mouseright| any square on the timeline docker and select :guilabel:`Create Blank Frame`. A blank frame (one that you haven't yet drawn anything in) appears as a *hollow outline* instead of a solid box, making that frame active and drawing on the canvas will make it appear as a *solid, colored rectangle*." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:62 -msgid "|mouseleft| : switch time + select frame of the active layer" +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" +" :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:103 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" -" :alt: mouseleft" +#: ../../reference_manual/dockers/timeline.rst:71 +msgid "To keep a layer visible in the Timeline Docker regardless of which layer is selected, select the layer in the Layers Docker so it shows up in the docker, then |mouseright| it within the Timeline Docker's Layer List and select :guilabel:`Show in Timeline`. This way you can choose which layers are important and which are only minor." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:63 -msgid "|mouseright| : menu (insert/remove/clear columns)" +#: ../../reference_manual/dockers/timeline.rst:73 +msgid "You can drag and drop the frame around to a different empty frame slot." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:64 -msgid "|mouseleft| +drag: switch time + select frame of the current layer (scrub)" +#: ../../reference_manual/dockers/timeline.rst:75 +msgid "To add a single new frame, either right-click on an empty frame slot and select :guilabel:`Create Blank Frame` to create a fresh blank frame, or select :guilabel:`Create Duplicate Frame` to create a new copy of the previous frame." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:65 -msgid ":kbd:`shift` + |mouseleft| : select column" +#: ../../reference_manual/dockers/timeline.rst:77 +msgid "You can also change the color of frames so that you can easily identify important frames or distinguish between different sections of your animation. The current color selection is remembered for new frames so that you can easily make a set of colored frames and then switch to another color." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:66 -msgid ":kbd:`shift` + |mouseleft| +drag: selection multiple columns" +#: ../../reference_manual/dockers/timeline.rst:79 +msgid "It's also possible to add multiple key frames by right-clicking inside the Frame Table and selecting :guilabel:`Keyframes>Insert Multiple Keyframes`. With this option you can specify a number of frames to add with the option of built in timing for quickly creating a series of 1s, 2s, 3s, etc. These settings are saved between uses." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:68 -msgid "**Vertical layers in timeline**" +#: ../../reference_manual/dockers/timeline.rst:81 +msgid "Instead of the Frame Table, right-clicking within the Frame Timing Header gives you access to a few more options which allow you to add or remove entire columns of frames or holds at a time. For example, selecting :guilabel:`Keyframe Columns>Insert Keyframe Column Left` will add new frames to each layer that's currently visible in the Timeline Docker." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:70 -msgid "|mouseleft| : select layer" +#: ../../reference_manual/dockers/timeline.rst:None +msgid ".. image:: images/en/Timeline_insertkeys.png" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:71 -msgid "|mouseright| : menu (add/remove layer, show/hide layer)" +#: ../../reference_manual/dockers/timeline.rst:86 +msgid ":program:`Krita` only tracks key frame changes. This is unlike :program:`Flash` where you have to manually indicate how long a key frame will hold. Instead, :program:`Krita` just assumes that the space between key frame 1 and key frame 2 is supposed to be filled with key frame 1. Frames that are held in this way (a.k.a. \"holds\") are displayed as a continuous line in the Frame Table." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:73 -msgid "**Frames Table: empty area.**" +#: ../../reference_manual/dockers/timeline.rst:88 +msgid "To delete frames, |mouseright| the frame and press :guilabel:`Remove Keyframes`. This will delete all selected frames. Similarly, selecting :guilabel:`Remove Frames and Pull` will delete the selected frames and pull or shift all subsequent frames back/left as much as possible." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:75 -#: ../../reference_manual/dockers/timeline.rst:83 -msgid "|mouseleft| : select single frame + switch time + *don't* switch layer" +#: ../../reference_manual/dockers/timeline.rst:90 +msgid "To manually play your animation back and forward using your mouse, a concept called *scrubbing*, you click-drag within the Frame Timing Header." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:76 -msgid "|mouseright| : menu (insert/copy frame)" +#: ../../reference_manual/dockers/timeline.rst:93 +msgid "GUI Actions:" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:77 -msgid "" -"|mouseleft| + drag: select multiple frames + switch time to the latest + " -"*don't* switch layer" +#: ../../reference_manual/dockers/timeline.rst:95 +msgid "**Layer List**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:78 -msgid "" -":kbd:`shift` + |mouseleft| to select all frames between the active and " -"the clicked frame." +#: ../../reference_manual/dockers/timeline.rst:97 +msgid "|mouseleft| : Select active layer." +msgstr "" + +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" +" :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:79 -msgid "" -":kbd:`ctrl` + |mouseleft| to select individual frames together. " -":kbd:`click+drag` them into place." +#: ../../reference_manual/dockers/timeline.rst:98 +msgid "|mouseright| : Layers Menu (add/remove/show layers, etc.)." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:81 -msgid "**Frames Table: area on existent frame.**" +#: ../../reference_manual/dockers/timeline.rst:100 +msgid "**Frame Timing Header**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:84 -msgid "|mouseright| : menu (remove frame)" +#: ../../reference_manual/dockers/timeline.rst:102 +msgid "|mouseleft| : Move to time and select frame of the active layer." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:85 -msgid "|mouseleft| + drag: *move* a frame or multiple frames" +#: ../../reference_manual/dockers/timeline.rst:103 +msgid "|mouseleft| :kbd:`drag` : Scrub through time and select frame of the active layer." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:86 -msgid "" -":kbd:`ctrl` + |mouseleft| + drag on any frame(or set of) to copy said " -"frame(s) and drag it into a spot." +#: ../../reference_manual/dockers/timeline.rst:104 +msgid "|mouseright| : Frame Columns Menu (insert/remove/copy/paste columns and hold columns)." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:87 -msgid "" -":kbd:`alt` + drag on any given frame will move that frame and *all* the " -"frames to the right of it. This is useful for when you need to clear up " -"some space in your animation, but don't want to select all the frame to " -"the right of a particular frame." +#: ../../reference_manual/dockers/timeline.rst:109 +msgid "**Frames Table: all**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:91 -msgid "**Frames Table: all**" +#: ../../reference_manual/dockers/timeline.rst:107 +msgid "|mouseleft| : Selects a single frame or slot and switches time, but *does not switch active layer*." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:90 -msgid ":kbd:`space` + |mouseleft| : pan" +#: ../../reference_manual/dockers/timeline.rst:108 +msgid ":kbd:`space` + |mouseleft| : Pan." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:91 -msgid ":kbd:`space` + |mouseright| : zoom" +#: ../../reference_manual/dockers/timeline.rst:109 +msgid ":kbd:`space` + |mouseright| : Zoom." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:93 -msgid "" -":program:`Krita` will only track key frames. This is unlike " -":program:`Flash` where you have to manually indicate how long a key frame" -" will hold. Instead, :program:`Krita` just assumes that the space between" -" key frame 1 and key frame 2 is supposed to be filled with key frame 1." +#: ../../reference_manual/dockers/timeline.rst:111 +msgid "**Frames Table (On Empty Slot).**" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:95 -msgid "" -"To delete frames, |mouseright| the frame and press :guilabel:`delete " -"frame` . This will delete all selected frames." +#: ../../reference_manual/dockers/timeline.rst:113 +msgid "|mouseright| : Frames menu (insert/copy/paste frames and insert/remove holds)." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:97 -msgid "" -"To manually play your animation by using the mouse, a concept called " -"*scrubbing*, you click-drag on the frame-count header. You can also right" -" click this header to add and remove whole columns from the animation " -"over all visible layers." +#: ../../reference_manual/dockers/timeline.rst:114 +msgid "|mouseleft| + :kbd:`drag` : Select multiple frames and switch time to the last selected, but *does not switch active layer*." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:100 -msgid "" -"The is a small area between the header and the frames where you can see " -"whether a frame has been cached. This is important for playback." +#: ../../reference_manual/dockers/timeline.rst:115 +msgid ":kbd:`shift` + |mouseleft| : Select all frames between the active and the clicked frame." msgstr "" -#: ../../reference_manual/dockers/timeline.rst:107 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../reference_manual/dockers/timeline.rst:116 +msgid ":kbd:`ctrl` + |mouseleft| : Select individual frames together. :kbd:`click+drag` them into place." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:118 +msgid "**Frames Table (On Existing Frame)**" +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:120 +msgid "|mouseright| : Frames menu (remove/copy/paste frames and insert/remove holds)." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:121 +msgid "|mouseleft| + :kbd:`drag` : *Move* a frame or multiple frames." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:122 +msgid ":kbd:`ctrl` + |mouseleft| :kbd:`drag` : Copy a frame or multiple frames." +msgstr "" + +#: ../../reference_manual/dockers/timeline.rst:123 +msgid ":kbd:`alt` + :kbd:`drag` : Move selected frame(s) and *all* the frames to the right of it. (This is useful for when you need to clear up some space in your animation, but don't want to select all the frame to the right of a particular frame!)" +msgstr "" + +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:109 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:111 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:113 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:115 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:117 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:119 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:121 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:123 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:125 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:127 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:129 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:131 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:133 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:135 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:137 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:139 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:141 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:143 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:145 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:147 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:149 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:151 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:153 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:155 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:157 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:159 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:161 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:163 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:165 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:167 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:169 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:171 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:173 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:175 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:177 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:179 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:181 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/timeline.rst:183 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/touch_docker.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/touch_docker.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/touch_docker.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/touch_docker.po @@ -1,349 +1,307 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/touch_docker.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/touch_docker.rst:14 +#: ../../reference_manual/dockers/touch_docker.rst:1 +msgid "Overview of the touch docker." +msgstr "" + +#: ../../reference_manual/dockers/touch_docker.rst:15 msgid "Touch Docker" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:16 -msgid "" -"The Touch Docker is a QML docker with several convenient actions on it. " -"It's purpose it to aid those who use Krita on a touch-enabled screen by " -"providing bigger gui elements." +#: ../../reference_manual/dockers/touch_docker.rst:17 +msgid "The Touch Docker is a QML docker with several convenient actions on it. It's purpose it to aid those who use Krita on a touch-enabled screen by providing bigger gui elements." msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:18 +#: ../../reference_manual/dockers/touch_docker.rst:19 msgid "It's actions are..." msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:21 +#: ../../reference_manual/dockers/touch_docker.rst:22 msgid "Open File" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:21 +#: ../../reference_manual/dockers/touch_docker.rst:22 msgid "Save File" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:21 +#: ../../reference_manual/dockers/touch_docker.rst:22 msgid "Save As" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:23 +#: ../../reference_manual/dockers/touch_docker.rst:24 msgid "Undo" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:23 +#: ../../reference_manual/dockers/touch_docker.rst:24 msgid "Redo" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:25 +#: ../../reference_manual/dockers/touch_docker.rst:26 msgid "Decrease Opacity" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:27 +#: ../../reference_manual/dockers/touch_docker.rst:28 msgid "Increase Opacity" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:29 +#: ../../reference_manual/dockers/touch_docker.rst:30 msgid "Increase Lightness" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:31 +#: ../../reference_manual/dockers/touch_docker.rst:32 msgid "Decrease Lightness" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:33 +#: ../../reference_manual/dockers/touch_docker.rst:34 msgid "Zoom in" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:35 +#: ../../reference_manual/dockers/touch_docker.rst:36 msgid "Rotate Counter Clockwise 15°" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:35 +#: ../../reference_manual/dockers/touch_docker.rst:36 msgid "Reset Canvas Rotation" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:35 +#: ../../reference_manual/dockers/touch_docker.rst:36 msgid "Rotate Clockwise 15°" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:37 +#: ../../reference_manual/dockers/touch_docker.rst:38 msgid "Zoom out" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:39 +#: ../../reference_manual/dockers/touch_docker.rst:40 msgid "Decrease Brush Size" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:41 +#: ../../reference_manual/dockers/touch_docker.rst:42 msgid "Increase Brush Size" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:43 +#: ../../reference_manual/dockers/touch_docker.rst:44 msgid "Delete Layer Contents" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:47 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:49 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:51 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:53 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:55 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:57 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:59 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:61 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:63 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:65 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:67 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:69 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:71 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:73 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:75 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:77 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:79 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:81 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:83 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:85 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:87 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:89 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:91 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:93 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:95 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:97 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:99 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:101 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:103 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:105 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:107 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:109 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:111 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:113 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:115 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:117 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:119 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:121 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:123 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:125 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/touch_docker.rst:127 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/undo_history.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/undo_history.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/undo_history.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/undo_history.po @@ -1,322 +1,277 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/undo_history.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/undo_history.rst:15 +#: ../../reference_manual/dockers/undo_history.rst:1 +msgid "Overview of the undo history docker." +msgstr "" + +#: ../../reference_manual/dockers/undo_history.rst:16 msgid "Undo History" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:18 +#: ../../reference_manual/dockers/undo_history.rst:19 msgid ".. image:: images/en/Krita_Undo_History_Docker.png" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:19 -msgid "" -"This docker allows you to quickly shift between undo states, and even go " -"back in time far more quickly that rapidly reusing :kbd:`Ctrl + Z`" +#: ../../reference_manual/dockers/undo_history.rst:20 +msgid "This docker allows you to quickly shift between undo states, and even go back in time far more quickly that rapidly reusing :kbd:`Ctrl + Z`" msgstr "" #: ../../reference_manual/dockers/undo_history.rst:22 +msgid "..index:: Cumulate Undo" +msgstr "" + +#: ../../reference_manual/dockers/undo_history.rst:25 msgid "Cumulative Undo" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:24 -msgid "" -"|mouseright| an item in the undo-history docker to enable cumulative " -"undo. |mouseright| again to change the parameters:" +#: ../../reference_manual/dockers/undo_history.rst:27 +msgid "|mouseright| an item in the undo-history docker to enable cumulative undo. |mouseright| again to change the parameters:" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:36 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +#: ../../:4 +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:26 +#: ../../reference_manual/dockers/undo_history.rst:29 msgid "Start merging time" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:27 -msgid "" -"The amount of seconds required to consider a group of strokes to be worth" -" one undo step." +#: ../../reference_manual/dockers/undo_history.rst:30 +msgid "The amount of seconds required to consider a group of strokes to be worth one undo step." msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:28 +#: ../../reference_manual/dockers/undo_history.rst:31 msgid "Group time" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:29 -msgid "" -"According to this parameter -- groups are made. Every stroke is put into " -"the same group till two consecutive strokes have a time gap of more than " -"T seconds. Then a new group is started." +#: ../../reference_manual/dockers/undo_history.rst:32 +msgid "According to this parameter -- groups are made. Every stroke is put into the same group till two consecutive strokes have a time gap of more than T seconds. Then a new group is started." msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:32 +#: ../../:1 msgid "Split strokes." msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:31 -msgid "" -"A user may want to keep the ability of Undoing/Redoing his last N " -"strokes. Once N is crossed -- the earlier strokes are merged into the " -"group's first stroke." +#: ../../reference_manual/dockers/undo_history.rst:34 +msgid "A user may want to keep the ability of Undoing/Redoing his last N strokes. Once N is crossed -- the earlier strokes are merged into the group's first stroke." msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:34 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:38 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:40 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:42 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:44 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:46 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:48 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:50 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:52 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:54 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:56 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:58 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:60 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:62 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:64 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:66 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:68 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:70 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:72 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:74 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:76 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:78 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:80 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:82 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:84 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:86 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:88 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:90 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:92 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:94 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:96 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:98 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:100 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:102 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:104 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:106 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:108 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:110 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:112 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/undo_history.rst:114 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dockers/vector_library.po b/locale/fr/LC_MESSAGES/reference_manual/dockers/vector_library.po --- a/locale/fr/LC_MESSAGES/reference_manual/dockers/vector_library.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dockers/vector_library.po @@ -1,291 +1,243 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dockers/vector_library.pot\n" +"Language: fr_FR\n" -#: ../../reference_manual/dockers/vector_library.rst:14 +#: ../../reference_manual/dockers/vector_library.rst:1 +msgid "Overview of the vector library docker." +msgstr "" + +#: ../../reference_manual/dockers/vector_library.rst:15 msgid "Vector Library" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:18 -msgid "" -"The Vector Library Docker loads the symbol libraries in SVG files, when " -"those SVG files are put into the \"symbols\" folder in the resource " -"folder :menuselection:`Settings --> Manage Resources --> Open Resource " -"Folder`." +#: ../../reference_manual/dockers/vector_library.rst:19 +msgid "The Vector Library Docker loads the symbol libraries in SVG files, when those SVG files are put into the \"symbols\" folder in the resource folder :menuselection:`Settings --> Manage Resources --> Open Resource Folder`." msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:20 -msgid "" -"The vector symbols can then be dragged and dropped onto the canvas, " -"allowing you to quickly use complicated images." +#: ../../reference_manual/dockers/vector_library.rst:21 +msgid "The vector symbols can then be dragged and dropped onto the canvas, allowing you to quickly use complicated images." msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:22 -msgid "" -"Currently, you cannot make symbol libraries with Krita yet, but you can " -"make them by hand, as well as use Inkscape to make them. Thankfully, " -"there's quite a few svg symbol libraries out there already!" +#: ../../reference_manual/dockers/vector_library.rst:23 +msgid "Currently, you cannot make symbol libraries with Krita yet, but you can make them by hand, as well as use Inkscape to make them. Thankfully, there's quite a few svg symbol libraries out there already!" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:25 -msgid "" -".. image:: images/icons/Krita_mouse_left.png\n" +#: ../../:2 +msgid ".. image:: images/icons/Krita_mouse_left.png\n" " :alt: mouseleft" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:27 -msgid "" -".. image:: images/icons/Krita_mouse_right.png\n" +#: ../../:4 +msgid ".. image:: images/icons/Krita_mouse_right.png\n" " :alt: mouseright" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:29 -msgid "" -".. image:: images/icons/Krita_mouse_middle.png\n" +#: ../../:6 +msgid ".. image:: images/icons/Krita_mouse_middle.png\n" " :alt: mousemiddle" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:31 -msgid "" -".. image:: images/icons/Krita_mouse_scroll.png\n" +#: ../../:8 +msgid ".. image:: images/icons/Krita_mouse_scroll.png\n" " :alt: mousescroll" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:33 -msgid "" -".. image:: images/icons/shape_select_tool.svg\n" +#: ../../:10 +msgid ".. image:: images/icons/shape_select_tool.svg\n" " :alt: toolshapeselection" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:35 -msgid "" -".. image:: images/icons/shape_edit_tool.svg\n" +#: ../../:12 +msgid ".. image:: images/icons/shape_edit_tool.svg\n" " :alt: toolshapeedit" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:37 -msgid "" -".. image:: images/icons/text-tool.svg\n" +#: ../../:14 +msgid ".. image:: images/icons/text-tool.svg\n" " :alt: tooltext" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:39 -msgid "" -".. image:: images/icons/calligraphy_tool.svg\n" +#: ../../:16 +msgid ".. image:: images/icons/calligraphy_tool.svg\n" " :alt: toolcalligraphy" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:41 -msgid "" -".. image:: images/icons/gradient_edit_tool.svg\n" +#: ../../:18 +msgid ".. image:: images/icons/gradient_edit_tool.svg\n" " :alt: toolgradientedit" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:43 -msgid "" -".. image:: images/icons/pattern_tool.svg\n" +#: ../../:20 +msgid ".. image:: images/icons/pattern_tool.svg\n" " :alt: toolpatternedit" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:45 -msgid "" -".. image:: images/icons/freehand_brush_tool.svg\n" +#: ../../:22 +msgid ".. image:: images/icons/freehand_brush_tool.svg\n" " :alt: toolfreehandbrush" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:47 -msgid "" -".. image:: images/icons/line_tool.svg\n" +#: ../../:24 +msgid ".. image:: images/icons/line_tool.svg\n" " :alt: toolline" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:49 -msgid "" -".. image:: images/icons/rectangle_tool.svg\n" +#: ../../:26 +msgid ".. image:: images/icons/rectangle_tool.svg\n" " :alt: toolrectangle" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:51 -msgid "" -".. image:: images/icons/ellipse_tool.svg\n" +#: ../../:28 +msgid ".. image:: images/icons/ellipse_tool.svg\n" " :alt: toolellipse" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:53 -msgid "" -".. image:: images/icons/polygon_tool.svg\n" +#: ../../:30 +msgid ".. image:: images/icons/polygon_tool.svg\n" " :alt: toolpolygon" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:55 -msgid "" -".. image:: images/icons/polyline_tool.svg\n" +#: ../../:32 +msgid ".. image:: images/icons/polyline_tool.svg\n" " :alt: toolpolyline" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:57 -msgid "" -".. image:: images/icons/bezier_curve.svg\n" +#: ../../:34 +msgid ".. image:: images/icons/bezier_curve.svg\n" " :alt: toolbeziercurve" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:59 -msgid "" -".. image:: images/icons/freehand_path_tool.svg\n" +#: ../../:36 +msgid ".. image:: images/icons/freehand_path_tool.svg\n" " :alt: toolfreehandpath" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:61 -msgid "" -".. image:: images/icons/dyna_tool.svg\n" +#: ../../:38 +msgid ".. image:: images/icons/dyna_tool.svg\n" " :alt: tooldyna" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:63 -msgid "" -".. image:: images/icons/multibrush_tool.svg\n" +#: ../../:40 +msgid ".. image:: images/icons/multibrush_tool.svg\n" " :alt: toolmultibrush" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:65 -msgid "" -".. image:: images/icons/assistant_tool.svg\n" +#: ../../:42 +msgid ".. image:: images/icons/assistant_tool.svg\n" " :alt: toolassistant" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:67 -msgid "" -".. image:: images/icons/move_tool.svg\n" +#: ../../:44 +msgid ".. image:: images/icons/move_tool.svg\n" " :alt: toolmove" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:69 -msgid "" -".. image:: images/icons/transform_tool.svg\n" +#: ../../:46 +msgid ".. image:: images/icons/transform_tool.svg\n" " :alt: tooltransform" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:71 -msgid "" -".. image:: images/icons/grid_tool.svg\n" +#: ../../:48 +msgid ".. image:: images/icons/grid_tool.svg\n" " :alt: toolgrid" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:73 -msgid "" -".. image:: images/icons/perspectivegrid_tool.svg\n" +#: ../../:50 +msgid ".. image:: images/icons/perspectivegrid_tool.svg\n" " :alt: toolperspectivegrid" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:75 -msgid "" -".. image:: images/icons/measure_tool.svg\n" +#: ../../:52 +msgid ".. image:: images/icons/measure_tool.svg\n" " :alt: toolmeasure" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:77 -msgid "" -".. image:: images/icons/color_picker_tool.svg\n" +#: ../../:54 +msgid ".. image:: images/icons/color_picker_tool.svg\n" " :alt: toolcolorpicker" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:79 -msgid "" -".. image:: images/icons/fill_tool.svg\n" +#: ../../:56 +msgid ".. image:: images/icons/fill_tool.svg\n" " :alt: toolfill" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:81 -msgid "" -".. image:: images/icons/gradient_drawing_tool.svg\n" +#: ../../:58 +msgid ".. image:: images/icons/gradient_drawing_tool.svg\n" " :alt: toolgradient" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:83 -msgid "" -".. image:: images/icons/colorizemask_tool.svg\n" +#: ../../:60 +msgid ".. image:: images/icons/colorizemask_tool.svg\n" " :alt: toolcolorizemask" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:85 -msgid "" -".. image:: images/icons/smart_patch_tool.svg\n" +#: ../../:62 +msgid ".. image:: images/icons/smart_patch_tool.svg\n" " :alt: toolsmartpatch" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:87 -msgid "" -".. image:: images/icons/crop_tool.svg\n" +#: ../../:64 +msgid ".. image:: images/icons/crop_tool.svg\n" " :alt: toolcrop" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:89 -msgid "" -".. image:: images/icons/rectangular_select_tool.svg\n" +#: ../../:66 +msgid ".. image:: images/icons/rectangular_select_tool.svg\n" " :alt: toolselectrect" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:91 -msgid "" -".. image:: images/icons/elliptical_select_tool.svg\n" +#: ../../:68 +msgid ".. image:: images/icons/elliptical_select_tool.svg\n" " :alt: toolselectellipse" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:93 -msgid "" -".. image:: images/icons/polygonal_select_tool.svg\n" +#: ../../:70 +msgid ".. image:: images/icons/polygonal_select_tool.svg\n" " :alt: toolselectpolygon" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:95 -msgid "" -".. image:: images/icons/path_select_tool.svg\n" +#: ../../:72 +msgid ".. image:: images/icons/path_select_tool.svg\n" " :alt: toolselectpath" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:97 -msgid "" -".. image:: images/icons/outline_select_tool.svg\n" +#: ../../:74 +msgid ".. image:: images/icons/outline_select_tool.svg\n" " :alt: toolselectoutline" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:99 -msgid "" -".. image:: images/icons/contiguous_select_tool.svg\n" +#: ../../:76 +msgid ".. image:: images/icons/contiguous_select_tool.svg\n" " :alt: toolselectcontiguous" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:101 -msgid "" -".. image:: images/icons/similar_select_tool.svg\n" +#: ../../:78 +msgid ".. image:: images/icons/similar_select_tool.svg\n" " :alt: toolselectsimilar" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:103 -msgid "" -".. image:: images/icons/pan_tool.svg\n" +#: ../../:80 +msgid ".. image:: images/icons/pan_tool.svg\n" " :alt: toolpan" msgstr "" -#: ../../reference_manual/dockers/vector_library.rst:105 -msgid "" -".. image:: images/icons/zoom_tool.svg\n" +#: ../../:82 +msgid ".. image:: images/icons/zoom_tool.svg\n" " :alt: toolzoom" msgstr "" diff --git a/locale/fr/LC_MESSAGES/reference_manual/dr_minw_debugger.po b/locale/fr/LC_MESSAGES/reference_manual/dr_minw_debugger.po --- a/locale/fr/LC_MESSAGES/reference_manual/dr_minw_debugger.po +++ b/locale/fr/LC_MESSAGES/reference_manual/dr_minw_debugger.po @@ -1,91 +1,74 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) 2018 -# This file is distributed under the same license as the Krita Manual -# package. -# FIRST AUTHOR , 2018. -# -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: Krita Manual 1.0\n" +"Project-Id-Version: krita-docs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-05-18 16:21+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2018-08-22 12:02+0300\n" +"PO-Revision-Date: 2018-08-22 10:37\n" +"Last-Translator: guoyunhebrave \n" +"Language-Team: French\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.3.4\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: crowdin.com\n" +"X-Crowdin-Project: krita-docs\n" +"X-Crowdin-Language: fr\n" +"X-Crowdin-File: /reference_manual/dr_minw_debugger.pot\n" +"Language: fr_FR\n" + +#: ../../reference_manual/dr_minw_debugger.rst:1 +msgid "How to get a backtrace in Krita using the dr. MinW debugger." +msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:18 msgid "Dr. MinW Debugger" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:22 -msgid "" -"The information on this page applies only to the Windows release of Krita" -" 3.1 Beta 3 (3.0.92) and later." +msgid "The information on this page applies only to the Windows release of Krita 3.1 Beta 3 (3.0.92) and later." msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:26 msgid "Getting a Backtrace" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:28 -msgid "" -"There are some additions to Krita which makes getting a backtrace much " -"easier on Windows." +msgid "There are some additions to Krita which makes getting a backtrace much easier on Windows." msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:32 -msgid "" -"When there is a crash, Krita might appear to be unresponsive for a short " -"time, ranging from a few seconds to a few minutes, before the crash " -"dialog appears." +msgid "When there is a crash, Krita might appear to be unresponsive for a short time, ranging from a few seconds to a few minutes, before the crash dialog appears." msgstr "" -#: ../../reference_manual/dr_minw_debugger.rst +#: ../../reference_manual/dr_minw_debugger.rst:0 msgid ".. image:: images/en/Mingw-crash-screen.png" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:36 msgid "An example of the crash dialog" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:38 -msgid "" -"If Krita keeps on being unresponsive for more than a few minutes, it " -"might actually be locked up, which may not give a backtrace. In that " -"situation, you have to close Krita manually. Continue to follow the " -"following instructions to check whether it was a crash or not.
" +msgid "If Krita keeps on being unresponsive for more than a few minutes, it might actually be locked up, which may not give a backtrace. In that situation, you have to close Krita manually. Continue to follow the following instructions to check whether it was a crash or not.
" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:40 -#, python-format -msgid "" -"Open Windows Explorer and type ``%LocalAppData%`` (without quotes) on the" -" address bar and press Enter." +msgid "Open Windows Explorer and type ``%LocalAppData%`` (without quotes) on the address bar and press Enter." msgstr "" -#: ../../reference_manual/dr_minw_debugger.rst +#: ../../reference_manual/dr_minw_debugger.rst:0 msgid ".. image:: images/en/Mingw-explorer-path.png" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:44 -msgid "" -"Find the file ``kritacrash.log`` (it might appear as simply " -"``kritacrash`` depending on your settings.)" +msgid "Find the file ``kritacrash.log`` (it might appear as simply ``kritacrash`` depending on your settings.)" msgstr "" #: ../../reference_manual/dr_minw_debugger.rst:45 -msgid "" -"Open the file with Notepad and scroll to the bottom, then scroll up to " -"the first occurance of “Error occured on