Syncing docs & updating appdata re: Brush descriptions
This commit is contained in:
parent
429df33d13
commit
d7cf2df332
159 changed files with 16338 additions and 15235 deletions
|
|
@ -14,6 +14,7 @@
|
|||
| + Standard Files |
|
||||
| + Personal Files |
|
||||
| * Brushes |
|
||||
| + Brush Descriptive Text |
|
||||
| + Brush Options |
|
||||
| * Stamps |
|
||||
| + Stamp Images |
|
||||
|
|
@ -153,7 +154,7 @@ subdirectories under your personal Tux Paint directory named "brushes", "stamps
|
|||
|
||||
Brushes
|
||||
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
The alpha (transparency) of the PNG image is used to determine the shape of the
|
||||
|
|
@ -163,6 +164,46 @@ partially-transparent!
|
|||
Greyscale pixels in the brush PNG will be drawn using the currently-selected
|
||||
color in Tux Paint. Color pixels will be tinted.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Localization Support
|
||||
|
||||
Additional lines can be added to the text file to provide translations of
|
||||
the description, to be displayed when Tux Paint is running in a different
|
||||
locale (like French or Spanish).
|
||||
|
||||
The beginning of the line should correspond to the language code of the
|
||||
language in question (e.g., "fr" for French, and "zh_TW" for Traditional
|
||||
Chinese), followed by ".utf8=" and the translated description (Unicode,
|
||||
encoded in UTF-8).
|
||||
|
||||
For Tux Paint developers: There are scripts in the "brushes-po" directory
|
||||
for converting the text files to PO format (and back) for easy translation
|
||||
to different languages. Therefore you should never add or change
|
||||
translations in the ".txt" files directly.
|
||||
|
||||
If no translation is available for the language Tux Paint is currently
|
||||
running in, the US English text is used.
|
||||
|
||||
|
||||
|
||||
Windows Users
|
||||
|
||||
Use NotePad or WordPad to edit/create these files. Be sure to save them as
|
||||
plain-text, and make sure they have a ".txt" extension at the end of the
|
||||
filename.
|
||||
|
||||
|
||||
|
||||
|
||||
Brush Options
|
||||
|
||||
Aside from a graphical shape, brushes can also be given other attributes. To do
|
||||
|
|
|
|||
|
|
@ -102,6 +102,10 @@ D. What's New in Tux Paint version 0.9.33?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Standard Files</a></li> <li><a href="#personal_files">Personal Files</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Brushes</a> <ul>
|
||||
<li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Stamps</a> <ul>
|
||||
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Greyscale pixels in the brush PNG will be drawn using the currently-selected color in Tux Paint. Color pixels will be tinted. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Localization Support</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Additional lines can be added to the text file to provide translations of the description, to be displayed when Tux Paint is running in a different locale (like French or Spanish). </p>
|
||||
<p>
|
||||
The beginning of the line should correspond to the language code of the language in question (e.g., "<code>fr</code>" for French, and "<code>zh_TW</code>" for Traditional Chinese), followed by "<code>.utf8=</code>" and the translated description (Unicode, encoded in UTF-8). </p>
|
||||
<p>
|
||||
<b>For Tux Paint developers:</b> There are scripts in the "<code>brushes-po</code>" directory for converting the text files to PO format (and back) for easy translation to different languages. Therefore you should never add or change translations in the "<code>.txt</code>" files directly. </p>
|
||||
<p>
|
||||
If no translation is available for the language Tux Paint is currently running in, the US English text is used. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Windows Users</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use <cite>NotePad</cite> or <cite>WordPad</cite> to edit/create these files. Be sure to save them as plain-text, and make sure they have a "<code>.txt</code>" extension at the end of the filename. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Standard Files |
|
||||
| + Personal Files |
|
||||
| * Brushes |
|
||||
| + Brush Descriptive Text |
|
||||
| + Brush Options |
|
||||
| * Stamps |
|
||||
| + Stamp Images |
|
||||
|
|
@ -153,7 +154,7 @@ subdirectories under your personal Tux Paint directory named "brushes", "stamps
|
|||
|
||||
Brushes
|
||||
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
The alpha (transparency) of the PNG image is used to determine the shape of the
|
||||
|
|
@ -163,6 +164,46 @@ partially-transparent!
|
|||
Greyscale pixels in the brush PNG will be drawn using the currently-selected
|
||||
color in Tux Paint. Color pixels will be tinted.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Localization Support
|
||||
|
||||
Additional lines can be added to the text file to provide translations of
|
||||
the description, to be displayed when Tux Paint is running in a different
|
||||
locale (like French or Spanish).
|
||||
|
||||
The beginning of the line should correspond to the language code of the
|
||||
language in question (e.g., "fr" for French, and "zh_TW" for Traditional
|
||||
Chinese), followed by ".utf8=" and the translated description (Unicode,
|
||||
encoded in UTF-8).
|
||||
|
||||
For Tux Paint developers: There are scripts in the "brushes-po" directory
|
||||
for converting the text files to PO format (and back) for easy translation
|
||||
to different languages. Therefore you should never add or change
|
||||
translations in the ".txt" files directly.
|
||||
|
||||
If no translation is available for the language Tux Paint is currently
|
||||
running in, the US English text is used.
|
||||
|
||||
|
||||
|
||||
Windows Users
|
||||
|
||||
Use NotePad or WordPad to edit/create these files. Be sure to save them as
|
||||
plain-text, and make sure they have a ".txt" extension at the end of the
|
||||
filename.
|
||||
|
||||
|
||||
|
||||
|
||||
Brush Options
|
||||
|
||||
Aside from a graphical shape, brushes can also be given other attributes. To do
|
||||
|
|
|
|||
|
|
@ -102,6 +102,10 @@ D. What's New in Tux Paint version 0.9.33?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Standard Files</a></li> <li><a href="#personal_files">Personal Files</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Brushes</a> <ul>
|
||||
<li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Stamps</a> <ul>
|
||||
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Greyscale pixels in the brush PNG will be drawn using the currently-selected color in Tux Paint. Color pixels will be tinted. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Localization Support</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Additional lines can be added to the text file to provide translations of the description, to be displayed when Tux Paint is running in a different locale (like French or Spanish). </p>
|
||||
<p>
|
||||
The beginning of the line should correspond to the language code of the language in question (e.g., "<code>fr</code>" for French, and "<code>zh_TW</code>" for Traditional Chinese), followed by "<code>.utf8=</code>" and the translated description (Unicode, encoded in UTF-8). </p>
|
||||
<p>
|
||||
<b>For Tux Paint developers:</b> There are scripts in the "<code>brushes-po</code>" directory for converting the text files to PO format (and back) for easy translation to different languages. Therefore you should never add or change translations in the "<code>.txt</code>" files directly. </p>
|
||||
<p>
|
||||
If no translation is available for the language Tux Paint is currently running in, the US English text is used. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Windows Users</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use <cite>NotePad</cite> or <cite>WordPad</cite> to edit/create these files. Be sure to save them as plain-text, and make sure they have a "<code>.txt</code>" extension at the end of the filename. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Fichiers standards |
|
||||
| + Fichiers personnels |
|
||||
| * Pinceaux |
|
||||
| + Brush Descriptive Text |
|
||||
| + Options de pinceau |
|
||||
| * Tampons |
|
||||
| + Images des tampons |
|
||||
|
|
@ -163,8 +164,8 @@ dans "~/.tuxpaint/brushes/" sous Linux ou Unix.)
|
|||
|
||||
Pinceaux
|
||||
|
||||
Les pinceaux utilisés pour dessiner avec les outils "Pinceau" et "Lignes" dans
|
||||
Tux Paint sont tout simplement des fichiers image PNG.
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
L'alpha (transparence) de l'image PNG est utilisée pour déterminer la forme du
|
||||
pinceau, ce qui signifie que la forme peut être «anti-crénelée» et même
|
||||
|
|
@ -174,6 +175,47 @@ Les pixels en niveaux de gris dans le pinceau PNG seront dessinés en utilisant
|
|||
la couleur actuellement sélectionnée dans Tux Paint . Les pixels de couleur
|
||||
seront teintés.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Support pour la régionalisation
|
||||
|
||||
Des lignes supplémentaires peuvent être ajoutées au fichier texte pour
|
||||
fournir des traductions de la description, à afficher lorsque Tux Paint
|
||||
s'exécute dans une langue différente (comme le français ou l'espagnol).
|
||||
|
||||
Le début de la ligne doit correspondre au code de langue de la langue en
|
||||
question (par exemple, "fr" pour le français et "zh_TW" pour le chinois
|
||||
traditionnel), suivi de ".utf8=" et de la description traduite (codée en
|
||||
UTF-8).
|
||||
|
||||
Pour les développeurs de Tux Paint : Il y a des scripts dans le répertoire
|
||||
"brushes-po" pour convertir les fichiers texte au format PO (et
|
||||
inversement) pour une traduction facile vers différentes langues. Par
|
||||
conséquent, vous ne devez jamais ajouter ni modifier directement les
|
||||
traductions dans les fichiers ".txt".
|
||||
|
||||
Si aucune traduction n'est disponible pour la langue dans laquelle Tux
|
||||
Paint est en cours d'exécution, le texte anglais américain sera utilisé.
|
||||
|
||||
|
||||
|
||||
Utilisateurs de Windows
|
||||
|
||||
Utilisez NotePad ou WordPad pour modifier / créer ces fichiers.
|
||||
Assurez-vous de les enregistrer en texte brut et assurez-vous qu'ils ont
|
||||
une extension ".txt" à la fin du nom de fichier.
|
||||
|
||||
|
||||
|
||||
|
||||
Options de pinceau
|
||||
|
||||
Outre une une forme graphique, les pinceaux peuvent également recevoir d'autres
|
||||
|
|
|
|||
|
|
@ -107,6 +107,10 @@ D. Qu'y a-t-il de neuf dans la version 0.9.33 de Tux Paint ?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Fichiers standards</a></li> <li><a href="#personal_files">Fichiers personnels</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Pinceaux</a> <ul>
|
||||
<li><a href="#brush_options">Options de pinceau</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Options de pinceau</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Tampons</a> <ul>
|
||||
<li><a href="#stamps_images">Images des tampons</a></li> <li><a href="#description_text">Texte de description des tampons</a></li> <li><a href="#sound_effects">Effets sonores des tampons</a></li> <li><a href="#descriptive_sound">Son descriptif du tampon</a></li> <li><a href="#stamp_options">Options des tampons</a></li> <li><a href="#pre_mirroed_and_flipped_images">Mise en miroir et retournement</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
Les pinceaux utilisés pour dessiner avec les outils "Pinceau" et "Lignes" dans Tux Paint sont tout simplement des fichiers image PNG. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Les pixels en niveaux de gris dans le pinceau PNG seront dessinés en utilisant la couleur actuellement sélectionnée dans Tux Paint . Les pixels de couleur seront teintés. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Support pour la régionalisation</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Des lignes supplémentaires peuvent être ajoutées au fichier texte pour fournir des traductions de la description, à afficher lorsque Tux Paint s'exécute dans une langue différente (comme le français ou l'espagnol). </p>
|
||||
<p>
|
||||
Le début de la ligne doit correspondre au code de langue de la langue en question (par exemple, "<code>fr</code>" pour le français et "<code>zh_TW</code>" pour le chinois traditionnel), suivi de "<code>.utf8=</code>" et de la description traduite (codée en UTF-8). </p>
|
||||
<p>
|
||||
<b>Pour les développeurs de Tux Paint :</b> Il y a des scripts dans le répertoire "<code>brushes-po</code>" pour convertir les fichiers texte au format PO (et inversement) pour une traduction facile vers différentes langues. Par conséquent, vous ne devez jamais ajouter ni modifier directement les traductions dans les fichiers "<code>.txt</code>". </p>
|
||||
<p>
|
||||
Si aucune traduction n'est disponible pour la langue dans laquelle Tux Paint est en cours d'exécution, le texte anglais américain sera utilisé. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Utilisateurs de Windows</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Utilisez <cite>NotePad</cite> ou <cite>WordPad</cite> pour modifier / créer ces fichiers. Assurez-vous de les enregistrer en texte brut et assurez-vous qu'ils ont une extension "<code>.txt</code>" à la fin du nom de fichier. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Ficheiros estándar |
|
||||
| + Ficheiros persoais |
|
||||
| * Pinceis |
|
||||
| + Brush Descriptive Text |
|
||||
| + Opcións de pinceis |
|
||||
| * Selos |
|
||||
| + Imaxes de selos |
|
||||
|
|
@ -159,8 +160,8 @@ brushes/» en Linux ou Unix.)
|
|||
|
||||
Pinceis
|
||||
|
||||
Os pinceis empregados para debuxar coas ferramentas «Pincel» e «Liñas» en Tux
|
||||
Paint son simplemente ficheiros de imaxe PNG.
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
A alfa (transparencia) da imaxe PNG úsase para determinar a forma do pincel, o
|
||||
que significa que a forma pode ser «alisado» e incluso parcialmente
|
||||
|
|
@ -169,6 +170,47 @@ transparente.
|
|||
Os píxeles de escala de grises no pincel PNG debuxaranse empregando a cor
|
||||
seleccionada actualmente en Tux Paint. Os píxeles de cor tinguiranse.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Compatibilidade da localización
|
||||
|
||||
Pódense engadir liñas adicionais ao ficheiro de texto para fornecer
|
||||
traducións da descrición, que se amosarán cando Tux Paint estea a
|
||||
executarse nun idioma diferente (como o francés ou o español).
|
||||
|
||||
O comezo da liña debería corresponder ao código de idioma do idioma en
|
||||
cuestión (por exemplo, «fr» para o francés e «zh_TW» para o chinés
|
||||
tradicional), seguido de «.utf8=» e a descrición traducida (Unicode,
|
||||
codificado en UTF-8).
|
||||
|
||||
Para os desenvolvedores de Tux Paint: Hai scripts no directorio
|
||||
«brushes-po» para converter os ficheiros de texto ao formato PO (e
|
||||
posterior) para facilitar a tradución a diferentes idiomas. Polo tanto,
|
||||
nunca debería engadir nin cambiar traducións directamente nos ficheiros
|
||||
«.txt».
|
||||
|
||||
Se non hai tradución dispoñíbel para o idioma en que se está a executar Tux
|
||||
Paint, utilízase o texto en inglés dos EUA.
|
||||
|
||||
|
||||
|
||||
Usuarios de Windows
|
||||
|
||||
Use NotePad ou WordPad para editar/crear estes ficheiros. Asegúrese de
|
||||
gardalos como texto simple e asegúrese de que teñen unha extensión «.txt»
|
||||
ao final do nome do ficheiro.
|
||||
|
||||
|
||||
|
||||
|
||||
Opcións de pinceis
|
||||
|
||||
Ademais de a graphical shape, a brushes tamén se lle poden dar outros
|
||||
|
|
|
|||
|
|
@ -103,6 +103,10 @@ D. What's New in Tux Paint version 0.9.33?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Ficheiros estándar</a></li> <li><a href="#personal_files">Ficheiros persoais</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Pinceis</a> <ul>
|
||||
<li><a href="#brush_options">Opcións de pinceis</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Opcións de pinceis</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Selos</a> <ul>
|
||||
<li><a href="#stamps_images">Imaxes de selos</a></li> <li><a href="#description_text">Texto descritivo do selo</a></li> <li><a href="#sound_effects">Efectos de son dos selos</a></li> <li><a href="#descriptive_sound">Son descritivo do selo</a></li> <li><a href="#stamp_options">Opcións de selos</a></li> <li><a href="#pre_mirroed_and_flipped_images">Selos prereflectidos e invertidos</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
Os pinceis empregados para debuxar coas ferramentas «Pincel» e «Liñas» en Tux Paint son simplemente ficheiros de imaxe PNG. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Os píxeles de escala de grises no pincel PNG debuxaranse empregando a cor seleccionada actualmente en Tux Paint. Os píxeles de cor tinguiranse. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Compatibilidade da localización</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Pódense engadir liñas adicionais ao ficheiro de texto para fornecer traducións da descrición, que se amosarán cando Tux Paint estea a executarse nun idioma diferente (como o francés ou o español). </p>
|
||||
<p>
|
||||
O comezo da liña debería corresponder ao código de idioma do idioma en cuestión (por exemplo, «<code>fr</code>» para o francés e «<code>zh_TW</code>» para o chinés tradicional), seguido de «<code>.utf8=</code>» e a descrición traducida (Unicode, codificado en UTF-8). </p>
|
||||
<p>
|
||||
<b>Para os desenvolvedores de Tux Paint:</b> Hai scripts no directorio «<code>brushes-po</code>» para converter os ficheiros de texto ao formato PO (e posterior) para facilitar a tradución a diferentes idiomas. Polo tanto, nunca debería engadir nin cambiar traducións directamente nos ficheiros «<code>.txt</code>». </p>
|
||||
<p>
|
||||
Se non hai tradución dispoñíbel para o idioma en que se está a executar Tux Paint, utilízase o texto en inglés dos EUA. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Usuarios de Windows</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use <cite>NotePad</cite> ou <cite>WordPad</cite> para editar/crear estes ficheiros. Asegúrese de gardalos como texto simple e asegúrese de que teñen unha extensión «<code>.txt</code>» ao final do nome do ficheiro. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Standard Files |
|
||||
| + Personal Files |
|
||||
| * Brushes |
|
||||
| + Brush Descriptive Text |
|
||||
| + Brush Options |
|
||||
| * Stamps |
|
||||
| + Stamp Images |
|
||||
|
|
@ -153,7 +154,7 @@ subdirectories under your personal Tux Paint directory named "brushes", "stamps
|
|||
|
||||
Brushes
|
||||
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
The alpha (transparency) of the PNG image is used to determine the shape of the
|
||||
|
|
@ -163,6 +164,46 @@ partially-transparent!
|
|||
Greyscale pixels in the brush PNG will be drawn using the currently-selected
|
||||
color in Tux Paint. Color pixels will be tinted.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Localization Support
|
||||
|
||||
Additional lines can be added to the text file to provide translations of
|
||||
the description, to be displayed when Tux Paint is running in a different
|
||||
locale (like French or Spanish).
|
||||
|
||||
The beginning of the line should correspond to the language code of the
|
||||
language in question (e.g., "fr" for French, and "zh_TW" for Traditional
|
||||
Chinese), followed by ".utf8=" and the translated description (Unicode,
|
||||
encoded in UTF-8).
|
||||
|
||||
For Tux Paint developers: There are scripts in the "brushes-po" directory
|
||||
for converting the text files to PO format (and back) for easy translation
|
||||
to different languages. Therefore you should never add or change
|
||||
translations in the ".txt" files directly.
|
||||
|
||||
If no translation is available for the language Tux Paint is currently
|
||||
running in, the US English text is used.
|
||||
|
||||
|
||||
|
||||
Windows Users
|
||||
|
||||
Use NotePad or WordPad to edit/create these files. Be sure to save them as
|
||||
plain-text, and make sure they have a ".txt" extension at the end of the
|
||||
filename.
|
||||
|
||||
|
||||
|
||||
|
||||
Brush Options
|
||||
|
||||
Aside from a graphical shape, brushes can also be given other attributes. To do
|
||||
|
|
|
|||
|
|
@ -102,6 +102,10 @@ D. What's New in Tux Paint version 0.9.33?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Standard Files</a></li> <li><a href="#personal_files">Personal Files</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Brushes</a> <ul>
|
||||
<li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Stamps</a> <ul>
|
||||
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Greyscale pixels in the brush PNG will be drawn using the currently-selected color in Tux Paint. Color pixels will be tinted. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Localization Support</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Additional lines can be added to the text file to provide translations of the description, to be displayed when Tux Paint is running in a different locale (like French or Spanish). </p>
|
||||
<p>
|
||||
The beginning of the line should correspond to the language code of the language in question (e.g., "<code>fr</code>" for French, and "<code>zh_TW</code>" for Traditional Chinese), followed by "<code>.utf8=</code>" and the translated description (Unicode, encoded in UTF-8). </p>
|
||||
<p>
|
||||
<b>For Tux Paint developers:</b> There are scripts in the "<code>brushes-po</code>" directory for converting the text files to PO format (and back) for easy translation to different languages. Therefore you should never add or change translations in the "<code>.txt</code>" files directly. </p>
|
||||
<p>
|
||||
If no translation is available for the language Tux Paint is currently running in, the US English text is used. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Windows Users</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use <cite>NotePad</cite> or <cite>WordPad</cite> to edit/create these files. Be sure to save them as plain-text, and make sure they have a "<code>.txt</code>" extension at the end of the filename. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Standard Files |
|
||||
| + Personal Files |
|
||||
| * Brushes |
|
||||
| + Brush Descriptive Text |
|
||||
| + Brush Options |
|
||||
| * はんこ |
|
||||
| + Stamp Images |
|
||||
|
|
@ -153,7 +154,7 @@ subdirectories under your personal Tux Paint directory named "brushes", "stamps
|
|||
|
||||
Brushes
|
||||
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
The alpha (transparency) of the PNG image is used to determine the shape of the
|
||||
|
|
@ -163,6 +164,46 @@ partially-transparent!
|
|||
Greyscale pixels in the brush PNG will be drawn using the currently-selected
|
||||
color in Tux Paint. Color pixels will be tinted.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Localization Support
|
||||
|
||||
Additional lines can be added to the text file to provide translations of
|
||||
the description, to be displayed when Tux Paint is running in a different
|
||||
locale (like French or Spanish).
|
||||
|
||||
The beginning of the line should correspond to the language code of the
|
||||
language in question (e.g., "fr" for French, and "zh_TW" for Traditional
|
||||
Chinese), followed by ".utf8=" and the translated description (Unicode,
|
||||
encoded in UTF-8).
|
||||
|
||||
For Tux Paint developers: There are scripts in the "brushes-po" directory
|
||||
for converting the text files to PO format (and back) for easy translation
|
||||
to different languages. Therefore you should never add or change
|
||||
translations in the ".txt" files directly.
|
||||
|
||||
If no translation is available for the language Tux Paint is currently
|
||||
running in, the US English text is used.
|
||||
|
||||
|
||||
|
||||
Windows のユーザー
|
||||
|
||||
Use NotePad or WordPad to edit/create these files. Be sure to save them as
|
||||
plain-text, and make sure they have a ".txt" extension at the end of the
|
||||
filename.
|
||||
|
||||
|
||||
|
||||
|
||||
Brush Options
|
||||
|
||||
Aside from a graphical shape, brushes can also be given other attributes. To do
|
||||
|
|
|
|||
|
|
@ -100,6 +100,10 @@ D. Tux Paint バージョン 0.9.33 での変更点
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Standard Files</a></li> <li><a href="#personal_files">Personal Files</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Brushes</a> <ul>
|
||||
<li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Brush Options</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">はんこ</a> <ul>
|
||||
<li><a href="#stamps_images">Stamp Images</a></li> <li><a href="#description_text">Stamp Descriptive Text</a></li> <li><a href="#sound_effects">Stamp Sound Effects</a></li> <li><a href="#descriptive_sound">Stamp Descriptive Sound</a></li> <li><a href="#stamp_options">Stamp Options</a></li> <li><a href="#pre_mirroed_and_flipped_images">Pre-Mirrored and Flipped Stamps</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
The brushes used for drawing with the 'Brush' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Greyscale pixels in the brush PNG will be drawn using the currently-selected color in Tux Paint. Color pixels will be tinted. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Localization Support</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Additional lines can be added to the text file to provide translations of the description, to be displayed when Tux Paint is running in a different locale (like French or Spanish). </p>
|
||||
<p>
|
||||
The beginning of the line should correspond to the language code of the language in question (e.g., "<code>fr</code>" for French, and "<code>zh_TW</code>" for Traditional Chinese), followed by "<code>.utf8=</code>" and the translated description (Unicode, encoded in UTF-8). </p>
|
||||
<p>
|
||||
<b>For Tux Paint developers:</b> There are scripts in the "<code>brushes-po</code>" directory for converting the text files to PO format (and back) for easy translation to different languages. Therefore you should never add or change translations in the "<code>.txt</code>" files directly. </p>
|
||||
<p>
|
||||
If no translation is available for the language Tux Paint is currently running in, the US English text is used. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Windows のユーザー</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Use <cite>NotePad</cite> or <cite>WordPad</cite> to edit/create these files. Be sure to save them as plain-text, and make sure they have a "<code>.txt</code>" extension at the end of the filename. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
| + Kartela Standarde |
|
||||
| + Kartela Personale |
|
||||
| * Penela |
|
||||
| + Brush Descriptive Text |
|
||||
| + Mundësi Penelash |
|
||||
| * Stampa |
|
||||
| + Figura stampash |
|
||||
|
|
@ -157,8 +158,8 @@ te “~/.tuxpaint/brushes/”, nën Linux ose Unix.)
|
|||
|
||||
Penela
|
||||
|
||||
Penelat e përdorur për të vizatuar me mjetet “Penel” dhe “Vija” në Tux Paint
|
||||
janë thjesht kartela figurë PNG.
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint
|
||||
are simply PNG image files.
|
||||
|
||||
Alfa (tejdukshmëria) e figurës PNG përdoret për të përcaktuar formën e penelit,
|
||||
që do të thotë se forma mund të jetë e llojit “anti-aliased” dhe pjesërisht e
|
||||
|
|
@ -168,6 +169,45 @@ Pikselat shkallë të grisë te PNG-ja e penelit do të vizatohen duke përdorur
|
|||
ngjyrën aktualisht të përzgjedhur në Tux Paint. Pikselat me ngjyrë do të
|
||||
ngjyrosen.
|
||||
|
||||
Brush Descriptive Text
|
||||
|
||||
Tux Paint will display descriptive text when a brush is selected. These are
|
||||
placed in plain text files with the same name as the PNG, but with a ".txt"
|
||||
filename extension. (e.g., "brush.png"'s description is stored in "brush.txt"
|
||||
in the same directory.)
|
||||
|
||||
The first line of the text file will be used as the US English description of
|
||||
the brush's image. It must be encoded in UTF-8.
|
||||
|
||||
Mbulim Përkthimesh
|
||||
|
||||
Te kartela tekst mund të shtohen rreshta shtesë për të dhënë përkthime të
|
||||
përshkrimit, që të shfaqen kur Tux Paint-i xhiron në një gjuhë tjetër
|
||||
(fjala vjen, shqip ose frëngjisht).
|
||||
|
||||
Fillimi i rreshtit duhet t’i përgjigjet kodit të gjuhës për gjuhën në fjalë
|
||||
(p.sh., “fr” për frëngjishten dhe “zh_TW” për kineze tradicionale), pasuar
|
||||
nga “.utf8=” dhe përshkrimi i përkthyer (Unikod, koduar si UTF-8).
|
||||
|
||||
Për zhvillues Tux Paint-i: Te drejtoria “brushes-po” ka programthe për
|
||||
shndërrim kartelash tekst në format PO (dhe anasjelltas), për përkthim të
|
||||
kollajtë në gjuhë të ndryshme. Ndaj s’duhet të shtoni ose ndryshoni kurrë
|
||||
përkthime drejt e te kartelat “.txt”.
|
||||
|
||||
Nëse s’ka përkthim për gjuhën në të cilën po xhirohet Tux Paint-i, përdoret
|
||||
teksti prej anglishtes amerikane.
|
||||
|
||||
|
||||
|
||||
Përdorues Windows-i
|
||||
|
||||
Që të përpunoni/krijoni këto kartela, përdorni NotePad ose WordPad.
|
||||
Sigurohuni t’i ruani si tekst të thjeshtë dhe garantoni të kenë një zgjatim
|
||||
“.txt” në fund të emrit të kartelës.
|
||||
|
||||
|
||||
|
||||
|
||||
Mundësi Penelash
|
||||
|
||||
Veç një formë grafike, penela mund t’i jepen edhe atribute të tjerë. Për ta
|
||||
|
|
|
|||
|
|
@ -102,6 +102,10 @@ D. What's New in Tux Paint version 0.9.33?
|
|||
Transparent Erasers
|
||||
Erasers that lightly expose more and more of the background.
|
||||
|
||||
Brush descriptions
|
||||
Brushes (used by Paint and Line tools) can now include descriptions that
|
||||
appear when the brush is selected.
|
||||
|
||||
Dither magic tools
|
||||
Transform parts of an image into a dithered pattern of dots.
|
||||
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="#standard_files">Kartela Standarde</a></li> <li><a href="#personal_files">Kartela Personale</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#brushes">Penela</a> <ul>
|
||||
<li><a href="#brush_options">Mundësi Penelash</a></li> </ul>
|
||||
<li><a href="#brush_description_text">Brush Descriptive Text</a></li> <li><a href="#brush_options">Mundësi Penelash</a></li> </ul>
|
||||
</li>
|
||||
<li><a href="#stamps">Stampa</a> <ul>
|
||||
<li><a href="#stamps_images">Figura stampash</a></li> <li><a href="#description_text">Tekst Përshkrues për Stampat</a></li> <li><a href="#sound_effects">Efekte Zanore Stampash</a></li> <li><a href="#descriptive_sound">Tingull Përshkrues Stampash</a></li> <li><a href="#stamp_options">Mundësi Stampash</a></li> <li><a href="#pre_mirroed_and_flipped_images">Stampa të kthyera në anë tjetër dhe të pasqyruara paraprakisht</a></li> </ul>
|
||||
|
|
@ -277,7 +277,7 @@
|
|||
</header>
|
||||
|
||||
<p>
|
||||
Penelat e përdorur për të vizatuar me mjetet “Penel” dhe “Vija” në Tux Paint janë thjesht kartela figurë PNG. </p>
|
||||
The brushes used for drawing with the 'Paint' and 'Lines' tools in Tux Paint are simply PNG image files. </p>
|
||||
<img src="../../html/images/brush_edit.png"
|
||||
width="123"
|
||||
height="147"
|
||||
|
|
@ -289,6 +289,41 @@
|
|||
<p>
|
||||
Pikselat shkallë të grisë te PNG-ja e penelit do të vizatohen duke përdorur ngjyrën aktualisht të përzgjedhur në Tux Paint. Pikselat me ngjyrë do të ngjyrosen. </p>
|
||||
|
||||
<section><!-- H2: Brush Descriptive Text -->
|
||||
<header>
|
||||
<h2>
|
||||
<a name="brush_bescription_text"
|
||||
id="brush_description_text">Brush Descriptive Text</a>
|
||||
</h2>
|
||||
</header>
|
||||
|
||||
<p>
|
||||
Tux Paint will display descriptive text when a brush is selected. These are placed in plain text files with the same name as the PNG, but with a "<code>.txt</code>" filename extension. (e.g., "<code>brush.png</code>"'s description is stored in "<code>brush.txt</code>" in the same directory.) </p>
|
||||
|
||||
<p>
|
||||
The first line of the text file will be used as the US English description of the brush's image. It must be encoded in UTF-8. </p>
|
||||
|
||||
<dl>
|
||||
<dt><strong>Mbulim Përkthimesh</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Te kartela tekst mund të shtohen rreshta shtesë për të dhënë përkthime të përshkrimit, që të shfaqen kur Tux Paint-i xhiron në një gjuhë tjetër (fjala vjen, shqip ose frëngjisht). </p>
|
||||
<p>
|
||||
Fillimi i rreshtit duhet t’i përgjigjet kodit të gjuhës për gjuhën në fjalë (p.sh., “<code>fr</code>” për frëngjishten dhe “<code>zh_TW</code>” për kineze tradicionale), pasuar nga “<code>.utf8=</code>” dhe përshkrimi i përkthyer (Unikod, koduar si UTF-8). </p>
|
||||
<p>
|
||||
<b>Për zhvillues Tux Paint-i:</b> Te drejtoria “<code>brushes-po</code>” ka programthe për shndërrim kartelash tekst në format PO (dhe anasjelltas), për përkthim të kollajtë në gjuhë të ndryshme. Ndaj s’duhet të shtoni ose ndryshoni kurrë përkthime drejt e te kartelat “<code>.txt</code>”. </p>
|
||||
<p>
|
||||
Nëse s’ka përkthim për gjuhën në të cilën po xhirohet Tux Paint-i, përdoret teksti prej anglishtes amerikane. </p>
|
||||
</dd>
|
||||
|
||||
<dt><strong>Përdorues Windows-i</strong></dt>
|
||||
<dd>
|
||||
<p>
|
||||
Që të përpunoni/krijoni këto kartela, përdorni <cite>NotePad</cite> ose <cite>WordPad</cite>. Sigurohuni t’i ruani si tekst të thjeshtë dhe garantoni të kenë një zgjatim “<code>.txt</code>” në fund të emrit të kartelës. </p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section><!-- H2: Stamp Descriptive Text -->
|
||||
|
||||
<section><!-- H2: Brush Options -->
|
||||
<header>
|
||||
<h2>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,9 @@
|
|||
<dt>Transparent Erasers</dt>
|
||||
<dd>Erasers that lightly expose more and more of the background.</dd>
|
||||
|
||||
<dt>Brush descriptions</dt>
|
||||
<dd>Brushes (used by Paint and Line tools) can now include descriptions that appear when the brush is selected.</dd>
|
||||
|
||||
<dt>Dither magic tools</dt>
|
||||
<dd>Transform parts of an image into a dithered pattern of dots.</dd>
|
||||
|
||||
|
|
|
|||
|
|
@ -47,9 +47,10 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.9.33" date="2024-03-15">
|
||||
<release version="0.9.33" date="2024-03-25">
|
||||
<description>
|
||||
<p>Transparent Erasers.</p>
|
||||
<p>Brushes support descriptions.</p>
|
||||
<p>New Magic tools: Dither, Specular.</p>
|
||||
<p>Localization updates.</p>
|
||||
</description>
|
||||
|
|
|
|||
238
src/po/ach.po
238
src/po/ach.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-12-09 09:00+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "Nyen"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Yabi"
|
||||
|
||||
|
|
@ -1220,252 +1224,252 @@ msgstr ""
|
|||
"ne. "
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Adaa imito aao?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Eyo,dong atyeko oo!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ku, dwoka dok cen!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ka i aao, ibino rwenyo cal mamegi woko! Imito gwoko ne?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Eyo, gwoki!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ku, pe iyele me gwoko ne!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Kong ki gwok cali maenini?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Yabo cal eno ni oloya woko!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Aya do."
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Pe tye fayil mo keken ma onongo kigwoko."
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Ki go cal mamegi ni dong ikaratac?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Eyo, go ne!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Kityeko dong goyo cal mamegi woko! "
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Tim wa kica! Pe wa goyo cal mamegi!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Pwod pe iromo goyo cal mamegi"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Duny cal eni woko?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Duny cal eni woko?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Eyo,duny oo!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ku, pe iduny!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Po me tic ki mapeca tung acam me oyo/ladic!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Kityeko dong goyo cal mamegi woko! "
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Kityeko dong goyo cal mamegi woko! "
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Tim wa kica! Pe wa goyo cal mamegi!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Tim wa kica! Pe wa goyo cal mamegi!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Tim wa kica! Pe wa goyo cal mamegi!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Yer cal ma imito, ci idi \"Tuki\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Dwon kineko oo weng."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Dwon kiyabu."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Tim ber ikur..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Duny"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "cale macer malube aluba "
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Cen"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Tuki"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Mede anyim"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Eyo"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ku"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Kilok cal malube ki alokaloka itici manyeni?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Eyo,lok kun ileyo maconi oo!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ku, gwok fayil manyen!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Yelo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Bululu calo pol!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Tar!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Col!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/af.po
238
src/po/af.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: af\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-19 06:38+0000\n"
|
||||
"Last-Translator: OdettePretorius <odettepret@gmail.com>\n"
|
||||
"Language-Team: translate-discuss-af@lists.sourceforge.net\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Nuwe"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Maak oop"
|
||||
|
||||
|
|
@ -1222,252 +1226,252 @@ msgstr ""
|
|||
"etiket te klik, kan dit geskuif, geredigeer of die teksstyl verander word."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Wil jy werklik afsluit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ja, ek is klaar!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nee, vat my terug!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "As jy ophou, sal jy die prent verloor. Wil jy dit eers bêre?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ja, stoor dit!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nee, moenie stoor nie!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Wil jy eers die prent stoor?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Kan nie daardie prent oopmaak nie!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Goedso"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Daar is geen gestoorde lêers nie!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Wil jy nou die prent laat druk?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ja, laat dit druk!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Die prent is gedruk!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Jammer, die prent kon nie gedruk word nie!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Jy kan nog nie druk nie!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Vee hierdie prent uit?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Vee hierdie prent uit?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ja, vee dit uit!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nee, moenie dit uitvee nie!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Onthou om die linker-muisknoppie te gebruik!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Die prent is gedruk!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Die prent is gedruk!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Jammer, die prent kon nie gedruk word nie!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Jammer, die prent kon nie gedruk word nie!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Jammer, die prent kon nie gedruk word nie!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Kies die prente wat jy wil hê en klik “Maak oop”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Klank af."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Klank aan."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Wag asseblief…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Vee uit"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Skyfies"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Terug"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Speel"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Volgende"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Vervang die prent met jou veranderinge?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ja, vervang die ou een!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nee, stoor 'n nuwe lêer!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Geel!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Hemelblou!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Wit!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Swart!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Kies 'n kleur van jou prentjie af."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ak.po
238
src/po/ak.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-10-27 10:16-0000\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "Foforo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Bue"
|
||||
|
||||
|
|
@ -1218,252 +1222,252 @@ msgstr ""
|
|||
"apea no, asesa mu na woasesa nw test stae no."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Nti wo pɛsɛ wo pɔn?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Aane, mawee!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Daabi, famekɔ mahyi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Sɛ wo pɔn a, wo bɛ hwere wo nfonyin no! Korano?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Aane, sie!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Daabi, nhawoho nsie!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Sie wo nfonyin no kane!"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Nfonyin no ntome mmue!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Yoo"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Biribiara nnihɔ a woasie!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Prente wo nfonyin no seseaa?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Aane, prente!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Wo nfonyin no a prente!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Kafra! Wo nfonyin no antumi amprente!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Wo ntomi mprente sesei!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Pepa nfonyin wei?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Pepa nfonyin wei?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Aane, pepa!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Daabi npepa!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Kae sɛ wo bɛ pagya mouso no nsa benkum no!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Wo nfonyin no a prente!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Wo nfonyin no a prente!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Kafra! Wo nfonyin no antumi amprente!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Kafra! Wo nfonyin no antumi amprente!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Kafra! Wo nfonyin no antumi amprente!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Yi mfonyin a wopɛ, na cleeke \"Bɔ\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Dede no adum."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Dede no asan aba."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Mesrɛwo twɛn..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Pepa"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slides"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Kane"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Agoro"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Dea ɛdi so"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Aane"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Daabi"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Sesa nfonyin no ne wodiɛ no?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Aane, sesa dada no!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Daabi, sie foforɔ no!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1472,71 +1476,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Akoɔ srade!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Owim!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Fitaa!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Tuntum!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1544,22 +1548,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/am.po
238
src/po/am.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-10 11:45+0100\n"
|
||||
"Last-Translator: Solomon Gizaw <solohavi@yahoo.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "አዲስ "
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ክፈት "
|
||||
|
||||
|
|
@ -1218,252 +1222,252 @@ msgstr ""
|
|||
"ቅጥ መለወጥ ትችላለህ። "
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "ጨርሶ ለማቆም በርግጠኝነት ፈልገሃል? "
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "አዎ ጨርሻለሁ!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "አይ እንደገና መልሰኝ! "
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "ጨርስህ ከወጣህ ስዕልህን ታጣለህ! ይቀመጥ? "
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "አዎ አስቀምጠው! "
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "አይ ለማስቀመጥ አትጨነቅ! "
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "መጀመሪያ ስዕልህን አሰቀምጥ? "
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ያንን ስዕል መክፈት አይቻልም! "
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "እሺ "
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "የተቀመጡ ስዕሎች የሉም! "
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "ስዕልህ አሁን ይታተም? "
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "አዎ ይታተም! "
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "ስዕልህ ታትሞዋል! "
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "እናዝናለን ስዕልህ ሊታተም አልቻለም! "
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "አሁንም ማተም አትችልም! "
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "ይህ ስዕል ይጥፋ? "
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "ይህ ስዕል ይጥፋ? "
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "አዎ አጥፋው! "
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "አይ አታጥፋው! "
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "የግራ መዳፊት አዝራር መጠቀም አስታውስ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "ስዕልህ ታትሞዋል! "
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "ስዕልህ ታትሞዋል! "
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "እናዝናለን ስዕልህ ሊታተም አልቻለም! "
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "እናዝናለን ስዕልህ ሊታተም አልቻለም! "
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "እናዝናለን ስዕልህ ሊታተም አልቻለም! "
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "የምትፈልገውን ስዕል ምረጥና “ማጫወት” የሚለውን ጠቅ አድርግ። "
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "ድምጹ የጠፋ። "
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "ድምጹ የሚሰማ። "
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "እባክዎ ይጠብቁ... "
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "ማጥፉት "
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "ስላይዶች "
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "ወደኋላ "
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ማጫወት "
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "ቀጥል "
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "አዎ "
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "አይደለም "
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ከለውጥህ ጋር ስዕሉ ይተካ? "
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "አዎ የድሮውን ተካ!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "አይ አዲስ ፋይል አስቀምጥ! "
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1472,71 +1476,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "ቢጫ!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "ውሃ ሰማያዊ! "
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "ነጭ! "
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "ጥቁር!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1544,22 +1548,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/an.po
238
src/po/an.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-29 10:04+0100\n"
|
||||
"Last-Translator: juanpabl <jpmart[arroba]unizar.es>\n"
|
||||
"Language-Team: softaragonés\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -972,7 +976,7 @@ msgstr "Nuevo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ubrir"
|
||||
|
||||
|
|
@ -1227,252 +1231,252 @@ msgstr ""
|
|||
"etiqueta existent."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "De verdat que quiers ir-te-ne?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Sí, ya ye prou por agora!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, quiero tornar!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Si te'n vas, perderás o tuyo dibuixo. Lo quiers alzar?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sí, alza-lo!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, m'importa igual!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Quiers alzar antes lo tuyo dibuixo?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "No puetz ubrir ixe dibuixo!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Acceptar"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "No i hai garra documento alzau!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Quiers imprentar agora lo tuyo dibuixo?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Sí, imprenta-lo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "O tuyo dibuixo s'ha imprentau."
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Vai, ya lo siento! No s'ha puesto imprentar lo tuyo dibuixo."
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "No puetz imprentar encara!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Quiers borrar iste dibuixo?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Quiers borrar iste dibuixo?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Sí, borra-lo!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, no lo borres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Fe servir lo botón zurdo d'o ratet!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "O tuyo dibuixo s'ha imprentau."
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "O tuyo dibuixo s'ha imprentau."
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Vai, ya lo siento! No s'ha puesto imprentar lo tuyo dibuixo."
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Vai, ya lo siento! No s'ha puesto imprentar lo tuyo dibuixo."
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Vai, ya lo siento! No s'ha puesto imprentar lo tuyo dibuixo."
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Triga lo dibuixo que quieras y dimpués fe clic en \"Reproducir\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Lo son ye desactivau."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Lo son ye activau."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Aguarda un poquet…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositivas"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Anterior"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Siguient"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Quiers reemplazar o dibuixo con os tuyos cambios?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Sí, substituye-lo!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, alza un documento nuevo!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1481,71 +1485,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Amariello!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Azul ciel!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Blanco!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Negro!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1553,22 +1557,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Triga una color d'o tuyo dibuixo."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ar.po
238
src/po/ar.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2008-10-07 14:54+0200\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -394,141 +394,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -536,7 +540,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -544,21 +548,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -566,7 +570,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -575,7 +579,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -583,7 +587,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -603,7 +607,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -612,7 +616,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -620,7 +624,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -628,7 +632,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -636,14 +640,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -653,34 +657,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -690,21 +694,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -979,7 +983,7 @@ msgstr "جديد"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "افتح"
|
||||
|
||||
|
|
@ -1217,260 +1221,260 @@ msgstr "اخترْ أسلوب النص. انقر على رسمتك لتتمكن
|
|||
|
||||
# FIXME: تحرّكُ الي مكان آخر! ! !
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "أتُريدُ حقاً الخروج؟"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "نعم، لقد انتهيت"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "لا، عُد بي ثانية"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "إذا خرجت الآن، ستفقد صورتك أتريد حفظها؟"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "نعم، احفظها الآن"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "لا، لا تهتم بحفظها"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "أأحفظ صورتك أولاً؟"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "لايمكن فتح هذه الصورة"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "موافق"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "لايوجد أي ملف محفوظ"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "أأطبع صورتك الآن؟"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "نعم، اطبع الصورة"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "لا يمكنك الطبع الآن"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "أتريد مسح هذه الصورة؟"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "أتريد مسح هذه الصورة؟"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "نعم، امسحه"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "لا، لاتمسحه"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "تذكر استخدام زر الفأرة الأيسر"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "لقد طُبِعت صورتك"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "اختر الصورة التي تريد، ثم انقر ”شغّل“."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "بلا صوت"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "شغل الصوت"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "من فضلك انتظر..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "امسح"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "شرائح"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "الخلف"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "شغّل"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "التالي"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "انتبه"
|
||||
|
||||
# FIXME: Move elsewhere! Or not?!
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "نعم"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "لا"
|
||||
|
||||
# #define PROMPT_SAVE_OVER_TXT gettext_noop("Save over the older version of this picture?")
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "أأستبدل الصورة بتعديلاتك؟"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "نعم، استبدل الملف القديم"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "لا، احفظ باسم جديد"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1479,71 +1483,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "أصفر"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "أزرق سماوي"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "أبيض"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "أسود"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1551,22 +1555,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/as.po
238
src/po/as.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-16 23:33-0800\n"
|
||||
"Last-Translator: Anand Kulkarni <kulkarni1016@yahoo.co.in>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "নতুন"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "খোলক"
|
||||
|
||||
|
|
@ -1221,252 +1225,252 @@ msgstr ""
|
|||
"পাৰে, এইটো সম্পাদনা কৰক আৰু ইয়াৰ টেক্সটৰ শৈলীটো সলনি কৰক. "
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "আপুনি সচাকৈয়ে এইটো ত্যাগ কৰিব বিচাৰে নেকি?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "হয়, মই কৰিলো!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "নহয়, মোক ওভতাই লওক!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "যদি আপুনি ত্যাগ কৰে, আপুনি আপোনাৰ ছবিটো হেৰুৱাব! এইটো ছেভ কৰে নে?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "হয়, এইটো ছেভ কৰক!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "নহয়, ছেভ কৰোতে চিন্তা নকৰিব!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "প্ৰথমে আপোনাৰ ছবিটো ছেভ কৰে নে?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "সেই ছবিটো খুলিব নোৱাৰি!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "কোনো ছেভ কৰা ফাইল নাই!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "আপোনাৰ ছবিটো এতিয়া ছপা কৰে নে?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "হয়, এইটো ছপা কৰক!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "আপোনাৰ ছবিটো ছপা কৰা হৈছে!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "দুখিত! আপোনাৰ ছবিটো ছপা কৰিব পৰা নগল!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "আপুনি এতিয়াই ছপা কৰিব নোৱাৰে!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "এই ছবিটো মোচে নে?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "এই ছবিটো মোচে নে?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "হয়, এইটো মোচক!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "নহয়, এইটো মোচি নিদিব!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "বাওফালৰ মাউছ বাটনটো ব্যৱহাৰ কৰিবলৈ মনত পেলাওক!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "আপোনাৰ ছবিটো ছপা কৰা হৈছে!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "আপোনাৰ ছবিটো ছপা কৰা হৈছে!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "দুখিত! আপোনাৰ ছবিটো ছপা কৰিব পৰা নগল!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "দুখিত! আপোনাৰ ছবিটো ছপা কৰিব পৰা নগল!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "দুখিত! আপোনাৰ ছবিটো ছপা কৰিব পৰা নগল!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "আপুনি বিচৰা ছবিবোৰ নিৰ্বাচন কৰক, তেতিয়া “খেলা” টোত ক্লিক কৰক."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "শব্দটো শব্দহীন কৰা হ'ল."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "শব্দটোৰ শব্দহীনটো বাতিল কৰা হ'ল."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "অনুগ্ৰহ কৰি অপেক্ষা কৰক…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "মোচক"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "পিছলাই নিয়ক"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "ঘূৰি যাওক"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "খেলক"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "পৰৱৰ্তী"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "হয়"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "নহয়"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "আপোনাৰ সলনিবোৰৰ সৈতে ছবিটো প্ৰতিস্থাপিত কৰে নে?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "হয়, পুৰণি এটা প্ৰতিস্থাপিত কৰক!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "নহয়, এটা নতুন ছেভ কৰক!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1475,71 +1479,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "হালধীয়া!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "আকাশী নীলা!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "বগা!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "কলা!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1547,22 +1551,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ast.po
238
src/po/ast.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2011-02-16 18:38+0200\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -969,7 +973,7 @@ msgstr "Nuevu"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
|
|
@ -1220,252 +1224,252 @@ msgstr ""
|
|||
"nuna etiqueta esistente pues movela, editala o camuda-y l'estilu de testu."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "¿De xuru quies colar?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "¡Sí, llistu!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "¡Non, quiero volver!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "¡Si coles vas perder la imaxe! ¿Quies guardala?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "¡Sí, guárdala!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "¡Non, nun quiero guardala!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "¿Vas guardar la imaxe enantes?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "¡Nun se pue abrir esa imaxe!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Aceutar"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "¡Nun hai ficheros guardaos!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "¿Imprentar la to imaxe agora?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "¡Sí, impréntala!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "¡Imprentóse la imaxe!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "¡Llaméntolo, pero la to imaxe nun s'imprentó!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "¡Entá nun pues imprentar!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "¿Esborrar esta imaxe?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "¿Esborrar esta imaxe?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "¡Sí, esbórrala!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "¡Non, nun la esborres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "¡Remembra emplegar el botón izquierdu del mur!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "¡Imprentóse la imaxe!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "¡Imprentóse la imaxe!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "¡Llaméntolo, pero la to imaxe nun s'imprentó!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "¡Llaméntolo, pero la to imaxe nun s'imprentó!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "¡Llaméntolo, pero la to imaxe nun s'imprentó!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Escueyi les imáxenes que quieras, llueu calca en “Reproducir”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Soníu silenciáu."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Soníu activu."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Espera, por favor..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositives"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Tornar"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Siguiente"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "¿Sobroescribir la imaxe pola nueva?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "¡Sí, guárdala!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "¡Non, guardar nun ficheru nuevu!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "¡Mariellu!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "¡Celeste!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "¡Blancu!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "¡Prietu!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/az.po
238
src/po/az.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2008-02-10 19:28+0400\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -379,141 +379,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -521,7 +525,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -529,21 +533,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -551,7 +555,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -560,7 +564,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -577,7 +581,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -597,7 +601,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -605,7 +609,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -613,7 +617,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -621,14 +625,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -638,34 +642,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -675,21 +679,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -963,7 +967,7 @@ msgstr "Yeni"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Açmaq"
|
||||
|
||||
|
|
@ -1212,260 +1216,260 @@ msgstr ""
|
|||
"Mətn yazmaq üçün şəkilin üzərində mausun sol düyməsini bas və mətni yaz."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Sən doğrudan da çıxmaq istəyirsən?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Bəli, çıxmaq istəyirəm!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Yox, məni geriyə qaytar!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Əqər çıxsan şəkil yaddaşa salınmayacaq! Mən onu yaddaşa salım?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Bəli, yaddaşa sal!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Yox!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Şəkili yaddaşa salım?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Bu şəkili aça bilmirəm!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Burada yaddaşda olan heç bir şəkil yoxdur!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Sənin səkilini indi çap edim?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Bəli, çap et!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Çap edə bilmirəm!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Şəkili pozum?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Şəkili pozum?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Bəli, poz!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Yox, pozma"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Mausun sol düyməsindən istifadə et!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Şəkilin çap edilib!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "İstədiyin şəkilləri şeç və \"Oyna\" düyməsini bas."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Səs söndürülüb."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Səs icazə olunub."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Bir az gözlə..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Poz"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Cizgi filmi"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Geri"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Oyna"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "İrəli"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Bəli"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Yox"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Əvvəlki şəkili əvəz edim?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Bəli, əvəz et!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Yox, yeni şəkil kimi yaddaşa sal!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Sarı!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Göy rəngində!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Ağ!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Qara!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/be.po
238
src/po/be.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-10 23:09+0300\n"
|
||||
"Last-Translator: Hleb Valoshka <375gnu@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -385,141 +385,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -527,7 +531,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -535,21 +539,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -557,7 +561,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -566,7 +570,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -574,7 +578,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -583,7 +587,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -594,7 +598,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -603,7 +607,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -611,7 +615,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -619,7 +623,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -627,14 +631,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -644,34 +648,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -681,21 +685,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -972,7 +976,7 @@ msgstr "Новы"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Адчыніць"
|
||||
|
||||
|
|
@ -1225,252 +1229,252 @@ msgstr ""
|
|||
"тэксту."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Вы сапраўды жадаеце выйсці?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Так, я скончыў!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Не, хачу назад!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Калі вы выйдзеце, вы страціце ваш малюнак! Захаваць?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Так, захаваць!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Не, не трэба захоўваць!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Захаваць адразу ваш малюнак?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Немагчыма адчыніць гэты малюнак!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Добра"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Няма захаваных малюнкаў!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Надрукаваць ваш малюнак зараз?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Так, надрукаваць!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Ваш малюнак быў надрукаваны!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Прабачце! Ваш малюнак не можа быць надрукаваны!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Вы яшчэ не можаце друкаваць!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Выдаліць гэты малюнак?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Выдаліць гэты малюнак?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Так, выдаліць!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Не, не выдаляць!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Выкарыстоўвайце толькі левую кнопку мышы!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Ваш малюнак быў надрукаваны!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Ваш малюнак быў надрукаваны!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Прабачце! Ваш малюнак не можа быць надрукаваны!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Прабачце! Ваш малюнак не можа быць надрукаваны!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Прабачце! Ваш малюнак не можа быць надрукаваны!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Выберыце малюнкі, а потым націсніце \"Запуск\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Гукі адключаны."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Гукі ўключаны."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Калі ласка, пачакайце..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Выдаліць"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Слайды"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Запуск"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Далей"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Аа"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Так"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Замяніць стары малюнак?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Так, замяніць стары малюнак!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Не, захаваць у новы файл!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1479,71 +1483,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Жоўты!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Блакітны!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Белы!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Чорны!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1551,22 +1555,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/bg.po
238
src/po/bg.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2024-02-28 21:39+0200\n"
|
||||
"Last-Translator: Vankata453\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -384,16 +384,20 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
#, fuzzy
|
||||
#| msgid "Bug-fixes and localization updates."
|
||||
msgid "Localization updates."
|
||||
msgstr "Изчистване на бъгове и актуализации на локализацията."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
|
|
@ -401,7 +405,7 @@ msgstr ""
|
|||
"Нови инструменти за \"магия\": 1-, 2-, и 3-точкови перспективни линии (и "
|
||||
"съответстващи редактори на точки на изчезване)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
|
|
@ -409,12 +413,12 @@ msgstr ""
|
|||
"Нови инструменти за \"магия\": Изометрични, Диметрични, Триметрични и "
|
||||
"Наклонени линии (и съответстващи редактори на ъгли)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
"Нови инструменти за \"магия\": Епитрохоидни и Хипотрохоидни генератори."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
|
|
@ -422,7 +426,7 @@ msgstr ""
|
|||
"Нова опция за конфигурация, \"сложност\", която влияе на поведението (или "
|
||||
"наличието) на някои инструменти за \"магия\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
|
|
@ -430,25 +434,25 @@ msgstr ""
|
|||
"Инструментите за \"магия\" са реорганизирани (преди това бяха наредени в "
|
||||
"азбучен ред по локализираното им име)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
"Име и размер на шрифт са показани при избор на шрифт в инструментите за "
|
||||
"текст и надписи."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr "Изчистване на бъгове и актуализации на локализацията."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr "Нови \"магически\" инструменти: Примки, Лента, Заглаждане и Извивки."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr "Инструментът гума вече предлага мъхнати (с меки ръбове) гуми."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
|
|
@ -458,7 +462,7 @@ msgstr ""
|
|||
"в \"Рисуване с Тъкс\" (чрез диалога \"Отваряне\"). (Може в последствие да "
|
||||
"бъдат изтрити от диалога \"Нов\".)"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
|
|
@ -468,7 +472,7 @@ msgstr ""
|
|||
"\"Отваряне\" и експортирани шаблони от диалога \"Нов\", може да бъде "
|
||||
"деактивирана, чрез \"noerase\" опцията за конфигурация."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
|
|
@ -477,7 +481,7 @@ msgstr ""
|
|||
"конфигурация. (Покажи наличните шрифтове чрез \"--listfonts\" в команден "
|
||||
"прозорец.)"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
|
|
@ -485,7 +489,7 @@ msgstr ""
|
|||
"Различни (по подразбиране) шрифтове на потребителския интерфейс се използват "
|
||||
"отново под различни езици."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
|
|
@ -493,18 +497,18 @@ msgstr ""
|
|||
"Малки подобрения на бутоните за избор на \"специалните\" цветове (пипета, "
|
||||
"HSV селектор и цветови миксер)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
"Много инструменти за \"магия\" вече предлагат опции за промяна на размер."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
"Текстът върху бутоните се пренася по редове, когато е възможно (подобрява "
|
||||
"четливостта)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
|
|
@ -515,24 +519,24 @@ msgstr ""
|
|||
"Обезнасищане, Премахни цвят, Запази цвят, Калейдо-4, Калейдо-6, Калейдо-8 и "
|
||||
"Разцвет."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
"Марките вече могат да се завъртат, преди да бъдат приложени на платното."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr "Инструментът за форми, в режим на плъзгане от ъгъл, е подобрен."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr "Инструментът за запълване вече предлага режим за оформени градиенти."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr "Бърз режим \"Гума\" може да се достъпи чрез клавишна комбинация."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
|
|
@ -540,7 +544,7 @@ msgstr ""
|
|||
"Пъстрата палитра (HSV селектора) вече може да зарежда вградения цвят, или "
|
||||
"цветовете от пипетката или цветовия миксер."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
|
|
@ -549,16 +553,16 @@ msgstr ""
|
|||
"да се предотврати размазване, когато съотношението на платното се различава "
|
||||
"от това на картината."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
"Опцията за конфигурация \"buttonsize\" вече предлага \"auto\" настройка."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "Добавен е наръчник за бърз старт."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -570,7 +574,7 @@ msgstr ""
|
|||
"основни цветове (червено, жълто и синьо) и сенки (бели, сиви и черни) за "
|
||||
"създаване на нови цветове, подобно на смесване на бои."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -582,7 +586,7 @@ msgstr ""
|
|||
"и стойност, които позволяват на потребителите да избират от над 16 милиона "
|
||||
"цвята."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
|
|
@ -591,7 +595,7 @@ msgstr ""
|
|||
"Също, пряк път на клавиатурата вече е наличен за бърз достъп към селектора "
|
||||
"на цвят - пипетката, използвана за избор на цвят от текущата рисунка."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
|
|
@ -602,7 +606,7 @@ msgstr ""
|
|||
"ефекти да бъдат създадени. Също, много видове четки може да са получили по-"
|
||||
"добри стойности за разстояние по подразбиране."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -615,7 +619,7 @@ msgstr ""
|
|||
"вместо платното да се запълни с плътен цвят за фон. Инструментът за "
|
||||
"\"Втурване\" размазва резултатите."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -629,7 +633,7 @@ msgstr ""
|
|||
"промени. Инструкциите, показвани при използване на някои други инструменти, "
|
||||
"също са обогатени."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -642,7 +646,7 @@ msgstr ""
|
|||
"клавиатура е подобрен, както и изгледът и удобството на потребителската "
|
||||
"документация."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -657,7 +661,7 @@ msgstr ""
|
|||
"четка. Допълнително, инструментът за запълване вече предлага режим за "
|
||||
"рисуване със свободна ръка, за интерактивно оцветяване в ограничени зони."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -675,7 +679,7 @@ msgstr ""
|
|||
"смачква картината като на криво огледало. На последно място, \"Гладка дъга\" "
|
||||
"е постепенен вариант на класическия инструмент за дъга в \"Рисуване с Тъкс\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -690,7 +694,7 @@ msgstr ""
|
|||
"Допълнително, \"Анимация\" и \"Полутон\", както и \"Блокове\", \"Тебешир\" и "
|
||||
"\"Релеф\", вече предлагат възможността за промяна на цялата картина наведнъж!"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -702,7 +706,7 @@ msgstr ""
|
|||
"изкривяване на картини, за рисуване на шаблони, артистичен и за декорация на "
|
||||
"картини, правейки намирането на необходимия инструмент по-лесно."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -715,7 +719,7 @@ msgstr ""
|
|||
"\"Линейното\" запълване позволява интерактивното създаване на градиенти под "
|
||||
"различни ъгли и размери."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -727,7 +731,7 @@ msgstr ""
|
|||
"лесно, \"Шахматна дъска\" запълва цялото платно с образ на шахматна дъска, и "
|
||||
"\"Копие\" позволява дублиране на части от рисунката чрез щрихи."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
|
|
@ -737,7 +741,7 @@ msgstr ""
|
|||
"прави локализацията по-лесна. Тези, които желаят да помогнат с локализиране, "
|
||||
"са насърчени да се свържат с екипа на \"Рисуване с Тъкс\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -753,7 +757,7 @@ msgstr ""
|
|||
"цветовата палитра, може да бъде в полза на потребители с груби входящи "
|
||||
"устройства, като например системи за контрол чрез поглед."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
|
|
@ -763,7 +767,7 @@ msgstr ""
|
|||
"опции за избор дали фигурите ще бъдат рисувани от центъра или от ъгъл, "
|
||||
"правейки лесно използването му във всяка ситуация."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
|
|
@ -774,7 +778,7 @@ msgstr ""
|
|||
"дисплеи; в полза на потребители с груби входящи устройства, като например "
|
||||
"системи за контрол чрез поглед."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
|
|
@ -782,7 +786,7 @@ msgstr ""
|
|||
"Гумичката съдържа нови, по-малки размери, и прилага по-гладки, съседни "
|
||||
"щрихи, когато курсора е преместен бързо."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
|
|
@ -792,7 +796,7 @@ msgstr ""
|
|||
"рисунки и GIF анимации, правейки лесно споделянето на картини, анимации и "
|
||||
"слайд шоута с други."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -808,7 +812,7 @@ msgstr ""
|
|||
"рисунка. Плътните цветове за фон също могат да бъдат поставени към края на "
|
||||
"този диалог, позволявайки подчертаване на шаблонни изображения."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
|
|
@ -818,7 +822,7 @@ msgstr ""
|
|||
"може да бъде от полза на потребители със слухово увреждане, или в ситуации, "
|
||||
"където само един говорител е наличен."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
|
|
@ -828,7 +832,7 @@ msgstr ""
|
|||
"бъде избран чрез курсора, и набор от трилъчеви, четирилъчеви и петолъчни "
|
||||
"звезди."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1089,7 +1093,7 @@ msgstr "Нова"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Отваряне"
|
||||
|
||||
|
|
@ -1349,234 +1353,234 @@ msgstr ""
|
|||
"местиш, редактираш, както и да промениш стила на текста му."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Наистина ли искаш да спреш програмата?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Приключих!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Не, върни ме обратно!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ако спреш програмата, ще загубиш рисунката! Да се запази ли?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Да, запази я!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Не, не си прави труда да я запазваш!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Да се запази ли рисунката?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Тази рисунка не може да бъде отворена!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Да"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Няма запазени файлове!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Да се разпечата ли рисунката?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Да, разпечатай я!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Рисунката е разпечатана!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Извинявай! Рисунката не може да бъде разпечатана!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Все още не може да разпечатваш!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Да се изтрие ли рисунката?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr "Да се изтрие ли шаблона?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Да, изтрий я!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Не я изтривай!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Не забравяй да използваш левия бутон на мишката!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Рисунката е разпечатана!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Твоят слайдшоу GIF е разпечатан!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Извинявай! Рисунката не може да бъде разпечатана!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Извинявай! Твоят слайдшоу GIF не може да бъде разпечатан!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr "Твоята картина вече е налична като шаблон в диалога \"Нов\"!"
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
"Вече си превърнал/а тази картина в шаблон. Потърси го в диалога \"Нов\"!"
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Извинявай! Рисунката не може да бъде превърната в шаблон!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Избери желаните рисунки, след това кликни „Прожекция“."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Звукът е заглушен."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Звукът е пуснат."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Моля, изчакай…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Изтриване"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Кадри"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr "Шаблон"
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Експортиране"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Прожекция"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Експортиране като GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Следваща"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "Изчистване"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Аа"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Замяна на рисунката с твоите промени?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Да, замени старата!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Не, да се запази като нов файл!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
|
|
@ -1586,7 +1590,7 @@ msgstr ""
|
|||
"или \"Изтриване\". Натисни \"Кадри\", за да създадеш слайдшоу анимация, или "
|
||||
"\"Назад\", за да се върнеш към текущата картина."
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1598,63 +1602,63 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Избери 2 или повече рисунки за създаване на анимиран GIF."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "червено"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "жълто"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "синьо"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "бяло"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "сиво"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "черно"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "Цветът е %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "Цветът е %1$s %2$s и %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "Цветът е %1$s %2$s, %3$s %4$s и %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "Цветът е %1$s %2$s, %3$s %4$s, %5$s %6$s и %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr "Цветът е %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s и %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1664,16 +1668,16 @@ msgstr ""
|
|||
"%12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "изцяло"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Избери цвят от рисунката."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1682,7 +1686,7 @@ msgstr ""
|
|||
"вървят от ляво (бледо) на дясно (чисто). Стойност (светлина/тъмнина): сива "
|
||||
"лента."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/bm.po
238
src/po/bm.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-09-04 17:25+0200\n"
|
||||
"Last-Translator: Fasokan <konate20032001@yahoo.fr>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "Kura"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "A dayɛlɛ"
|
||||
|
||||
|
|
@ -1220,252 +1224,252 @@ msgstr ""
|
|||
"cogoya yɛlɛma."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "I bɛ fɛ ka bɔ tiɲɛ yɛrɛ la?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ɔwɔ, n tilala!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ayi, n lasgin kɔfɛ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "N'i bɔra, i ka ja bɛ tunun. K'a mara?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ɔwɔ, a mara!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ayi, kan'a mara!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "K'ia ka ja mara fɔlɔ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "N ma se ka nin ja in dayɛlɛ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "N sɔnna"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Fisiye foyi maralen tɛ yan!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "K'i ka ja papiyema bɔ sisan?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ɔwɔ, a papiyema bɔ!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "I ka ja papiyema bɔra!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Hakɛto! I ka ja papiyema ma se ka bɔ!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "I tɛ se ka ja papiyema bɔ fɔlɔ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ka nin ja in jɔsi?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ka nin ja in jɔsi?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ɔwɔ, a jɔsi!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ayi, kan'a jɔsi!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Kana ɲinɛ ka baara kɛ nin ɲinɛnin numanyanfanfɛ kɛrɛ ye!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "I ka ja papiyema bɔra!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "I ka ja papiyema bɔra!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Hakɛto! I ka ja papiyema ma se ka bɔ!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Hakɛto! I ka ja papiyema ma se ka bɔ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Hakɛto! I ka ja papiyema ma se ka bɔ!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "I sagola jaw suganti, kilike i k'a bil'a la. "
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Mankan datugura."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Mankan dayɛlɛla."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Hakɛto i k'a kɔnɔ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "A jɔsi"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Jaw tɛmɛ tɛmɛ ɲɔgɔn kɔ"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Seginkɔ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "A bil'a la"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "ɲɛfɛta"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ɔwɔ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ayi"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ka ja mara n'i ka yɛlɛmaw tali ye ba la wa?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ɔwɔ, kɔrɔlen yɛlɛma!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ayi, kura mara!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Nɛrɛmugu!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Kabanɔgɔlaman!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Jɛman!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Finman!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/bn.po
238
src/po/bn.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-30 18:24+0000\n"
|
||||
"Last-Translator: Chris <cjl@sugarlabs.org>\n"
|
||||
"Language-Team: Bengali\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "নতুন"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "খুলুন"
|
||||
|
||||
|
|
@ -1219,252 +1223,252 @@ msgstr ""
|
|||
"পাঠ্যাংশ শৈলীতে পরিবর্তন করুন."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "আপনি কি সত্যিই ত্যাগ করতে চান?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "হ্যাঁ, আমি করেছি!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "না, আমাকে ফিরিয়ে নিয়ে যান!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "ত্যাগ করলে, আপনার ছবিটি হারিয়ে যাবে! বাঁচাবেন কি?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "হ্যাঁ, এটি বাঁচান!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "না, বাঁচাতে কষ্ট করবেন না!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "প্রথমে আপনার ছবি বাঁচাবেন?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ছবিটি খুলতে পারে না!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "এখানে বাঁচানো কোনো ফাইল নেই!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "এখন আপনার ছবি প্রিন্ট করবেন?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "হ্যাঁ, এটি প্রিন্ট করুন!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "আপনার ছবি প্রিন্ট হয়েছে!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "দুঃখিত! আপনার ছবি প্রিন্ট করা গেল না!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "আপনি এখন পর্যন্ত প্রিন্ট করতে পারেন না!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "এই ছবিটি মুছবেন কি?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "এই ছবিটি মুছবেন কি?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "হ্যাঁ, এটি মুছুন!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "না, এটি মুছবেন না!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "মাউসের বাঁদিকের বোতাম ব্যবহার করতে মনে রাখুন!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "আপনার ছবি প্রিন্ট হয়েছে!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "আপনার ছবি প্রিন্ট হয়েছে!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "দুঃখিত! আপনার ছবি প্রিন্ট করা গেল না!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "দুঃখিত! আপনার ছবি প্রিন্ট করা গেল না!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "দুঃখিত! আপনার ছবি প্রিন্ট করা গেল না!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "আপনি যে ছবিটি চান বাছাই করুন, পরে “বাজান”-এ ক্লিক করুন."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "শব্দ বন্ধ করা."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "শব্দ চালু করা."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "অপেক্ষা করুন…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "মুছুন"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "স্লাইড"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "পিছনে"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "চালান"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "পরে"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "আ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "হ্যাঁ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "না"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "আপনার বদলগুলির সঙ্গে ছবি প্রতিস্থাপন করুন?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "হ্যাঁ, পুরোনোটি প্রতিস্থাপন করুন!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "না, একটি নতুন ফাইল বাঁচান!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1473,71 +1477,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "হলুদ!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "আকাশী নীল!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "সাদা!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "কালো!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1545,22 +1549,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/bo.po
238
src/po/bo.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2006-01-01 17:43+0900\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -370,141 +370,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -512,7 +516,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -520,21 +524,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -542,7 +546,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -551,7 +555,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -559,7 +563,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -596,7 +600,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -604,7 +608,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -612,14 +616,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -629,34 +633,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -666,21 +670,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -937,7 +941,7 @@ msgstr "gsr.p."
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "q.\\Yed.p."
|
||||
|
||||
|
|
@ -1162,241 +1166,241 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr ""
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr ""
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr ""
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr ""
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr ""
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
#, fuzzy
|
||||
msgid "Next"
|
||||
msgstr "dpe.]."
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr ""
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr ""
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr ""
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1405,71 +1409,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "ser.po."
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "gnm.sVon.po."
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "dkr.po."
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "ng.po."
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1477,22 +1481,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/br.po
238
src/po/br.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2005-01-09 14:49+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "Nevez"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Digeriñ"
|
||||
|
||||
|
|
@ -1213,257 +1217,257 @@ msgstr ""
|
|||
"Diuz ur stil testenn. Klik war da skeudenn ha krog da vizskrivañ un destenn."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Fellout a ra dit mont kuit ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Kollet e vo da skeudenn mar kuitez ! Gwarediñ a rez ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Gwarediñ ar skeudenn e gentañ ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "N'haller digeriñ ar skeudenn-se !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Mat eo !"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Restr ebet gwaredet !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Moullañ ar skeudenn diouzhtu ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "N'hallan ket moullañ atav !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Diverkañ an dresadenn-se ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Diverkañ an dresadenn-se ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Moullet eo bet da skeudenn !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
#, fuzzy
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Diuz ur skeudenn ha klik war 'digeriñ' neuze."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Diverkañ"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Distro"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
#, fuzzy
|
||||
msgid "Next"
|
||||
msgstr "Testenn"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "As"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ya"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne ra ket"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr ""
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr ""
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
#, fuzzy
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ket, gwarediñ dindan un anv nevez"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1472,71 +1476,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Melen !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Glas oabl !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Gwenn !"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Du !"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1544,22 +1548,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/brx.po
238
src/po/brx.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2011-09-14 13:51+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bodo\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "गोदान"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "खेव"
|
||||
|
||||
|
|
@ -1220,252 +1224,252 @@ msgstr ""
|
|||
"सुजुनो हायो आरो बेनि फरा आदबखौ सोलायनो हायो।"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "नोंथाङा थारैनो नागारनो लुबैयो नामा?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "नंगौ, आं मावखांबाय!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "नङा, आंखौ लाफिन!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "नोंथाङा नागारोब्ला नोंथांनि सावगारिआ गोमागोन! बेखौ थिना दोन?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "नंगौ, बेखौ थिना दोन!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "नङा, थिना दोननो जिंगा सिनाङा!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "सिगाङाव नोंथांनि सावगारिखौ थिना दोन?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "बै सावगारिखौ खेवनो हाया!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "थिना दोनखानाय फाइल गैया!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "नोंथांनि सावगारिखौ दानो साफाय?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "नंगौ, बेखौ साफाय!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "नोंथांनि सावगारिखौ साफायनाय जाबाय!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "निमाहा हो! नोंथांनि सावगारिखौ साफायनो हायाखै!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "नोंथाङा थेवबो साफायनो हाया!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "बे सावगारिखौ फुगार?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "बे सावगारिखौ फुगार?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "नंगौ, बेखौ फुगार!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "नङा, बेखौ फुगारनो नाङा!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "आगसि माउस बुथामखौ बाहायनो गोसोखां!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "नोंथांनि सावगारिखौ साफायनाय जाबाय!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "नोंथांनि सावगारिखौ साफायनाय जाबाय!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "निमाहा हो! नोंथांनि सावगारिखौ साफायनो हायाखै!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "निमाहा हो! नोंथांनि सावगारिखौ साफायनो हायाखै!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "निमाहा हो! नोंथांनि सावगारिखौ साफायनो हायाखै!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "नोंथाङा लुबैनाय सावगारिखौ बासिख, बेनि उनाव “दाम” खौ क्लिक खालाम"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "आवाजगैयै खालामदों"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "आवाजगोनां खालामदों"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "अननानै नेथ'..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "फुगार"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "स्लाइडफोर"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "उनथिं"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "दाम"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "उननि"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "औ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "नंगौ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "नङा"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "सावगारिखौ नोंथांनि सोलायनायफोरजों सोलायना फजफिन?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "नगौ, गोजामखौ सोलायना फजफिन!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "नङै, गोदान फाइलखौ थिना दोन!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "गोमो!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "अख्रां निला!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "गुफुर!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "गोसोम!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/bs.po
238
src/po/bs.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-11-05 04:24+0000\n"
|
||||
"Last-Translator: Samir Ribić <Unknown>\n"
|
||||
"Language-Team: Bosnian <bs@li.org>\n"
|
||||
|
|
@ -406,141 +406,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -548,7 +552,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -556,21 +560,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -587,7 +591,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -595,7 +599,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -604,7 +608,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -624,7 +628,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -632,7 +636,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -640,7 +644,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -648,14 +652,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -665,34 +669,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -702,21 +706,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1024,7 +1028,7 @@ msgstr "Novi"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Otvori"
|
||||
|
||||
|
|
@ -1288,123 +1292,123 @@ msgstr "Izaberi izgled teksta. Klikni na crtež i počni da kucaš."
|
|||
|
||||
#
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Stvarno želiš da završiš?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ne, vrati me nazad!"
|
||||
|
||||
#
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Izgubit ćeš sliku ako završiš! Da se sačuva?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Da, sačuvaj!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Prvo da sačuvaš svoju sliku?"
|
||||
|
||||
#
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ne mogu da otvorim tu sliku!"
|
||||
|
||||
#
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nema sačuvanih datoteka!"
|
||||
|
||||
#
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Sada štampaš svoju sliku?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Da, printaj!"
|
||||
|
||||
#
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Tvoje slika je odštampana!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ne možeš još da štampaš!"
|
||||
|
||||
#
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Obrisati ovu sliku?"
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Obrisati ovu sliku?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Izbriši"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Zapamti da koristiš lijevo dugme miša!"
|
||||
|
||||
#
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Tvoje slika je odštampana!"
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
|
|
@ -1412,30 +1416,30 @@ msgstr "Tvoje slika je odštampana!"
|
|||
|
||||
#
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Tvoje slika je odštampana!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
|
|
@ -1443,116 +1447,116 @@ msgstr "Tvoje slika je odštampana!"
|
|||
|
||||
#
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Izaberi slike koje želite, zatim klikni „Otvori“."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Briši"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slajd"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Nazad"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Igrati"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Slijedeći"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Zamjeni sliku"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Da, zamijeni staru"
|
||||
|
||||
#
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ne, sačuvaj u novu datoteku!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1561,74 +1565,74 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Žuta!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Nebesko plava!"
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Bijela!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Crna!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1636,22 +1640,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ca.po
238
src/po/ca.po
|
|
@ -17,7 +17,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint cvs 2009-06-21\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2024-01-21 00:09+0100\n"
|
||||
"Last-Translator: Pere Pujal i Carabantes <perepujal@gmail.com>\n"
|
||||
"Language-Team: Català <linux-ca@chanae.alphanet.ch>\n"
|
||||
|
|
@ -418,16 +418,20 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
#, fuzzy
|
||||
#| msgid "Bug-fixes and localization updates."
|
||||
msgid "Localization updates."
|
||||
msgstr "Correccions d'errors i actualitzacions de localitzacions."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
|
|
@ -435,7 +439,7 @@ msgstr ""
|
|||
"Noves eines màgiques: Eines per dibuxar perspectives d'un, dos i tres punts "
|
||||
"de fuga, i les corresponents per editar-ne els punts."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
|
|
@ -443,11 +447,11 @@ msgstr ""
|
|||
"Noves eines màgiques: Eines per fer dibuixos isomètrics, dimètrics, "
|
||||
"trimètrics i oblics, i les corresponents per editar-ne els angles."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr "Noves eines màgiques: Generadors d'epitrocoides i hipotrocoides."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
|
|
@ -455,32 +459,32 @@ msgstr ""
|
|||
"Nova opció de configuració \"complexity\" que afecta el comportament i/o "
|
||||
"disponibilitat d'algunes eines"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
"Reordenació de les eines màgiques, abans eren ordenades segons l'alfabet."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
"Es mostra el nom del tipus de lletra i la seva mida en les eines Texte i "
|
||||
"Etiquetes."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr "Correccions d'errors i actualitzacions de localitzacions."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr "Noves eines màgiques: Espires, Cinta, Traç suau, Espires gargot."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr "L'eina d'esborrar ara ofereix gomes suaus."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
|
|
@ -490,7 +494,7 @@ msgstr ""
|
|||
"fons que es trobaran en el diàleg de Nou dibuix. Aquestes plantilles de fons "
|
||||
"també es podran esborrar en el diàleg d'Obrir."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
|
|
@ -499,7 +503,7 @@ msgstr ""
|
|||
"La opció d'esborrar els fitxers desats es pot desactivar amb la opció de "
|
||||
"configuració «noerase»"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
|
|
@ -508,27 +512,27 @@ msgstr ""
|
|||
"configuració «uifont». Podeu obtenir el llistat de tipus de lletra "
|
||||
"disponibles amb la opció «--listfonts» en la línia d'ordres."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr "Per defecte s'empren diferents tipus de lleta per a diferents locales."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr "Petites millores en els botons especials de selecció de colors."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr "Ara es pot configurar mides en moltes eines màgiques."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr "Multilínia en les etiquetes dels botons(per millorar la llegibilitat)"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
|
|
@ -538,25 +542,25 @@ msgstr ""
|
|||
"Radis, Ulleres 3D, Separa colors, Satura, Dessatura, Treu color, Guarda "
|
||||
"color, Calidoscopi-4, Calidoscopi-6, Calidoscopi-8 i Bloom."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr "Els segells es poden girar en inserir-los al dibuix."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr "En l'ena Formes, s'ha millorat el mode d'inserir des de la vora."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
"L'eina Emplena ara ofereix un efecte de degradat que segueix la forma de "
|
||||
"l'àrea que s'emplena."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr "Hi ha disponible una drecera de teclat que permet esborrar."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
|
|
@ -564,7 +568,7 @@ msgstr ""
|
|||
"El selector de colors ara pot carregar el color actual o els colors del "
|
||||
"mesclador de colors o escollir-los del dibuix."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
|
|
@ -573,17 +577,17 @@ msgstr ""
|
|||
"en que s'han d'estirar o retallar per adaptar-se a una mida de pantalla "
|
||||
"diferent."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
"La opció de configuració \"buttonsize\" ara accepta tambe \"auto\" com a "
|
||||
"valor."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "S'ha afegit una guia d'engegada ràpida."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -595,7 +599,7 @@ msgstr ""
|
|||
"i tons(blanc, gris i negre) per crear nous colors com si es barregessin "
|
||||
"pintures."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -606,7 +610,7 @@ msgstr ""
|
|||
"seixanta-cinc mil colors ara ofereix to, saturació i valor per separat, "
|
||||
"permetent triar entre setze milions de colors."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
|
|
@ -615,7 +619,7 @@ msgstr ""
|
|||
"També s'ha afegit una drecera de teclat per accedir al selector de "
|
||||
"color(comptagotes) per agafar colors del dibuix."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
|
|
@ -625,7 +629,7 @@ msgstr ""
|
|||
"permetent línies de punts i superposicions. També s'ha ajustat els valors "
|
||||
"per defecte de molts altres pinzells. "
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -637,7 +641,7 @@ msgstr ""
|
|||
"en comptes de omplir la resta del dibuis amb el color de fons. Zoom lliscat "
|
||||
"desenfoca els resultats."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -649,7 +653,7 @@ msgstr ""
|
|||
"que es poden estirar informen a baix de la seva proporció. S'ha expandit "
|
||||
"també altres instruccions mostrades mentre es fa servir l'eina."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -660,7 +664,7 @@ msgstr ""
|
|||
"s'accedeixen amb [⌘ Command]. La mida del teclat de pantalla integrat s'ha "
|
||||
"millorat i la documentació s'ha millorat."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -674,7 +678,7 @@ msgstr ""
|
|||
"l'eina Emplena ara ofereix un mode de pintat a mà alçada dintre d'una àrea "
|
||||
"confinada."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -691,7 +695,7 @@ msgstr ""
|
|||
"imatge com en una casa de miralls. Finalment, Colors suaus és una versió "
|
||||
"gradual de Colors de l'arc."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -705,7 +709,7 @@ msgstr ""
|
|||
"Solidifica i Semitons, així com Quadrets, Guix i Relleu ara poden alterar "
|
||||
"tota la imatge d'un cop!"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -716,7 +720,7 @@ msgstr ""
|
|||
"distorsions, filtres de color, deformacions, patrons, artístic i "
|
||||
"decoracions, fent més fàcil trobar l'eina que es cerca."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -728,7 +732,7 @@ msgstr ""
|
|||
"clic i l'emplenat \"Lineal\" permet la creació de gradients de angles i "
|
||||
"mides diferents."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -739,7 +743,7 @@ msgstr ""
|
|||
"píxel-art com els dels videojocs antics, \"Escacs\" omple el dibuix amb un "
|
||||
"tauler d'escacs, i \"Clona\" permet duplicar parts del dibuix a pinzellades."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
|
|
@ -749,7 +753,7 @@ msgstr ""
|
|||
"localització. Qui vulgui ajudar en la localització està encoratjat a posar-"
|
||||
"se en contacte amb l'equip del Tux Paint."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -765,7 +769,7 @@ msgstr ""
|
|||
"qui utilitzi punters amb poca precisió, com els ratolins que es fan anar amb "
|
||||
"la mirada."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
|
|
@ -775,7 +779,7 @@ msgstr ""
|
|||
"dibuixa des del centre o des d'una cantonada, fent més senzill de fer-la "
|
||||
"servir en totes les situacions."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
|
|
@ -786,7 +790,7 @@ msgstr ""
|
|||
"utilitzi punters amb poca precisió, com els ratolins que es fan anar amb la "
|
||||
"mirada."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
|
|
@ -794,7 +798,7 @@ msgstr ""
|
|||
"L'eina Esborra afegeix noves gomes, més petites, i esborra més suaument quan "
|
||||
"el ratolí es mou ràpid."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
|
|
@ -804,7 +808,7 @@ msgstr ""
|
|||
"individuals i animacions GIF, fent més fàcil compartir dibuixos, còmics i "
|
||||
"presentacions de diapositives amb els altres."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -818,7 +822,7 @@ msgstr ""
|
|||
"l'arrencada i en obrir el diàleg de dibuix \"Nou\". Els colors sòlids es "
|
||||
"poden situar al final del diàleg, enfatitzant les imatges."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
|
|
@ -827,7 +831,7 @@ msgstr ""
|
|||
"Ara també és possible desactivar el so estèreo, pot beneficiar ususaris amb "
|
||||
"problemes d'audició o en situacions on només hi ha disponible un sol altaveu."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
|
|
@ -837,7 +841,7 @@ msgstr ""
|
|||
"color existent al dibuix, i estrelles de tres, quatre i cinc puntes en "
|
||||
"l'eina Formes."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1101,7 +1105,7 @@ msgstr "Nou"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Obre"
|
||||
|
||||
|
|
@ -1358,128 +1362,128 @@ msgstr ""
|
|||
"etiquetes, editar-les, esborrar-les i canviar-ne el tipus de lletra."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "De veres voleu sortir?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Sí, ja he acabat!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, tornem-hi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Si sortiu, perdreu el vostre dibuix! El voleu desar?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sí, desa'l!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, no cal que el desis!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Deso el vostre dibuix abans?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "No puc obrir aquest dibuix!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "No hi ha fitxers desats!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Imprimeixo ara el vostre dibuix?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Sí, imprimeix-lo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "El vostre dibuix s'ha imprès!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "El vostre dibuix no s'ha pogut imprimir!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Encara no podeu imprimir!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Esborro aquest dibuix?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr "Esborro aquesta plantilla de fons?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Sí, esborra'l!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, no l'esborris!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Recordeu de fer servir el botó esquerre!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "S'ha exportat el vostre dibuix!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "S'ha exportat la vostra animació en un fitxer GIF!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "El vostre dibuix no s'ha pogut exportar!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "La vostra animació no s'ha pogut exportar!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
"El dibuix ja hauria d'estar disponible com a plantilla de fons en el diàleg "
|
||||
"de «Nou» dibuix."
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
|
|
@ -1487,108 +1491,108 @@ msgstr ""
|
|||
"Ja heu convertit aquest dibuix en una plantilla de fons. Busqueu-la en el "
|
||||
"diàleg de «Nou» dibuix."
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "El vostre dibuix no s'ha pogut convertir en plantilla de fons!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Trieu els dibuixos que voleu, llavors feu clic a «Reproduir»."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "S'ha desactivat el so."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "S'ha activat el so."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Espereu, si us plau…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Esborra"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositives"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr "Plantilla de fons"
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Exporta"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Endarrere"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reprodueix"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Exporta a GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Següent"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "Re-comença"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aà"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Substitueixo el dibuix amb els vostres canvis?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Sí, substitueix l'antic!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, desa en un fitxer nou!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
|
|
@ -1599,7 +1603,7 @@ msgstr ""
|
|||
"Feu clic a «Diapositives» per crear una presentació o «Endarrere» per tornar "
|
||||
"al dibuix actual."
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1611,64 +1615,64 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Seleccioneu 2 o més dibuixos per exportar-los a GIF."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "magenta"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "groc"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "cian"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "blanc"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "gris"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "negre"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "El vostre color és %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "El vostre color és %1$s %2$s i %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "El vostre color és %1$s %2$s, %3$s %4$s i %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "El vostre color és %1$s %2$s, %3$s %4$s, %5$s %6$s i %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
"El vostre color és %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s i %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1678,16 +1682,16 @@ msgstr ""
|
|||
"%11$s %12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "totalment"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Seleccioneu un color del vostre dibuix."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1696,7 +1700,7 @@ msgstr ""
|
|||
"saturació o intensitat, d'esquerra(pàlid) a dreta(pur), trieu el valor "
|
||||
"(lluminositat/foscor) a la barra de grisos."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2020-03-29 23:40+0200\n"
|
||||
"Last-Translator: Pilar Embid Giner <embid_mar@gva.es>\n"
|
||||
"Language-Team: LliureX\n"
|
||||
|
|
@ -379,141 +379,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -521,7 +525,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -529,21 +533,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -551,7 +555,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -560,7 +564,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -577,7 +581,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -597,7 +601,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -605,7 +609,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -613,7 +617,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -621,14 +625,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -638,34 +642,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -675,21 +679,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "Nou"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Obri"
|
||||
|
||||
|
|
@ -1223,252 +1227,252 @@ msgstr ""
|
|||
"l'estil del text."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Esteu segur que voleu eixir?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Sí, ja he acabat!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, tornem-hi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Si eixiu, perdreu el vostre dibuix! El voleu guardar?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sí, guarda'l!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, no cal que el guardes!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Voleu guardar primer el vostre dibuix?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "No es pot obrir esta imatge!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "No hi ha fitxers guardats!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Voleu imprimir el dibuix?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Sí, imprimix-lo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "La imatge s'ha imprés!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "La imatge no s'ha pogut imprimir!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Encara no podeu imprimir!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Voleu esborrar este dibuix?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Voleu esborrar este dibuix?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Sí, esborra'l!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, no l'esborres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Recordeu de fer servir el botó esquerre!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "La imatge s'ha imprés!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "La imatge s'ha imprés!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "La imatge no s'ha pogut imprimir!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "La imatge no s'ha pogut imprimir!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "La imatge no s'ha pogut imprimir!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Trieu els dibuixos que voleu, llavors feu clic en «Reproduïx»."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "S'ha desactivat el so."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "S'ha activat el so."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Espereu, per favor..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Esborra"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositives"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Arrere"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproduïx"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Següent"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Voleu reemplaçar el dibuix amb els vostres canvis?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Sí, reemplaça l'antic!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, guarda un fitxer nou"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1477,73 +1481,73 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
#, fuzzy
|
||||
#| msgid "Red"
|
||||
msgid "red"
|
||||
msgstr "Vermell"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Groc!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Blau cel!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Blanc!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Negre!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1551,22 +1555,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Trieu un color del vostre dibuix."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/cgg.po
238
src/po/cgg.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-09-17 16:19+0200fu\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Ekisya"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Iguraho"
|
||||
|
||||
|
|
@ -1219,252 +1223,252 @@ msgstr ""
|
|||
"nainga [TAB] okumaliliza. Waakozesa ebikozeso bye'byokugyenderaho, noobasa"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Namazima nooyenda okuhinguka?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yeego, na'amara!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ingaha, ongaruzeyo!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ku orarugeho nooza kufeerwa ekishushani kyawe. Tukibiike?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yeego, kibiike!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ingaha, otakibiika!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ekishushani kyawe kiibanze kiibiikwe?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ekishushani ekyo tikya baasa kwigurwa!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Kale"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Tihariho ebihandiko ebibibikirwe!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Oshohoze ekishushani kywawe ahampapura?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yeego, kishohoze!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Ekishushani kyawe kyateerwa!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Bambe! Ekishushani kyawe tikyateerwa!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Tokabaasa kushohoza ahampapura hati!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Sangura ekishushani ekyi?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Sangura ekishushani ekyi?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yeego, kisangure!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ingaha, otakisangura!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ijuka kunyiga mawusi ahabukono bwabumosho!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Ekishushani kyawe kyateerwa!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Ekishushani kyawe kyateerwa!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Bambe! Ekishushani kyawe tikyateerwa!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Bambe! Ekishushani kyawe tikyateerwa!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Bambe! Ekishushani kyawe tikyateerwa!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Torana ebishushani ebyorikwenda reero onyige \"Zaana\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Eiraka ryeihwamu."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Eiraka tiryeihwamu."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Orikazaara we, rindaho..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Sangura"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Filiimu"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Enyima"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Zaana"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Ekindi"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yeego"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Apana"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Omumwanya gwekishushani tamu ebiwahindura?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yeego, chusa ekikuru!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Apaana, biika fayiro ensya!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1473,71 +1477,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Kinekye"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Bururu"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Mutare"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Nikiragura"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1545,22 +1549,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/cs.po
238
src/po/cs.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-07-08 13:33+0100\n"
|
||||
"Last-Translator: Zdeněk Chalupský <chalzd@gmail.com>\n"
|
||||
"Language-Team: Czech <cs@li.org>\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -973,7 +977,7 @@ msgstr "Nový"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Otevřít"
|
||||
|
||||
|
|
@ -1224,252 +1228,252 @@ msgstr ""
|
|||
"můžeš existují štítek, přesunout, upravit nebo změnit styl textu."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Opravdu chceš malování ukončit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ano, jsem hotov!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nechci, ještě budu kreslit!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Pokud skončíš, ztratíš svůj obrázek. Chceš ho uložit?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ano, uložit!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ne, nebudeme ho ukládat!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Chceš nejdřív uložit svůj obrázek?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Tento obrázek nelze otevřít!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nejsou zde žádné uložené soubory!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Chceš obrázek vytisknout?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ano, vytisknout!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Obrázek byl vytištěn!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Omlouváme se! Tvůj obraz nemohl být vytištěn!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Zatím nelze tisknout!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Smazat tento obrázek?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Smazat tento obrázek?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ano smazat!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ne, nemazat!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Nezapomeň používat levé tlačítko myši!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Obrázek byl vytištěn!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Obrázek byl vytištěn!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Omlouváme se! Tvůj obraz nemohl být vytištěn!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Omlouváme se! Tvůj obraz nemohl být vytištěn!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Omlouváme se! Tvůj obraz nemohl být vytištěn!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Vyber si obrázek a klikni na \"Přehrát\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Ztlumit zvuk."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Zapnout zvuk."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Prosím počkej…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Smazat"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Prezentace"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Zpět"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Přehrát"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Další"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ano"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Nahradit starý obrázek změněným obrázkem?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ano, nahradit starý obrázek!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ne, ulož jako nový obrázek!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1478,71 +1482,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Žlutá!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Nebesky modrá!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Bílá!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Černá!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1550,22 +1554,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/cy.po
238
src/po/cy.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: cy\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2004-09-21 14:29+0100\n"
|
||||
"Last-Translator: none\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Newydd"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Agor"
|
||||
|
||||
|
|
@ -1208,257 +1212,257 @@ msgid ""
|
|||
msgstr "Dewisa'r math o lythyren. Clicia ar dy lun a gei di ddechrau teipio."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Wyt ti wir eisiau terfynu?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Os wyt am derfynu, mi fyddi di'n colli dy lun! Wyt eisiau ei gadw?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Cadw dy lun yn gyntaf?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Methu agor y llun yna!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Iawn"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nid oes ffeiliau wedi'u cadw!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Argraffu dy lun rwan?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Rwyt yn methu argraffu eto!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Dileu'r llun yma?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Dileu'r llun yma?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Mae dy lun wedi cael ei argraffu!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
#, fuzzy
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Dewisa'r llun yr wyt eisiau, ac wedyn clicia 'Agor'."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Dileu"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Yn ôl"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
#, fuzzy
|
||||
msgid "Next"
|
||||
msgstr "Testun"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr ""
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ydw"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nac ydw"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr ""
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr ""
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
#, fuzzy
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nage, cadw ffeil newydd"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1467,69 +1471,69 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Melyn!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Gwyn!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Du!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1537,22 +1541,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/da.po
238
src/po/da.po
|
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-05 12:38+0100\n"
|
||||
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
|
|
@ -391,141 +391,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -533,7 +537,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -541,21 +545,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -589,7 +593,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -625,7 +629,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -633,14 +637,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -650,34 +654,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -687,21 +691,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -975,7 +979,7 @@ msgstr "Ny"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Åbn"
|
||||
|
||||
|
|
@ -1231,252 +1235,252 @@ msgstr ""
|
|||
"redigere den og ændre dens skrifttype."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Vil du virkelig slutte nu?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ja, jeg er færdig!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nej, vend tilbage!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Hvis du afslutter nu, mister du din tegning! Vil du gemme den?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ja, gem det!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nej, glem det!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Vil du gemme billedet først?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Billedet kan ikke åbnes!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "O.k."
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Der er ingen gemte billeder!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Vil du udskrive billedet nu?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ja, udskriv det!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Billedet er udskrevet!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Beklager! Dit billede kunne ikke udskrives!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Du kan ikke udskrive endnu!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Skal billedet slettes?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Skal billedet slettes?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Nej, slet det!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nej, slet det ikke!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Husk at bruge venstre musetaste!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Billedet er udskrevet!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Billedet er udskrevet!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Beklager! Dit billede kunne ikke udskrives!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Beklager! Dit billede kunne ikke udskrives!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Beklager! Dit billede kunne ikke udskrives!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Vælg de ønskede billeder og tryk på »Afspil«."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Lyd slukket."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Lyd tændt."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Vent venligst…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Slet"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Dias"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Tilbage"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Afspil"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Næste"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nej"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Erstat billedet med dine ændringer?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ja, erstat det eksisterende!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nej, gem som et nyt billede!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1485,71 +1489,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Gul!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Himmelblå!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Hvid!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Sort!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1557,22 +1561,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Vælg en farve fra din tegning·"
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/de.po
238
src/po/de.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: de\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-25 21:13+0200\n"
|
||||
"Last-Translator: Holger Wansing <hwansing@mailbox.org>\n"
|
||||
"Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -974,7 +978,7 @@ msgstr "Neu"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Öffnen"
|
||||
|
||||
|
|
@ -1230,254 +1234,254 @@ msgstr ""
|
|||
"du es verschieben, bearbeiten und seinen Schrifttyp ändern."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Möchtest du wirklich aufhören?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ja, ich bin fertig!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nein, ich möchte weitermachen!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr ""
|
||||
"Wenn du aufhörst, geht dein Bild verloren! Möchtest du es vorher noch "
|
||||
"speichern?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ja, speichern!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nein, nicht speichern!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Möchtest du dein Bild zuerst noch speichern?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Dieses Bild kann nicht geöffnet werden!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Es gibt noch keine gespeicherten Bilder!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Möchtest du dein Bild jetzt ausdrucken?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ja, jetzt drucken!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Dein Bild wird gedruckt!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Es tut mir Leid! Dein Bild konnte nicht gedruckt werden!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Du kannst noch nicht drucken!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Möchtest du dieses Bild löschen?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Möchtest du dieses Bild löschen?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ja, das Bild löschen!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nein, nicht löschen!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Denke daran, die linke Maustaste zu benutzen!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Dein Bild wird gedruckt!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Dein Bild wird gedruckt!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Es tut mir Leid! Dein Bild konnte nicht gedruckt werden!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Es tut mir Leid! Dein Bild konnte nicht gedruckt werden!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Es tut mir Leid! Dein Bild konnte nicht gedruckt werden!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Wähle ein Bild und klicke auf »Öffnen«."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sound ausgeschaltet."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sound eingeschaltet."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Bitte warten …"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Löschen"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diashow"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Zurück"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Öffnen"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Weiter"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nein"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Möchtest du das Bild mit deinen Änderungen überschreiben?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ja, das alte Bild überschreiben!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nein, in eine neue Datei speichern!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1486,71 +1490,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Gelb!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Himmelblau!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Weiß!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Schwarz!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1558,22 +1562,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Wähle eine Farbe zum Zeichnen."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/doi.po
238
src/po/doi.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2013-09-04 10:23+0530\n"
|
||||
"Last-Translator: <b>\n"
|
||||
"Language-Team: Dogri\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "नमां"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "खोह्ल्लो"
|
||||
|
||||
|
|
@ -1220,252 +1224,252 @@ msgstr ""
|
|||
"सकदे ओ."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "क्या तुस सच्चें गै छोड़ना चांह्दे ओ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "हां, में करी बैठां!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "नेईं, मिगी पिच्छें लेई जाओ."
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "जेकर तुस छोड़दे ओ, तां तुंʼदी तस्वीर नश्ट होई जाह्ग! इस्सी बचाइयै रक्खेआ जाऽ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "हां, इस्सी बचाइयै रक्खेआ जाऽ !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "नेईं, बचाइयै रक्खने दी लोड़ नेईं."
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "तुंʼदी तस्वीर गी पैह्लें बचाइयै रक्खेआ जाऽ ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "उस तस्वीर गी खोह्ल्ली नेईं सकदे !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "बचाइयै रक्खी दियां कोई फाइलां नेईं हैन !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "तुंʼदी तस्वीर गी हून प्रिंट कीता जाऽ ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "हां, इस्सी प्रिंट करो !"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "हां, तुंʼदी तस्वीर गी प्रिंट करी लैता गेआ ऐ !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "अफसोस ! तुंʼदी तस्वीर गी प्रिंट नेईं कीता जाई सकेआ !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "तुस अजें बी प्रिंट नेईं करी सकदे !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "इस तस्वीर गी मटाई दित्ता जाऽ ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "इस तस्वीर गी मटाई दित्ता जाऽ ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "हां, इस्सी मटाई देओ !"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "नेईं, इस्सी मत मटाओ !"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "खब्बा माउस बटन बरतना चेतै रक्खो !"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "हां, तुंʼदी तस्वीर गी प्रिंट करी लैता गेआ ऐ !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "हां, तुंʼदी तस्वीर गी प्रिंट करी लैता गेआ ऐ !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "अफसोस ! तुंʼदी तस्वीर गी प्रिंट नेईं कीता जाई सकेआ !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "अफसोस ! तुंʼदी तस्वीर गी प्रिंट नेईं कीता जाई सकेआ !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "अफसोस ! तुंʼदी तस्वीर गी प्रिंट नेईं कीता जाई सकेआ !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "जेह्ड़ियां तस्वीरां तुस चांह्दे ओ, ओह् चुनो ते फ्ही “चलाओ” पर क्लिक करो."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "अवाज़ गी बंद कीता गेदा ऐ."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "अवाज़ गी छोड़ी दित्ता गेआ ."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "कृपा करियै बलगो..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "पूंझो"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "स्लाइड़ां"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "पिच्छें"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "चलाओ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "अगला"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "आऽ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "हां"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "नेईं"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "तुंʼदियें तब्दीलियें गी तस्वीर कन्नै प्रतिस्थापत कीता जाऽ ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "हां, परानी गी बदली ओड़ो!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "नेईं इक नमीं फाइल बचाइयै रक्खो!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1474,71 +1478,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "पीला !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "अस्मानी नीला !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "चिट्टा !"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "काला!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1546,22 +1550,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/el.po
238
src/po/el.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2021-09-02 07:45+0000\n"
|
||||
"Last-Translator: kiolalis <kiolalis@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -977,7 +981,7 @@ msgstr "Νέο"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Άνοιγμα"
|
||||
|
||||
|
|
@ -1236,252 +1240,252 @@ msgstr ""
|
|||
"μετακινήσεις, να την επεξεργαστείς ή να αλλάξεις το στυλ κειμένου."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Σίγουρα θέλεις να βγεις από το πρόγραμμα;"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ναι, τελείωσα!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Όχι δεν έχω τελειώσει ακόμα!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Αν βγεις από το πρόγραμμα, θα χαθεί η εικόνα σου! Να αποθηκευτεί;"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ναι, αποθήκευσέ την!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Όχι, μην ασχοληθείς με την αποθήκευση!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Να αποθηκευτεί η εικόνα σου πρώτα;"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Δεν μπορώ να ανοίξω αυτή τη ζωγραφιά!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Εντάξει"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Δεν υπάρχουν αποθηκευμένα αρχεία!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Να εκτυπώσω τη ζωγραφιά σου;"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ναι, εκτύπωσέ την!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Η εικόνα σου εκτυπώθηκε!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Λυπάμαι! Δεν ήταν δυνατή η εκτύπωση της ζωγραφιάς σου!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Δεν μπορείς να εκτυπώσεις ακόμη!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Να διαγραψω αυτήν την εικόνα;"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Να διαγραψω αυτήν την εικόνα;"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ναι, διάγραψέ την!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Όχι, μην τη διαγράφεις!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Προσοχή, πρέπει να χρησιμοποιείς το αριστερό πλήκτρο του ποντικιού!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Η εικόνα σου εκτυπώθηκε!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Η εικόνα σου εκτυπώθηκε!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Λυπάμαι! Δεν ήταν δυνατή η εκτύπωση της ζωγραφιάς σου!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Λυπάμαι! Δεν ήταν δυνατή η εκτύπωση της ζωγραφιάς σου!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Λυπάμαι! Δεν ήταν δυνατή η εκτύπωση της ζωγραφιάς σου!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Διάλεξε τη ζωγραφιά που θέλεις και μετά πάτησε 'Αναπαραγωγή'."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Χωρίς ήχο."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Με ήχο."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Παρακαλώ περιμένετε..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Διαγραφή"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Προβολή διαφανειών."
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Προηγούμενο"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Αναπαραγωγή"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Επόμενο"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Αα"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ναι"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Όχι"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Να αντικαταστήσω τη ζωγραφιά με τις αλλαγές που έκανες;"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ναι, αντικατάστησε την παλιά ζωγραφιά!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Όχι, κάνε αποθήκευση σε νέο αρχείο!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1490,71 +1494,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Κίτρινο!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Μπλέ του ουρανού!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Άσπρο!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Μαύρο!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1562,22 +1566,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Επίλεξε ένα χρώμα από τη ζωγραφιά σου."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/en_AU.po
238
src/po/en_AU.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
|
||||
"Last-Translator: ilox <ilox11@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "New"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
|
|
@ -1221,252 +1225,252 @@ msgstr ""
|
|||
"style."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Do you really want to quit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yes, I’m done!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, take me back!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "If you quit, you’ll lose your picture! Save it?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yes, save it!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, don’t bother saving!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Save your picture first?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Can’t open that picture!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "There are no saved files!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Print your picture now?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yes, print it!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "You can’t print yet!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yes, erase it!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, don’t erase it!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Remember to use the left mouse button!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Choose the pictures you want, then click “Play”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sound muted."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sound unmuted."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Please wait…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Erase"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slides"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Back"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Play"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Next"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Replace the picture with your changes?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yes, replace the old one!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, save a new file!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1475,71 +1479,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Yellow!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Sky blue!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "White!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Black!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1547,22 +1551,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/en_CA.po
238
src/po/en_CA.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-07-07 12:22+0100\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "New"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
|
|
@ -1219,252 +1223,252 @@ msgstr ""
|
|||
"style."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Do you really want to quit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yes, I’m done!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, take me back!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "If you quit, you’ll lose your picture! Save it?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yes, save it!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, don’t bother saving!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Save your picture first?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Can’t open that picture!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "There are no saved files!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Print your picture now?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yes, print it!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "You can’t print yet!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yes, erase it!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, don’t erase it!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Remember to use the left mouse button!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Choose the pictures you want, then click “Play”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sound muted."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sound unmuted."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Please wait…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Erase"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slides"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Back"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Play"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Next"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Replace the picture with your changes?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yes, replace the old one!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, save a new file!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1473,71 +1477,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Yellow!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Sky blue!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "White!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Black!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1545,22 +1549,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/en_GB.po
238
src/po/en_GB.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-30 21:17+0000\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -969,7 +973,7 @@ msgstr "New"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
|
|
@ -1222,252 +1226,252 @@ msgstr ""
|
|||
"style."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Do you really want to quit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yes, I’m done!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No. take me back!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "If you quit, you’ll lose your picture! Save it?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yes, save it!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, don’t bother saving!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Save your picture first?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Can’t open that picture!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "There are no saved files!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Print your picture now?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yes, print it!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "You can’t print yet!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yes, erase it!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, don’t erase it!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Remember to use the left mouse button!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Sorry! Your picture could not be printed!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Choose the pictures you want, then click ‘Play’."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sound muted."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sound unmuted."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Please wait…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Erase"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slides"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Back"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Play"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Next"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Replace the picture with your changes?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yes, replace the old one!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, save a new file!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Yellow!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Sky blue!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "White!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Black!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Select a colour from your drawing."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/en_ZA.po
238
src/po/en_ZA.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.9.16\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2009-09-06 15:46+0100\n"
|
||||
"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
|
||||
"Language-Team: English (South African) <en_za@li.org>\n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "New"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Open"
|
||||
|
||||
|
|
@ -1209,260 +1213,260 @@ msgstr ""
|
|||
"Choose a style of text. Click on your drawing and you can start typing."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Do you really want to quit?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yes, I'm done!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, take me back!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "If you quit, you’ll lose your picture! Save it?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yes, save it!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, don't bother saving!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Save your picture first?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Can’t open that picture!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "There are no saved files!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Print your picture now?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yes, print it!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "You can’t print yet!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Erase this picture?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yes, erase it!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, don't erase it!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Remember to use the left mouse button!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Your picture has been printed!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Choose the pictures you want, then click “Play”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sound muted."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sound unmuted."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Please wait…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Erase"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slides"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Back"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Play"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Next"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yes"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Replace the picture with your changes?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yes, replace the old one!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, save a new file!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1471,71 +1475,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Yellow!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Sky blue!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "White!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Black!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1543,22 +1547,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/eo.po
238
src/po/eo.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-16 16:00+0000\n"
|
||||
"Last-Translator: Nuno MAGALHÃES <nunomagalhaes@eu.ipp.pt>\n"
|
||||
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
|
||||
|
|
@ -380,141 +380,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -522,7 +526,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -530,21 +534,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -552,7 +556,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -569,7 +573,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -589,7 +593,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -614,7 +618,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -622,14 +626,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -639,34 +643,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -676,21 +680,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "Nova"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Malfermi"
|
||||
|
||||
|
|
@ -1207,252 +1211,252 @@ msgstr ""
|
|||
"ekzistantan etikedon, vi povas ŝovi ĝin, ŝanĝi ĝin kaj ĝian tekstostilon."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Ĉu vi vere volas eliri?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Jes, mi finis!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ne, mi volas daŭrigi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Se vi eliros, via bildo perdiĝos! Ĉu vi volas konservi ĝin?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Jes, konservu ĝin!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ne, ne indas konservi ĝin!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ĉu vi volas unue konservi vian nunan bildon?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ne eblas malfermi tiun bildon!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Bone"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Ne estas konservitaj dosieroj!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Ĉu printi vian bildon nun?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Jes, printu ĝin!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Via bildo estis printita!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Pardonon! Via bildo ne estis printita!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Vi ankoraŭ ne povas printi!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ĉu forviŝi ĉi tiun bildon?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ĉu forviŝi ĉi tiun bildon?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Jes, forviŝu ĝin!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ne, ne forviŝu ĝin!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Memoru uzi la maldekstran musbutonon!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Via bildo estis printita!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Via bildo estis printita!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Pardonon! Via bildo ne estis printita!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Pardonon! Via bildo ne estis printita!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Pardonon! Via bildo ne estis printita!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Elektu la bildon, kiun vi volas, kaj alklaku “Ludi”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sono malŝaltita."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sono ŝaltita."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Bonvolu atendi…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Forviŝi"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Lumbildoj"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Reen"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Ludi"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Sekva"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Jes"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ĉu anstataŭigi la bildon per viaj ŝanĝoj?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Jes, anstataŭigu la malnovan!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ne, konservu je nova dosiero!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1461,71 +1465,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Flava!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Ĉielblua!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Blanka!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Nigra!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1533,22 +1537,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/es.po
238
src/po/es.po
|
|
@ -29,7 +29,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-18 20:31-0300\n"
|
||||
"Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -401,141 +401,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -543,7 +547,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -551,21 +555,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -619,7 +623,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -627,7 +631,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -635,7 +639,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -643,14 +647,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -660,34 +664,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -697,21 +701,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -990,7 +994,7 @@ msgstr "Nuevo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
|
|
@ -1245,252 +1249,252 @@ msgstr ""
|
|||
"click en una etiqueta existente."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "¿De verdad quieres salir?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "¡Sí, de momento ya está!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, ¡quiero volver!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Si te vas perderás tu dibujo, ¿lo quieres guardar?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sí, ¡guárdalo!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, ¡no me importa!."
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "¿Quieres guardar tu dibujo primero?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "¡No se pudo abrir ese dibujo!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Aceptar"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "¡No hay documentos guardados!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "¿Quieres imprimir tu dibujo ahora?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "¡Sí, imprímelo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "¡Tu dibujo se ha impreso!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "¡Perdón, no se pudo imprimir tu dibujo!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "¡Todavía no puedes imprimir!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "¿Quieres borrar este dibujo?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "¿Quieres borrar este dibujo?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "¡Sí, bórralo!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "¡No, no lo borres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "¡Utiliza el botón izquierdo del ratón!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "¡Tu dibujo se ha impreso!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "¡Tu dibujo se ha impreso!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "¡Perdón, no se pudo imprimir tu dibujo!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "¡Perdón, no se pudo imprimir tu dibujo!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "¡Perdón, no se pudo imprimir tu dibujo!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Elige el dibujo que quieres y luego selecciona \"Reproducir\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sonido desactivado."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sonido activado."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Espera…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositivas"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Atrás"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Siguiente"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "¿Quieres reemplazar el dibujo con tus cambios?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "¡Sí, reemplázalo!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "¡No, guarda un documento nuevo!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1499,71 +1503,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "¡Amarillo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "¡Celeste!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "¡Blanco!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "¡Negro!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1571,22 +1575,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Elige un color de tu dibujo."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/es_MX.po
238
src/po/es_MX.po
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint 0.9.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2007-08-05 19:22-0400\n"
|
||||
"Last-Translator: Ignacio Tike <itike17@yahoo.com>\n"
|
||||
"Language-Team: Español <ggabriel@internet.com.uy>\n"
|
||||
|
|
@ -377,141 +377,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -519,7 +523,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -527,21 +531,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -549,7 +553,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -558,7 +562,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -566,7 +570,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -575,7 +579,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -586,7 +590,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -595,7 +599,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -603,7 +607,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -611,7 +615,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -619,14 +623,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -636,34 +640,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -673,21 +677,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -964,7 +968,7 @@ msgstr "Nuevo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
|
|
@ -1206,262 +1210,262 @@ msgstr ""
|
|||
"Elige un estilo de texto. Haz clic en tu dibujo y podrás empezar a escribir."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "¿Realmente quieres salir?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "¡Sí, he terminado!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "¡No, llévame a la pantalla anterior!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr ""
|
||||
"¡Si sales perderás tu pintura!!\n"
|
||||
"¿Quieres guardarla?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "¡Sí, guárdalo!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "¡No, no lo guardes!."
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "¿Guardar tu imagen primero?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "¡No se puede abrir esa imagen!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Aceptar"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "¡No hay archivos guardados!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "¿Imprimir tu imagen ahora?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "¡Sí, imprímelo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "¡Aún no puedes imprimir!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "¿Borrar esta imagen?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "¿Borrar esta imagen?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "¡Sí, bórralo!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "¡No, no lo borres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "¡Recuerda usar el botón izquierdo del ratón!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "¡Tu imagen ha sido impresa!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Elige la imagen que quieras, luego haz clic en \"Reproducir\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Sonido deshabilitado."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Sonido habilitado."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Espera, por favor..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositivas"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Atrás"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Siguiente"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sí"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "¿Reemplazar la imagen con tus cambios?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "¡Sí, reemplaza la anterior!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "¡No, guardar en un nuevo archivo!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1470,71 +1474,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "¡Amarillo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "¡Azul Cielo!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "¡Blanco!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "¡Negro!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1542,22 +1546,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/et.po
238
src/po/et.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2015-03-07 13:09+0000\n"
|
||||
"Last-Translator: Sven Ollino <sven.ollino@gmail.com>\n"
|
||||
"Language-Team: Estonian (http://www.transifex.com/projects/p/doudoulinux/"
|
||||
|
|
@ -387,141 +387,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -529,7 +533,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -537,21 +541,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -559,7 +563,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -576,7 +580,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -585,7 +589,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -596,7 +600,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -605,7 +609,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -613,7 +617,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -621,7 +625,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -629,14 +633,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -646,34 +650,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -683,21 +687,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -971,7 +975,7 @@ msgstr "Uus"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ava"
|
||||
|
||||
|
|
@ -1204,252 +1208,252 @@ msgid ""
|
|||
msgstr "Vali teksti stiil. Klõpsa joonistusele ja sa saad hakata kirjutama."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Kas sa tõesti tahad väljuda?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Jah, ma lõpetasin!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ei, vii mind tagasi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Kui sa praegu väljud, kaotad sa oma pildi ära! Kas salvestame?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Jah, salvesta!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ei, pole vaja salvestada!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Salvestame su pildi enne ära?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Selle pildi avamine ei ole võimalik!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Selge"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Salvestatud pilte ei ole!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Kas trükin sinu pildi välja?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Jah, trüki!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Sinu pilt on välja trükitud!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Anna andeks aga su pilti ei olnud võimalik printida!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ei saa veel välja trükkida!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Kas kustutan selle pildi?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Kas kustutan selle pildi?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Jah, kustuta!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ei, ära kustuta!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ära unusta kasutamast vasakut hiire nuppu!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Sinu pilt on välja trükitud!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Sinu pilt on välja trükitud!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Anna andeks aga su pilti ei olnud võimalik printida!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Anna andeks aga su pilti ei olnud võimalik printida!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Anna andeks aga su pilti ei olnud võimalik printida!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Vali soovitud pildid ja klõpsa nupul \"Esita\""
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Heli vaigistatud."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Heli taastatud."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Palun oota..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Kustuta"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slaidid"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Tagasi"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Esita"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Edasi"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Jah"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Asenda pilt tehtud muudatustega?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Jah, vaheta vana pilt välja!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ei, salvestame uude faili!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1458,71 +1462,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Kollane!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Taevassinine!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Valge!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Must!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1530,22 +1534,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/eu.po
238
src/po/eu.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: eu\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2020-07-30 16:43+0200\n"
|
||||
"Last-Translator: Alexander Gabilondo <alexgabi@irakasle.net>\n"
|
||||
"Language-Team: librezale@librezale.org\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Berria"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ireki"
|
||||
|
||||
|
|
@ -1223,149 +1227,149 @@ msgstr ""
|
|||
"aukera duzu."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Irten nahi al duzu, benetan?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Bai, amaitu dut!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ez, itzul gaitezen lehengora!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Irtenez gero, galdu egingo duzu irudia! Gorde nahi al duzu?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Bai, gorde!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ez, ez gorde!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Gorde nahi al duzu irudia lehenbizi?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ez dago irudia irekitzerik!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Ez dago gordetako artxiborik!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Irudia orain inprimatu?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Bai, inprimatu!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Zure irudia inprimatua izan da!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Ene! Zure irudia ezin da inprimatu!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ezin duzu oraindik inprimitu!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Irudi hau ezabatu?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Irudi hau ezabatu?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Bai, ezabatu!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ez, ez ezabatu!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Gogora ezazu saguaren ezkerreko botoia erabiltzea!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Zure irudia inprimatua izan da!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Zure irudia inprimatua izan da!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Ene! Zure irudia ezin da inprimatu!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Ene! Zure irudia ezin da inprimatu!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Ene! Zure irudia ezin da inprimatu!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
#, fuzzy
|
||||
#| msgid "Choose the pictures you want, then click “Play“."
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
|
|
@ -1373,105 +1377,105 @@ msgstr ""
|
|||
"Aukera ezazu ireki nahi duzun irudia. Ondoren klik egin “Hasi“ botoian."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Soinurik gabe."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Soinua gaituta."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Itxaron, mesedez…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Ezabatu"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositibak"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Esportatu"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Atzera"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Hasi"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Esportatu GIF gisa"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Hurrengoa"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Bai"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ez"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ordeztu irudia zure aldaketa berriekin?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Bai, zaharra ordeztu!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ez, artxibo berria gorde!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1480,71 +1484,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Hautatu 2 marrazki edo gehiago GIF animatua bihurtzeko."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Horia!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Urdin argia!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Zuria!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Beltza!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1552,22 +1556,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Hautatu zure marrazkiaren kolore bat."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/fa.po
238
src/po/fa.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-11-09 21:17+0330\n"
|
||||
"Last-Translator: snima <unix.nima@gmail.com>\n"
|
||||
"Language-Team: farsi <farinaz.hedayat@gmail.com>\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -969,7 +973,7 @@ msgstr "جدید"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "باز کردن"
|
||||
|
||||
|
|
@ -1222,260 +1226,260 @@ msgstr ""
|
|||
"تغییر دهی."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "آیا واقعاً می خواهی خارج شوی؟"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "بله،ذخیره کن!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "!نه،من را برگردان"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "اگر خارج شوید تصویر شما از بین میرود!می خواهید آن را ذخیره کنید؟"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "بله،ذخیره کن!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "نه،ذخیره نکن!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "اول تصویر ذخیره شود؟"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "نمی توانی آن تصویر را باز کنی!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "قبول"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "فایل ذخیره شده ای موجود نیست!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "تصویر را چاپ کنم؟"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "بله،آن را چاپ کن!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "شما هنوز نمی توانید تصویر را چاپ کنید!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr " تصویر را پاک کنم؟"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr " تصویر را پاک کنم؟"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "بله،آن را پاک کن!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "نه،آن را پاک نکن!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "یادت باشه از کلیلک چپ استفاده کنی!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "تصویر شما چاپ شد!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "تصویری که می خواهی را انتخاب کن و سپس روی \"نمایش\" کلیک کن."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "صدا قطع شد."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "صدا وصل است. "
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "لطفاً کمی صبر کن"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "پاك كردن"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "اسلاید"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "بازگشت"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "نمایش"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "بعدی"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "آا"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "بله"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "خیر"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "تصویر با تغییرات شما جایگزین شود؟"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "بله،جایگزین قبلی کن!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "خیر،یک فایل جدید ذخیره کن!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1484,71 +1488,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "زرد"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "آبی آسمانی"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "سفید"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "سیاه"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1556,22 +1560,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ff.po
238
src/po/ff.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-03 10:35+0200\n"
|
||||
"Last-Translator: Ibrahima SARR <ibrahima.sarr@pulaagu.com>\n"
|
||||
"Language-Team: FULAH LOCALIZATION\n"
|
||||
|
|
@ -380,141 +380,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -522,7 +526,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -530,21 +534,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -552,7 +556,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -569,7 +573,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -589,7 +593,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -614,7 +618,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -622,14 +626,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -639,34 +643,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -676,21 +680,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -964,7 +968,7 @@ msgstr "Fuɗɗo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Uddit"
|
||||
|
||||
|
|
@ -1217,252 +1221,252 @@ msgstr ""
|
|||
"walla winnditaade binndi maa."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Aɗa teeŋtini yiɗde yaltude?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Eey, mi gaynii!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Alaa, ndutto-ɗen!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "So a yaltii jooni, ko nat-ɗaa fof mototo! Aɗa yiɗi danndude?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Eey ndannden tawo!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Alaa, soklaani danndude!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ndannden natngo maa tawo?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ngal natal jaɓaani udditaade!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "AWA"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Hay piilol gootol danndaaka!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Aɗa winnditoo natal maa jooni?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Eey, winndito!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Natal maa winnditaama!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Njaafo-ɗaa, natal maa horiima winnditeede."
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "A waawaa winnditaade tawo!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Aɗa momta natal ngal??"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Aɗa momta natal ngal??"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Eey, momtu ngal!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Alaa, hoto momtu!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Hoto yejjit huutoraade uure nanre doombel ngel!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Natal maa winnditaama!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Natal maa winnditaama!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Njaafo-ɗaa, natal maa horiima winnditeede."
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Njaafo-ɗaa, natal maa horiima winnditeede."
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Njaafo-ɗaa, natal maa horiima winnditeede."
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Suɓo nate njiɗ-ɗaa, ndobo-ɗaa \"Dognu\""
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Hito muumɗinaama."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Hito muuɗitii."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Tiiɗno abbo seeɗa…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Momtu"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Japooje"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Rutto"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Dognu"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Dewwo"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Eey"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Alaa"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Lomtin natal ngal ko mbayluɗaa koo?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Eey, lomtin natal ɓooyngal ngal!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Alaa, danndu natal kesal!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1471,71 +1475,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Oolo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Bulo asamaan"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Daneejo!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Ɓaleejo!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1543,22 +1547,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Labo goobol iwde e natol maa."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/fi.po
238
src/po/fi.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2015-10-09 18:00+0200\n"
|
||||
"Last-Translator: inactive\n"
|
||||
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
|
||||
|
|
@ -389,141 +389,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -531,7 +535,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -539,21 +543,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -587,7 +591,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -623,7 +627,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -631,14 +635,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -648,34 +652,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -685,21 +689,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -980,7 +984,7 @@ msgstr "Uusi"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Avaa"
|
||||
|
||||
|
|
@ -1233,142 +1237,142 @@ msgstr ""
|
|||
"vaihtaa sen tyyliä."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Haluatko varmasti lopettaa?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Kyllä, valmista on!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ei, palaa takaisin maalaukseen!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Menetät maalauksen jos lopetat! Tallennetaanko se?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Kyllä, tallenna se!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ei, älä tallenna!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Tallennetaanko maalauksesi ensin?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Maalauksen avaaminen ei onnistu!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Hyvä"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Ei löytynyt yhtään tallennettua maalausta!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Tulostetaanko maalauksesi nyt?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Kyllä, tulosta se!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Maalauksesi on tulostettu!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Pahoittelut! Maalaustasi ei voitu tulostaa!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Et voi vielä tulostaa!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Poistetaanko tämä kuva?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Poistetaanko tämä kuva?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Kyllä, poista se!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ei, älä poista sitä!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Muista käyttää hiiren vasenta painiketta!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Maalauksesi on tulostettu!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Maalauksesi on tulostettu!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Pahoittelut! Maalaustasi ei voitu tulostaa!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Pahoittelut! Maalaustasi ei voitu tulostaa!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
|
|
@ -1376,111 +1380,111 @@ msgstr "Pahoittelut! Maalaustasi ei voitu tulostaa!"
|
|||
|
||||
# Pilkku ennen ja-sanaa tarvitaan estämään fuzzy-määrite
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Valikoi haluamasi maalaukset, ja valitse “Näytä“."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Äänet mykistetty."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Äänet käytössä."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Odota hetki…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Poista"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diat"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Takaisin"
|
||||
|
||||
# Dia-näytös alkaa
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Näytä"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Seuraava"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Kyllä"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ei"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Korvataanko maalaus sinun muutoksillasi?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Kyllä, korvaa vanha maalaus!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ei, tallenna uusi maalaus!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1489,71 +1493,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Keltainen!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Taivaansininen!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Valkoinen!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Musta!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1561,22 +1565,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/fo.po
238
src/po/fo.po
|
|
@ -5,7 +5,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint 0.9.18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2008-01-18 12:40-0000\n"
|
||||
"Last-Translator: Lis Gøthe í Jákupsstovu <morshus@morshus.com>\n"
|
||||
"Language-Team: Faroese <morshus@morshus.com>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -965,7 +969,7 @@ msgstr "Nýtt"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Opna"
|
||||
|
||||
|
|
@ -1202,260 +1206,260 @@ msgid ""
|
|||
msgstr "Vel snið á stavum. Klikkja á myndina til at byrja at skriva."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Vilt tú veruliga gevast?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ja, her er liðugt!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nei, lat meg koma aftur til myndina!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Um tú gevst, so missir tú myndina! Vilt tú goyma hana?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ja, goym hana!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nei, legg ikki í at goyma!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Goym myndina fyrst?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Fái ikki opna hasa myndina!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Har eru ongar goymdar fílur!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Prenta myndina hjá tær nú?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ja, prenta hana!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Tú kanst ikki prenta enn!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Strika hesa myndina?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Strika hesa myndina?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ja, strika hana!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nei, ikki strika hana!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Minst til at brúka vinstra músaknøtt!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Myndin hjá tær er prentað!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Vel ynsktu myndir og klikkja so á 'Vís'"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Ljóðið doyvt."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Ljóðið ikki doyvt."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Vinarliga bíða..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Viska"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Ljósmyndir"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Aftur"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Spæl"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Næsta"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nei"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Skifta út myndina við tínar broytingar?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ja, skift út gomlu!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nei, goym eina nýggja fílu!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1464,71 +1468,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Gult!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Himmalblátt!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Hvítt!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Svart!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1536,22 +1540,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/fr.po
238
src/po/fr.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fr\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2023-12-23 15:43+0100\n"
|
||||
"Last-Translator: Chion Jacques <jacques.chion@orange.fr>\n"
|
||||
"Language-Team: <fr@li.org>\n"
|
||||
|
|
@ -383,14 +383,18 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "New Magic tool: 1-point Perspective (vanishing point) line drawing tool."
|
||||
|
|
@ -401,47 +405,47 @@ msgstr ""
|
|||
"Nouvel outil Magie: outil de dessin de ligne avec perspective (1 point de "
|
||||
"fuite)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
"Le nom et la taille de la police sont indiqués lors du choix d'une police "
|
||||
"dans les outils Texte et Étiquette. "
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr "Nouveaux outils Magie : Boucles, Ruban, Adoucir et Gribouillis."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr "L'outil 'Gomme' permet maintenant de flouter (bords progressifs)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
|
|
@ -451,7 +455,7 @@ msgstr ""
|
|||
"nouvelle boîte de dialogue). (Ils peuvent donc être effacés à partir de la "
|
||||
"nouvelle boîte de dialogue)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
|
|
@ -461,7 +465,7 @@ msgstr ""
|
|||
"Ouvrir et des modèles exportés avec la boîte Nouveau peut être désactivé "
|
||||
"avec l'option \"noerase\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
|
|
@ -470,7 +474,7 @@ msgstr ""
|
|||
"liste des fontes disponibles est disponible avec l'option \"--listfonts\" en "
|
||||
"ligne de commande)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
|
|
@ -478,7 +482,7 @@ msgstr ""
|
|||
"Différentes fontes interface utilisateurs sont disponibles pour des locales "
|
||||
"différentes."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
|
|
@ -486,19 +490,19 @@ msgstr ""
|
|||
"De petites améliorations ont été apportées pour les couleurs "
|
||||
"'spéciales' (pipette, sélecteur HSV et mélangeur de couleurs)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
"Beaucoup d'outils Magie possèdent maintenant la possibilité de changer de "
|
||||
"taille."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
"Retour à la ligne automatique des noms de boutons quand c'est possible "
|
||||
"(améliore la lisibilité)."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
|
|
@ -509,29 +513,29 @@ msgstr ""
|
|||
"Enlever une couleur, Garder une couleur, Kaleido-4, Kaleido-6, Kaleido-8 et "
|
||||
"Bloom."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
"Les tampons peuvent être orientés avant de les appliquer sur le dessin."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
"L'outil 'Formes', dans le mode 'dessiner à partir d'un coin', a été "
|
||||
"améliorer."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr "L'outil 'Remplir' possède maintenant un mode de remplissage en biseau."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#, fuzzy
|
||||
#| msgid "A quick Eraser mode is be accessed via keyboard shortcut."
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
"Un mode d'effacement rapide peut être effectué via un raccourci clavier."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
|
|
@ -540,7 +544,7 @@ msgstr ""
|
|||
"couleurs intégrées ou bien les couleurs venant de l'outil pipette ou bien du "
|
||||
"mélangeur."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
|
|
@ -549,17 +553,17 @@ msgstr ""
|
|||
"Modèle, pour éviter des défauts quand le ratio d'aspect du canevas diffère "
|
||||
"de celui de l'image."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
"L'option de configuration \"taille des boutons\" offre maintenant un réglage "
|
||||
"\"auto\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "Un guide rapide de démarrage a été ajouté."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -571,7 +575,7 @@ msgstr ""
|
|||
"couleurs primaires (rouge, jaune et bleu) et d'ombres (blanc, gris et noir) "
|
||||
"en vue de créer de nouvelles couleurs, semblables à des mélanges de peinture."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -583,7 +587,7 @@ msgstr ""
|
|||
"choisir des valeurs de teinte, de saturation permettant à l'utilisateur de "
|
||||
"choisir parmi plus de 16 millions de couleurs."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
|
|
@ -593,7 +597,7 @@ msgstr ""
|
|||
"au sélecteur de couleur -- l'outil \"pipette\" pour choisir une couleur à "
|
||||
"partir du dessin en cours."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
|
|
@ -604,7 +608,7 @@ msgstr ""
|
|||
"effets de traînée. De plus beaucoup de pinceaux ont une meilleure valeur "
|
||||
"d'espacement."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -616,7 +620,7 @@ msgstr ""
|
|||
"plusieurs tuiles sur la toile, plutôt que remplir la toile avec une couleur "
|
||||
"noire unie. L'outil \"Rush\" zoome et dézoome en ajoutant un effet de flou."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -630,7 +634,7 @@ msgstr ""
|
|||
"faites la modification. Des informations sont également montrées pour "
|
||||
"d'autres outils."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -642,7 +646,7 @@ msgstr ""
|
|||
"utilisant Tux Paint avec macOS. La taille du clavier virtuel a été "
|
||||
"améliorée. La convivialité de la documentation utilisateur a été améliorée."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -657,7 +661,7 @@ msgstr ""
|
|||
"De plus, l'outil \"Remplir\" offre maintenant un mode de peinture à main "
|
||||
"levée pour colorier de manière interactive une aire déterminée."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -675,7 +679,7 @@ msgstr ""
|
|||
"et déformer l'image comme un miroir de foire. Et enfin, \"Arc-en-ciel doux\" "
|
||||
"fournit une variation plus douce que l'outil arc-en-ciel classique."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -690,7 +694,7 @@ msgstr ""
|
|||
"D.\" et \"Photogravure\", tout comme \"Blocs\", \"Craie\" et \"Relief\" ont "
|
||||
"maintenant la possibilité de traiter l'image entière d'un seul coup !"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -701,7 +705,7 @@ msgstr ""
|
|||
"similaires - peindre, distorsions, filtres couleurs, déformations, motifs, "
|
||||
"art et décorations -- rendant plus facile la recherche de l'outil nécessaire."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -714,7 +718,7 @@ msgstr ""
|
|||
"manière interactive la création de gradients d'angles et de tailles "
|
||||
"différents."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -726,7 +730,7 @@ msgstr ""
|
|||
"damier, et \"Clone\" permet la duplication de parties de l'image avec des "
|
||||
"coups de pinceaux."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
|
|
@ -736,7 +740,7 @@ msgstr ""
|
|||
"facile. Ceux qui sont intéressés pour nous aider sont invités à prendre "
|
||||
"contact avec l'équipe de Tux Paint."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -753,7 +757,7 @@ msgstr ""
|
|||
"utilisateurs ayant un dispositif de pointage imprécis, comme les systèmes "
|
||||
"avec suivi oculaire."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
|
|
@ -763,7 +767,7 @@ msgstr ""
|
|||
"choisir si les formes sont dessinées depuis le centre ou un coin, le rendant "
|
||||
"ainsi plus facile à utiliser dans toutes les situations."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
|
|
@ -774,7 +778,7 @@ msgstr ""
|
|||
"c'est utile avec des des dispositifs d'entrée moins précis, tels que "
|
||||
"systèmes pilotés avec les yeux."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
|
|
@ -783,7 +787,7 @@ msgstr ""
|
|||
"d'appliquer des touches rapprochées plus douces quand le pointeur est bougé "
|
||||
"de manière rapide."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
|
|
@ -793,7 +797,7 @@ msgstr ""
|
|||
"dessins et des animations GIF, facilitant ainsi le partage d'images, de B.D. "
|
||||
"et de diaporamas."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -809,7 +813,7 @@ msgstr ""
|
|||
"appel à la commande \"Nouveau\". Les couleurs unies peuvent être mises à la "
|
||||
"fin du dialogue pour permettre d'accéder directement aux images modèles."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
|
|
@ -819,7 +823,7 @@ msgstr ""
|
|||
"service à ceux qui ont des problèmes d'audition, ou bien lorsqu'il n' a "
|
||||
"qu'un seul haut-parleur."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
|
|
@ -829,7 +833,7 @@ msgstr ""
|
|||
"choisir toute couleur dans un dessin, et un ensemble d'étoiles à trois, "
|
||||
"quatre et cinq branches."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1094,7 +1098,7 @@ msgstr "Nouveau"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ouvrir"
|
||||
|
||||
|
|
@ -1355,128 +1359,128 @@ msgstr ""
|
|||
"la déplacer et changer le style du texte."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Veux-tu vraiment quitter ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Oui, j'ai fini !"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Non, on revient !"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Si tu quittes, ton image sera perdue ! Tu sauvegardes ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Oui, on sauvegarde !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Non, ce n'est pas la peine !"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Sauvegarder tout d'abord ton image ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Je ne peux pas ouvrir cette image !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "D'accord"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Il n'y a pas de fichiers sauvegardés !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Imprimer l'image ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Oui, imprime !"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Ton image a été imprimée !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Désolé, ton image n'a pas pu être imprimée !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Tu ne peux pas imprimer maintenant !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Effacer cette image ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr "Effacer ce modèle ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Oui, efface-la !"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Non, ne l'efface pas !"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "N'oublie pas d'utiliser le bouton gauche de la souris !"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Ton image a été exportée !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Ton image GIF a été exportée !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Désolé, ton image n'a pas pu être exportée !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Désolé, ton image GIF n'a pas pu être exportée !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
"Votre image est maintenant disponible en tant que modèle dans la boîte de "
|
||||
"dialogue \"Nouveau\" !"
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
|
|
@ -1484,108 +1488,108 @@ msgstr ""
|
|||
"Vous avez déjà mis cette image comme modèle. Voyez la bôite de dialogue "
|
||||
"\"Nouveau\" !"
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Désolé, ton image ne peut pas être transformée en modèle !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Choisis les images que tu veux, puis clique sur “Départ”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Son désactivé."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Son activé."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Attends s'il te plaît ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Effacer"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapos"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr "Modèle"
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Exporter"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Retour"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Départ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Exporter en GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Suite"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "Effacer"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Oui"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Enregistrer l'image avec tes changements ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Oui, remplace l'ancienne !"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Non, c'est une nouvelle image !"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
|
|
@ -1595,7 +1599,7 @@ msgstr ""
|
|||
"ou \"Effacer\". Cliquez sur \"Diapos\" pour créer une animation diapo, ou "
|
||||
"bien sur \"Retour\" pour revenir à l'image en cours."
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1607,64 +1611,64 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Sélectionne deux ou plusieurs dessins pour créer une image animée GIF."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "rouge"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "jaune"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "bleu"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "blanc"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "gris"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "noir"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "Ta couleur est %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "Ta couleur est %1$s %2$s et %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "Ta couleur est %1$s %2$s, %3$s %4$s, et %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "Ta couleur est %1$s %2$s, %3$s %4$s, %5$s %6$s, et %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
"Ta couleur est %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, et %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1674,16 +1678,16 @@ msgstr ""
|
|||
"%11$s %12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "totalement"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Sélectionne une couleur à partir de ton dessin."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1692,7 +1696,7 @@ msgstr ""
|
|||
"intensité va de la gauche (pâle) vers la droite (pur). La valeur brillant/"
|
||||
"sombre : barre grise."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ga.po
238
src/po/ga.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2015-10-09 17:38+0500\n"
|
||||
"Last-Translator: Kevin Scannell <kscanne@gmail.com>\n"
|
||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||
|
|
@ -372,141 +372,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -514,7 +518,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -522,21 +526,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -544,7 +548,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -614,14 +618,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -631,34 +635,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -668,21 +672,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -942,7 +946,7 @@ msgstr "Nua"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Oscail"
|
||||
|
||||
|
|
@ -1205,245 +1209,245 @@ msgstr ""
|
|||
"eagar, nó stíl an téacs a athrú."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "An bhfuil tú cinnte gur mhaith leat scor?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Tá, táim críochnaithe!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Níl, ba mhaith liom dul ar ais!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Má scoireann tú, caillfidh tú an pictiúr seo! Sábháil?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sábháil!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ná sábháil!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ar mhaith leat an pictiúr a shábháil ar dtús?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ní féidir an pictiúr sin a oscailt!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Níl aon chomhad sábháilte ann!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Ar mhaith leat an pictiúr a phriontáil anois?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ba mhaith!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Priontáladh do phictiúr!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Ár leithscéal! Níorbh fhéidir do phictiúr a phriontáil!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ní féidir leat priontáil fós!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ar mhaith leat an pictiúr seo a scriosadh?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ar mhaith leat an pictiúr seo a scriosadh?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ba mhaith, scrios é!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Níor mhaith, ná scrios!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Bí cinnte an cnaipe ar chlé a úsáid!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Easpórtáladh do phictiúr!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Easpórtáladh do thaispeántas GIF!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Ár leithscéal! Níorbh fhéidir do phictiúr a easpórtáil!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Ár leithscéal! Níorbh fhéidir do thaispeántas GIF a easpórtáil!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Ár leithscéal! Níorbh fhéidir do phictiúr a phriontáil!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr ""
|
||||
"Roghnaigh na pictiúir is mian leat a oscailt, agus ansin cliceáil “Seinn”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Gan fuaim."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Le fuaim."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Fan go fóill…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Scrios"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Sleamhnáin"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Easpórtáil"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Siar"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Seinn"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Easpórtáil GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Ar Aghaidh"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "Glan"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Tá"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Níl"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Forscríobh an pictiúr le do chuid athruithe?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Forscríobh é!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ná forscríobh, sábháil i gcomhad nua!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1452,63 +1456,63 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Roghnaigh dhá líníocht, nó níos mó, chun GIF beoite a dhéanamh díobh."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "dearg"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "buí"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "gorm"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "bán"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "liath"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "dubh"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "Dath: %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "Dath: %1$s %2$s agus %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "Dath: %1$s %2$s, %3$s %4$s, agus %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "Dath: %1$s %2$s, %3$s %4$s, %5$s %6$s, agus %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr "Dath: %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, agus %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1518,16 +1522,16 @@ msgstr ""
|
|||
"%12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "go hiomlán"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Roghnaigh dath ón líníocht."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1535,7 +1539,7 @@ msgstr ""
|
|||
"Roghnaigh dath. Téann na líocha ó bhun go barr. Téann an sáithiú ó chlé "
|
||||
"(níos báine) go deas (lándaite). Gile/dorchadas: an barra liath."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/gd.po
238
src/po/gd.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2021-09-02 12:18-0700\n"
|
||||
"Last-Translator: GunChleoc <fios@foramnagaidhlig.net>\n"
|
||||
"Language-Team: Fòram na Gàidhlig\n"
|
||||
|
|
@ -389,141 +389,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -531,7 +535,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -539,21 +543,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -587,7 +591,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -623,7 +627,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -631,14 +635,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -648,34 +652,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -685,21 +689,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -978,7 +982,7 @@ msgstr "Ùr"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Fosgail"
|
||||
|
||||
|
|
@ -1237,245 +1241,245 @@ msgstr ""
|
|||
"ghluasad, a dheasachadh is stoidhle an teacsa atharrachadh."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Am bu mhiann leat am prògram seo fhàgail dha-rìribh?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Bu mhiann, tha mi deiseil!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Cha bu mhiann, thoir air ais mi!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ma dh’fhàgas tu an seo, caillidh tu an dealbh agad! An sàbhail sinn e?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sàbhailidh gu dearbh!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Cha shàbhail, na bodraig leis!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "An sàbhail sinn an dealbh agad an toiseach?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Chan urrainn dhomh an dealbh seo fhosgladh!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Ceart ma-thà"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Chan eil dealbhan air an sàbhaladh ann!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "An clò-bhuail mi an dealbh agad an-dràsta?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Clò-bhuail e!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Chlò-bhuail mi an dealbh agad!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad a chlò-bhualadh!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Chan urrainn dhut a chlò-bhualadh fhathast!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "An sguab mi an dealbh seo às?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "An sguab mi an dealbh seo às?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Sguabaidh!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Cha sguab!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Cuimhnich gun cleachd thu putan clì na luchaige agad!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Chaidh an dealbh agad às-phortadh!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Chaidh na sleamhnagan agad às-phortadh ’nan GIF!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad às-phortadh!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr ""
|
||||
"Tha mi duilich! Cha b’ urrainn dhomh GID dhe na sleamhnagan agad às-phortadh!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Tha mi duilich! Cha b’ urrainn dhomh an dealbh agad a chlò-bhualadh!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Tagh na dealbhan a tha thu ag iarraidh is briog air “Cluich”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Fuaim air a mùchadh."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Fuaim air a dhì-mhùchadh."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Fuirich greiseag…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Sgudail"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Sleamhnagan"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Às-phortaich"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Air ais"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Cluich"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Às-phortaich GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Air adhart"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Tha"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Chan eil"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "An cuir mi na h-atharraichean agad an àite an deilbh?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Cuiridh, cuir an àite an t-seann fhir e!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Cha chuir, sàbhail ann am faidhle ùr e!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1484,71 +1488,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Tagh iomadh dealbh airson GIF beòthaichte a dhèanamh diubh."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Buidhe!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Speur-ghorm!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Geal!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Dubh!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1556,22 +1560,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Tagh dath on dealbh agad."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/gl.po
238
src/po/gl.po
|
|
@ -11,7 +11,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tux Paint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2021-03-03 10:01+0100\n"
|
||||
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
|
||||
"Language-Team: Proxecto Trasno <proxecto@trasno.net>\n"
|
||||
|
|
@ -393,141 +393,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -535,7 +539,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -543,21 +547,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -574,7 +578,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -611,7 +615,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -619,7 +623,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -627,7 +631,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -635,14 +639,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -652,34 +656,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -689,21 +693,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -976,7 +980,7 @@ msgstr "Novo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Abrir"
|
||||
|
||||
|
|
@ -1229,244 +1233,244 @@ msgstr ""
|
|||
"existentes."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Queres saír?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Si, xa estou listo!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Non, quero volver!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Se saes, perderas o teu debuxo! Queres gardalo?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Si, gárdao!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Non, non te molestes en gardalo!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Queres gardar o teu debuxo antes de saír?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Non foi posíbel abrir este debuxo!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Aceptar"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Non hai ficheiros gardados!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Queres imprimir agora o teu debuxo?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "SI, imprímeo!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Xa se imprimiu o teu debuxo!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Mágoa! Non foi posíbel imprimir o teu debuxo!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ainda non podes imprimir!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Queres borrar este debuxo?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Queres borrar este debuxo?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Si, bórrao!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Non, non o borres!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Lembra usar o botón esquerdo do rato!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "O teu debuxo foi importado!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "O teu GIF do diaporama foi importado!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Mágoa! Non foi posíbel importar o teu debuxo!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Mágoa! Non foi posíbel importar o teu GIF do diaporama!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Mágoa! Non foi posíbel imprimir o teu debuxo!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Escolle os debuxos que queiras, e após preme en «Reproducir»."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Son silenciado."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Son sen silenciar."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Agarda un chisco…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Borrar"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositivas"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Exportar"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Atrás"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Reproducir"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "Exportar o GIF"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Seguinte"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Si"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Non"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Queres substituír o debuxo cos teus cambios?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Si, substitúe o antigo!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Non, gárdao nun novo ficheiro!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1475,71 +1479,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Selecciona 2 ou máis debuxos para convertelos nun GIF animado."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Amarelo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Azul cesleste!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Branco!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Negro!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1547,22 +1551,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Selecciona unha cor do teu debuxo."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/gos.po
238
src/po/gos.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2005-07-26 01:30-0800\n"
|
||||
"Last-Translator: Bill Kendrick <bill@newbreedsoftware.com>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -379,141 +379,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -521,7 +525,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -529,21 +533,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -551,7 +555,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -560,7 +564,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -577,7 +581,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -597,7 +601,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -605,7 +609,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -613,7 +617,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -621,14 +625,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -638,34 +642,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -675,21 +679,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "Nij"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Lösdoun"
|
||||
|
||||
|
|
@ -1206,257 +1210,257 @@ msgid ""
|
|||
msgstr "Kijs n letter. Klik op dien tijken en doe kanst begunnen mit tiepen."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Wilst dr echt uut?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ast dr uut gest, bust dien ploatje kwiet! Bewoaren?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Eerst dien tijken bewoaren?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Krieg dij tijken nie lös!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Goud"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Dr bunnen gien bewoarde bestanden!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Dien tijken noe ófdrukken!"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Kanst noe nog nait ófdrukken!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Dizze tijken votsmieten?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Dizze tijken votsmieten?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Dien tijken is ófdrukt!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
#, fuzzy
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Kijs de tijken dijst wilst, klik din op \"Lösdoun\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Votsmieten"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Weerumme"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
#, fuzzy
|
||||
msgid "Next"
|
||||
msgstr "Tekst"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr ""
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ja"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr ""
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr ""
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
#, fuzzy
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nee, n nij bestaand bewoaren"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1465,69 +1469,69 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Geel!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Wit!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Zwaart!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1535,22 +1539,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/gu.po
238
src/po/gu.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-31 11:57+0530\n"
|
||||
"Last-Translator: Kartik Mistry <kartik.mistry@gmail.com>\n"
|
||||
"Language-Team: Gujarati <team@utkarsh.org>\n"
|
||||
|
|
@ -365,141 +365,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -507,7 +511,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -515,21 +519,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -537,7 +541,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -546,7 +550,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -574,7 +578,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -583,7 +587,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -607,14 +611,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -624,34 +628,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -661,21 +665,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -939,7 +943,7 @@ msgstr "નવું"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ખોલો"
|
||||
|
||||
|
|
@ -1192,252 +1196,252 @@ msgstr ""
|
|||
"બદલી શકો છો."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "તમે ખરેખર બહાર નીકળવા માંગો છો?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "હા, મેં પૂરૂં કર્યું!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ના, મને પાછા લઇ જાવ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "જો તમે બહાર નીકળશો, તો તમે તમારૂ ચિત્ર ગુમાવશો! તેને સાચવશો?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "હા, તેને સાચવો!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ના, સાચવશો નહી!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "પહેલાં તમારૂં ચિત્ર સાચવશો?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ચિત્ર ખોલી શકાતું નથી!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "બરાબર"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "કોઇ ફાઇલો સાચવેલ નથી!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "તમારૂં ચિત્ર અત્યારે છાપશો?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "હા, તેને છાપો!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "તમારૂં ચિત્ર અત્યારે છપાઇ રહ્યું છે!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "માફ કરશો! તમારૂં ચિત્ર છાપી શકાતું નથી!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "તમે તેને અત્યારે છાપી શકતા નથી!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "આ ચિત્રને ભૂંસી નાખવા માંગો છો?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "આ ચિત્રને ભૂંસી નાખવા માંગો છો?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "હા, તેને ભૂંસી નાખો!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ના, તેને ભૂંસો નહી!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "જમણાં માઉસ બટનનો ઉપયોગ કરવાનું યાદ રાખો!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "તમારૂં ચિત્ર અત્યારે છપાઇ રહ્યું છે!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "તમારૂં ચિત્ર અત્યારે છપાઇ રહ્યું છે!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "માફ કરશો! તમારૂં ચિત્ર છાપી શકાતું નથી!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "માફ કરશો! તમારૂં ચિત્ર છાપી શકાતું નથી!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "માફ કરશો! તમારૂં ચિત્ર છાપી શકાતું નથી!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "તમારે જોઇતું ચિત્ર પસંદ કરો, અને “ચાલુ” પર ક્લિક કરો."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "અવાજ બંધ કરેલ છે."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "અવાજ શરુ કરેલ છે."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "મહેરબાની કરી રાહ જુઓ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "ભૂંસો"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "સ્લાઇડો"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "નિકાસ"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "પાછા"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ચાલુ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "GIF નિકાસ"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "આગળ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "સાફ કરો"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "આ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "હા"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ના"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ચિત્રને તમે કરેલા ફેરફારો સાથે બદલશો?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "હા, જુની ફાઇલને બદલો!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ના, નવી ફાઇલને સાચવો!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1446,63 +1450,63 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "લાલ"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "પીળો"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "વાદળી"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "સફેદ"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "ભૂખરો"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "કાળું"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "તમારો રંગ %1$s %2$s છે."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "તમારો રંગ %1$s %2$s અને %3$s %4$s છે."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "તમારો રંગ %1$s %2$s, %3$s %4$s, અને %5$s %6$s છે."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "તમારો રંગ %1$s %2$s, %3$s %4$s, %5$s %6$s, અને %7$s %8$s છે."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1510,22 +1514,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "સંપૂર્ણ"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "તમારા ચિત્રમાંથી રંગ પસંદ કરો."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/he.po
238
src/po/he.po
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: he\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2009-05-10 21:45+0200\n"
|
||||
"Last-Translator: Jorge Mariano <jmariano@ymail.com>\n"
|
||||
"Language-Team: Hebrew <mdk-hebrew@iglu.org.il>\n"
|
||||
|
|
@ -390,141 +390,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -532,7 +536,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -540,21 +544,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -624,7 +628,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -632,14 +636,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -649,34 +653,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -686,21 +690,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -974,7 +978,7 @@ msgstr "חדש"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "פתיחה"
|
||||
|
||||
|
|
@ -1211,252 +1215,252 @@ msgid ""
|
|||
msgstr "בחרי סגנון טקסט. לחצי על הציור, ואת יכולה להתחיל לכתוב."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "האם ברצונך לצאת?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "כן, אני סיימתי!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "לא, תחזיר אותי!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "יציאה ללא שמירה תגרום לאיבוד הציור שלך! האם לשמור אותו?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "כן, שמור אותו!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "לא, אל תטרח לשמור!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "האם קודם לשמור את התמונה שלך?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "לא ניתן לפתוח תמונה זו!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "בסדר"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "אין קבצים שמורים!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "האם להדפיס את הציור עכשיו?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "כן, הדפס אותו!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "הציור שלך הודפס!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "הציור שלך לא הודפס!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "עדיין אין באפשרותך להדפיס!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "למחוק ציור זה?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "למחוק ציור זה?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "כן, מחק אותו!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "לא, אל תמחק אותו!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "זכרי להשתמש בכפתור השמאלי של העכבר!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "הציור שלך הודפס!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "הציור שלך הודפס!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "הציור שלך לא הודפס!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "הציור שלך לא הודפס!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "הציור שלך לא הודפס!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "בחרי תמונה, ואז לחצי \"הצג\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "קול מושתק."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "קול לא מושתק."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "אנא חכה..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "מחק"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "שקופיות"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "חזרה"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "הצג"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "הבא"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "כן"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "לא"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "החלף תמונה עם השינויים שעשית?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "כן, החלף את הישנה!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "לא, שמור בקובץ חדש!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1465,72 +1469,72 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "צהוב!"
|
||||
|
||||
# This may sound a bit weird to some; it might need to be checked.
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "כחול שמיים!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "לבן!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "שחור!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1538,22 +1542,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/hi.po
238
src/po/hi.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-08-09 02:17+1000\n"
|
||||
"Last-Translator: Ashish Arora <ashish.arora13@gmail.com>\n"
|
||||
"Language-Team: Hindi\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -967,7 +971,7 @@ msgstr "नया काम"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "खोलो"
|
||||
|
||||
|
|
@ -1218,252 +1222,252 @@ msgstr ""
|
|||
"करके, आप इसे स्थानांतरित, संपादित और अपने पाठ शैली बदल सकते हैं|"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "क्या आप सही मे टक्सपेंट को बंद करना चाहते है ऋ"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "हाँ, मैं पूरा कर चूका हूँ!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "नहीं, मुझे वापस ले जाएं!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "आपका काम सेव करे ऋ"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "हाँ, इसे सुरक्षित करें!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "नहीं, इसे सुरक्षित करने का कष्ट न करें!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "कया पहले काम को सेव करे ऋ"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "तस्वीर नहीं खुल रही है"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "हॉंं"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "वहाँ कोई फ़ाइलें बची नही है"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "प्रिन्ट करू क्या"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "हाँ, इसे प्रिंट करें!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "प्रिन्ट हो गयी"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "क्षमा करें! आपका चित्र मुद्रित नहीं किया जा सका|"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "अभी प्रिन्ट नहीं कर सकते"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "नष्ट करू क्या ऋ"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "नष्ट करू क्या ऋ"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "हाँ, इसे मिटाएं!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "नहीं, इसे मत मिटाएं!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "बाएँ माउस बटन का उपयोग करना न भूलें!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "प्रिन्ट हो गयी"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "प्रिन्ट हो गयी"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "क्षमा करें! आपका चित्र मुद्रित नहीं किया जा सका|"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "क्षमा करें! आपका चित्र मुद्रित नहीं किया जा सका|"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "क्षमा करें! आपका चित्र मुद्रित नहीं किया जा सका|"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "जो चित्र आप चाहते हैं उसे चुने और \"चलायें\" पर क्लिक करें"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "आवाज बंद किया गया|"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "आवाज शुरू किया गया|"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "कृपया प्रतीक्षा करें..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "नष्ट कर"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "स्लाइड"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "पीछे"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "चलायें"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "अगला"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "हॉं"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "नहीं"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "आपके परिवर्तनों के साथ चित्र बदलें?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "हाँ, पुराने को बदलें!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "नहीं, नयी फाइल सुरक्षित करें|"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1472,71 +1476,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "पीला"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "आसमानी नीला!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "सफ्ेद"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "काला!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1544,22 +1548,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/hr.po
238
src/po/hr.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-26 10:53+0100\n"
|
||||
"Last-Translator: Paulo Pavačić <pavacic.p@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -380,141 +380,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -522,7 +526,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -530,21 +534,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -552,7 +556,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -569,7 +573,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -589,7 +593,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -614,7 +618,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -622,14 +626,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -639,34 +643,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -676,21 +680,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "Novi"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Otvori"
|
||||
|
||||
|
|
@ -1219,252 +1223,252 @@ msgstr ""
|
|||
"postojeću oznaku, možeš je pomicati, uređivati i promijeniti stil teksta"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Želiš li stvarno zatvoriti prozor?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Da, gotov/a sam!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ne, vrati me nazad!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Da li želiš pohraniti tvoj crtež?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Da, spremi ga!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ne, ne trudi se spremat!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Treba li prvo pohraniti tvoj crtež?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ne mogu otvoriti taj crtež!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "U redu"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nema pohranjenih datoteka!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Želiš li ispisati svoj crtež?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Da, ispiši!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Tvoj crtež je ispisan!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Žao nam je! Tvoj crtež nije ispisan!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ne možeš još ispisati!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Želiš li obrisati ovaj crtež?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Želiš li obrisati ovaj crtež?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Da, izbriši ga!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ne, nemoj ga izbrisati1"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Podsjetnik: Koristi lijevu tipku miša!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Tvoj crtež je ispisan!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Tvoj crtež je ispisan!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Žao nam je! Tvoj crtež nije ispisan!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Žao nam je! Tvoj crtež nije ispisan!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Žao nam je! Tvoj crtež nije ispisan!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Izaberi crtež, a zatim klikni “Otvori”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Zvuk isključen."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Zvuk uključen"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Molimo pričekajte..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Izbriši"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slajdovi"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Natrag"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Pokreni"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Idući"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Zamjeniti crtež s vašim promjenama?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Da, zamjeni prethodnu!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ne. Pohrani u novu datoteku!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1473,71 +1477,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Žuta!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Nebesko plava!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Bijela!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Crna!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1545,22 +1549,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Odaberite boju s vašeg crteža."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/hu.po
238
src/po/hu.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-28 12:48+0200\n"
|
||||
"Last-Translator: Dr. Nagy Elemér Károly <eknagy@omikk.bme.hu>\n"
|
||||
"Language-Team: Hungarian <debian-l10n-hungarian@lists.d.o>\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -973,7 +977,7 @@ msgstr "Új"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Megnyitás"
|
||||
|
||||
|
|
@ -1235,252 +1239,252 @@ msgstr ""
|
|||
"mozgathatod, szerkesztheted a szöveget, vagy megváltoztathatod a stílusát."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Biztos ki szeretnél lépni?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Igen, befejeztem!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nem, folytatni akarom!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "El fog veszni a rajzod, ha kilépsz. Mentsük el?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Igen, mentsd!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ne mentsd!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Elmentjük előbb a rajzod?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ezt a képet nem lehet megnyitni!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Oké"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nincsenek mentett fájlok!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Kinyomtassuk most a rajzod?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Igen, nyomtasd!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Kinyomtattuk a rajzod!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Elnézést, a rajzod nem sikerült kinyomtatni!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Még nem nyomtathatsz!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Biztos törlöd ezt a rajzot?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Biztos törlöd ezt a rajzot?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Igen, töröld!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ne töröld!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ne feledd használni a bal egérgombot!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Kinyomtattuk a rajzod!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Kinyomtattuk a rajzod!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Elnézést, a rajzod nem sikerült kinyomtatni!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Elnézést, a rajzod nem sikerült kinyomtatni!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Elnézést, a rajzod nem sikerült kinyomtatni!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Válaszd ki a képeket, majd kattints a „Lejátszás” gombra."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Hang elnémítva."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Hang bekapcsolva."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Kis türelmet…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Törlés"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Fóliák"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Vissza"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Lejátszás"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Következő"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Igen"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nem"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Lecseréled a képet a módosítottra?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Igen, lecserélem a régit!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nem, inkább mentsük el más néven!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1489,71 +1493,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Sárga!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Égkék!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Fehér!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Fekete!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1561,22 +1565,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/hy.po
238
src/po/hy.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 1.8\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-03-22 11:39+0400\n"
|
||||
"Last-Translator: Aram Palyan <ararat.info@gmail.com>\n"
|
||||
"Language-Team: Armenian <ararat.info@gmail.com>\n"
|
||||
|
|
@ -387,141 +387,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -529,7 +533,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -537,21 +541,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -559,7 +563,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -576,7 +580,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -585,7 +589,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -596,7 +600,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -605,7 +609,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -613,7 +617,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -621,7 +625,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -629,14 +633,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -646,34 +650,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -683,21 +687,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -976,7 +980,7 @@ msgstr "Նորը"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Բացել"
|
||||
|
||||
|
|
@ -1225,252 +1229,252 @@ msgstr ""
|
|||
"[Enter] կամ [Tab] տեքստը ավարտելու համար:"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Իսկապե՞ս ցանկանում ես դուրս գալ:"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Այո, վերջացրեցի:"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ոչ, ինձ ետ տար:"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Եթե դուրս գաս, կկորցնես նկարը, պահպանե՞լ այն:"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Այո, պահպանել այն:"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ոչ, մի անհանգստացիր պահպանելու համար:"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Նախ պահպանե՞մ քո նկարը:"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Չի կարող բացել նկարը:"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Լավ"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Պահպանված ֆայլեր չկան"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Հիմա տպե՞նք քո նկարը:"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Այո, տպիր այն"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Քո նկարը տպվեց"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Ցավոք, քո նկարը հնարավոր չէ տպել"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Չես կարող տպել դեռևս"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ջնջե՞լ այս նկարը:"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ջնջե՞լ այս նկարը:"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Այո, ջնջել այն"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ոչ, մի ջնջիր այն"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Հիշիր օգտագործել մկնիկի ձախ կոճակը"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Քո նկարը տպվեց"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Քո նկարը տպվեց"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Ցավոք, քո նկարը հնարավոր չէ տպել"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Ցավոք, քո նկարը հնարավոր չէ տպել"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Ցավոք, քո նկարը հնարավոր չէ տպել"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Ընտրիր քո կամեցած նկարը, այնուհետ սեղմիր «Գործարկել»"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Ձայնը լռեցված է"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Ձայնը միացված է:"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Խնդրում եմ սպասիր..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Ջնջել"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Սլայդեր"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Հետ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Գործարկել"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Հաջորդ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "այո"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ոչ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Փոխարինել նկարը քո կատարած փոփոխություններով?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Այո, փոխարինել հինը"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ոչ, պահպանել նոր ֆայլը"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1479,71 +1483,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Դեղին"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Երկնագույն"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Սպիտակ"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Սև"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1551,22 +1555,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/id.po
238
src/po/id.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-09 04:22+0000\n"
|
||||
"Last-Translator: Teuku Surya <tsuryafajri@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -971,7 +975,7 @@ msgstr "Baru"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Buka"
|
||||
|
||||
|
|
@ -1232,112 +1236,112 @@ msgstr ""
|
|||
"dan merubah gaya teksnya."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Kamu benar-benar ingin keluar?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ya, Saya Selesai"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Tidak, Kembali Ke Sebelumnya!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Jika kamu keluar, kamu akan kehilangan gambar! Simpan?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ya, Simpan!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Tidak, Tidak perlu menyimpan!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Simpan gambarmu dulu?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Tidak dapat membuka gambar itu!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Tidak ada file tersimpan!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Cetak gambarmu sekarang?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ya, Cetak itu!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Gambarmu telah dicetak!"
|
||||
|
||||
# | msgid "Your picture has been printed!"
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Maaf! Gambar anda tidak dapat dicetak."
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Kamu belum dapat mencetak!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Hapus gambar ini?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Hapus gambar ini?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ya, hapus itu!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Tidak, jangan hapus itu!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ingat untuk menggunakan tombol mouse kiri!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Gambarmu telah dicetak!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
|
|
@ -1345,143 +1349,143 @@ msgstr "Gambarmu telah dicetak!"
|
|||
|
||||
# | msgid "Your picture has been printed!"
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Maaf! Gambar anda tidak dapat dicetak."
|
||||
|
||||
# | msgid "Your picture has been printed!"
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Maaf! Gambar anda tidak dapat dicetak."
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
# | msgid "Your picture has been printed!"
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Maaf! Gambar anda tidak dapat dicetak."
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Pilih gambar yang kamu inginkan, lalu klik “Play”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Suara diredam."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Suara tidak diredam."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Tunggu Sesaat..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Hapus"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slide"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Kembali"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Play"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Selanjutnya"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ya"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Tidak"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ganti gambar dengan perubahan yang dilakukan?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ya, gantikan yang lama!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Tidak, Simpan sebuah berkas baru!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1490,71 +1494,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Kuning!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Biru langit!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Putih!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Hitam!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1562,22 +1566,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Pilih warna dari gambar anda."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/is.po
238
src/po/is.po
|
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2023-06-28 15:44+0000\n"
|
||||
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||
"Language-Team: Icelandic\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr "Stimplum er hægt að snúa áður en þeir eru settir á myndflötinn."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "Nýjar flýtileiðbeiningar hafa verið útbúnar."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -586,7 +590,7 @@ msgstr ""
|
|||
"býður fylliverkfærið núna upp á fríhendismálun til að lita gagnvirkt innan "
|
||||
"afmarkaðra svæða."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -597,7 +601,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -614,7 +618,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -622,7 +626,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -630,14 +634,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -647,34 +651,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -684,21 +688,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -957,7 +961,7 @@ msgstr "Nýtt"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Opna"
|
||||
|
||||
|
|
@ -1218,240 +1222,240 @@ msgstr ""
|
|||
"útliti og stíl."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Viltu í alvörunni hætta?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Já, ég er búin!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nei, ég vil halda áfram!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ef þú hættir, tapast myndin! Viltu geyma hana?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Já, geyma hana!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nei, ekki geyma þetta!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Geyma myndina fyrst?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Get ekki opnað þessa mynd!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Í lagi"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Fann engar geymdar myndir!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Prenta myndina núna?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Já, prentaðu hana!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Búið að prenta myndina þína!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Því miður! Það var ekki hægt að prenta myndina þína!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Þú getur ekki prentað strax!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Eyða myndinni?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr "Eyða þessu sniðmáti?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Já, eyða henni!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nei, ekki eyða henni!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Muna eftir að nota vinstri músarhnappinn!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Búið að flytja út myndina þína!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Búið að flytja út GIF-skyggnusýninguna þína!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Því miður! Það var ekki hægt að flytja út myndina þína!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Því miður! Það var ekki hægt að flytja út GIF-skyggnusýninguna þína!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Því miður! Það var ekki hægt að breyta myndinni þinni í sniðmát!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Veldu myndirnar sem þú vilt, og smelltu svo á \"Spila\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Slökkt á hljóði."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Kveikt á hljóði."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Bíddu aðeins..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Eyða"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Myndasýning"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr "Sniðmát"
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "Flytja út"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Til baka"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Spila"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "GIF-útflutningur"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Áfram"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "Hreinsa"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Já"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nei"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Skipta út eldri myndinni með þeirri nýju?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Já, skipta út þeirri gömlu!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nei, geyma nýja mynd!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1460,64 +1464,64 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "Veldu 2 eða fleiri teikningar sem á að breyta í GIF-hreyfimynd."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "rautt"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "gult"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "blátt"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "hvítt"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "grátt"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "svart"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "Liturinn þinn er %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "Liturinn þinn er %1$s %2$s og %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "Liturinn þinn er %1$s %2$s, %3$s %4$s, og %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "Liturinn þinn er %1$s %2$s, %3$s %4$s, %5$s %6$s, og %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
"Liturinn þinn er %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, og %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1527,16 +1531,16 @@ msgstr ""
|
|||
"%11$s %12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "algerlega"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Veldu lit úr teikningunni þinni."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1544,7 +1548,7 @@ msgstr ""
|
|||
"Veldu lit. Litblæir eru að ofan og niður. Litmettun/litstyrkur fer frá "
|
||||
"vinstri (fölt) til hægri (hreint). Litgildi (ljóst/dökkt) eru á gráu stikuni."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/it.po
238
src/po/it.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint 0.9.23\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-18 09:15+0000\n"
|
||||
"Last-Translator: Flavio Pastore <ironbishop@fsfe.org>\n"
|
||||
"Language-Team: Italian\n"
|
||||
|
|
@ -403,141 +403,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -545,7 +549,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -553,21 +557,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -575,7 +579,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -584,7 +588,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -612,7 +616,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -621,7 +625,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -629,7 +633,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -637,7 +641,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -645,14 +649,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -662,34 +666,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -699,21 +703,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -993,7 +997,7 @@ msgstr "Nuovo"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Apri"
|
||||
|
||||
|
|
@ -1263,142 +1267,142 @@ msgstr ""
|
|||
# FIXME: Move elsewhere!!!
|
||||
# FIXME: Move elsewhere!!!
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Vuoi veramente uscire?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Sì, ho finito!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "No, torna indietro!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Uscendo adesso, il disegno verrà perso! Vuoi salvarlo?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Sì, salva!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "No, non voglio salvare!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Vuoi salvare il disegno, prima?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Non è possibile aprire quel disegno!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Non ci sono file salvati!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Vuoi stampare il disegno adesso?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Sì, stampa!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Il tuo disegno è stato stampato!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Non è possibile stampare il tuo disegno!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Non puoi ancora stampare!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Vuoi cancellare il disegno?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Vuoi cancellare il disegno?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Sì, cancella!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "No, non cancellare!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ricorda di usare il pulsante sinistro del mouse!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Il tuo disegno è stato stampato!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Il tuo disegno è stato stampato!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Non è possibile stampare il tuo disegno!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Non è possibile stampare il tuo disegno!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
|
|
@ -1406,72 +1410,72 @@ msgstr "Non è possibile stampare il tuo disegno!"
|
|||
|
||||
# Let user choose images:
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Scegli i disegni che desideri e fai clic su «Mostra»."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Audio disattivato."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Audio attivato."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Attendi…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Cancella"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diapositive"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Indietro"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Mostra"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Avanti"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
|
|
@ -1479,41 +1483,41 @@ msgstr "Aa"
|
|||
# FIXME: Move elsewhere! Or not?!
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Sì"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
# FIXME: Move elsewhere!!!
|
||||
# #define PROMPT_SAVE_OVER_TXT gettext_noop("Save over the older version of this picture?")
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Vuoi sostituire il disegno precedente?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Sì, sostituisci il vecchio disegno!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "No, crea un nuovo file!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1522,71 +1526,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Giallo!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Azzurro!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Bianco!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Nero!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1594,22 +1598,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Seleziona un colore dal tuo disegno."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/iu.po
238
src/po/iu.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint Inuktitut\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2013-07-04 16:05-0500\n"
|
||||
"Last-Translator: Harvey Ginter <harveyginter@gmail.com>\n"
|
||||
"Language-Team: LANGUAGE <harveyginter@gmail.com>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "ᓄᑖᖅ"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ᐅᒃᑯᐃᓗᒍ"
|
||||
|
||||
|
|
@ -1217,252 +1221,252 @@ msgstr ""
|
|||
"ᓄᐃᑕᕇᕐᑐᖅ ᐊᐅᓚᕈᓐᓇᑌᑦ, ᐊᓯᑦᔨᑐᕐᓗᒍ ᐊᓪᓚᓯᒪᔪᖏᓪᓗ ᐊᓯᑦᔨᒍᓐᓇᓱᒋᑦ."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "ᓄᕐᖃᕈᒪᓪᓚᕆᕐᖀᑦ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "ᐋ, ᑌᒪᐅᕗᖓ!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ᐊᐅᑲ, ᐅᑎᕐᑎᖓ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "ᓄᕐᖃᑐᐊᕈᕕᑦ, ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᐊᓯᐅᓚᖓᔪᖅ! ᓴᓂᕝᕙᓖ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "ᐋ, ᓴᓂᕝᕙᓗᒍ!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ᐊᐅᑲ, ᓴᓂᕝᕙᕆᐊᑐᖕᖏᑐᖅ!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "ᐊᓪᓚᖑᐊᕐᑌᑦ ᓴᓂᕝᕙᖄᕐᓗᒍ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖅ ᒪᑐᐃᕐᖃᔭᖕᖏᑐᖅ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "ᐋ, ᐊᑌ"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "ᓴᓂᕝᕙᓯᒪᔪᖃᖕᖏᑐᖅ!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᓗᒍ ᒫᓐᓇ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "ᐋ, ᓄᐃᑎᓗᒍ!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᑕᐅᕗᖅ!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "ᐃᓛᓂᐅᖕᖏᑐᖅ, ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᖃᔭᖕᖏᒪᑦ!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "ᓄᐃᑎᕐᖃᔭᕋᑕᖕᖏᑌᑦ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "ᐊᓯᐅᑎᓗᒎ ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖅ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "ᐊᓯᐅᑎᓗᒎ ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖅ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "ᐋ, ᐊᓯᐅᑎᓪᓗᒍ!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ᐊᐅᑲ, ᐊᓯᐅᑎᕈᓐᓀᓗᒍ!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "ᐊᐅᓚᑦᓯᒍᑎᒥ ᓴᐅᒥᐊᓃᑦᑐᖅ ᐊᑐᕐᓗᒍ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᑕᐅᕗᖅ!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᑕᐅᕗᖅ!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "ᐃᓛᓂᐅᖕᖏᑐᖅ, ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᖃᔭᖕᖏᒪᑦ!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "ᐃᓛᓂᐅᖕᖏᑐᖅ, ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᖃᔭᖕᖏᒪᑦ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "ᐃᓛᓂᐅᖕᖏᑐᖅ, ᐊᓪᓚᖑᐊᑫᓐᓇᑌᑦ ᓄᐃᑎᕐᖃᔭᖕᖏᒪᑦ!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "ᐊᑦᔨᖑᐊᑦ ᓂᕈᐊᕐᓗᒋᑦ ᐊᑐᕈᒪᔭᑎᑦ, ᓇᕐᓂᓗᒍᓗ \"ᐱᖕᖑᐊᓂᖅ\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "ᓂᐯᕈᕐᓯᒪᑎᑕᐅᔪᖅ."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "ᓂᐸᑖᕐᑎᓗᒍ."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "ᐅᑕᕐᕿᑫᓐᓇᕆᑦ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "ᐲᕐᓗᒍ"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "ᓴᕐᕿᑎᑦᓯᓯᒪᒉᑦ"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "ᐅᑎᕆᐊᕐᓂᖅ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ᐱᖕᖑᐊᓂᖅ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "ᑭᖑᓪᓕᖓ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "aᐊ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "ᐋ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ᐊᐅᑲ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ᐊᓯᑦᔨᑐᕐᑕᑎᓐᓄᑦ ᐊᓯᑦᔨᓗᒍ ᐊᓪᓚᖑᐊᕐᓯᒪᔪᖅ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "ᐋ, ᐱᑐᖃᐅᓂᕐᓴᖅ ᐊᓯᑦᔨᓗᒍ!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ᐊᐅᑲ, ᓄᑖᒥᒃ ᓴᓂᕝᕓᓗᑎᑦ!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1471,71 +1475,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "ᖁᕐᓱᑕᖅ!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "ᕿᓚᑦᑎᑐᑦ ᑐᖑᔪᕐᑕᖅ!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "ᖃᑯᕐᑕᖅ!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "ᕿᕐᓂᑕᖅ!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1543,22 +1547,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ja.po
238
src/po/ja.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint 0.9.29\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2024-01-27 10:46+0900\n"
|
||||
"Last-Translator: Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>\n"
|
||||
"Language-Team: japanese <dolphin6k@wmail.plala.or.jp>\n"
|
||||
|
|
@ -379,16 +379,20 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
#, fuzzy
|
||||
#| msgid "Bug-fixes and localization updates."
|
||||
msgid "Localization updates."
|
||||
msgstr "バグ修正と翻訳の更新。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
|
|
@ -396,7 +400,7 @@ msgstr ""
|
|||
"「まほう」ツールの追加: 透視図法による作図ツール(「1てんとうし」「2てんと"
|
||||
"うし」「3てんとうし」)と、それぞれの消失点を設定するためのツール"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
|
|
@ -405,13 +409,13 @@ msgstr ""
|
|||
"く」「ふとうかく」「しゃとうえい」)と、それぞれの基準角を設定するためのツー"
|
||||
"ル"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
"「まほう」ツールの追加: コロイド曲線描画ツール(「エピコロイド」「ハイポコロ"
|
||||
"イド」)"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
|
|
@ -419,7 +423,7 @@ msgstr ""
|
|||
"新規オプションとして「難易度」の設定を追加。設定したレベルに応じて「まほう」"
|
||||
"ツールの動作を変更したり、いくつかの「まほう」ツールを無効にしたりします。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
|
|
@ -427,27 +431,27 @@ msgstr ""
|
|||
"「まほう」ツールの並びを変更(これまでは、翻訳後のツール名の順に表示されてい"
|
||||
"ました)"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
"「もじ」ツール、「ラベル」ツールで、フォント名とフォントサイズを表示するよう"
|
||||
"になりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr "バグ修正と翻訳の更新。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
"「まほう」ツールの追加: 「ループ」「リボン」「なめらかなせん」「くしゃく"
|
||||
"しゃ」"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr "周囲をぼかした消しゴムを追加しました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
|
|
@ -457,7 +461,7 @@ msgstr ""
|
|||
"しょから」ダイアログに表示されます)。「さいしょかr」ダイアログで、あとから"
|
||||
"削除することもできます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
|
|
@ -467,7 +471,7 @@ msgstr ""
|
|||
"り、「さいしょから」ダイアログから自作のテンプレートを削除する「けす」ボタン"
|
||||
"を無効にすることができます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
|
|
@ -475,13 +479,13 @@ msgstr ""
|
|||
"\"uifont\" オプションでユーザーインターフェースのフォントを指定できます。ま"
|
||||
"た、\"listfonts\" オプションで利用可能なフォントがリストアップされます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr "言語環境ごとの規定のユーザーインターフェースフォントが使用されます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
|
|
@ -489,15 +493,15 @@ msgstr ""
|
|||
"「スポイト」「レインボーパレット」「カラーミキサー」のボタンの表示を改善しま"
|
||||
"した。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr "「まほう」ツールの多くは、サイズが変更できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr "ボタンのラベルは可能な場合は折り返し表示されます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
|
|
@ -508,25 +512,25 @@ msgstr ""
|
|||
"4」「まんげきょう6」「っまんげきょう」「かがやき」の15種類のまほうツールが追"
|
||||
"加されています。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr "はんこは、キャンバスに貼り付ける前に回転できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr "「かたち」ツールの図形の角から広げるモードの動作を改良しました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
"塗りつぶしツールに、エリアの輪郭にそってグラデーションをつけるモードが追加さ"
|
||||
"れました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr "キーボードショートカットで素早くけしゴムが使えるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
|
|
@ -534,7 +538,7 @@ msgstr ""
|
|||
"レインボーパレット(HSV色選択)ツールに、組み込みカラーパレットやスポイトツー"
|
||||
"ル又はカラーミキサーで選択した色を取り込めるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
|
|
@ -542,16 +546,16 @@ msgstr ""
|
|||
"スターター画像とテンプレート画像の属性に、画像と縦横比が異なるキャンバスに読"
|
||||
"み込む際、どのように拡大するかを設定できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
"UIボタンの大きさを画面サイズに応じて自動設定するオプションが追加されました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "「クイックスタートガイド」が同梱されました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -562,7 +566,7 @@ msgstr ""
|
|||
"絵の具を混ぜるように、異なる割合の原色(赤、黄、青)とシェード(白、グレー、"
|
||||
"黒)を組み合わせて、新しい色を作り出すことができるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -572,7 +576,7 @@ msgstr ""
|
|||
"カラーピッカーは、従来は約6万5千色の固定パレットでしたが、色相、彩度、明度の"
|
||||
"個別設定に対応し、1600万色以上の色を選択できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
|
|
@ -581,7 +585,7 @@ msgstr ""
|
|||
"また、カラーセレクター(絵の中から色を抽出するためのピペットツール)に素早く"
|
||||
"アクセスするためのキーボードショートカットが利用できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
|
|
@ -591,7 +595,7 @@ msgstr ""
|
|||
"やスミアの効果を作ることができるようになりました。また、多くのブラシでデフォ"
|
||||
"ルトの間隔が改善されました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -603,7 +607,7 @@ msgstr ""
|
|||
"ではなく、キャンバス全体にタイル状に描画を複製します。ラッシュツールは、ズー"
|
||||
"ム後に結果をぼかします。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -615,7 +619,7 @@ msgstr ""
|
|||
"ど、引き伸ばせる図形は、下部に縦横比を表示しながら調整できるようになりまし"
|
||||
"た。その他、一部のツールで表示される操作説明も充実させました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -627,7 +631,7 @@ msgstr ""
|
|||
"ました。タックスペイントに内蔵された画面キーボードのサイズ調整が改良されまし"
|
||||
"た。ユーザードキュメントの見映えが改善されました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -641,7 +645,7 @@ msgstr ""
|
|||
"りました。また、塗りつぶしツールにはフリーハンドモードが追加され、塗りつぶし"
|
||||
"たい範囲にインタラクティブに色を塗ることができるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -658,7 +662,7 @@ msgstr ""
|
|||
"りすることができます。「なめらかなにじ」は、以前からある「にじ」ツールよりも"
|
||||
"スムーズなグラデーションの虹を描きます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -671,7 +675,7 @@ msgstr ""
|
|||
"レビ」などが改良されました。さらに、「まんが」「ハーフトーン」「ブロック」"
|
||||
"「チョーク」「うきぼり」では、画像全体を一度に変更できるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -681,7 +685,7 @@ msgstr ""
|
|||
"「まほう」ツールは、効果の特徴ごとにグループ分けされて、使いたいツールを簡単"
|
||||
"に見つけることができるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -693,7 +697,7 @@ msgstr ""
|
|||
"「リニア」は、さまざまな方向や大きさのグラデーションをインタラクティブに作成"
|
||||
"できます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -704,7 +708,7 @@ msgstr ""
|
|||
"ルアートを簡単に作成でき、「チェッカーボード」はキャンバス全体をチェック柄で"
|
||||
"塗りつぶし、「クローン」はマウス操作で絵の一部を複製することが可能です。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
|
|
@ -713,7 +717,7 @@ msgstr ""
|
|||
"ユーザードキュメントが一新され、各種言語への翻訳がより簡単になりました。翻訳"
|
||||
"にご興味のある方は、タックスペイントチームまでご連絡ください。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -728,7 +732,7 @@ msgstr ""
|
|||
"成する新しいオプションとともに、視線追跡システムのような、細かい操作が難しい"
|
||||
"入力デバイスを利用するユーザーにも役立ちます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
|
|
@ -737,7 +741,7 @@ msgstr ""
|
|||
"図形ツールの大きな改良点として、図形を中心から描くか端から描くかを選択できる"
|
||||
"ようになり、あらゆる場面で使いやすくなりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
|
|
@ -747,7 +751,7 @@ msgstr ""
|
|||
"テムなどの細かい操作が難しい入力デバイスを利用するユーザーにとって使いやすく"
|
||||
"なりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
|
|
@ -755,7 +759,7 @@ msgstr ""
|
|||
"「けしゴム」ツールには、新たに小さな消しゴムサイズが追加され、ポインターを素"
|
||||
"早く動かしたときに、より滑らかで連続した動きをするようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
|
|
@ -764,7 +768,7 @@ msgstr ""
|
|||
"最新バージョンでは、個々の作品やGIFアニメーションをエクスポートするオプション"
|
||||
"が追加され、作品を簡単に他の人と共有することができます。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -779,7 +783,7 @@ msgstr ""
|
|||
"ら」ダイアログで様々なテンプレート画像の方を目立たせたい場合には、単色のキャ"
|
||||
"ンバスを末尾に配置することができるようになりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
|
|
@ -788,7 +792,7 @@ msgstr ""
|
|||
"また、聴覚に障害のあるユーザーや、スピーカーが1つしかない場合に有効な、ステレ"
|
||||
"オサウンドの無効化も可能になりました。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
|
|
@ -798,7 +802,7 @@ msgstr ""
|
|||
"カー」と、「かたち」ツールに、三芒星、四芒星、五芒星が新たに追加されていま"
|
||||
"す。"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1065,7 +1069,7 @@ msgstr "さいしょから"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ひらく"
|
||||
|
||||
|
|
@ -1320,130 +1324,130 @@ msgstr ""
|
|||
|
||||
# FIXME: Move elsewhere!!!
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "ほんとうにやめる?"
|
||||
|
||||
# msgid "Yes, I'm done!"
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "はい、やめます!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "いいえ、まえに もどります!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "やめると えがきえちゃうよ! セーブする?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "はい、セーブします!"
|
||||
|
||||
# msgid "No, don't bother saving!"
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "いいえ、セーブしなくても いいです!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "そのまえに いまのえを セーブする?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "そのえはひらけないよ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "オッケー"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "セーブされた えは なかったよ!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "いんさつする?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "はい、いんさつします!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "えを いんさつしたよ!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "いんさつ できませんでした!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "まだ いんさつは できないよ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "このえを けす?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
msgid "Erase this template?"
|
||||
msgstr "この テンプレートを けしますか?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "はい、けします!"
|
||||
|
||||
# msgid "No, don't erase it!"
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "いいえ、けしません!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "マウスの ひだりのボタンを つかってね!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "えを かきだしたよ!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "スライドショーを GIF アニメに かきだしたよ!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "かきだしできませんでした!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "かきだしできませんでした!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
"このえを テンプレートにして 「さいしょから」 のところに いれておいたよ!"
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
|
|
@ -1451,109 +1455,109 @@ msgstr ""
|
|||
"このえは まえに テンプレートに してあるよ。「さいしょから」のところを さがし"
|
||||
"てみてね!"
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "テンプレートを さくせい できませんでした!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "えを えらんでから 「かいし」をクリックしてね。"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "おとが ならないように しました。"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "おとが なるように しました。"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "もうちょっと まってね…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "けす"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "スライド"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr "テンプレート"
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "かきだす"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "もどる"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "かいし"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "かきだす"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "つぎ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "さいしょから"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "あア"
|
||||
|
||||
# FIXME: Move elsewhere! Or not?!
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "はい"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "いいえ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "いまかいたえと まえのえを いれかえる?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "はい、まえのえと いれかえます!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "いいえ、あたらしく セーブします!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
|
|
@ -1563,7 +1567,7 @@ msgstr ""
|
|||
"\" をクリックします。スライドショーやアニメーションをさくせいするには \"スラ"
|
||||
"イド\" を、キャンバスにもどるには \"もどる\" をクリックしてください。"
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1575,63 +1579,63 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "2ついじょうのえをえらんで GIFアニメをかきだします。"
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "あか"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "きいろ"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "あお"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "しろ"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "はいいろ"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "くろ"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "%1$s %2$s です"
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "%2$sが%1$sで %4$sが%3$sの いろ"
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sの いろ"
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sで %8$sが%7$sの いろ"
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr "%2$sが%1$sで %4$sが%3$sで %6$sが%5$sで %8$sが%7$sで %10$sが%9$sの いろ"
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1641,16 +1645,16 @@ msgstr ""
|
|||
"が%11$sの いろ"
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "かんぜんな"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "えの なかから いろを えらぼう。"
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1658,7 +1662,7 @@ msgstr ""
|
|||
"いろの えらびかた:いろあいは うえから したへ、あざやかさは ひだり(あわい い"
|
||||
"ろ)から みぎ(あざやかな いろ)へ。みぎの バーで あかるさを えらびます。"
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ka.po
238
src/po/ka.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TuxPaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2023-04-01 20:01+0400\n"
|
||||
"Last-Translator: Giasher <giasher@gmail.com>\n"
|
||||
"Language-Team: Gia Shervashidze <giasher@gmail.com>\n"
|
||||
|
|
@ -379,98 +379,102 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
|
|
@ -480,25 +484,25 @@ msgstr ""
|
|||
"სხივები, 3D სათვალეები, ფერდაშლა, ფერგაჯერება, გახუნება, ფერის ამოღება, "
|
||||
"ფერის შენახვა, კალეიდო-4, კალეიდო-6, კალეიდო-8 და ცვარი."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr "შტამპები დაფაზე ჩასმამდე შეგიძლიათ დაატრიალოთ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr "ფორმების სამარჯვი კუთხიდან გადათრევის რეჟიმში დაიხვეწა."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr "ჩასხმის სამარჯვი ახლა უკვე გრადიენტის რეჟიმსაც გთავაზობთ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#, fuzzy
|
||||
#| msgid "A quick Eraser mode is be accessed via keyboard shortcut."
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr "სწრაფი წაშლის რეჟიმი მიიღწევა კლავიატურის კომბინაციით."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
|
|
@ -506,7 +510,7 @@ msgstr ""
|
|||
"ცისარტყელა პალიტრიდან (HSV ფერის შერჩევა) ახლა შეგიძლიათ აირჩიოთ მზა "
|
||||
"ფერებიდან ან შეარჩიოთ ფერის ამკრეფი პიპეტით ან თავად შექმნათ ფერების შერევით."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
|
|
@ -514,15 +518,15 @@ msgstr ""
|
|||
"საწყისი გამოსახულებებისა და თარგებისთვის შეიძლება მიეთითოს რამდენად "
|
||||
"გაიწელოს, როცა დაფისა და ნახატის პროპორცია განსხვავებულია."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr "კონფიგურაციაში \"ღილაკების\" პარამეტრებში გთავაზობთ ოპციას \"ავტო\"."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr "დაემატა სწრაფი მეგზური."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -533,7 +537,7 @@ msgstr ""
|
|||
"ფერის მისაღებად პირველადი (წითელი, ყვითელი და ლურჯი) და ჩრდილოვანი (თეთრი, "
|
||||
"ნაცრისფერი, შავი) ფერების სხვადასხვა პროპორციით შერევას შეძლებთ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -544,7 +548,7 @@ msgstr ""
|
|||
"ფერიდან ახალა ტონის, გაჯერებისა და მნიშვნელობის პარამეტრებით 16 მილიონამდე "
|
||||
"ფერის შერჩევა შეგიძლიათ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
|
|
@ -553,7 +557,7 @@ msgstr ""
|
|||
"ასევე, ფერის არჩევა კლავიატურის კომბინაციითაც შეგიძლიათ — \"პიპეტის\" "
|
||||
"სამარჯვით ფერის 'აკრეფას' არსებული ნახატიდან შეძლებთ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
|
|
@ -563,7 +567,7 @@ msgstr ""
|
|||
"და წყვეტის ეფექტით ხატვას შეძლებთ. ბევრი ფუნჯის ნაგულისხმები ბიჯი ასევე "
|
||||
"გაუმჯობესდა."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -574,7 +578,7 @@ msgstr ""
|
|||
"'ცვარი'. ნახატის 'ფილების მასშტაბით' დამუშავებისას დაფა ნახატის ფილების "
|
||||
"მცირე გამოსახულებით შეივსება. 'ცვარის' ეფექტის შედეგი გაბუნდოვნებაა."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -587,7 +591,7 @@ msgstr ""
|
|||
"ოვალი და ა.შ.) თქვენი ცვლილებების შესაბამისად ქვემოთ პროპორცია აისახება. "
|
||||
"ინსტრუქციები სხვა ზოგი ფუნქციისთვის ასევე გაფართოვდა."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -599,7 +603,7 @@ msgstr ""
|
|||
"სისტემისთვის. ჩადგული ეკრანული კლავიატურის ზომა დაიხვეწა, ისევე როგორც "
|
||||
"მომხმარებლის დოკუმენტაციის იერსახე."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -613,7 +617,7 @@ msgstr ""
|
|||
"ხელსაწყო ახლა გთავაზობთ თავისუფალი ხატვის რეჟიმს ცალკეული არეების "
|
||||
"ინტერაქტიურად გასაფერადებლად."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -630,7 +634,7 @@ msgstr ""
|
|||
"მრუდე სარკესავით. დაბოლოს, 'გლუვი ცისარტყელა' - კლასიკური ცისარტყელის უფრო "
|
||||
"რბილი ვარიაციაა."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -645,7 +649,7 @@ msgstr ""
|
|||
"'ცარცთან' და 'რელიეფთან' ერთად ახლა ნახატის ერთიანად შეცვლის შესაძლებლობას "
|
||||
"იძლევა!"
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -657,7 +661,7 @@ msgstr ""
|
|||
"დაშტრიხვა, სამხატვრო და დეკორაციული — ეს სასურველი ხელსაწყოს მოძიებას "
|
||||
"აადვილებს."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -669,7 +673,7 @@ msgstr ""
|
|||
"გრადიენტი, ხოლო \"წრფივი\" ჩასხმით სხვადასხვა დახრისა და ზომის გრადიენტი "
|
||||
"იქმნება."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -680,7 +684,7 @@ msgstr ""
|
|||
"ნახატებს რეტრო თამაშების სტილში, \"ჭადრაკის დაფა\" სრულად ავსებს ჭადრაკულად, "
|
||||
"ხოლო \"კლონირება\" ნახატის ასლს შექმნის ფუნჯის მონასმით."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
|
|
@ -690,7 +694,7 @@ msgstr ""
|
|||
"მოსახერხებელია ლოკალიზებისთვის. დაინტერესებული პირებს გთხოვთ დაგვიკავშირდეთ "
|
||||
"Tux Paint გუნდს."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -704,7 +708,7 @@ msgstr ""
|
|||
"ეს ფუნქცია პალიტრის რეორგანიზებასთან ერთად ასევე შეიძლება ძალიან სასარგებლო "
|
||||
"იყოს ბევრი სხვადასხვა მოწყობილობის მქონე მომხმარებლისთვის."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
|
|
@ -714,7 +718,7 @@ msgstr ""
|
|||
"კუთხიდან ხატვის შესაძლებლობას იძლევა, რაც ბევრად მოსახერხებელია სხვადასხვა "
|
||||
"სიტუაციაში."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
|
|
@ -724,7 +728,7 @@ msgstr ""
|
|||
"წარწერების ხელსაწყოებისთვის, ახლა უკვე უფრო დიდი ზომით და მოსახერხებელია "
|
||||
"მცირე ზომის მოწყობილობებისთვის."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
|
|
@ -732,7 +736,7 @@ msgstr ""
|
|||
"საშლელის ხელსაწყოში დამატებულია ახალი, უფრო მცირე ზომები და სწრაფად "
|
||||
"მოძრაობისას უფრო რბილად მოქმედებს."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
|
|
@ -741,7 +745,7 @@ msgstr ""
|
|||
"და ბოლოს, უახლეს ვერსიაში დამატებულია ცალკეული ნახატებისა და GIF ანიმაციების "
|
||||
"ექსპორტი, რითაც ნახატების, კომიქსებისა და სლაიდშოუების გაზიარებას შეძლებთ."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -755,7 +759,7 @@ msgstr ""
|
|||
"ნახატის გახსნისას გაუმჯობესებულია დიალოგის დაფა \"ახალი\". ამ დიალოგის ბოლოს "
|
||||
"შეიძლება განთავსდეს ერთგვაროვანი ფონური ფერები, რაც თარგის ნახატის გამოკვეთს."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
|
|
@ -764,7 +768,7 @@ msgstr ""
|
|||
"Tux Paint პროგრამაში შეგიძლიათ ამორთოთ სტერეო ხმები, რაც შესაძლოა სასარგებლო "
|
||||
"იყოს შეზღუდული სმენის ან მხოლოდ ერთი სპიკერის არსებობისას."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
|
|
@ -774,7 +778,7 @@ msgstr ""
|
|||
"ნებისმიერი ფერის არჩევაა შესაძლებელი, აგრეთვე სამ-, ოთხ- და ხუთქიმიანი "
|
||||
"ვარსკვლავების ფორმები."
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -1034,7 +1038,7 @@ msgstr "ახალი"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "გახსნა"
|
||||
|
||||
|
|
@ -1289,244 +1293,244 @@ msgstr ""
|
|||
"შეგიძლიათ."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "ნამდვილად გინდათ გასვლა?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "დიახ, დავასრულე!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "არა, უკან დამაბრუნე!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "თუ გახვალთ თქვენი ნახატი დაიკარგება! შევინახო?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "დიახ, შეინახე!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "არა, ნუ შეწუხდები!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "ჯერ თქვენი ნახატი შევინახო?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ამ ნახატს ვერ ვხსნი!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "კარგი"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "ნახატები არ შეგინახავთ!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "დავბეჭდო თქვენი ნახატი?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "დიახ, ამობეჭდე!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "თქვენი ნახატი დაიბეჭდა!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "ვწუხვართ! თქვენი ნახატი ვერ ამოიბეჭდება!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "ჯერ ვერ დაბეჭდავთ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "წავშალო ეს ნახატი?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "წავშალო ეს ნახატი?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "დიახ, წაშალე!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "არა, არ წაშალო!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "არ დაგავიწყდეთ თაგუნას მარცხენა ღილაკის გამოყენება!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "თქვენი ნახატი დაექსპორტდა!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "თქვენი GIF სლაიდშოუ დაექსპორტდა!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "ვწუხვართ! თქვენი ნახატი ვერ დაექსპორტდება!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "ვწუხვართ! თქვენი GIF ანიმაცია ვერ დაექსპორტდება!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "ვწუხვართ! თქვენი ნახატი ვერ ამოიბეჭდება!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "აირჩიეთ ნახატი და დაწკაპეთ „ასახვა”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "ხმა ამორთულია."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "ხმა ჩართულია."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "გთხოვთ დაიცადოთ…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "წაშლა"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "სლაიდები"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "ექსპორტი"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "უკან"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ასახვა"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "GIF ექსპორტი"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "შემდეგ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "გასუფთავება"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "დიახ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "არა"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ჩავანაცვლო ნახატი თქვენი ცვლილებებით?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "დიახ, ჩაანაცვლე ძველი ახლით!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "არა, შეინახე ახალ ფაილში!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1535,64 +1539,64 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "შეარჩიეთ 2 ან მეტი ნახატი GIF ანიმაციად გარდასაქმნელად."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "წითელი"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "ყვითელი"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "ლურჯი"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "თეთრი"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "ნაცრისფერი"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "შავი"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "თქვენი ფერია %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "თქვენი ფერია %1$s %2$s და %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "თქვენი ფერია %1$s %2$s, %3$s %4$s, და %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "თქვენი ფერია %1$s %2$s, %3$s %4$s, %5$s %6$s, და %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
"თქვენი ფერია %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, და %9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1602,16 +1606,16 @@ msgstr ""
|
|||
"%11$s %12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "სრულად"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "შეარჩიეთ ფერი თქვენი ნახატიდან."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
|
|
@ -1619,7 +1623,7 @@ msgstr ""
|
|||
"შეარჩიეთ ფერი. ტონი ნაწილდება ზემოდან ქვემოთ. გაჯერება/ინტენსიობა მარცხნიდან "
|
||||
"(მქრქალი) მარჯვნივ (სუფთა). მნიშვნელობა (ღია/მუქი): ნაცრისფერი ზოლი."
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/kab.po
238
src/po/kab.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: kab\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2017-12-23 23:11+0100\n"
|
||||
"Last-Translator: Yacine Bouklif <yacine_tizi2003@yahoo.fr>\n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -380,141 +380,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -522,7 +526,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -530,21 +534,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -552,7 +556,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -561,7 +565,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -569,7 +573,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -578,7 +582,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -589,7 +593,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -598,7 +602,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -606,7 +610,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -614,7 +618,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -622,14 +626,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -639,34 +643,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -676,21 +680,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Amaynut"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ldi"
|
||||
|
||||
|
|
@ -1227,252 +1231,252 @@ msgstr ""
|
|||
"neɣ ad tbeddeleḍ aɣanib-ines."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "D tidet tebɣiḍ ad teffeɣeḍ ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Ih, fukkeɣ !"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ala, ad uɣaleɣ !"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ma teffeɣeḍ, tugna-inek ad truḥ ! Ad tt-teskelseḍ ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Ih, skels-itt !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ala, ulayɣer asekles !"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ad teskelseḍ qbel tugna-inek ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Gummaɣ ad ldiɣ tugna-agi !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Ih"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Ulac ifuyla ikelsen !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Ad tsiggezeḍ tugna-inek tura ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Ih, ad tt-siggezeɣ !"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Tugna-inek teffeɣ-d !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Surfaɣ ! Tugna-inek ulamek ara d-teffeɣ !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Ur tezmireḍ ara ad tsiggezeḍ tura !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ad tsefḍeḍ tugna-agi ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ad tsefḍeḍ tugna-agi ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Ih, sfeḍ-itt !"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ala, ur tt-sfaḍ ara !"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Ur tettu ara seqdec taqfalt tazelmaḍt n tɣerdayt !"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Tugna-inek teffeɣ-d !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Tugna-inek teffeɣ-d !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Surfaɣ ! Tugna-inek ulamek ara d-teffeɣ !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Surfaɣ ! Tugna-inek ulamek ara d-teffeɣ !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Surfaɣ ! Tugna-inek ulamek ara d-teffeɣ !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Fren tugniwin i tebɣiḍ, sakin ssed ɣef “Urar”"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Imesli yexsi."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Imesli yermed."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Ttxil-k arǧu…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Sfeḍ"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Timeccegin"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Tuɣalin"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Urar"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Ɣer sdat"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Ih"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ala"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ad tsemselsiḍ tugna s ibeddilen-inek ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Ih, semselsi taqburt !"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ala, sekles tugna tamaynutt !"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1481,71 +1485,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Awraɣ !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Anili n igni !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Amlal !"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Aberkan !"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1553,22 +1557,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "Fren ini seg wunuɣ-inek."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/km.po
238
src/po/km.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2008-05-30 15:41+0700\n"
|
||||
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
|
||||
"Language-Team: Khmer <support@khmeros.info>\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -966,7 +970,7 @@ msgstr "ថ្មី"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "បើក"
|
||||
|
||||
|
|
@ -1203,260 +1207,260 @@ msgid ""
|
|||
msgstr "ជ្រើសរចនាប័ទ្មអត្ថបទ ។ ចុចលើគំនូររបស់អ្នក ហើយចាប់ផ្ដើមវាយអក្សរបញ្ចូល ។"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "តើអ្នកពិតជាចង់ចេញឬ ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "បាទ/ចាស ខ្ញុំធ្វើរួចហើយ !"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ទេ ថយក្រោយវិញសិន !"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "ប្រសិនបើអ្នកចេញ អ្នកនឹងបាត់រូបភាព ! រក្សាទុកវាឬទេ ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "បាទ/ចាស រក្សាទុកវា !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ទេ មិនរក្សាទុកទេ !"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "រក្សាទុករូបភាពរបស់អ្នកជាមុនសិនឬ ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "មិនអាចបើករូបភាពនោះបានទេ !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "យល់ព្រម"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "មិនមានឯកសារដែលបានរក្សាទុកទេ !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "បោះពុម្ពរូបភាពរបស់អ្នកឥឡូវឬ ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "បាទ/ចាស បោះពុម្ព !"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "អ្នកមិនអាចបោះពុម្ពបាននៅឡើយទេ !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "លុបរូបភាពនេះឬ ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "លុបរូបភាពនេះឬ ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "បាទ/ចាស លុប !"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ទេ មិនលុបទេ !"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "ចងចាំថា ត្រូវប្រើប៊ូតុងកណ្ដុរឆ្វេង !"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "រូបភាពរបស់ត្រូវបានបោះពុម្ពហើយ !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "ជ្រើសរូបភាពដែលចង់បាន រួចចុច “ចាក់” ។"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "បានបិទសំឡេង ។"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "បានបើកសំឡេង ។"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "សូមរង់ចាំ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "លុប"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "ស្លាយ"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "ថយក្រោយ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ចាក់"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "បន្ទាប់"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "កខគ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "បាទ/ចាស"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ទេ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ជំនួសរូបភាព ដោយការផ្លាស់ប្ដូររបស់អ្នក ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "បាទ/ចាស ជំនួសលើឯកសារចាស់ !"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ទេ រក្សាទុកជាឯកសារថ្មី !"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1465,71 +1469,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "លឿង !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "ខៀវផ្ទៃមេឃ !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "ស !"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "ខ្មៅ !"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1537,22 +1541,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/kn.po
238
src/po/kn.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-08 23:43+0630\n"
|
||||
"Last-Translator: Savitha <savithasprasad@yahoo.com>\n"
|
||||
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -972,7 +976,7 @@ msgstr "ಹೊಸ"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ತೆರೆ"
|
||||
|
||||
|
|
@ -1227,254 +1231,254 @@ msgstr ""
|
|||
"ಬದಲಾಯಿಸಬಹುದು."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "ನೀವು ನಿಜವಾಗಿಯೂ ನಿರ್ಗಮಿಸಲು ಇಚ್ಛಿಸುವಿರಾ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "ಹೌದು, ನಾನು ಮುಗಿಸಿದ್ದೇನೆ!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ಇಲ್ಲ, ನನ್ನನ್ನು ಹಿಂದಕ್ಕೆ ಕೊಂಡೊಯ್ಯಿ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr ""
|
||||
"ನೀವು ನಿರ್ಗಮಿಸಿದಲ್ಲಿ, ನೀವು ರಚಿಸಿದ ಚಿತ್ರವು ಇಲ್ಲವಾಗುತ್ತದೆ! ನೀವದನ್ನು "
|
||||
"ಉಳಿಸಿಲಿಚ್ಛಿಸುತ್ತೀರಾ? "
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "ಹೌದು, ಅದನ್ನು ಉಳಿಸು!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ಇಲ್ಲ, ಉಳಿಸುವ ಅಗತ್ಯವಿಲ್ಲ!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "ನೀವು ರಚಿಸಿದ ಚಿತ್ರವನ್ನು ಮೊದಲು ಉಳಿಸಬೇಕೆ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ಆ ಚಿತ್ರವನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "ಸರಿ"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "ಯಾವುದೆ ಉಳಿಸಲಾದ ಕಡತಗಳಿಲ್ಲ!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "ನೀವು ರಚಿಸಿದ ಚಿತ್ರವನ್ನು ಈಗಲೆ ಮುದ್ರಿಸಬೇಕೆ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "ಹೌದು, ಮುದ್ರಿಸು!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "ನೀವು ರಚಿಸಿದ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿದೆ!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "ಕ್ಷಮಿಸಿ! ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿಲ್ಲ!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "ನೀವು ಇಷ್ಟು ಬೇಗ ಮುದ್ರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "ಈ ಚಿತ್ರವನ್ನು ಅಳಿಸಬೇಕೆ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "ಈ ಚಿತ್ರವನ್ನು ಅಳಿಸಬೇಕೆ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "ಹೌದು, ಅದನ್ನು ಅಳಿಸು!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ಇಲ್ಲ, ಅದನ್ನು ಅಳಿಸಬೇಡ!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "ಮೌಸ್ನ ಎಡ ಒತ್ತುಗುಂಡಿಯನ್ನು ಬಳಸಲು ಮರೆಯದಿರಿ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "ನೀವು ರಚಿಸಿದ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿದೆ!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "ನೀವು ರಚಿಸಿದ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿದೆ!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "ಕ್ಷಮಿಸಿ! ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿಲ್ಲ!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "ಕ್ಷಮಿಸಿ! ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿಲ್ಲ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "ಕ್ಷಮಿಸಿ! ನಿಮ್ಮ ಚಿತ್ರವನ್ನು ಮುದ್ರಿಸಲಾಗಿಲ್ಲ!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "ನೀವು ಬಯಸುವ ಚಿತ್ರವನ್ನು ಆರಿಸಿ, ನಂತರ \"ಪ್ಲೇ\" ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿ."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "ಧ್ವನಿಯನ್ನು ಮೂಕಗೊಳಿಸಲಾಗಿದೆ."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "ಧ್ವನಿಯನ್ನು ಮೂಕಗೊಳಿಸಲಾಗಿಲ್ಲ."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "ದಯವಿಟ್ಟು ಕಾಯಿರಿ..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "ಅಳಿಸಿ"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "ಸ್ಲೈಡ್ಗಳು"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "ಹಿಂದಕ್ಕೆ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "ಪ್ಲೇ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "ಮುಂದಕ್ಕೆ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "ಹೌದು"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ಇಲ್ಲ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "ಚಿತ್ರವನ್ನು ನೀವು ಮಾಡಲಾದ ಬದಲಾವಣೆಗಳಿಂದ ಬದಲಾಯಿಸಬೇಕೆ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "ಹೌದು, ಹಳೆಯದನ್ನು ಬದಲಾಯಿಸು!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ಬೇಡ, ಒಂದು ಹೊಸ ಕಡತವಾಗಿ ಉಳಿಸು!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1483,71 +1487,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "ಹಳದಿ!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "ಆಕಾಶ ನೀಲಿ!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "ಬಿಳಿ!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "ಕಪ್ಪು!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1555,22 +1559,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ko.po
238
src/po/ko.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2022-09-10 06:06-0400\n"
|
||||
"Last-Translator: Mark K. Kim <markuskimius@gmail.com>\n"
|
||||
"Language-Team: N/A\n"
|
||||
|
|
@ -370,141 +370,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -512,7 +516,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -520,21 +524,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -542,7 +546,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -551,7 +555,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -559,7 +563,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -568,7 +572,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -588,7 +592,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -596,7 +600,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -604,7 +608,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -612,14 +616,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -629,34 +633,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -666,21 +670,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -935,7 +939,7 @@ msgstr "새 그림"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "열기"
|
||||
|
||||
|
|
@ -1185,244 +1189,244 @@ msgstr ""
|
|||
"면 있는 라벨을 움직이거나 글을 바꾸실 수 있습니다."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "프로그램을 끝 마칠까요?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "네, 끝마쳐요!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "아니요, 전 화면으로 돌아가요!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "그림을 저장않하고 종료 하면 그림이 없어져요! 저장할까요?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "네, 저장하세요!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "아니요, 저장하지 마세요!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "먼저, 그림을 저장할까요?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "그 그림은 열지 못합니다!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "네"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "저장된 파일이 없네요!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "그림을 인쇄 할까요?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "네, 인쇄하세요!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "그림을 인쇄 했습니다!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "어쩌죠? 인쇄하지 못했네요..."
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "아직 인쇄 하지 못합니다!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "이 그림을 지울까요?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "이 그림을 지울까요?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "네, 지우세요!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "아니요, 지우지 마세요!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "왼쪽 마우스버튼을 사용하는걸 잊지 마세요!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "그림을 수출 했습니다!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "슬라이드가 지프로 수출이 됐습니다!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "죄송하지만 수출이 실패됐습니다"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "죄송하지만 지프 수출이 실패됐습니다"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "어쩌죠? 인쇄하지 못했네요..."
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "원하는 그림을 고른후 「시작」버튼을 눌러주세요."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "음향제거"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "음향복구"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "잠깐만 기다려 주세요..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "지우기"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "슬라이드"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr "수출"
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "되 돌아가기"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "시작"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr "지프 수츨"
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "다음"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr "해재"
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "A가"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "네"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "아니요"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "전그림에 덮어쓸까요? 전그림은 없어집니다."
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "네, 전그림을 덮어쓰세요!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "아니요, 새로운 파일로 저장하죠"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1431,64 +1435,64 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr "지프로 만들 두가지 이상의 그림을 고르세요."
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr "빨간색"
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
msgid "yellow"
|
||||
msgstr "노란색"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
msgid "blue"
|
||||
msgstr "파란색"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
msgid "white"
|
||||
msgstr "흰색"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr "회색"
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
msgid "black"
|
||||
msgstr "검정색"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr "당신의 색갈은 %1$s %2$s."
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr "당신의 색갈은 %1$s %2$s 와 %3$s %4$s."
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr "당신의 색갈은 %1$s %2$s, %3$s %4$s, 그리고 %5$s %6$s."
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr "당신의 색갈은 %1$s %2$s, %3$s %4$s, %5$s %6$s, 그리고 %7$s %8$s."
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
"당신의 색갈은 %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, 그리고%9$s %10$s."
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1498,22 +1502,22 @@ msgstr ""
|
|||
"%11$s %12$s."
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr "전채"
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr "그림에서 색갈을 고르세요."
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/kok.po
238
src/po/kok.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: en_gb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-05-19 23:18+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "नवें"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "उगड"
|
||||
|
||||
|
|
@ -1221,252 +1225,252 @@ msgstr ""
|
|||
"बदलूंक शकतात."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "तुमी खऱ्यांनीच सोडून वचूंक सोदतात ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "हय, म्हजें काम जालें !"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ना, म्हाका परत फाटीं व्हर !"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "तुमी सोडून गेल्यार, तुमचें पिंतुर तुमी होगडायतले! तें जगंव?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "हय, तें जगय !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ना, जगंवक सोधिनाका!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "तुमचें पिंतुर पयलें जगंव ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "तें पिंतुर उगडूंक शकना !"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "जायत तर"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "थंय सांबाळिल्ल्यो फायली नात !"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "तुमच्या पिंतुराचें आतां मुद्रण करूं ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "हय, मुद्रण कर !"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "तुमच्या पिंतुराचें मुद्रण केलां !"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "माफ करचें, तुमच्या पिंतुराचें मुद्रण करूंक जालें ना !"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "तुमी आजून मेरेन मुद्रण करूंक शकनात !"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "हें पिंतुर फासूं येता ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "हें पिंतुर फासूं येता ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "हय, तें फासचें !"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ना, तें फासचें न्हय !"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "मावसाचो दावो बुतांव वापरूंक याद धरची !"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "तुमच्या पिंतुराचें मुद्रण केलां !"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "तुमच्या पिंतुराचें मुद्रण केलां !"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "माफ करचें, तुमच्या पिंतुराचें मुद्रण करूंक जालें ना !"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "माफ करचें, तुमच्या पिंतुराचें मुद्रण करूंक जालें ना !"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "माफ करचें, तुमच्या पिंतुराचें मुद्रण करूंक जालें ना !"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "तुमकां जाय आशिल्लीं पिंतुरां निवडचीं, आनी मागीर “चालू करचें” क्लिक करचें."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "आवाज मूक केला."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "आवाज परत सुरू केला."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "मात्शें रावचें..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "फासचें"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "स्लायडी"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "फाटीं"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "चालू करचें"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "फुडें"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "आ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "हय"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ना"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "तुमी केल्ल्या बदला वरवीं पिंतुराचो बदल करूं ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "हय, पोरणें बदलचें !"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ना, एक नवी फायल सुरक्षित करची !"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1475,71 +1479,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "हळदुवो !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "मळबा निळो !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "धवो !"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "काळो"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1547,22 +1551,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2012-05-11 18:00+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "novem"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "ugodd"
|
||||
|
||||
|
|
@ -1222,252 +1226,252 @@ msgstr ""
|
|||
"lekhachi xaili bodol kor."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Tuka khorean soddunk zai ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "voi, Mhojem kam zalem."
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Na, mhaka patim ghe"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "tum soddxi tor, tum pintur hogddaitoloi. Tem zogonvk zai ?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Voi, tem zogoi !"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Na, Zogonvk sodhinaka"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Tujem pintur poilem zogonv ?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "tem pintur ugoddunk zaina"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "zogoil'lim koddtoram nant"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "tujem pintur atam mudronn korum ?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "voi, mudronn kor"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "tujem pintur modronn zalam"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "maf kor! Tujem pintur mudronvk na"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Azun meren mudronn korunk soka na"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "hem pintur pusun kadum ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "hem pintur pusun kadum ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "voi, tem pusun kadd"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "na, tem pusi naka"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr " mavsacho dhavo butanv vaparunk yad kor "
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "tujem pintur modronn zalam"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "tujem pintur modronn zalam"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "maf kor! Tujem pintur mudronvk na"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "maf kor! Tujem pintur mudronvk na"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "maf kor! Tujem pintur mudronvk na"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Tuka zai asul'lem pintur vinch, uprant \"vazoi\" klik kor"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr " avaz mono zala "
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr " avaz chalu kela "
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr " upkar korun rav…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr " pus "
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr " Dorxika "
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr " pattim "
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Vazoi"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr " fuddem "
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr " Aa "
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr " Voi "
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr " na "
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr " Tujea bodlavnne sovem pintur bodol korum ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr " voi, porne bodol "
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr " na, novem koddtor zogoi "
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "hollduvo !"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "mollba nillo !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "dhovo!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Kallo!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ks.po
238
src/po/ks.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2012-01-02 11:36+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Kashmiri-PA\n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "نو"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "کھولِو"
|
||||
|
||||
|
|
@ -1221,252 +1225,252 @@ msgstr ""
|
|||
"ٹیکسٹُک انداز تبدیل کٔرتھ۪ی۔"
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "توہِیہٕ چھوا پَزے بنٛد یژھان کَرُن؟"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "اَوا، مِیَہ مَکلو!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "نَہ، مِیَہ نہِ واپس!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "اگر توہِیہٕ بنٛد کۄروُہ ہُہٕنٛز شکل رایہٕ! محفوظ کَرہۄنا؟"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "اوا، کَرُن محفوظ!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "نَہ، مَہ کَرُن محفوظ!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "تُہٕنٛز شکل کَروا محفوظ گۄڈٕ؟"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "یہٕ شکل ہد۪چ نہٕ کھولِتھ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "ٹھیک"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "یَتہِ چھہٕ نہٕ کِہن۪ی محفوظ کٔرتھ۪ی فائلہٕ!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "تُہٕنٛز شکل کَروا وٕن۪ی پرٚنٹ؟"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "اوا، پرٚنٹ کَرُن!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "تُہٕنٛز شکل آیہٕ پرٚنٹ کرنہٕ!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "معٲفی دِیو! تُہٕنٛز شکل آیہٕ نہٕ پرٚٹ کرنہٕ!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "توہِی ہد۪کِو نہٕ وُنہِ پرٚٹ کٔرتھ۪ی!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "یہٕ شکل مِٹٲوہۄنا؟"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "یہٕ شکل مِٹٲوہۄنا؟"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "اوا، مِتٲیہُن!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "نا،مَہ مِتٲیہُن!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "کھوٚر ماوس بٹن استعمال کَرُن تھٲیزد۪و یاد!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "تُہٕنٛز شکل آیہٕ پرٚنٹ کرنہٕ!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "تُہٕنٛز شکل آیہٕ پرٚنٹ کرنہٕ!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "معٲفی دِیو! تُہٕنٛز شکل آیہٕ نہٕ پرٚٹ کرنہٕ!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "معٲفی دِیو! تُہٕنٛز شکل آیہٕ نہٕ پرٚٹ کرنہٕ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "معٲفی دِیو! تُہٕنٛز شکل آیہٕ نہٕ پرٚٹ کرنہٕ!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "شکل ژٲرِو یۄس تُہِۍ یژھان چھو، تہٕ پَتہٕ کٔریو کلِک “چلٲیو“۔"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "آواز چھہٕ بنٛد کٔرتھ۪ی۔"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "آواز چھہٕ یَلہٕ ترٚٲیِتھ۔"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "ہَنا کٔریو سبر…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "مِٹٲیو"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "سلائڈ"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "پَتھ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "چَلٲیو"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "بیاکھ"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "آ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "اوا"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "نَہ"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "شکل بدلاوا تُنٛہزو تبدیلِیو ست۪ی؟"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "اوا، بَدلٲیو پرٚین۪ی اَکھ!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "نَہ نٔو فائل کٔریو محفوظ!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1475,71 +1479,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr " لیوٚدُر"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr " آسمٲن۪یرنگ!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "سفید!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr " کرٚہُن!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1547,22 +1551,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2012-12-21 11:04+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Kashmiri-DV\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "नूव"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "खूलीव"
|
||||
|
||||
|
|
@ -1222,252 +1226,252 @@ msgstr ""
|
|||
"मतन सोटायील तबदिल कॊरीथ."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "कयाह तुहयो छॊव पॊज़ पॊठ रुकुन यछ़ान?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "आ, मॊ मकलूव!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "ना,मॊ नॊयीव वापस!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "अगर तुहयॊ रुकोव, तुहॊंज़ तसविर रावो!यो कॊरवाह मोहफूज़?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "आ, यॊ कॊरहून मोहफूज़!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "ना, मोहफूज़ करनुक गम मॊ बॊरीव!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "गुडे कॊरवा तसविर मॆहफूज़?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "छु नॊ हिकान हु तसविर खूलीथ!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "अतो छॊ नॊ मोहफूज़ करनॊ आमोच़ फायलो?"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "पननॊन तसविर कॊरीवो परोंट वॊन?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "आ, कॊरीव परींट!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "तुहॊंज़ तसविर छॊ परींट करनॊ आमोच़!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "मॊफी दीयोव!तुहॊंज़ तसविर हयोच नॊ परींट कॊरीथ!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "वॊन हयीकीव नॊ परींट कॊरीथ!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "तसविर कॊरीव ईरिज़?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "तसविर कॊरीव ईरिज़?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "आ, कॊरीव ईरिज़!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "ना, यॊ मो कॊरीव ईरिज़!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "खुफुर मावुस बुटन ईसतिमाल करुन थियज़ोव याद!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "तुहॊंज़ तसविर छॊ परींट करनॊ आमोच़!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "तुहॊंज़ तसविर छॊ परींट करनॊ आमोच़!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "मॊफी दीयोव!तुहॊंज़ तसविर हयोच नॊ परींट कॊरीथ!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "मॊफी दीयोव!तुहॊंज़ तसविर हयोच नॊ परींट कॊरीथ!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "मॊफी दीयोव!तुहॊंज़ तसविर हयोच नॊ परींट कॊरीथ!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "च़ॊरीव तसविर योम तुहयो ज़रूरत छॊ, पतॊ कॊरीव कोलोक “पेलि”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "मयूट करनॊ आमोच़ आवाज़"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "अनयूट करनॊ आमोच़ आवाज़"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "मॊहरबिनी कॊरीथ पिरीव…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "ईरिज़"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "सोलायडे"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "वापस"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "पेली"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "बयाख"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "आ"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "आ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "ना"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "तुहॊंज़न तबदिलयन सान बदलाववाह तसविर ?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "आ, परॊन अख बदलॊयोव!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "ना, मोहफूज़ कॊरीव अख नॊव फायोल!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "ज़रेद!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "आसमॊन !"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "सफिद!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "करुहुन!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/ku.po
238
src/po/ku.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ku\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2009-05-25 12:52+0300\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: en_US <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -969,7 +973,7 @@ msgstr "Nû"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Veke"
|
||||
|
||||
|
|
@ -1214,260 +1218,260 @@ msgstr ""
|
|||
"Cureyekê nivîsê hilbijêre. Li ser wêneyê bitikîne û dest bi nivîsandinê bike."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Ji dil dixwazî derkevî?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Erê, min qedand!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Na, min bi şûnde bibe!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Heke derkevî tu yê wêneyê xwe winda bikî! Dixwazî vêga tomar bikî?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Erê tomar bike!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Na, xwe bi tomarkirinê aciz neke!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Pêşî wêneyê xwe tomar bikî?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Ev wêne nayê vekirin!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Temam"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Tu dosye nehat tomarkirin!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Dixwazî wêneyê vêga çap bikî?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Erê, çap bike!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Hê nikarî çap bikî!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Vê wêneyê jê bibî?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Vê wêneyê jê bibî?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Erê, jê bibe!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Na, jê nebe!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Bibîr bîne ku tu yê bişkojka çepê ya mişkî bikar bînî!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Wêneyê te hat çapkirin!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
#, fuzzy
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Ji bo vekirina wêneyê ku dixwazî \"Veke\" Bitikîne."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Bêdeng"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Bideng"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Ji kerema xwe re li bendê bimîne..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Jê bibe"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slayd"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Paş"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Bilîzîne"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
#, fuzzy
|
||||
msgid "Next"
|
||||
msgstr "Nivîs"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Erê"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Na"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Wêneyê bi guherandinên xwe biguherînî?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Erê, li ser ya kevin binivîse!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Na, dosyeyeke nû tomar bike!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Zer"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Şîna ezmên!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Spî"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Reş"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/lb.po
238
src/po/lb.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: lb\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-02-16 21:10+0100\n"
|
||||
"Last-Translator: René Brandenburger <rene@brandenburger.lu>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "Nei"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Opmaachen"
|
||||
|
||||
|
|
@ -1195,252 +1199,252 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Wëllst du wierklech ophalen?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Jo, ech si fäerdeg!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nee, looss mech weidermolen"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Wann's du ophäls geet Bild verluer! Soll et gespäichert ginn?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Jo, späicher et!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nee, dat brauch net gespäichert ze ginn!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Däin Bild fir d'éischt späicheren?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Oh, dat do Bild kann ech net opmaachen!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Et gëtt keng gespäichert Biller!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Däi Bild elo drécken?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Jo, dréck et!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Däi Bild gouf gedréckt!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Et deet mer Leed, awer däi Bild konnt net gedréckt ginn!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Du kanns nach net drécken!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Dëst Bild läschen?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Dëst Bild läschen?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Jo, läsch et!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nee, net läschen!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Denk drun de lénke Knäppche vun der Maus ze benotzen!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Däi Bild gouf gedréckt!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Däi Bild gouf gedréckt!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Et deet mer Leed, awer däi Bild konnt net gedréckt ginn!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Et deet mer Leed, awer däi Bild konnt net gedréckt ginn!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Et deet mer Leed, awer däi Bild konnt net gedréckt ginn!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Wiel d'Biller aus déi du kucke wëlls, da klick \"Ofspillen\"."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Toun ausgeschalt."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Toun ageschalt."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Waart wann ech gelift…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Läschen"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Diashow"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Zeréck"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Ofspillen"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Weider"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Jo"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nee"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "D'Bild mat dénge Ännerungen iwwerschreiwen?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Jo, iwwerschreiw dat aalt Bild!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nee, als neit Bild späicheren"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1449,71 +1453,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Giel!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Himmelblo!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Wäiss!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Schwaarz!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1521,22 +1525,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/lg.po
238
src/po/lg.po
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2010-09-21 09:37+0200\n"
|
||||
"Last-Translator: OLWENY San James <sjolweny85@yahoo.co.uk>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -381,141 +381,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -523,7 +527,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -531,21 +535,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -553,7 +557,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -562,7 +566,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -570,7 +574,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -579,7 +583,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -590,7 +594,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -599,7 +603,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -607,7 +611,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -615,7 +619,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -623,14 +627,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -640,34 +644,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -677,21 +681,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -974,7 +978,7 @@ msgstr "Kippya"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Ggulawo"
|
||||
|
||||
|
|
@ -1227,252 +1231,252 @@ msgstr ""
|
|||
"okukitambuza era n'okukyusa enkula y'ebigambo."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Oyagalira ddala ku genda?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Yee, Mmalirizza!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nedda. nziza emabega!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Singa oggalawo, ojjakufiirwa ekifaananyi kyo! Kitereke?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Yee, kitereke!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nedda, tofaayo kukitereka!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Sooka otereke ekifaananyi kyo?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "tekisoboka kuggula kifaananyi ekyo!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Kale"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Tewali fayiro ziterekeddwa!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Fulumya ekifaananyi kyo kati?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Yee, kifulumye!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Ekifaananyi kyo kifulumiziddwa!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Ng'olabye! Ekifaananyi kyo tekifuumiziddwa!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Tonnatuuka ku fulumya!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ssiimuula ekifaananyi kino?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ssiimuula ekifaananyi kino?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Yee, kisiimuule!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nedda, tokisiimuula!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Jjukira okukozesa eppeesa lya mouse eriri ku ludda lwa kkono!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Ekifaananyi kyo kifulumiziddwa!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Ekifaananyi kyo kifulumiziddwa!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Ng'olabye! Ekifaananyi kyo tekifuumiziddwa!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Ng'olabye! Ekifaananyi kyo tekifuumiziddwa!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Ng'olabye! Ekifaananyi kyo tekifuumiziddwa!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Londa ebifaananyi byoyagala, oluvannyuma nyiga ‘Zzannya’."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Ddoboozi ligyiddwako."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Ddoboozi kweriri."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Bambi linda…"
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Ssiimuula"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Endaga"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Mabega"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Zzannya"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Ekiddirira"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Yee"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nedda"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Sikiza ekifaananyi n'enkyukakyukazo?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Yee, ggyawo enkadde!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nedda, tereka fayiro empya!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1481,71 +1485,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Kyenvu!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Bbulu w'eggulu!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Njeru!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Nzirugavu!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1553,22 +1557,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/lt.po
238
src/po/lt.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Tuxpaint 0.9.9\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2004-12-10 18:11+0200\n"
|
||||
"Last-Translator: Gintaras Goštautas <gintaras@nes.lt>\n"
|
||||
"Language-Team: Lithuanian <komp_lt@konf.lt>\n"
|
||||
|
|
@ -385,141 +385,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -527,7 +531,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -535,21 +539,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -557,7 +561,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -566,7 +570,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -574,7 +578,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -583,7 +587,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -594,7 +598,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -603,7 +607,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -611,7 +615,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -619,7 +623,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -627,14 +631,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -644,34 +648,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -681,21 +685,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -974,7 +978,7 @@ msgstr "Naujas"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Atidaryti"
|
||||
|
||||
|
|
@ -1219,260 +1223,260 @@ msgstr ""
|
|||
"pradėti rašyti."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Ar tikrai norite išeiti?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
#, fuzzy
|
||||
#| msgid "Yes, I'm done!"
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Taip, aš baigiau!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Ne, grąžinkite mane atgal!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Jeigu išeisite, prarasite savo piešinį! Ar išsaugoti jį?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Taip, išsaugoti!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
#, fuzzy
|
||||
#| msgid "No, don't bother saving!"
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Ne, nereikia!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Ar prieš tai išsaugoti jūsų piešinį?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Negalima atidaryti šio piešinio!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Gerai"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Nėra išsaugotų bylų!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Ar spausdinti jūsų piešinį dabar?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Taip, atspaudinti!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Jūs dar negalite spausdinti!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Ar ištrinti šį piešinį?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Ar ištrinti šį piešinį?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Taip, ištrinti!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
#, fuzzy
|
||||
#| msgid "No, don't erase it!"
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Ne, neištrinti!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Nepamirškite naudoti kairiojo pelės klavišo!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Jūsų piešinys buvo atspausdintas!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Išsirinkite norimus paveikslėlius, po to Spustelėkite “Pradėti”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Garsas išjungtas"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Garsas įjungtas"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Palaukite..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Ištrinti"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Skaidrės"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Grįžti atgal"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Pradėti"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Toliau"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Taip"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Ar perrašyti paveikslėlį su Jūsų pakeitimais?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Taip, perrašykim senąjį!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Ne, išsaugokim į naują bylą!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1481,71 +1485,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Geltona!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Dangaus žydrumo!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Balta!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Juoda!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1553,22 +1557,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/lv.po
238
src/po/lv.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2014-06-11 23:13-0000\n"
|
||||
"Last-Translator: Raivis Strogonovs <raivis.strogonovs@gmail.com>\n"
|
||||
"Language-Team: Valoda <raivucis@gmail.com>\n"
|
||||
|
|
@ -382,141 +382,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -524,7 +528,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -532,21 +536,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -554,7 +558,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -563,7 +567,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -571,7 +575,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -580,7 +584,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -591,7 +595,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -600,7 +604,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -608,7 +612,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -616,7 +620,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -624,14 +628,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -641,34 +645,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -678,21 +682,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "Jauns"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Atvērt"
|
||||
|
||||
|
|
@ -1222,252 +1226,252 @@ msgstr ""
|
|||
"klikšķinot uz jau eksistējošu etiķeti, tu varēsi viņu pārvietot un rediģēt."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Vai tu tiešām gribi iziet :( ?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "Jā, pabeidzu!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "Nē, es gribu atpakaļ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ja tu izies, un nesaglabāsi zīmējumu tu zaudēsi to! Vai saglabāt?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Jā, saglabā!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Nē, nesaglabāšu!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Vai vispirms saglabāt tavu bildi?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Nu nevaru es to bildi atvērt!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Labi"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Tev nav neviena saglabāta zīmējuma!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Printēt tavu bildi?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "Jā, printē!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Tava bilde ir izprintēta!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Atvaino! Nevarēju izprintēt tavu bildi!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Tu vēl nevari izprintēt!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Dzēst šo zīmējumu?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Dzēst šo zīmējumu?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "Jā, dzēs to!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "Nē, nedzēs!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Atceries, lieto kreiso peles pogu!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Tava bilde ir izprintēta!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Tava bilde ir izprintēta!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Atvaino! Nevarēju izprintēt tavu bildi!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Atvaino! Nevarēju izprintēt tavu bildi!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Atvaino! Nevarēju izprintēt tavu bildi!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Izvēlies bildi kuru tu gribi un spied pogu “Spēlēt”."
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "Skaņa izslēgta"
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "Skaņa ieslēgta"
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "Lūdzu uzgaidi..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Dzēst"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "Slaids"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Atpakaļ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "Spēlēt"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "Tālāk"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Nē"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "Aizstāt zīmejumu ar tavām izmaiņām?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "Jā, aizstāt veco zīmējumu!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "Nē, glabāt jaunā failā!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1476,71 +1480,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Dzeltens!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Debesu zils!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Balts! "
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Melns!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1548,22 +1552,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/mai.po
238
src/po/mai.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2013-02-18 09:21+0530\n"
|
||||
"Last-Translator: sk <sk>\n"
|
||||
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
|
||||
|
|
@ -384,141 +384,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -526,7 +530,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -534,21 +538,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -556,7 +560,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -565,7 +569,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -573,7 +577,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -582,7 +586,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -593,7 +597,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -602,7 +606,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -610,7 +614,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -618,7 +622,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -626,14 +630,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -643,34 +647,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -680,21 +684,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -968,7 +972,7 @@ msgstr "नव"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "खोलू"
|
||||
|
||||
|
|
@ -1215,252 +1219,252 @@ msgstr ""
|
|||
"कएक, अहाँ एकरा घसकाए सकैत छी, एकरा संपादित करू आओर एकर पाठ शैली बदलू."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "की अहाँ सचमुच बाहर होएबाक लेल चाहैत छी?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "हँ, हम पूरा कए चुकल छी!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr "नहि, हमरा वापिस लए जाउ!"
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "जँ अहाँ छोड़ैत छी, अहाँक तस्वीर केँ छोड़ै पड़त! एकरा सहेजू?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr "हँ, एकरा सहेजू!"
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "नहि, एकरा सहेजबाक कष्ट नहि करू!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "की पहिलुक काम केँ सहेजनै छी?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "ओ तस्वीर केँ नहि खोलू!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "बेस"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "एतए कोनो सहेजल फाइल नहि अछि!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "अपन चित्र केँ आब छापू?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr "हँ, एकरा छापू!"
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "अहाँक चित्र छपि गेल!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "क्षमा करू! अहाँक चित्र छपि नहि सकल!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "अहाँ अखन तकि नहि छप सकैत अछि!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "ई चित्र केँ मेटाउ?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "ई चित्र केँ मेटाउ?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "हँ, एकरा मेटाउ!"
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "नहि, एकरा मत मेटाउ!"
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "बम्माँ माउस बटनक उपयोग कएनाइ नहि बिसरू!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "अहाँक चित्र छपि गेल!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "अहाँक चित्र छपि गेल!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "क्षमा करू! अहाँक चित्र छपि नहि सकल!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "क्षमा करू! अहाँक चित्र छपि नहि सकल!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Sorry! Your picture could not be printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "क्षमा करू! अहाँक चित्र छपि नहि सकल!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "जे चित्र अहाँ चाहैत छी ओकरा चुनू आओर \"चलाउ\" पर क्लिक करू"
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr "आवाज बन्न अछि."
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr "आवाज शुरू कएल गेल."
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr "कृपया प्रतीक्षा करू..."
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "मेटाउ"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr "स्लाइड"
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "पाछाँ"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr "बजाउ"
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr "अगिला"
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "हँ"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "नहि"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "अहाँक परिवर्तनक साथ चित्र बदलू?"
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "हँ, पुरनका केँ बदलू!"
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr "नहि, नव फाइल सहेजू!"
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1469,71 +1473,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "पीअर!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "आसमानी नीला!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "उज्जर!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "करिया!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1541,22 +1545,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
238
src/po/mk.po
238
src/po/mk.po
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-15 21:10-0700\n"
|
||||
"POT-Creation-Date: 2024-03-25 23:24-0700\n"
|
||||
"PO-Revision-Date: 2006-06-17 23:07+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Macedonian <mk@li.org>\n"
|
||||
|
|
@ -383,141 +383,145 @@ msgid "Transparent Erasers."
|
|||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:53
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgid "Brushes support descriptions."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:54
|
||||
msgid "New Magic tools: Dither, Specular."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:55
|
||||
msgid "Localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:59
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
msgid ""
|
||||
"New Magic tools: 1-, 2-, and 3-Point Perspective line-drawing tools (and "
|
||||
"corresponding vanishing point editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:60
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
msgid ""
|
||||
"New Magic tools: Isometric, Dimetric, Trimetric, and Oblique line-drawing "
|
||||
"tools (and corresponding angle editors)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:61
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
msgid "New Magic tools: Epitrochoid and Hypotrochoid generators."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:62
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
msgid ""
|
||||
"New configuration option, \"complexity\", which affects the behavior (or "
|
||||
"availability) of some Magic tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:63
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
msgid ""
|
||||
"Magic tools reorganized (previously ordered alphabetically by localized "
|
||||
"name)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:64
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
msgid "Font name and size shown when selecting fonts in Text and Label tools."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:65
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:66
|
||||
msgid "Bug-fixes and localization updates."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:70
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
msgid "New Magic tools: Loops, Ribbon, Smooth, and Squiggles."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:71
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
msgid "Eraser tool now offers fuzzy (soft-edged) erasers."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:72
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
msgid ""
|
||||
"Turn saved drawings into Templates (found in the New dialog) from within Tux "
|
||||
"Paint itself (via the Open dialog). (They may subsequently be deleted from "
|
||||
"the New dialog.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:73
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
msgid ""
|
||||
"\"Erase\" option to remove saved drawings from the Open dialog and exported "
|
||||
"templates from the New dialog may be disabled, via \"noerase\" configuration "
|
||||
"option."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:74
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
msgid ""
|
||||
"Specify the user interface font, via \"uifont\" configuration option. (List "
|
||||
"available fonts with \"--listfonts\" on the command-line.)"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:75
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
msgid ""
|
||||
"Different (default) user interface fonts are once again used for under "
|
||||
"different locales."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:76
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:77
|
||||
msgid ""
|
||||
"Minor improvements to the selection buttons for the 'special' colors "
|
||||
"(pipette, HSV picker, and color mixer)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:81
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
msgid "Many Magic tools now offer size settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:82
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:83
|
||||
msgid "Button labels word-wrap when possible (improves legibility)."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:87
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
msgid ""
|
||||
"Fifteen new magic tools have been added: Maze, Googly Eyes, Fur, Circles, "
|
||||
"Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep "
|
||||
"Color, Kaleido-4, Kaleido-6, Kaleido-8, and Bloom."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:88
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
msgid "Stamps may be rotated before being applied to the canvas."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:89
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
msgid "Shapes tool, in drag-from-corner mode, has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:90
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
msgid "Fill tool now offers a shaped gradient (bevel) mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:91
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
msgid "A quick Eraser mode can be accessed via keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:92
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
msgid ""
|
||||
"The rainbow palette (HSV color picker) can now load the built-in color, or "
|
||||
"the colors from the pipette tool or color mixer."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:93
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
msgid ""
|
||||
"Starter and Template images can specify how they should stretch, to avoid "
|
||||
"smearing when the canvas aspect ratio differs from that of the image."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:94
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
msgid "The \"buttonsize\" configuration option now offers an \"auto\" setting."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:95
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:96
|
||||
msgid "A quick start guide has been added."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:100
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
msgid ""
|
||||
"Tux Paint's Color palette includes a new Color Mixer option, which allows "
|
||||
"users to combine different proportions of primary colors (red, yellow, and "
|
||||
|
|
@ -525,7 +529,7 @@ msgid ""
|
|||
"mixing paints."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:101
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
msgid ""
|
||||
"The Color Picker option, which previously offered a static palette of around "
|
||||
"sixty-five thousand color choices, now supports separate hue, saturation, "
|
||||
|
|
@ -533,21 +537,21 @@ msgid ""
|
|||
"colors."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:102
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
msgid ""
|
||||
"Also, a keyboard shortcut is now available for quick access to the Color "
|
||||
"Selector — the \"pipette\" tool used for picking colors from the current "
|
||||
"drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:103
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
msgid ""
|
||||
"The Paint and Lines tools now provide a way to adjust the spacing of "
|
||||
"brushes, allowing dotted lines or smearing effects to be made. Many brushes "
|
||||
"have been given better default spacing values, as well."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:104
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
msgid ""
|
||||
"Two new variations of the Zoom Magic Tool, Tile Zoom and Rush, have been "
|
||||
"added. When shrinking a drawing with Tile Zoom, it replicates the drawing "
|
||||
|
|
@ -555,7 +559,7 @@ msgid ""
|
|||
"background color. The Rush tool blurs the results."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:105
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
msgid ""
|
||||
"Tux Paint's Shapes tool now offers hexagon (6-sided) and heptagon (7-sided) "
|
||||
"polygons. For shapes which can be stretched (rectangle, oval, etc.), the "
|
||||
|
|
@ -564,7 +568,7 @@ msgid ""
|
|||
"has also been expanded."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:106
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:107
|
||||
msgid ""
|
||||
"Keyboard shortcuts, such as [Control]+[S] to save a drawing, are now "
|
||||
"accessed with the more traditional [⌘ Command] key when using Tux Paint on "
|
||||
|
|
@ -572,7 +576,7 @@ msgid ""
|
|||
"The look and feel of the user documentation has been improved."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:111
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
msgid ""
|
||||
"Tux Paint's Paint and Line tools now support brushes that rotate based on "
|
||||
"the angle of the stroke. This new rotation feature, as well as the older "
|
||||
|
|
@ -581,7 +585,7 @@ msgid ""
|
|||
"painting mode for interactively coloring within a confined area."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:112
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
msgid ""
|
||||
"Six new Magic tools have been added to Tux Paint. Panels shrinks and "
|
||||
"duplicates the drawing into a 2-by-2 grid, which is useful for making four-"
|
||||
|
|
@ -592,7 +596,7 @@ msgid ""
|
|||
"of Tux Paint's classic Rainbow tool."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:113
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
msgid ""
|
||||
"A number of existing Magic tools have been updated, as well. Improvements "
|
||||
"were made to Halftone, which simulates photographs on newsprint; Cartoon, "
|
||||
|
|
@ -601,7 +605,7 @@ msgid ""
|
|||
"Chalk, and Emboss, now offer the ability to alter the entire image at once!"
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:114
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:115
|
||||
msgid ""
|
||||
"Finally, Magic tools are now grouped into collections of similar effects — "
|
||||
"painting, distorts, color filters, picture warps, pattern painting, "
|
||||
|
|
@ -609,7 +613,7 @@ msgid ""
|
|||
"need."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:119
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
msgid ""
|
||||
"Tux Paint's Fill tool now offers options to fill an area with color "
|
||||
"gradients. The \"Radial\" fill creates a circular gradient centered around "
|
||||
|
|
@ -617,7 +621,7 @@ msgid ""
|
|||
"of gradients at different angles and sizes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:120
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
msgid ""
|
||||
"New Magic tools have been added to Tux Paint: \"Pixels\" makes it easier to "
|
||||
"create retro-gaming style pixel art, \"Checkerboard\" fills the entire "
|
||||
|
|
@ -625,14 +629,14 @@ msgid ""
|
|||
"picture via brush strokes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:121
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
msgid ""
|
||||
"Tux Paint's user documentation has been overhauled, making localization "
|
||||
"easier. Parties interested in helping with localization are encouraged to "
|
||||
"contact the Tux Paint team."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:122
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:123
|
||||
msgid ""
|
||||
"Finally, a new pair of accessibility options have been added. The entire "
|
||||
"user interface can now be enlarged benefiting users with impaired vision, "
|
||||
|
|
@ -642,34 +646,34 @@ msgid ""
|
|||
"systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:127
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
msgid ""
|
||||
"A major improvement has been made to the Shapes tool, which now provides "
|
||||
"options to choose whether shapes are drawn from the center or a corner, "
|
||||
"making it easier to use in any situation."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:128
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
msgid ""
|
||||
"The on-screen keyboard, an accessibility feature optionally available when "
|
||||
"using the Text and Label tools, now appears larger on bigger displays; "
|
||||
"helpful for users of coarser input devices, such as eye-tracking systems."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:129
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
msgid ""
|
||||
"The Eraser tool adds new, smaller eraser sizes, and applies smoother, "
|
||||
"contiguous strokes when the pointer is moved quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:130
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:131
|
||||
msgid ""
|
||||
"Finally, this newest version adds options to export individual drawings and "
|
||||
"GIF animations, making it easy to share pictures, cartoons, and slideshows "
|
||||
"with others."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:135
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
msgid ""
|
||||
"The latest version has promoted the \"Fill\" tool, previously found under "
|
||||
"the \"Magic\" section of Tux Paint, to the main toolbar, where it's easier "
|
||||
|
|
@ -679,21 +683,21 @@ msgid ""
|
|||
"images."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:136
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:137
|
||||
msgid ""
|
||||
"Tux Paint also now makes it possible to disable stereo sound, which can "
|
||||
"benefit users with a hearing impairment, or in situations where only one "
|
||||
"speaker is available."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:141
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
msgid ""
|
||||
"New in this version are a \"color picker\", which allows any color within a "
|
||||
"drawing to be chosen using the pointer, and a set of three-, four-, and five-"
|
||||
"pointed star shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:142
|
||||
#: ../org.tuxpaint.Tuxpaint.appdata.xml.in:143
|
||||
msgid ""
|
||||
"The latest version also incorporates a number of new translations, bringing "
|
||||
"the number of supported languages up to nearly 130: Bengali, Bodo, Dogri, "
|
||||
|
|
@ -970,7 +974,7 @@ msgstr "Нов"
|
|||
#. Open a saved picture
|
||||
#. Buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:97 ../tuxpaint.c:9685
|
||||
#: ../tools.h:97 ../tuxpaint.c:9693
|
||||
msgid "Open"
|
||||
msgstr "Отвори"
|
||||
|
||||
|
|
@ -1214,254 +1218,254 @@ msgstr ""
|
|||
"Изберете го стилот на текстот. Кликнете на цртежот за да почнете да куцате."
|
||||
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:2458
|
||||
#: ../tuxpaint.c:2460
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "Навистина ли сакате да ја прекинете со работа?"
|
||||
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:2461
|
||||
#: ../tuxpaint.c:2463
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr ""
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:2464 ../tuxpaint.c:2491
|
||||
#: ../tuxpaint.c:2466 ../tuxpaint.c:2493
|
||||
msgid "No, take me back!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:2468
|
||||
#: ../tuxpaint.c:2470
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Ако ја прекинете со работа, ќе ја загубите сликата! Да се зачува ли?"
|
||||
|
||||
#: ../tuxpaint.c:2469 ../tuxpaint.c:2474
|
||||
#: ../tuxpaint.c:2471 ../tuxpaint.c:2476
|
||||
msgid "Yes, save it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2470 ../tuxpaint.c:2475
|
||||
#: ../tuxpaint.c:2472 ../tuxpaint.c:2477
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr ""
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:2473
|
||||
#: ../tuxpaint.c:2475
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Да се зачува ли предходно сликата?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:2478
|
||||
#: ../tuxpaint.c:2480
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "Таа слика не може да биде отворена!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:2481 ../tuxpaint.c:2486 ../tuxpaint.c:2495 ../tuxpaint.c:2502
|
||||
#: ../tuxpaint.c:2513 ../tuxpaint.c:2518 ../tuxpaint.c:2526
|
||||
#: ../tuxpaint.c:2483 ../tuxpaint.c:2488 ../tuxpaint.c:2497 ../tuxpaint.c:2504
|
||||
#: ../tuxpaint.c:2515 ../tuxpaint.c:2520 ../tuxpaint.c:2528
|
||||
msgid "OK"
|
||||
msgstr "Во ред"
|
||||
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:2485
|
||||
#: ../tuxpaint.c:2487
|
||||
msgid "There are no saved files!"
|
||||
msgstr "Нема зачувани датотеки!"
|
||||
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:2489
|
||||
#: ../tuxpaint.c:2491
|
||||
msgid "Print your picture now?"
|
||||
msgstr "Да се печати ли сликата сега?"
|
||||
|
||||
#: ../tuxpaint.c:2490
|
||||
#: ../tuxpaint.c:2492
|
||||
msgid "Yes, print it!"
|
||||
msgstr ""
|
||||
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:2494
|
||||
#: ../tuxpaint.c:2496
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:2498
|
||||
#: ../tuxpaint.c:2500
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:2501
|
||||
#: ../tuxpaint.c:2503
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "Се уште не можете да печатите!"
|
||||
|
||||
#. Prompt to confirm erasing a picture in the Open dialog,
|
||||
#. or exported template from the New dialog
|
||||
#: ../tuxpaint.c:2506
|
||||
#: ../tuxpaint.c:2508
|
||||
msgid "Erase this picture?"
|
||||
msgstr "Да се избриша ли сликата?"
|
||||
|
||||
#: ../tuxpaint.c:2507
|
||||
#: ../tuxpaint.c:2509
|
||||
#, fuzzy
|
||||
#| msgid "Erase this picture?"
|
||||
msgid "Erase this template?"
|
||||
msgstr "Да се избриша ли сликата?"
|
||||
|
||||
#: ../tuxpaint.c:2508
|
||||
#: ../tuxpaint.c:2510
|
||||
msgid "Yes, erase it!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2509
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr ""
|
||||
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:2512
|
||||
#: ../tuxpaint.c:2514
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "Не заборавајте да го користите левото копче на глувчето!"
|
||||
|
||||
#. Confirmation of successful (we hope) image export
|
||||
#: ../tuxpaint.c:2516
|
||||
#: ../tuxpaint.c:2518
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your picture has been exported!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#: ../tuxpaint.c:2517
|
||||
#: ../tuxpaint.c:2519
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Your slideshow GIF has been exported!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#. We got an error exporting
|
||||
#: ../tuxpaint.c:2521
|
||||
#: ../tuxpaint.c:2523
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not be exported!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#: ../tuxpaint.c:2522
|
||||
#: ../tuxpaint.c:2524
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your slideshow GIF could not be exported!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#. Confirmation of successful (we hope) image-to-template conversion
|
||||
#: ../tuxpaint.c:2525
|
||||
#: ../tuxpaint.c:2527
|
||||
msgid "Your picture is now available as a template in the “New“ dialog!"
|
||||
msgstr ""
|
||||
|
||||
#. We got an error doing image-to-template conversion
|
||||
#: ../tuxpaint.c:2529
|
||||
#: ../tuxpaint.c:2531
|
||||
msgid ""
|
||||
"You already turned this picture into a template. Look for it in the “New“ "
|
||||
"dialog!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:2530
|
||||
#: ../tuxpaint.c:2532
|
||||
#, fuzzy
|
||||
#| msgid "Your picture has been printed!"
|
||||
msgid "Sorry! Your picture could not turned into a template!"
|
||||
msgstr "Вашата слика е испечатена!"
|
||||
|
||||
#. Slideshow instructions
|
||||
#: ../tuxpaint.c:2533
|
||||
#: ../tuxpaint.c:2535
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2842
|
||||
#: ../tuxpaint.c:2844
|
||||
msgid "Sound muted."
|
||||
msgstr ""
|
||||
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2847
|
||||
#: ../tuxpaint.c:2849
|
||||
msgid "Sound unmuted."
|
||||
msgstr ""
|
||||
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:3696
|
||||
#: ../tuxpaint.c:3698
|
||||
msgid "Please wait…"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:9688
|
||||
#: ../tuxpaint.c:9696
|
||||
msgid "Erase"
|
||||
msgstr "Бришење"
|
||||
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:9691
|
||||
#: ../tuxpaint.c:9699
|
||||
msgid "Slides"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Template' button, to make a template out of a drawing
|
||||
#: ../tuxpaint.c:9694
|
||||
#: ../tuxpaint.c:9702
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
|
||||
#: ../tuxpaint.c:9697
|
||||
#: ../tuxpaint.c:9705
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:9700
|
||||
#: ../tuxpaint.c:9708
|
||||
msgid "Back"
|
||||
msgstr "Назад"
|
||||
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:9703
|
||||
#: ../tuxpaint.c:9711
|
||||
msgid "Play"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'GIF Export' button, to create an animated GIF
|
||||
#: ../tuxpaint.c:9706
|
||||
#: ../tuxpaint.c:9714
|
||||
msgid "GIF Export"
|
||||
msgstr ""
|
||||
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:9709
|
||||
#: ../tuxpaint.c:9717
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#. Color mixer dialog: 'Clear' button, to reset the mixed color
|
||||
#: ../tuxpaint.c:9712
|
||||
#: ../tuxpaint.c:9720
|
||||
msgid "Clear"
|
||||
msgstr ""
|
||||
|
||||
#. Use the localized label string (e.g., "あぁ" in Japanese)
|
||||
#: ../tuxpaint.c:10634 ../tuxpaint.c:10637 ../tuxpaint.c:10638
|
||||
#: ../tuxpaint.c:10642 ../tuxpaint.c:10645 ../tuxpaint.c:10646
|
||||
msgid "Aa"
|
||||
msgstr "Aa"
|
||||
|
||||
#. Admittedly stupid way of determining which keys can be used for
|
||||
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#: ../tuxpaint.c:14638
|
||||
#: ../tuxpaint.c:14655
|
||||
msgid "Yes"
|
||||
msgstr "Да"
|
||||
|
||||
#: ../tuxpaint.c:14642
|
||||
#: ../tuxpaint.c:14659
|
||||
msgid "No"
|
||||
msgstr "Не"
|
||||
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:15907
|
||||
#: ../tuxpaint.c:15931
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr ""
|
||||
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:15911
|
||||
#: ../tuxpaint.c:15935
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr ""
|
||||
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:15915
|
||||
#: ../tuxpaint.c:15939
|
||||
msgid "No, save a new file!"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17183
|
||||
#: ../tuxpaint.c:17207
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, “Template“, or “Erase”. "
|
||||
"Click “Slides” to create a slideshow animation or “Back“ to return to your "
|
||||
"current picture."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:17185
|
||||
#: ../tuxpaint.c:17209
|
||||
msgid ""
|
||||
"Choose a picture and then click “Open”, “Export”, or “Erase”. Click “Slides” "
|
||||
"to create a slideshow animation or “Back“ to return to your current picture."
|
||||
|
|
@ -1470,71 +1474,71 @@ msgstr ""
|
|||
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
|
||||
#. Only 1 selected? No point in saving as GIF.
|
||||
#.
|
||||
#: ../tuxpaint.c:18854
|
||||
#: ../tuxpaint.c:18878
|
||||
msgid "Select 2 or more drawings to turn into an animated GIF."
|
||||
msgstr ""
|
||||
|
||||
#. Descriptions (names) of the color mixer tool's primary colors and shades
|
||||
#: ../tuxpaint.c:25056
|
||||
#: ../tuxpaint.c:25080
|
||||
msgid "red"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25057
|
||||
#: ../tuxpaint.c:25081
|
||||
#, fuzzy
|
||||
#| msgid "Yellow!"
|
||||
msgid "yellow"
|
||||
msgstr "Жолто!"
|
||||
|
||||
#: ../tuxpaint.c:25058
|
||||
#: ../tuxpaint.c:25082
|
||||
#, fuzzy
|
||||
#| msgid "Sky blue!"
|
||||
msgid "blue"
|
||||
msgstr "Небесно плаво!"
|
||||
|
||||
#: ../tuxpaint.c:25059
|
||||
#: ../tuxpaint.c:25083
|
||||
#, fuzzy
|
||||
#| msgid "White!"
|
||||
msgid "white"
|
||||
msgstr "Бело!"
|
||||
|
||||
#: ../tuxpaint.c:25060
|
||||
#: ../tuxpaint.c:25084
|
||||
msgid "grey"
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25061
|
||||
#: ../tuxpaint.c:25085
|
||||
#, fuzzy
|
||||
#| msgid "Black!"
|
||||
msgid "black"
|
||||
msgstr "Црно!"
|
||||
|
||||
#. Tool tip text describing a mixed color (e.g., "1/3 red and 1/2 yellow", or "1/3 blue and 2/3 white", etc.)
|
||||
#: ../tuxpaint.c:25066
|
||||
#: ../tuxpaint.c:25090
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25067
|
||||
#: ../tuxpaint.c:25091
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s and %3$s %4$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25068
|
||||
#: ../tuxpaint.c:25092
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, and %5$s %6$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25069
|
||||
#: ../tuxpaint.c:25093
|
||||
#, c-format
|
||||
msgid "Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, and %7$s %8$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25070
|
||||
#: ../tuxpaint.c:25094
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, and %9$s %10$s."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:25071
|
||||
#: ../tuxpaint.c:25095
|
||||
#, c-format
|
||||
msgid ""
|
||||
"Your color is %1$s %2$s, %3$s %4$s, %5$s %6$s, %7$s %8$s, %9$s %10$s, and "
|
||||
|
|
@ -1542,22 +1546,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. Color mixer; e.g., "Your color is entirely grey."
|
||||
#: ../tuxpaint.c:25851 ../tuxpaint.c:25856
|
||||
#: ../tuxpaint.c:25875 ../tuxpaint.c:25880
|
||||
msgid "entirely"
|
||||
msgstr ""
|
||||
|
||||
#. Add "Color Select" color:
|
||||
#: ../tuxpaint.c:29031
|
||||
#: ../tuxpaint.c:29055
|
||||
msgid "Select a color from your drawing."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29042
|
||||
#: ../tuxpaint.c:29066
|
||||
msgid ""
|
||||
"Pick a color. Hues go top to bottom. Saturation/intensity goes left (pale) "
|
||||
"to right (pure). Value (lightness/darkness): grey bar."
|
||||
msgstr ""
|
||||
|
||||
#: ../tuxpaint.c:29056
|
||||
#: ../tuxpaint.c:29080
|
||||
msgid ""
|
||||
"Click the primary colors (red, yellow, and blue), white (to tint), grey (to "
|
||||
"tone), and black (to shade), to mix together a new color."
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue