New upstream version 2.10.12
This commit is contained in:
@ -16,3 +16,4 @@ plug-ins/pygimp/plug-ins/palette-to-gradient.py
|
||||
plug-ins/pygimp/plug-ins/py-slice.py
|
||||
plug-ins/pygimp/plug-ins/python-console.py
|
||||
plug-ins/pygimp/plug-ins/shadow_bevel.py
|
||||
plug-ins/pygimp/plug-ins/spyro_plus.py
|
||||
|
@ -18,6 +18,7 @@ plug-ins/color-rotate
|
||||
plug-ins/common
|
||||
plug-ins/file-bmp
|
||||
plug-ins/file-compressor
|
||||
plug-ins/file-dds
|
||||
plug-ins/file-exr
|
||||
plug-ins/file-faxg3
|
||||
plug-ins/file-fits
|
||||
@ -62,3 +63,4 @@ plug-ins/pygimp/plug-ins/palette-offset/palette-offset.py
|
||||
plug-ins/pygimp/plug-ins/palette-sort/palette-sort.py
|
||||
plug-ins/pygimp/plug-ins/palette-to-gradient/palette-to-gradient.py
|
||||
plug-ins/pygimp/plug-ins/py-slice/py-slice.py
|
||||
plug-ins/pygimp/plug-ins/spyro_plus/spyro_plus.py
|
||||
|
366
po-python/ca.po
366
po-python/ca.po
@ -11,16 +11,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ca\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2017-10-24 23:33+0000\n"
|
||||
"PO-Revision-Date: 2017-10-25 00:31+0200\n"
|
||||
"Last-Translator: Albert F. <lakonfrariadelavila@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-05-08 20:38+0000\n"
|
||||
"PO-Revision-Date: 2019-05-09 17:02+0200\n"
|
||||
"Last-Translator: Carles Ferrando Garcia <carles.ferrando@gmail.com>\n"
|
||||
"Language-Team: Catalan <gimp@llistes.softcatala.org>\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 1.8.12\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
@ -389,37 +389,37 @@ msgstr "Javascript per al onmouseover i el clicked"
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Deshabilita l'animació de la taula"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Consola Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Navega..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:144
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Navegador de procediments Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:173
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "No s'ha pogut obrir '%s' per escriure: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:188
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "No s'ha pogut escriure a '%s': %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:196
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Desa la sortida de la consola Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:222
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Intèrpret interactiu de Python del GIMP"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:227
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Consola"
|
||||
|
||||
@ -451,6 +451,348 @@ msgstr "Longitud _X de l'ombra"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Longitud _Y de l'ombra"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Capa espiroide"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Cercle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Polígon-Estel"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Relleus"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Barra"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Marc"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Selecció"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Llapis"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Aerògraf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Vista prèvia"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Traç"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Pinzell"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Tinta"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "Pinzell de Mypaint"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Espirògraf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrocoide"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Tipus de corba"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Un patró epitricoide és quan l’engranatge mòbil està a l’exterior de "
|
||||
"l’engranatge fix."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Eina"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"L'eina amb la qual dibuixar el patró. L’eina de previsualització només "
|
||||
"dibuixa ràpidament."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Degradat gran"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Quan no estigui marcat, s’utilitzaran els paràmetres actuals de l’eina. Quan "
|
||||
"està marcada, s'utilitzarà un degradat gran perquè coincideixi amb la "
|
||||
"longitud del patró, basat en el degradat actual i en el mode de repetició "
|
||||
"dels ajustos de l'eina de degradat."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Especifiqueu el patró utilitzant una de les pestanyes següents:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"El patró només s’especifica mitjançant la pestanya activa. El conjunt de "
|
||||
"joguines és similar als engranatges, però utilitza els engranatges i números "
|
||||
"de forat que es troben en els conjunts de joguines. Si seguiu les "
|
||||
"instruccions dels manuals del conjunt de joguines, els resultats haurien de "
|
||||
"ser similars."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Nombre de dents de l'engranatge fix. La mida de l'engranatge fix és "
|
||||
"proporcional al nombre de dents."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Dents de l'engranatge fix"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Nombre de dents de l'engranatge mòbil. La mida de l'engranatge mòbil és "
|
||||
"proporcional al nombre de dents."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Dents de l'engranatge mòbil"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
#| msgid "Percent"
|
||||
msgid "Hole percent"
|
||||
msgstr "Percentatge del forat"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Quan allunyat es troba el forat des del centre de l’engranatge mòbil. 100% "
|
||||
"significa que el forat es troba a la vora de l’engranatge."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Número de forat"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"El forat #1 es troba a la vora de l’engranatge. El número de forat màxim "
|
||||
"està prop del centre. El número de forat màxim és diferent per a cada "
|
||||
"engranatge."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Conjunt de joguines"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Engranatges"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Rotació"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Rotació del patró, en graus. La posició inicial de l'engranatge mòbil a "
|
||||
"l'engranatge fix."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Forma"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"La forma de l’engranatge fix que s’utilitzarà dins de la selecció actual. La "
|
||||
"barra és una forma allargada de vores rodones que es proporciona als kits de "
|
||||
"joguines. El marc abraça els límits de la selecció rectangular, utilitzeu el "
|
||||
"forat = 100 a la notació de l'engranatge per assolir el límit. La selecció "
|
||||
"abraçarà els límits de la selecció actual: proveu alguna cosa que no sigui "
|
||||
"rectangular."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Cares"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Nombre de cares de la forma."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Animació per vèrtexs"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr ""
|
||||
"Forma de l'engranatge fix animat per vèrtex. Sols afecta algunes de les "
|
||||
"formes."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Rotació de l'engranatge fix, en graus"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Marge (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Marge des de la vora de la selecció."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Fes que l'amplada i l'alçada siguin iguals"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Quan no estigui marcat, el patró omplirà la imatge actual o la selecció. "
|
||||
"Quan estigui marcat, el patró tindrà la mateixa amplada i alçada, i estarà "
|
||||
"centrat."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Redibuixa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Si canvieu els paràmetres d’una eina, el color o la selecció, premeu aquí "
|
||||
"per previsualitzar l’aspecte del patró."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Reinicia"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel·la"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "D'acord"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Manté\n"
|
||||
"la capa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Si està marcat, després del «d'acord», es manté la capa espiroide i el "
|
||||
"connector surt ràpidament. Si no està marcat, se suprimeix la capa "
|
||||
"d'espiroide i es torna a dibuixar el patró a la capa que estava activa quan "
|
||||
"es va llançar el connector."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Espirògraf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Dibuixa espirògrafs utilitzant els paràmetres de l'eina actual i la selecció."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Patró corba"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Engranatge fix"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Mida"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Renderització del patró"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Espereu: s'està renderitzant el patró"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Espirògraf..."
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "_Model de color"
|
||||
|
||||
|
360
po-python/da.po
360
po-python/da.po
@ -9,14 +9,14 @@
|
||||
# Ole Laursen <olau@hardworking.dk>, 2001, 02, 04.
|
||||
# Joe Hansen <joedalton2@yahoo.dk>, 2008, 2011.
|
||||
# scootergrisen, 2015, 2016.
|
||||
# Alan Mortensen <alanmortensen.am@gmail.com>, 2018 (oversat og gennemgået i sin helhed).
|
||||
# Alan Mortensen <alanmortensen.am@gmail.com>, 2018 (oversat og gennemgået i sin helhed), 2019.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP python\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2017-12-24 21:59+0000\n"
|
||||
"PO-Revision-Date: 2018-02-09 15:00+0100\n"
|
||||
"POT-Creation-Date: 2019-02-24 16:52+0000\n"
|
||||
"PO-Revision-Date: 2019-03-02 14:39+0100\n"
|
||||
"Last-Translator: Alan Mortensen <alanmortensen.am@gmail.com>\n"
|
||||
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
|
||||
"Language: da\n"
|
||||
@ -24,7 +24,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 1.8.7.1\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Language: da_DK\n"
|
||||
"X-Source-Language: C\n"
|
||||
|
||||
@ -234,7 +234,7 @@ msgstr "Mætning"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:27
|
||||
msgid "Value"
|
||||
msgstr "Lyshed"
|
||||
msgstr "Valør"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:28
|
||||
msgid "Saturation (HSL)"
|
||||
@ -402,37 +402,37 @@ msgstr "JavaScript for onmouseover og clicked"
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Undlad animation for celler yderst i tabellen"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Python-konsol"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "G_ennemse …"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:144
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Python-procedurebrowser"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:173
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Kunne ikke åbne \"%s\" under forsøg på skrivning: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:188
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Kunne ikke skrive til \"%s\": %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:196
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Gem konsoloutput fra Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:222
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interaktiv GIMP-Python-fortolker"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:227
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Konsol"
|
||||
|
||||
@ -470,6 +470,340 @@ msgstr "Skyggeeffektens _x-forskydning"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Skyggeeffektens _y-forskydning"
|
||||
|
||||
# Ikke en stavefejl: https://en.wikipedia.org/wiki/Spirograph
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Spiro-lag"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Cirkel"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Polygonstjerne"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Buler"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Tandstang"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Ramme"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Markering"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Blyant"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Airbrush"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Forhåndsvisning"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Optegn"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Malerpensel"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Blæk"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "MyPaintBrush"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirograf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrochoide"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Kurvetype"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Et epitrochoidemønster er, når det bevægelige tandhjul er uden på det faste "
|
||||
"tandhjul."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Værktøj"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Værktøjet som mønsteret skal tegnes med. Værktøjet forhåndsvisning tegner "
|
||||
"bare hurtigt."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Lang farveovergang"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Hvis umarkeret vil de nuværende værktøjsindstillinger blive anvendt. Når "
|
||||
"markeret vil en lang farveovergang, baseret på den nuværende farveovergang "
|
||||
"og gentagetilstanden fra værktøjet farveovergangs indstillinger, blive brugt "
|
||||
"til at matche mønsterets længde."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Angiv mønsteret ved brug af et af følgende faneblade:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Mønsteret angives kun ved det aktive faneblad. Legetøjssæt er lig Tandhjul, "
|
||||
"men bruger tandhjul og hulnumre, som findes i legetøjssæt. Følger du "
|
||||
"vejledningen i manualen til legetøjssættet, skulle resultatet være det samme."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Antal tænder på det fastlåste tandhjul. Størrelsen på det faste tandhjul er "
|
||||
"proportional med antallet af tænder."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Tænder i fastlåst tandhjul."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Antal tænder på det roterende tandhjul. Størrelsen på det roterende tandhjul "
|
||||
"er proportional med antallet af tænder."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Tænder i roterende tandhjul."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Hulprocent"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Hvor langt hullet er fra det roterende tandhjuls centrum. 100 % betyder, at "
|
||||
"hullet er i tandhjulets kant."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Hulnummer"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Hul nr. 1 er på tandhjulets kant. Det største hulnummer er nær centrum. Det "
|
||||
"største hulnummer er forskelligt for hvert tandhjul."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Legetøjssæt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Tandhjul"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Rotation"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Rotation af mønsteret i grader. Udgangspunktet for det roterende tandhjul i "
|
||||
"det fastlåste tandhjul."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Form"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Formen på det fastlåste tandhjul som bruges inden i den nuværende markering. "
|
||||
"Tandstang er en lang form med afrundede kanter i legetøjssættene. Ramme "
|
||||
"omfavner den rektangulære markerings grænser; brug hul = 100 i "
|
||||
"tandhjulsnotation for at berøre grænsen. Markering vil omfavne den nuværende "
|
||||
"markerings grænser (prøv med noget som ikke er rektangulært)."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Sider"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Antal sider i formen."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Omform"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Omform det fastlåste tandhjul. Påvirker kun nogle af formerne."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Rotation af det fastlåste tandhjul i grader"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Margen (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Margen fra markeringens kant."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Gør højde og bredde ens"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Når umarkeret vil mønsteret udfylde det nuværende billede eller markering. "
|
||||
"Hvis markeret vil mønsterets højde og bredde være ens, og mønsteret vil være "
|
||||
"centreret."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Gentegn"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Ændrer du et værktøjs indstillinger, skifter farve eller ændrer markeringen, "
|
||||
"så tryk her for at se, hvordan mønsteret ser ud."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Nulstil"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Annullér"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Behold\n"
|
||||
"Lag"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Når markeret beholdes spiro-laget, når der trykkes OK, og udvidelsesmodulet "
|
||||
"afslutter hurtigt. Hvis umarkeret slettes spiro-laget, og mønsteret "
|
||||
"gentegnes på laget, som var aktivt, da udvidelsesmodulet blev startet."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spyrogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr "Tegn spirografer med aktuelle værktøjsindstillinger og markering."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Kurvemønster"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Fastlåst tandhjul"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Størrelse"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Gentegner mønster"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Vent venligst: Mønsteret gentegnes"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spyrogimp …"
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "Farve_model"
|
||||
|
||||
|
403
po-python/el.po
403
po-python/el.po
@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python 1.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2014-04-27 12:35+0000\n"
|
||||
"PO-Revision-Date: 2014-04-26 17:57+0300\n"
|
||||
"POT-Creation-Date: 2019-03-19 17:27+0000\n"
|
||||
"PO-Revision-Date: 2019-03-25 19:01+0200\n"
|
||||
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
|
||||
"Language-Team: www.gnome.gr\n"
|
||||
"Language: el\n"
|
||||
@ -15,42 +15,40 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Virtaal 0.7.1\n"
|
||||
"X-Poedit-Language: Greek\n"
|
||||
"X-Poedit-Country: GREECE\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Έλλειψη πληροφορίας εξαίρεσης"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Σφάλμα εκτέλεσης στο %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Περισσότερες πληροφορίες"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:526 ../plug-ins/pygimp/gimpfu.py:538
|
||||
#: ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "Όχι"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:536 ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Ναι"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:597 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Eπιλογή αρχείου Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:643
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Eπιλογή φακέλου Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:732
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "Άκυρη εισαγωγή για το '%s'"
|
||||
@ -342,85 +340,85 @@ msgid "Slice"
|
||||
msgstr "Τεμαχισμός"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Κοπή εικόνας κατά μήκος των οδηγών της, δημιουργία εικόνων και ενός "
|
||||
"αποσπάσματος πίνακα HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Τεμαχισμός..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Μονοπάτι για εξαγωγή HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Όνομα αρχείου για εξαγωγή"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Πρόθεμα ονόματος εικόνας"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Μορφή εικόνας"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Ξεχωριστός φάκελος εικόνων"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Φάκελος για εξαγωγή εικόνων"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Κενό μεταξύ των στοιχείων πίνακα"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "Javascript για υπέρπτηση ποντικιού και κλικ"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Παράλειψη κίνησης για κεφαλαία πίνακα"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Κονσόλα Python"
|
||||
|
||||
#
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Εξερεύνηση..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Περιηγητής διαδικασίας Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Αδυναμία ανοίγματος του '%s' για εγγραφή: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Αδυναμία εγγραφής στο '%s': %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Αποθήκευση εξόδου κονσόλας Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Διερμηνέας διαδραστικού GIMP Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Κονσόλα"
|
||||
|
||||
@ -452,6 +450,345 @@ msgstr "Μετατόπιση _Χ πίπτουσας σκιάς"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Μετατόπιση _Y πίπτουσας σκιάς"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Στρώση σπειρογραφήματος (Spyro)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Κύκλος"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Πολύγωνο-Αστέρι"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Ημίτονο"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Ημικύκλια"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Rack"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Πλαίσιο"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Επιλογή"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Μολύβι"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Αερογράφος"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Προεπισκόπηση"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Πινελιά"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "PaintBrush (Πινέλο βαφής)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Μελάνη"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "MyPaintBrush (Το πινέλομου βαφής)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Σπειρογράφημα"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Επιτροχοειδές"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Τύπος καμπύλης"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Επιτροχοειδές μοτίβο είναι όταν το κινούμενο γρανάζι είναι εξωτερικά του "
|
||||
"σταθερού γραναζιού."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Εργαλείο"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Το εργαλείο με το οποίο σχεδιάζεται το μοτίβο. Το εργαλείο προεπισκόπησης "
|
||||
"σχεδιάζει απλώς γρήγορα."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Επιμήκης διαβάθμιση"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Όταν δεν έχει σημειωθεί, θα χρησιμοποιηθούν οι ρυθμίσεις του τρέχοντος "
|
||||
"εργαλείου. Όταν σημειωθεί, θα χρησιμοποιηθεί μια επιμήκης διαβάθμιση για να "
|
||||
"ταιριάζει με το μήκος του μοτίβου, με βάση την τρέχουσα διαβάθμιση και την "
|
||||
"κατάσταση επανάληψης από τις ρυθμίσεις του εργαλείου διαβάθμισης."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Καθορίστε το μοτίβο χρησιμοποιώντας μία από τις ακόλουθες καρτέλες:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Το μοτίβο καθορίζεται μόνο από την ενεργή καρτέλα. Το Toy Kit (πακέτο "
|
||||
"παιχνιδιού) είναι παρόμοιο με το γρανάζια, αλλά χρησιμοποιεί γρανάζια και "
|
||||
"αριθμό οπών που βρίσκονται στο toy kits (πακέτα παιχνιδιού). Εάν "
|
||||
"ακολουθήσετε τις οδηγίες από τα εγχειρίδια του toy kit (πακέτου παιχνιδιών), "
|
||||
"τα αποτελέσματα θα είναι παρόμοια."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Αριθμός δοντιών του σταθερού γραναζιού. Το μέγεθος του σταθερού γραναζιού "
|
||||
"είναι ανάλογο με τον αριθμό των γραναζιών."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Δόντια σταθερού γραναζιού"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Αριθμός δοντιών κινούμενου γραναζιού. Το μέγεθος του κινούμενου γραναζιού "
|
||||
"είναι ανάλογο με τον αριθμό των γραναζιών."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Δόντια κινούμενου γραναζιού"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Ποσοστό οπής"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Πόσα μακριά είναι η οπή από το κέντρο του κινούμενου γραναζιού. 100% "
|
||||
"σημαίνει ότι η οπή είναι στο άκρο του γραναζιού."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Αριθμός οπής"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Η οπή #1 είναι στο άκρο του γραναζιού. Ο μέγιστος αριθμός οπών είναι κοντά "
|
||||
"στο κέντρο. Ο μέγιστος αριθμός οπών διαφέρει για κάθε γρανάζι."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Toy Kit (πακέτο παιχνιδιού)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Γρανάζια"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Περιστροφή"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Περιστροφή του μοτίβου, σε μοίρες. Η αρχική θέση του κινούμενου γραναζιού "
|
||||
"στο σταθερό γρανάζι."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Σχήμα"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Το σχήμα του σταθερού γραναζιού που θα χρησιμοποιηθεί μέσα στην τρέχουσα "
|
||||
"επιλογή. Rack είναι ένα μακρύ στρογγυλευμένο στο άκρο σχήμα που παρέχεται "
|
||||
"στα toy kits (πακέτα παιχνιδιών). Το πλαίσιο κολλάει στα όρια της ορθογώνιας "
|
||||
"επιλογής, χρησιμοποιήστε οπή=10 στη σημειογραφία γραναζιού για να "
|
||||
"ακουμπήσετε το όριο. Η επιλογή θα κολλήσει στα όρια της τρέχουσας επιλογής - "
|
||||
"δοκιμάστε κάτι μη ορθογώνιο."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Πλευρές"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Αριθμός πλευρών του σχήματος."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Μορφισμός"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Σχήμα σταθερού γραναζιού μορφισμός. Επηρεάζει μόνο κάποια σχήματα."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Περιστροφή σταθερού γραναζιού, σε μοίρες"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Περιθώριο (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Περιθώριο από το άκρο της επιλογής."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Δημιουργία ίσου πλάτους και ύψους"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Όταν δεν είναι σημειωμένο, το μοτίβο θα γεμίσει την τρέχουσα εικόνα ή "
|
||||
"επιλογή. Όταν είναι σημειωμένο, το μοτίβο θα έχει το ίδιο πλάτος και ύψος "
|
||||
"και θα κεντράρεται."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Επανασχεδίαση"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Εάν αλλάξετε τις ρυθμίσεις ενός εργαλείου, αλλάξετε χρώμα, ή αλλάξετε την "
|
||||
"επιλογή, πατήστε αυτό για να προεπισκοπήσετε πώς φαίνεται το μοτίβο."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Επαναφορά"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Ακύρωση"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Eντάξει"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Διατήρηση\n"
|
||||
"Στρώσης"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Εάν είναι σημειωμένο, τότε όταν πατηθεί το Εντάξει, διατηρείται η "
|
||||
"σπειρογραφική στρώση και το πρόσθετο εξέρχεται γρήγορα. Εάν δεν είναι "
|
||||
"σημειωμένο, η σπειρογραφική στρώση διαγράφεται και το μοτίβο "
|
||||
"επανασχεδιάζεται στη στρώση που ήταν ενεργό όταν ξεκίνησε το πρόσθετο."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Σπειρογράφημα gimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Σχεδίαση σπειρογραφημάτων χρησιμοποιώντας τις ρυθμίσεις τρέχοντος εργαλείου "
|
||||
"και επιλογής."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Μοτίβο καμπύλης"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Σταθερό γρανάζι"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Μέγεθος και όρια"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Απόδοση μοτίβου"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Παρακαλούμε περιμένετε: Αποδίδεται το μοτίβο"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Σπειρογράφημα gimp..."
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "_Πρότυπο χρώματος"
|
||||
|
||||
|
1306
po-python/es.po
1306
po-python/es.po
File diff suppressed because it is too large
Load Diff
429
po-python/fr.po
429
po-python/fr.po
@ -1,19 +1,19 @@
|
||||
# French translation of gimp-python.
|
||||
# Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2000-2019 Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the gimp package.
|
||||
#
|
||||
# Raymond Ostertag <r.ostertag@caramail.com>, 2007.
|
||||
# Jonathan Ernst <jonathan@ernstfamily.ch>, 2007.
|
||||
# Laurent Monin <gimp@norz.org>, 2007.
|
||||
# Julien Hardelin <jhardlin@orange.fr>, 2009-2011, 2016.
|
||||
# Julien Hardelin <jhardlin@orange.fr>, 2009-2011, 2016, 2019.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2016-09-08 17:13+0000\n"
|
||||
"PO-Revision-Date: 2016-10-08 10:16+0200\n"
|
||||
"Last-Translator: julien <jhardlin@orange.fr>\n"
|
||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||
"POT-Creation-Date: 2019-04-08 16:27+0000\n"
|
||||
"PO-Revision-Date: 2019-04-06 20:24+0200\n"
|
||||
"Last-Translator: Julien Hardelin <jhardlin@orange.fr>\n"
|
||||
"Language-Team: French <gnomefr@traduc.org>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -22,16 +22,16 @@ msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Informations manquantes sur l'exception"
|
||||
msgstr "Informations manquantes sur l’exception"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Une erreur est survenue durant l'exécution de %s"
|
||||
msgstr "Une erreur est survenue durant l’exécution de %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Plus d'informations"
|
||||
msgstr "_Plus d’informations"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
@ -85,7 +85,7 @@ msgstr "Fichier texte"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:201
|
||||
msgid "Entry box"
|
||||
msgstr "Boîte d'entrée"
|
||||
msgstr "Boîte d’entrée"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:202
|
||||
msgid "_File to read or characters to use"
|
||||
@ -109,11 +109,11 @@ msgstr "Nom de fichier"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:88
|
||||
msgid "Exports the image histogram to a text file (CSV)"
|
||||
msgstr "Exporte l'histogramme de l'image vers un fichier texte (CSV)"
|
||||
msgstr "Exporte l’histogramme de l’image vers un fichier texte (CSV)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:93
|
||||
msgid "_Export histogram..."
|
||||
msgstr "_Exporter l'histogramme…"
|
||||
msgstr "_Exporter l’histogramme…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:95
|
||||
msgid "_Image"
|
||||
@ -133,7 +133,7 @@ msgstr "_Taille de compartiment"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:99
|
||||
msgid "Sample _Average"
|
||||
msgstr "_Moyenne de l'échantillon"
|
||||
msgstr "_Moyenne de l’échantillon"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:100
|
||||
msgid "Output format"
|
||||
@ -340,84 +340,84 @@ msgid "Slice"
|
||||
msgstr "Tranche"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Découpe une image selon ses guides, crée les images et une table HTML "
|
||||
"associée"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Tranche…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Chemin pour l'exportation HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Filename for export"
|
||||
msgstr "Nom du fichier pour l'exportation"
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Chemin pour l’exportation HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Image name prefix"
|
||||
msgstr "Préfixe des noms d'image"
|
||||
msgid "Filename for export"
|
||||
msgstr "Nom du fichier pour l’exportation"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image format"
|
||||
msgstr "Format de l'image"
|
||||
msgid "Image name prefix"
|
||||
msgstr "Préfixe des noms d’image"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Format de l’image"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Dossier séparé pour les images"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
msgid "Folder for image export"
|
||||
msgstr "Dossier pour l'exportation des images"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Dossier pour l’exportation des images"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Espacement entre les éléments de la table"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "JavaScript pour onmouseover et clicked"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Sauter l'animation pour les bords de la table"
|
||||
msgstr "Sauter l’animation pour les bords de la table"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Console Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Parcourir…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:144
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Navigateur de procédures python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:173
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Impossible d'ouvrir « %s » pour écrire : %s"
|
||||
msgstr "Impossible d’ouvrir « %s » pour écrire : %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:188
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Impossible d'écrire vers « %s » : %s"
|
||||
msgstr "Impossible d’écrire vers « %s » : %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:196
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Enregistrer les sorties de la console python-fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:222
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interpréteur interactif GIMP Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:227
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Console"
|
||||
|
||||
@ -431,7 +431,7 @@ msgstr "_Ombre portée et biseau…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:70
|
||||
msgid "_Shadow blur"
|
||||
msgstr "Flou de l'_ombre"
|
||||
msgstr "Flou de l’_ombre"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:71
|
||||
msgid "_Bevel"
|
||||
@ -443,8 +443,347 @@ msgstr "_Ombre portée"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:73
|
||||
msgid "Drop shadow _X displacement"
|
||||
msgstr "Déplacement _X de l'ombre portée"
|
||||
msgstr "Déplacement _X de l’ombre portée"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Déplacement _Y de l'ombre portée"
|
||||
msgstr "Déplacement _Y de l’ombre portée"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Calque spyro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Cercle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Étoile-polygone"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Bosses"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Barre"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Cadre"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Sélection"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Crayon"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Aérographe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Aperçu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Coup de pinceau"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Brosse"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Encre"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "Brosse MyPaint"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spyrographe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Épitrochoïde"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Type de courbe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Un motif épitrochoïde est créé quand la roue dentée mobile est en dehors de "
|
||||
"la roue dentée fixe."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Outil"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Outil servant à dessiner le motif. L’outil d’aperçu affiche aussitôt le "
|
||||
"résultat."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Dégradé allongé"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Quand cette option n’est pas cochée, les paramètres de l’outil actif sont "
|
||||
"utilisés. Quand elle est cochée, un dégradé allongé est utilisé pour qu’il "
|
||||
"s’adapte à la longueur du motif, basé sur le dégradé actif et le mode "
|
||||
"répétition des paramètres de l’outil."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Définir le motif en utilisant l’un des onglets suivants :"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Le motif n’est défini que par l’onglet actif. « Boîte de jeu » est semblable à "
|
||||
"Roues, mais il utilise les roues dentées et les numéros de trous trouvés "
|
||||
"dans les boîtes de jeu. Si vous suivez les instructions des manuels des "
|
||||
"boîtes de jeu, les résultats seront semblables."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Nombre de dents de la roue dentée fixe. La taille de la roue dentée fixe est "
|
||||
"proportionnelle au nombre de dents."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Dents de la roue dentée fixe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Nombre de dents de la roue dentée mobile. La taille de la roue dentée mobile "
|
||||
"est proportionnelle au nombre de dents."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Dents de la roue dentée mobile"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Pourcentage du trou"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Distance du trou au centre de la roue dentée mobile. 100% signifie que le "
|
||||
"trou est au bord de la roue dentée."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Nombre de trous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Le trou n°1 est au bord de la roue dentée. Le trou de numéro maximal est "
|
||||
"près du centre. Le nombre maximal de trous est différent pour chaque roue "
|
||||
"dentée."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Boîte de jeu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Roues"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Rotation"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Rotation du motif, en degrés. Position de départ de la roue dentée mobile "
|
||||
"dans la roue dentée fixe."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Forme"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Forme de la roue dentée fixe à utiliser dans la sélection active. « Barre » "
|
||||
"est une forme allongée à bords arrondis fournie dans les boîtes de jeu. "
|
||||
"« Cadre » englobe les limites de la sélection rectangulaire ; utilisez trou "
|
||||
"= 100 dans les paramètres de Roue pour jouxter la limite. La sélection va "
|
||||
"englober les limites de la sélection courante ; essayez quelque chose de non "
|
||||
"rectangulaire."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Côtés"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Nombre de côtés de la forme."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Morphing"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Forme de roue dentée fixe par morphing. N’affecte que certaines formes."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Rotation de la roue dentée fixe, en degrés"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Marge (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Marge à partir du bord de la sélection."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Égaliser largeur et hauteur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Si cette option n'est pas cochée, le motif remplit l’image ou la sélection "
|
||||
"active. Si elle est cochée, le motif a une largeur et une hauteur égales, et "
|
||||
"est centré."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Redessiner"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Si vous modifiez les paramètres d’un outil, comme changer la couleur ou la "
|
||||
"sélection, cliquez sur cette option pour obtenir un aperçu du motif."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Réinitialiser"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Annuler"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Valider"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Conserver\n"
|
||||
"le calque"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Si cette option est cochée, après avoir cliqué sur Valider, le calque spyro "
|
||||
"est conservé, et le greffon se ferme aussitôt. Si elle n’est pas cochée, le "
|
||||
"calque spyro est effacé et le motif est redessiné sur le calque qui était "
|
||||
"actif lors du démarrage du greffon."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spyrogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Dessine des courbes spiroïdales en utilisant les paramètres et sélection "
|
||||
"définis dans l’outil actif."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Motif courbe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Roue dentée fixe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Taille"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Rendu du motif"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Patience : motif en cours de rendu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spyrogimp…"
|
||||
|
439
po-python/hu.po
439
po-python/hu.po
@ -1,61 +1,60 @@
|
||||
# Hungarian translation of gimp-python.
|
||||
# Copyright (C) 2001, 2003, 2004, 2007, 2008, 2012 Free Software Foundation, Inc.
|
||||
# Hungarian translation for gimp-python.
|
||||
# Copyright (C) 2001, 2003, 2004, 2007, 2008, 2012, 2013, 2014, 2018, 2019 Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the gimp-python package.
|
||||
#
|
||||
# Arpad Biro .
|
||||
# Andras Timar <timar@gnome.hu>, 2001, 2003.
|
||||
# Emese Kovacs <emese@gnome.hu>, 2001.
|
||||
# Laszlo Dvornik <dvornik@gnome.hu>, 2004.
|
||||
# Arpad Biro <biro arpad gmail>, 2004, 2007, 2008.
|
||||
# Gabor Kelemen <kelemeng@gnome.hu>, 2007, 2008, 2012.
|
||||
# Gabor Kelemen <kelemeng at gnome dot hu>, 2012.
|
||||
# Balázs Úr <urbalazs at gmail dot com>, 2013, 2014.
|
||||
# Andras Timar <timar at gnome dot hu>, 2001, 2003.
|
||||
# Emese Kovacs <emese at gnome dot hu>, 2001.
|
||||
# Laszlo Dvornik <dvornik at gnome dot hu>, 2004.
|
||||
# Arpad Biro <biro arpad at gmail dot com>, 2004, 2007, 2008.
|
||||
# Gabor Kelemen <kelemeng at gnome dot hu>, 2007, 2008, 2012.
|
||||
# Balázs Úr <ur.balazs at fsf dot hu>, 2013, 2014.
|
||||
# Balázs Meskó <mesko.balazs at fsf dot hu>, 2018, 2019.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python.gimp-2-6\n"
|
||||
"Project-Id-Version: gimp-python master\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2014-03-05 18:38+0000\n"
|
||||
"PO-Revision-Date: 2014-03-05 20:55+0100\n"
|
||||
"Last-Translator: Balázs Úr <urbalazs at gmail dot com>\n"
|
||||
"POT-Creation-Date: 2019-02-01 16:53+0000\n"
|
||||
"PO-Revision-Date: 2019-02-08 08:11+0100\n"
|
||||
"Last-Translator: Meskó Balázs <mesko.balazs@fsf.hu>\n"
|
||||
"Language-Team: Hungarian <gnome-hu-list at gnome dot org>\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Lokalize 1.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Hiányzó kivételinformációk"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Hiba történt a következő futtatásakor: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_További információk"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:526 ../plug-ins/pygimp/gimpfu.py:538
|
||||
#: ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "Nem"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:536 ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Igen"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:597 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Python-Fu fájlválasztás"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:643
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Python-Fu mappaválasztás"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:732
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "A(z) „%s” bemenete érvénytelen"
|
||||
@ -289,7 +288,7 @@ msgstr "Szelet / Tömb"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:336
|
||||
msgid "Autoslice (fg->bg)"
|
||||
msgstr "Automatikus szeletelés (fg->bg)"
|
||||
msgstr "Automatikus szeletelés (előtér->háttér)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:337
|
||||
msgid "Partitioned"
|
||||
@ -309,7 +308,6 @@ msgid "_Ascending"
|
||||
msgstr "Nö_vekvő"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:342
|
||||
#| msgid "Channel to _sort"
|
||||
msgid "Secondary Channel to s_ort"
|
||||
msgstr "_Rendezendő másodlagos csatorna"
|
||||
|
||||
@ -346,84 +344,84 @@ msgid "Slice"
|
||||
msgstr "Szeletelés"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Kép vágása a segédvonalak mentén – képeket és egy HTML-táblázathoz való "
|
||||
"kódot hoz létre"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Szeletelés…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Útvonal a HTML-exportáláshoz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Fájlnév az exportáláshoz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Képnév-előtag"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Képformátum"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Különálló képmappa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Mappa a kép-exportáláshoz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Helykihagyás a táblázat-elemek közt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "Javascript-kód rámutatáshoz és kattintáshoz"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Animáció kihagyása a táblafeliratoknál"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Python-konzol"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Tallózás…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Python eljárásböngésző"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "„%s” nem nyitható meg írásra: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "„%s” nem írható: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "A Python-Fu konzolkimenetének mentése"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interaktív GIMP-Python-fordító"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Konzol"
|
||||
|
||||
@ -455,33 +453,340 @@ msgstr "Vetett árnyék _X-eltolása"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Vetett árnyék _Y-eltolása"
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "Szí_nmodell"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Spiro réteg"
|
||||
|
||||
#~ msgid "RGB"
|
||||
#~ msgstr "RGB"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Kör"
|
||||
|
||||
#~ msgid "HSV"
|
||||
#~ msgstr "HSV"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Sokszög-csillag"
|
||||
|
||||
#~ msgid "Red or Hue"
|
||||
#~ msgstr "Vörös vagy árnyalat"
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Szinusz"
|
||||
|
||||
#~ msgid "Blue or Value"
|
||||
#~ msgstr "Kék vagy érték"
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Buckák"
|
||||
|
||||
#~ msgid "Create a new brush with characters from a text sequence"
|
||||
#~ msgstr "Új ecset létrehozása egy szöveg karaktereiből"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Állvány"
|
||||
|
||||
#~ msgid "New Brush from _Text..."
|
||||
#~ msgstr "Új _ecset szövegből…"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Keret"
|
||||
|
||||
#~ msgid "Font"
|
||||
#~ msgstr "Betűkészlet"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Kijelölés"
|
||||
|
||||
#~ msgid "Pixel Size"
|
||||
#~ msgstr "Képpontméret"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Ceruza"
|
||||
|
||||
#~| msgid "Text file"
|
||||
#~ msgid "Text"
|
||||
#~ msgstr "Szöveg"
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Festékszóró"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Előnézet"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Vonal"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Festőecset"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Tus"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "MyPaint ecset"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirográf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrochoid"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Görbe típusa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Az epitrochoid minta olyan, mint amikor egy mozgó fogaskerék egy fix "
|
||||
"fogaskerék körül forog."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Eszköz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Az eszköz, amellyel ki kell rajzolni a mintát. Az Előnézet eszköz csak "
|
||||
"gyorsan rajzol."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Hosszú színátmenet"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Ha nincs bejelölve, akkor a jelenlegi eszköz beállításai lesznek használva. "
|
||||
"Ha be van jelölve, akkor egy hosszú színátmenet lesz használva (hogy "
|
||||
"illeszkedjen a minta hosszához), amely a színátmenet-eszköz beállításaiban "
|
||||
"szereplő jelenlegi színátmenetre és ismétlési módra épül."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Adja meg a mintát a következő lapok egyikének használatával:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"A mintát csak az aktív lap adja meg. A játékkészlet hasonló a "
|
||||
"fogaskerekekhez, de fogaskerekeket és furatszámokat használ, amelyek "
|
||||
"megtalálhatóak a játékkészletetekben. Ha követi a játékkészletek leírásaiban "
|
||||
"lévő utasításokat, akkor az eredmények hasonlóak lesznek."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"A rögzített fogaskerék fogainak száma. A rögzített fogaskerék mérete arányos "
|
||||
"a fogak számával."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Rögzített fogaskerék fog"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"A mozgó fogaskerék fogainak száma. A mozgó fogaskerék mérete arányos a fogak "
|
||||
"számával."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Mozgó fogaskerék fog"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Furat százaléka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Milyen messze van a furat a mozgó fogaskerék közepétől. A 100% azt jelenti, "
|
||||
"hogy a furat a fogaskerék szélén van."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Furat száma"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Az 1-es furat a fogaskerék szélénél van. A maximális furatszám a középpont "
|
||||
"közelében van. A maximális furatszám minden egyes fogaskeréknél különböző."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Játékkészlet"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Fogaskerekek"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Forgatás"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"A minta forgatása fokokban. A mozgó fogaskerék kezdőpozíciója a rögzített "
|
||||
"fogaskerékben."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Alak"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"A jelenlegi kiválasztáson belül használandó rögzített fogaskerék alakja. Az "
|
||||
"állvány egy hosszú, lekerekített szélű alakzat, amelyet a játékkészletek "
|
||||
"biztosítanak. A keret körbeöleli a négyszögletes kiválasztás határait, "
|
||||
"használjon hole=100 értéket a Fogaskerék megadásban, hogy érintse a határt. "
|
||||
"A kiválasztás körbeöleli a jelenlegi kiválasztás határait – próbáljon ki "
|
||||
"valamilyen nem négyzetes alakzatot."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Oldalak"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Az alakzat oldalainak száma."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Torzítás"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr ""
|
||||
"A rögzített fogaskerékalak torzítása. Csak egyes alakzatokra van hatása."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "A rögzített fogaskerék forgatása szögben"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Margó (képpont)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Margó a kijelölés szélétől."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "A szélesség és magasság egyenlővé tétele"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Ha nincs bejelölve, akkor a minta kitölti a jelenlegi képet vagy "
|
||||
"kiválasztást. Ha be van jelölve, akkor a minta egyforma szélességű és "
|
||||
"magasságú lesz, valamint középre lesz igazítva."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Újrarajzolás"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Ha változtat egy eszköz beállításain, változtat a színen vagy változtat a "
|
||||
"kijelölésen, akkor nyomja ezt meg, hogy megnézze a minta előnézetet."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Visszaállítás"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Mégse"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Rendben"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Réteg\n"
|
||||
"megtartása"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Ha be van jelölve, akkor a Rendben megnyomásakor a spiro réteg megmarad, "
|
||||
"és a bővítmény gyorsan kilép. Ha nincs bejelölve, akkor a spiro réteg "
|
||||
"törlésre kerül, és a minta újra lesz rajzolva azon a rétegen, amely aktív "
|
||||
"volt a bővítmény futtatásakor."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spirogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Spirográfok rajzolása a jelenlegi eszköz beállításaival és kijelölésével."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Ívminta"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Rögzített fogaskerék"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Méret"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Minta megjelenítése"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Kis türelmet: Minta megjelenítése"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spirogimp…"
|
||||
|
328
po-python/is.po
328
po-python/is.po
@ -3,13 +3,13 @@
|
||||
# Copyright (C) 2008, 2009, 2015 Free Software Foundation, Inc.
|
||||
#
|
||||
# Anna Jonna Ármansdóttir <annajonna@gmail.com>, 2008.
|
||||
# Sveinn í Felli <sv1@fellsnet.is>, 2015, 2017.
|
||||
# Sveinn í Felli <sv1@fellsnet.is>, 2015, 2017, 2019.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python.gimp-2-8.is\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2017-08-10 07:10+0000\n"
|
||||
"PO-Revision-Date: 2017-08-23 09:00+0000\n"
|
||||
"POT-Creation-Date: 2019-03-08 18:35+0000\n"
|
||||
"PO-Revision-Date: 2019-03-12 14:34+0000\n"
|
||||
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||
"Language-Team: Icelandic <translation-team-is@lists.sourceforge.net>\n"
|
||||
"Language: is\n"
|
||||
@ -17,7 +17,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=1;\n"
|
||||
"X-Generator: Lokalize 1.5\n"
|
||||
"X-Generator: Lokalize 2.0\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
@ -384,37 +384,37 @@ msgstr "Javascript við yfirsvif (onmouseover) og smell"
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Sleppa hreyfingum á töflufyrirsögnum"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Python stjórnskjár"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Flakka..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:144
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Python aðgerðavafri"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:173
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Gat ekki opnað '%s' fyrir ritun: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:188
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Gat ekki skrifað í '%s': %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:196
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Vista Python-Fu úttak frá skipanalínu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:222
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Gagnvirkur GIMP Python túlkari"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:227
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "Stjórns_kjár"
|
||||
|
||||
@ -446,6 +446,310 @@ msgstr "_X hliðrun undirskugga"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "_Y hliðrun undirskugga"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Spíró-lag"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Hringur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Marghyrningur-Stjarna"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sínus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Ójöfnur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Rekki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Rammi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
#| msgid "Se_lections"
|
||||
msgid "Selection"
|
||||
msgstr "Myndval"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Blýantur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Sprauta"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Forskoðun"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Stroka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Málunarpensill"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Blek"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "PensillinnMinn"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spírógraf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Tegund ferils"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Verkfæri"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
#| msgid "Palette to _Gradient"
|
||||
msgid "Long Gradient"
|
||||
msgstr "Langur litstigull"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Fastur fjöldi tanna"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
#| msgid "Percent"
|
||||
msgid "Hole percent"
|
||||
msgstr "Holuprósenta"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
#| msgid "File Name"
|
||||
msgid "Hole Number"
|
||||
msgstr "Holufjöldi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Tannhjól"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
#| msgid "Saturation"
|
||||
msgid "Rotation"
|
||||
msgstr "Snúningur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Lögun"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Hliðar"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Fjöldi hliða á löguninni."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Sambræðingur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Spássía (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Spássía frá jaðri myndvals."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Gera breidd og hæð það sama"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Endurteikna"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Frumstilla"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Hætta við"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Í lagi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Halda\n"
|
||||
"lagi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spírógimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Fast tannhjól"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Stærð"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Myndgeri mynstur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Hinkraðu aðeins : Myndgeri mynstur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spírógimp..."
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "Litas_kali"
|
||||
|
||||
|
365
po-python/it.po
365
po-python/it.po
@ -1,7 +1,7 @@
|
||||
# This is the Italian catalog for The GIMP.
|
||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
# Daniele Medri <madrid@linux.it>, 2000-2002
|
||||
# Marco Ciampa <ciampix@libero.it>, 2003-2014
|
||||
# Marco Ciampa <ciampix@libero.it>, 2003-2019
|
||||
#
|
||||
# Terminologia:
|
||||
# Lightness=chiarezza
|
||||
@ -13,9 +13,9 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp 2.0\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2014-04-27 01:03+0200\n"
|
||||
"PO-Revision-Date: 2014-04-27 01:12+0200\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-03 21:05+0200\n"
|
||||
"PO-Revision-Date: 2019-04-04 16:08+0200\n"
|
||||
"Last-Translator: Marco Ciampa <ciampix@libero.it>\n"
|
||||
"Language-Team: gimp.linux.it\n"
|
||||
"Language: it\n"
|
||||
@ -24,37 +24,37 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Informazioni sull'eccezione mancanti"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Errore durante l'esecuzione di %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Ulteriori informazioni"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:526 ../plug-ins/pygimp/gimpfu.py:538
|
||||
#: ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "No"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:536 ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Sì"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:597 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Selezione file Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:643
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Selezione cartelle Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:732
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "Ingresso non valido per \"%s\""
|
||||
@ -161,7 +161,7 @@ msgstr "Aggiungi un livello di nebbia"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/foggify.py:61
|
||||
msgid "_Fog..."
|
||||
msgstr "_Nebbia"
|
||||
msgstr "_Nebbia..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/foggify.py:66
|
||||
msgid "_Layer name"
|
||||
@ -344,84 +344,84 @@ msgid "Slice"
|
||||
msgstr "Affetta"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Taglia l'immagine lungo le guide in più immagini creando un pezzo di codice "
|
||||
"di tabella HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Affetta..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Percorso per l'esportazione HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Nome del file da esportare"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Prefisso nome immagine"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Formato immagine"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Cartella separata immagine"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Cartella per l'esportazione dell'immagine"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Spazio tra elementi tabella"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "Javascript per onmouseover e clicked)"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Salta l'animazione per le tabelle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Console Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Scorri..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Navigatore di procedure Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Impossibile aprire \"%s\" alla scrittura: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Impossibile scrivere su \"%s\": %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Salva il risultato della console Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interprete interattivo Python di GIMP"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Console"
|
||||
|
||||
@ -452,3 +452,302 @@ msgstr "Spiazzamento _X ombra generata"
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Spiazzamento _Y ombra generata"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Livello Spiro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Cerchio"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Poligono-stella"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Seno"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Gobbe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Barra"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Quadro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Selezione"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Matita"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Aerografo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Anteprima"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Tratto"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Pennello"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Inchiostro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "Pennello MyPaint"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirografo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrocoide"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Tipo curva"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr "Un motivo epitrocoidale si ottiene quando la rotella mobile è sull'esterno della rotella fissa."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Strumento"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr "Lo strumento con il quale si disegna il motivo. Lo strumento anteprima semplicemente disegna più velocemente."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Gradiente lungo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr "Se non selezionata, verranno usate le impostazioni dello strumento corrente. Se selezionata, userà un lungo gradiente corrispondente alla lunghezza del motivo, basandosi sul gradiente corrente e sulla modalità di ripetizione dalle impostazioni dello strumento gradiente."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Specifica il motivo usando una delle seguenti schede:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr "Il motivo è specificato solo dalla scheda attiva. Kit giocattolo è simile a Rotelle, ma usa le rotelle e i numeri di fori che si trovano tipicamente nei kit dei giocattoli. Se si seguono le istruzioni allegate ai giocattoli reali, i risultati dovrebbero essere simili."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr "Numero di denti della rotella fissa. La dimensione della rotella fissa è proporzionale al numero di denti."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Denti rotella fissa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr "Numero di denti della rotella mobile. La dimensione della rotella mobile è proporzionale al numero di denti."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Denti rotella mobile"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Percentuale foro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr "Quanto distante è il foro dal centro della rotella mobile. 100% significa che il foro è sul bordo della rotella."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Numero foro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr "Il foro n.1 è sul bordo della rotella. Il numero foro massimo è vicino al centro. Il numero foro massimo è diverso per ogni rotella."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Kit giocattolo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Rotelle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Rotazione"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr "La rotazione del motivo, in gradi. La posizione iniziale della rotella mobile in quella fissa."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Forma"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr "La forma della rotella fissa da usare dentro la selezione corrente. Barra è una lunga stecca arrotondata fornita normalmente nei kit dei giocattoli. Quadro abbraccia i bordi della selezione rettangolare, usare foro=100 nella notazione rotella per toccare i bordi. Selezione abbraccerà i bordi della selezione corrente - provare qualcosa di non rettangolare."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Lati"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Numero di lati della forma."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Metamorfosi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Metamorfosi della forma della rotella fissa. Riguarda solo alcune delle forme."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Rotazione della rotella fissa, in gradi."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Margine (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Margine dal bordo della selezione."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Rendi larghezza e altezza uguali"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr "Se non selezionata, il motivo riempirà l'immagine o la selezione corrente. Se selezionata, il motivo avrà larghezza e altezza uguali e sarà centrato."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Ridisegna"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr "Se si cambiano le impostazioni di uno strumento, si cambia colore o la selezione, premere questo pulsante per avere un'anteprima di come apparirà il motivo."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Reimposta"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Annulla"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Mantieni\n"
|
||||
"Livello"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr "If checked, then once OK is pressed, the spyro layer is kept, and the plugin exits quickly. If unchecked, the spyro layer is deleted, and the pattern is redrawn on the layer that was active when the plugin was launched."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spirogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr "Disegna spirogrammi usando le impostazioni dello strumento e la selezione correnti."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Motivo curva"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Rotella fissa"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Dimensione"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Rendering motivo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Attendere: rendering motivo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spirogimp..."
|
||||
|
409
po-python/lv.po
409
po-python/lv.po
@ -1,54 +1,54 @@
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2016.
|
||||
# Rūdofls Mazurs <rudolfs.mazurs@gmail.com>, 2011, 2016, 2019.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2016-02-13 07:16+0000\n"
|
||||
"PO-Revision-Date: 2016-02-14 18:52+0200\n"
|
||||
"POT-Creation-Date: 2019-03-30 13:41+0000\n"
|
||||
"PO-Revision-Date: 2019-03-31 16:27+0200\n"
|
||||
"Last-Translator: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>\n"
|
||||
"Language-Team: Latvian <lata-l10n@googlegroups.com>\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
|
||||
" 2);\n"
|
||||
"X-Generator: Lokalize 2.0\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Trūkst informācija par izņēmumu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Gadījās kļūda, darbinot %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Vairāk informācijas"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:527 ../plug-ins/pygimp/gimpfu.py:539
|
||||
#: ../plug-ins/pygimp/gimpfu.py:545
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "Nē"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:537 ../plug-ins/pygimp/gimpfu.py:545
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Jā"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:598 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Python-Fu datņu izvēle"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:644
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Python-Fu mapju izvēle"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:733
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "Nederīga “%s” ievade"
|
||||
@ -189,7 +189,6 @@ msgstr "N_obīdīt paleti..."
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:334
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:59
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-to-gradient.py:81
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:56
|
||||
msgid "Palette"
|
||||
msgstr "Palete"
|
||||
|
||||
@ -218,7 +217,6 @@ msgid "Hue"
|
||||
msgstr "Tonis"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:27
|
||||
#| msgid "Green or Saturation"
|
||||
msgid "Saturation"
|
||||
msgstr "Piesātinājums"
|
||||
|
||||
@ -263,12 +261,10 @@ msgid "Hue (LCHab)"
|
||||
msgstr "Tonis (LCHab)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:312
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:48
|
||||
msgid "Sort the colors in a palette"
|
||||
msgstr "Sakārot krāsas paletē"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:331
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:53
|
||||
msgid "_Sort Palette..."
|
||||
msgstr "_Kārtot paleti..."
|
||||
|
||||
@ -297,18 +293,15 @@ msgid "Slice _expression"
|
||||
msgstr "Gri_ešanas izteiksme"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:339
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:60
|
||||
msgid "Channel to _sort"
|
||||
msgstr "Kārtojamais kanāl_s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:341
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:344
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:64
|
||||
msgid "_Ascending"
|
||||
msgstr "_Augoši"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:342
|
||||
#| msgid "Channel to _sort"
|
||||
msgid "Secondary Channel to s_ort"
|
||||
msgstr "Sekundārais kārt_ojamais kanāls"
|
||||
|
||||
@ -345,83 +338,83 @@ msgid "Slice"
|
||||
msgstr "Sagriezt šķēlēs"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Sagriež attēlu pa palīglīnijām, izveido attēlus un HTML tabulas atgriezumu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Sagriezt šķēlēs..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Ceļš HTML eksportam"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Eksporta datnes nosaukums"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Attēla nosaukuma prefikss"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Attēla formāts"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Atdalīt attēla mapi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Mape attēla eksportam"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Atstarpes starp tabulas elementiem"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "Javascript notikumam “onmouseover” un klikšķim"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Izlaist animācijas tabulas malu šūnām"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Python konsole"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Pārlūkot..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Python procedūru pārlūks"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Nevar atvērt “%s” rakstīšanai — %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Nevarēja ierakstīt “%s” — %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Saglabāt Python konsoles izvadi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interaktīvs GIMP Python interpretators"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Konsole"
|
||||
|
||||
@ -452,3 +445,339 @@ msgstr "Krītošas ēnas _X pārvietojums"
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Krītošas ēnas _Y pārvietojums"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Spyro slānis"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Aplis"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Daudzstūru zvaigzne"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinuss"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Izciļņi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Statīvs"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Ietvars"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
#| msgid "Se_lections"
|
||||
msgid "Selection"
|
||||
msgstr "Iezīmējums"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Zīmulis"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Aerogrāfas"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Priekšskatījums"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Vilkums"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "PaintBrush"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Tinte"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "MyPaintBrush"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirografs"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrochoid"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Līknes tips"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Epitrochoid raksts veidojas, kad kustīgais zobrats ir ārpusē no fiksētā"
|
||||
" zobrata."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Rīks"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr "Rīks, ar kuru zīmēt rakstu. Iepriekšējais rīks vienkārši zīmē ātri."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
#| msgid "Palette to _Gradient"
|
||||
msgid "Long Gradient"
|
||||
msgstr "Garā krāsu pāreja"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Kad nav atzīmēts, pašreizējais rīka iestatījums tiks izmantots. Kad atzīmēts,"
|
||||
" izmantos garo krāsu pāreju, lai atbilstu rakstam, balstoties uz pašreizējo"
|
||||
" krāsu pāreju un atkārtošanas režīmu no krāsu pārejas rīka iestatījumiem."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Norādiet rakstu, izmantojot vienu no šīm cilnēm:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Raksts ir norādīts tikai aktīvajā cilnē. Spēļu Rīki ir līdzīgi Zobratiem, bet"
|
||||
" tie izmanto zobratus un caurumu skaitļus, kas ir atrodami Spēļu Rīkos. Ja"
|
||||
" sekojat instrukcijām no Spēļu Rīku instrukcijām, rezultātiem vajadzētu būt"
|
||||
" līdzīgiem."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Fiksētā zobrata zobu skaits. Fiksētā zobrata izmērs ir proporcionāls zobu"
|
||||
" skaitam."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Fiksētā zobrata zobi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Kustīgā zobrata zobu skaits. Kustīgā zobrata izmērs ir proporcionāls zobu"
|
||||
" skaitam."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Kustīgā zobrata zobi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
#| msgid "Percent"
|
||||
msgid "Hole percent"
|
||||
msgstr "Cauruma procenti"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Cik tālu caurums ir no kustīgā zobrata viduspunkta. 100% nozīmē ka caurums ir"
|
||||
" pie zobrata malas."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
#| msgid "File Name"
|
||||
msgid "Hole Number"
|
||||
msgstr "Cauruma numurs"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Caurums #1 ir zobrata malā. Maksimālais cauruma numur ir pie centra."
|
||||
" Maksimālais cauruma numur dažādiem zobratiem ir atšķirīgs."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Spēļu Rīki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Zobrati"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
#| msgid "Saturation"
|
||||
msgid "Rotation"
|
||||
msgstr "Rotācija"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Raksta rotācija, grādos. Sākuma pozīcija kustīgajam zobratam fiksētajā"
|
||||
" zobratā."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Figūra"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Fiksētā zobrata forma, kuru izmantot iekš pašreizējās izvēles. Statīvs ir"
|
||||
" gara, noapaļota figūra, kas ir atrodama Spēļu Rīkos. Ietvars ietver robežas"
|
||||
" taisnstūra izvēlē, izmantojiet hole=100 Zobratu notācijā, lai pieskartos"
|
||||
" malām. Izvēle ietvers pašreizējās izvēles robežas — mēģiniet kaut ko"
|
||||
" ne-taisnstūrveida."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Puses"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Figūras malu skaits."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Morfēt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Morfēt fiksētā zobrata formu. Ietekmē tikai dažās formas."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Fiksēt zobratu pagriešana, grādos"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Apmale (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Apmale no izvēlējuma malas"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Padarīt platumu un augstumu vienādu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Kad nav atzīmēts, raksts aizpildīs pašreizējo attēlu vai iezīmējumu. Kad"
|
||||
" atzīmēts, rakstam būs vienāds platums un augstums, un tas būs centrēts."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Pārzīmēt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Ja maināt kāda rīka iestatījumus, maināt krāsu vai iezīmējumu, spiediet šo,"
|
||||
" lai priekšskatītu, kā izskatīsies raksts."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Atiestatīt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Atcelt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Labi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Paturēt\n"
|
||||
"Slāni"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Ja atzīmēts, kad ir piespiesta poga “Labi”, spyro slānis tiks paturēts un"
|
||||
" spraudnis ātri izies. Ja nav atzīmēts, spyro slānis tiks izdzēsts un raksts"
|
||||
" tiks pārzīmēts uz slāņa, kas bija aktīvs pirms tika palaists spraudnis."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spyrogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr "Zīmēt spirografus, izmantojot pašreizējo rīku iestatījumus un izvēli."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Līknes raksts"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Fiksēts zobrats"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Izmērs"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Renderēšanas raksts"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Lūdzu, uzgaidiet — renderē rakstu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spyrogimp..."
|
||||
|
||||
|
342
po-python/mr.po
342
po-python/mr.po
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2018-07-29 18:06+0000\n"
|
||||
"POT-Creation-Date: 2019-03-16 10:11+0000\n"
|
||||
"PO-Revision-Date: 2018-07-07 14:57+0000\n"
|
||||
"Last-Translator: Snehalata B Shirude <snehalata.shirude@gmail.com>\n"
|
||||
"Language-Team: Marathi\n"
|
||||
@ -64,7 +64,7 @@ msgstr "रंगीत एक्सएचटीएमएल [XHTML] म्ह
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:186
|
||||
msgid "Save as colored XHTML"
|
||||
msgstr "रंगीत एक्सएचटीएमएल म्हणून जतन करा "
|
||||
msgstr "रंगीत एक्सएचटीएमएल यास्वरुपात साठवा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:191
|
||||
msgid "Colored XHTML"
|
||||
@ -92,7 +92,7 @@ msgstr "_धारिका वाचण्यासाठी किंवा
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:204
|
||||
msgid "Fo_nt size in pixels"
|
||||
msgstr "दृश्यबिंदूमध्ये टं_क आकारमान"
|
||||
msgstr "चित्रकणांमध्ये [पिक्सेल] टं_क आकारमान"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205
|
||||
msgid "_Write a separate CSS file"
|
||||
@ -108,7 +108,7 @@ msgstr "धारिकेचे नाव"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:88
|
||||
msgid "Exports the image histogram to a text file (CSV)"
|
||||
msgstr "प्रतिमा स्तंभालेख एका मजकूर धरिकेमध्ये (सीएसव्ही) निर्यात करा"
|
||||
msgstr "प्रतिमा स्तंभालेख एका मजकूर धारिकेमध्ये (सीएसव्ही) निर्यात करा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:93
|
||||
msgid "_Export histogram..."
|
||||
@ -120,7 +120,7 @@ msgstr "_प्रतिमा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:96
|
||||
msgid "_Drawable"
|
||||
msgstr "_चित्रीकरणायोग्य"
|
||||
msgstr "_रेखांकनायोग्य"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:97
|
||||
msgid "Histogram _File"
|
||||
@ -128,7 +128,7 @@ msgstr "स्तंभालेख _धारिका"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:98
|
||||
msgid "_Bucket Size"
|
||||
msgstr "_बादलीचे [बकेटचे] आकारमान "
|
||||
msgstr "_रंगाच्या वाटीचे [बकेट] आकारमान "
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:99
|
||||
msgid "Sample _Average"
|
||||
@ -140,7 +140,7 @@ msgstr "आउटपुट स्वरुप"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:101
|
||||
msgid "Pixel count"
|
||||
msgstr "दृश्यबिंदू संख्या"
|
||||
msgstr "चित्रकण [पिक्सेल] संख्या"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:102
|
||||
msgid "Normalized"
|
||||
@ -342,8 +342,7 @@ msgstr "तुकडे [स्लाईस]"
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"त्याच्या विभाजकांसह एक प्रतिमा कापून, प्रतिमा आणि लहान तुकड्यांची एचटीएमएल तक्ता "
|
||||
"बनवते "
|
||||
"त्याच्या विभाजकांसह एक प्रतिमा कापून, प्रतिमा आणि लहान तुकड्यांची एचटीएमएल तक्ता बनवते "
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
@ -410,7 +409,7 @@ msgstr "लिहू शकत नाही '%s': %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "पायथॉन-फू आज्ञापटल [कन्सोल] आउटपुट जतन [सेव्ह] करा"
|
||||
msgstr "पायथॉन-फू आज्ञापटल [कन्सोल] आउटपुट साठवा [सेव्ह]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
@ -447,3 +446,326 @@ msgstr "पडछाया [शॅडो] टाकून _एक्स वि
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "पडछाया [शॅडो] टाकून _वाय विस्थापन [डिस्प्लेसमेंट]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "स्पायरो स्तर"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "वर्तृळ"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "बहुभुज-चांदणी"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "साइन"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "अडथळे [बम्प्स]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "मांडणी [रॅक]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "चौकट [फ्रेम]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "निवड"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "पेन्सिल"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "फवारा कुंचला"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "पूर्वावलोकन"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "फटकारा [स्ट्रोक]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "रंग कुंचला"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "शाई"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "मायपेंट कुंचला"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "स्पायरोग्राफ"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrochoid"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "वक्र प्रकार"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr "Epitrochoid नमुना म्हणजे जेव्हा हलणारा गियर निश्चित गियरच्या बाहेर असतो."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "साधन"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr "साधनासह कोणता नमुना काढावा. पूर्वावलोकन साधन फक्त वेगाने काढते."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "लांब रंगछटा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"तपासले नसल्यावर [अनचेक], वर्तमान साधन सेटिंग्ज वापरल्या जातील. तपासल्यावर, रंगछटा "
|
||||
"[ग्रेडियंट] साधन सेटिंग्जवरील वर्तमान रंगछटा आणि पुन्हा करा रीतीच्या आधारावर, नमुन्याच्या "
|
||||
"लांबीशी जुळण्यासाठी दीर्घ रंगछटेचा [ग्रेडियंट] वापर करेल."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "खालील उपपटलापैकी [टॅब] एक वापरुन नमुना निर्दिष्ट करा:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"नमुना केवळ सक्रिय उपपटलाद्वारे [टॅब] निर्दिष्ट केला आहे. खेळण्यांचा संच [टॉय किट] "
|
||||
"गियरसारखाच आहे, परंतु ते खेळण्यांमध्ये सापडलेल्या गियर आणि छिद्रांची संख्या वापरते. आपण "
|
||||
"खेळण्यांच्या संच हस्तलिखितामधील [मॅन्यूअल] निर्देशांचे अनुसरण केल्यास, परिणाम समान असले "
|
||||
"पाहिजेत."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"निश्चित गिअरच्या दातांची संख्या. निश्चित गिअरचा आकार दातांच्या संख्येशी प्रमाणबद्ध आहे."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "निश्चित गिअर दात"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"हलणाऱ्या गिअरच्या दातांची संख्या. हलणाऱ्या गिअरचा आकार दातांच्या संख्येशी प्रमाणबद्ध आहे."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "गिअर दात हलवित आहे"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "छिद्र टक्के"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"हलणाऱ्या गिअरच्या मध्यभागापासून छिद्र किती लांब आहे. १००% याचा अर्थ छिद्र गिअरच्या "
|
||||
"कडेला आहे."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "छिद्र क्रमांक"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"छिद्र #१ गिअरच्या कडेला आहे. जास्तीत जास्त छिद्र क्रमांक मध्यभागी आहे. प्रत्येक गिअरसाठी "
|
||||
"जास्तीत जास्त छेद क्रमांक भिन्न असतो."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "खेळण्यांचा संच [टॉय किट]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "गिअर"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "परिभ्रमण [रोटेशन]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr "नमुन्याचे परिभ्रमण, अंशामध्ये. निश्चित गिअरमध्ये हलणाऱ्या गिअरची प्रारंभिक स्थिती."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "आकार"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"वर्तमान निवडीच्या आत निश्चित गिअरचा आकार वापरला जाईल. मांडणी [रॅक] हे खेळण्यांच्या "
|
||||
"संचामध्ये [टॉय किट] दिलेले लांब गोल-कडा आकाराचे आहे. चौकट आयताकृती निवडीच्या सीमांना "
|
||||
"जोडते, सीमा स्पर्श करण्यासाठी गिअर चिन्हांकनामध्ये [नोटेशन] छिद्र=१०० वापरा. निवड "
|
||||
"वर्तमान निवडीची सीमा ओलांडेल - काही आयताकृती नसलेले वापरून पहा."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "बाजू"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "आकाराच्या बाजूंची संख्या."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "रूप [मॉर्फ]"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "रूप [मॉर्फ] निश्चित गिअर आकार. केवळ काही आकारांवर प्रभाव टाकतो."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "निश्चित गिअरचे परिभ्रमण, अंशामध्ये"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "समास [मार्जिन] (पीएक्स)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "निवडीच्या कडांपासून समास [मार्जिन]."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "रुंदी आणि उंची समान करा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"तपासले नसल्यावर [अनचेक], नमुना वर्तमान प्रतिमेला किंवा निवडीला भरेल. तपासल्यावर, "
|
||||
"नमुन्याची रूंदी आणि उंची समान असेल, आणि केंद्रीत होईल."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "पुन्हा काढा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"आपण एखाद्या साधनाची सेटिंग्ज बदलल्यास, नमुना कसा दिसेल याचे पूर्वावलोकन करण्यासाठी, रंग "
|
||||
"बदला, किंवा निवड बदला, हे दाबा."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "पूर्ववत करा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "रद्द करा"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "ठीक आहे"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"ठेवा\n"
|
||||
"स्तर"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"तपासल्यास, ठीक आहे एकदा दाबले की, स्पायरो स्तर ठेवला जातो, आणि जोडणी [प्लग-इन] "
|
||||
"द्रुतपणे निघून जाते. तपासले नसल्यास [अनचेक], स्पायरो स्तर हटविला जाईल, आणि जोडणी [प्लग-"
|
||||
"इन] सुरु झाल्यानंतर [लॉन्च] सक्रिय असलेल्या स्तरावर नमुना पुन्हा काढला जाईल."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "स्पायरोगिम्प"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr "वर्तमान साधन सेटिंग्ज आणि निवड वापरुन स्पायरोग्राफ काढा."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "वक्र नमुना"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "निश्चित गिअर"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "आकार"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "नमुना प्रस्तुत करीत आहे"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "कृपया प्रतिक्षा करा: नमुना प्रस्तुत करीत आहे"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "स्पायरोगिम्प..."
|
||||
|
385
po-python/pl.po
385
po-python/pl.po
@ -1,19 +1,19 @@
|
||||
# Polish translation for gimp-python.
|
||||
# Copyright © 1999-2017 the gimp authors.
|
||||
# Copyright © 1999-2019 the gimp authors.
|
||||
# This file is distributed under the same license as the gimp package.
|
||||
# GNOME PL Team <translators@gnomepl.org>, 1999-2005.
|
||||
# Artur Polaczyński <artie@kmfms.com>, 1999, 2000.
|
||||
# Hubert Stachurski <hubi@forest.sggw.waw.pl>, 2008.
|
||||
# Bartosz Kosiorek <gang65@poczta.onet.pl>, 2005-2011.
|
||||
# Piotr Drąg <piotrdrag@gmail.com>, 2011-2017.
|
||||
# Aviary.pl <community-poland@mozilla.org>, 2011-2017.
|
||||
# Piotr Drąg <piotrdrag@gmail.com>, 2011-2019.
|
||||
# Aviary.pl <community-poland@mozilla.org>, 2011-2019.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2017-03-26 21:21+0200\n"
|
||||
"PO-Revision-Date: 2017-03-26 21:22+0200\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-02-02 14:40+0100\n"
|
||||
"PO-Revision-Date: 2019-02-02 14:42+0100\n"
|
||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
||||
"Language-Team: Polish <community-poland@mozilla.org>\n"
|
||||
"Language: pl\n"
|
||||
@ -343,82 +343,82 @@ msgid "Slice"
|
||||
msgstr "Przycinanie"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr "Obcina obraz wzdłuż prowadnic, tworzy obrazy i fragmenty tabel HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Przytnij…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Ścieżka do eksportu HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Nazwa pliku do wyeksportowania"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Przedrostek nazwy obrazu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Format obrazu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Rozdziela katalog obrazu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Katalog do wyeksportowania obrazów"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Odstęp między elementami tablicy"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "JavaScript dla zdarzeń „onmouseover” i „clicked”"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Pomija animację dla tabel"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Konsola języka Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Przeglądaj…"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:144
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Przeglądarka procedur języka Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:173
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Nie można otworzyć „%s” do zapisania: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:188
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Nie można zapisać do „%s”: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:196
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Zapis wyjścia konsoli Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:222
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interaktywny interpreter języka Python dla programu GIMP"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:227
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Konsola"
|
||||
|
||||
@ -449,3 +449,338 @@ msgstr "_Poziome przesunięcie cienia"
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Pi_onowe przesunięcie cienia"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Warstwa Spyro"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Okrąg"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Wielokąt — gwiazda"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Wypukłości"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Stojak"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Ramka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Zaznaczenie"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Ołówek"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Aerograf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Podgląd"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Kreska"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Pędzel"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Stalówka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "Pędzel programu MyPaint"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirogram"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrochoida"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Typ krzywej"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Wzór epitrochoidy powstaje, kiedy ruchoma zębatka jest poza stałą zębatką."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Narzędzie"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Narzędzie, za pomocą którego rysować wzór. Narzędzie „Podgląd” po prostu "
|
||||
"rysuje szybko."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Długi gradient"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Jeśli odznaczono, to będą używane obecne ustawienia narzędzia. Zaznaczenie "
|
||||
"spowoduje użycie długiego gradientu, aby dopasować do długości wzoru na "
|
||||
"podstawie obecnego gradientu i trybu powtarzania z ustawień gradientu."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Określenie wzoru za pomocą jednej z tych kart:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Wzór jest określony tylko przez aktywną kartę. Toy Kit jest podobny do "
|
||||
"Zębatek, ale używa zębatek i numerów otworów, jakie można znaleźć "
|
||||
"w zabawkach. Jeśli używane są instrukcje z podręczników zabawek, to wyniki "
|
||||
"powinny być podobne."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Liczba zębów stałej zębatki. Rozmiar stałej zębatki jest proporcjonalny do "
|
||||
"liczby zębów."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Zęby stałej zębatki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Liczba zębów ruchomej zębatki. Rozmiar ruchomej zębatki jest proporcjonalny "
|
||||
"do liczby zębów."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Zęby ruchomej zębatki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Procent otworu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Jak daleko otwór jest od środka ruchomej zębatki. 100% oznacza, że otwór "
|
||||
"jest na krawędzi zębatki."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Liczba otworu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Otwór o numerze 1 jest na krawędzi zębatki. Maksymalny numer otworu jest "
|
||||
"blisko środka. Maksymalny numer otworu jest różny dla każdej zębatki."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Toy Kit"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Zębatki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Obrót"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Obrót wzoru w stopniach. Pozycja początkowa ruchomej zębatki w stałej "
|
||||
"zębatce."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Kształt"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Kształt stałej zębatki używany wewnątrz obecnego zaznaczenia. Stojak to "
|
||||
"długi, obły kształt zawarty w zabawkach. Ramka przytula granice zaznaczenia "
|
||||
"prostokątnego, używa otworu o wartości 100 w notacji zębatek, aby dotknąć "
|
||||
"granicy. Zaznaczenie przytuli granice obecnego zaznaczenia — można spróbować "
|
||||
"coś nieprostokątnego."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Strony"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Liczba stron kształtu."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Przekształcenie"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr ""
|
||||
"Przekształcenie kształtu stałej zębatki. Ma wpływ tylko na część kształtów."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Obrót stałej zębatki w stopniach"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Margines (piksele)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Margines od krawędzi zaznaczenia."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Równa szerokość i wysokość"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Jeśli jest odznaczone, to wzór wypełni obecny obraz lub zaznaczenie. "
|
||||
"Zaznaczenie spowoduje, że wzór będzie miał tę samą szerokość i wysokość "
|
||||
"i będzie wyśrodkowany."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Ponowne rysowanie"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Jeśli zmieniono ustawienia narzędzia, kolor lub zaznaczenie, to kliknięcie "
|
||||
"tego wyświetli podgląd, jak wzór będzie wyglądał."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Przywróć"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Anuluj"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Zachowanie\n"
|
||||
"warstwy"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Jeśli zaznaczono, to po kliknięciu OK warstwa Spyro zostanie zachowana, "
|
||||
"a wtyczka szybko zakończy działanie. Odznaczenie spowoduje, że warstwa Spyro "
|
||||
"zostanie usunięta, a wzór jest ponownie rysowany na warstwie, która była "
|
||||
"aktywna podczas uruchomienia wtyczki."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spyrogimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Rysowanie spirogramów za pomocą obecnych ustawień narzędzia i zaznaczenia."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Wzór krzywej"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Stała zębatka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Rozmiar"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Rysowanie wzoru"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Proszę czekać: rysowanie wzoru"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spyrogimp…"
|
||||
|
371
po-python/sl.po
371
po-python/sl.po
@ -4,57 +4,57 @@
|
||||
# This file is distributed under the same license as the GIMP package.
|
||||
#
|
||||
# Nedeljko Grabant <nedeljkograbant@gmail.com>, 2007.
|
||||
# Martin Srebotnjak <miles@filmsi.net>, 2007 - 2014.
|
||||
# Martin Srebotnjak <miles@filmsi.net>, 2007–2019.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP-Python master\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2014-02-08 18:39+0000\n"
|
||||
"PO-Revision-Date: 2014-02-09 00:16+0200\n"
|
||||
"Language-Team: Martin Srebotnjak <miles@filmsi.net>\n"
|
||||
"POT-Creation-Date: 2019-03-16 10:11+0000\n"
|
||||
"PO-Revision-Date: 2019-03-17 16:19+0100\n"
|
||||
"Language-Team: sl.libreoffice.org\n"
|
||||
"Language: sl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
|
||||
"X-Poedit-Language: Slovenian\n"
|
||||
"X-Poedit-Country: SLOVENIA\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
|
||||
"%100==4 ? 3 : 0);\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
"X-Project-Style: gnome\n"
|
||||
"Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "Manjkajo podatki o izjemi"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "Prišlo je do napake med izvajanjem %s"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Več podrobnosti"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:526 ../plug-ins/pygimp/gimpfu.py:538
|
||||
#: ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "Ne"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:536 ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Da"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:597 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Izbor datoteke Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:643
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Izbor mape Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:732
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "Neveljaven vnos za '%s'"
|
||||
@ -308,7 +308,6 @@ msgid "_Ascending"
|
||||
msgstr "N_araščajoče"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:342
|
||||
#| msgid "Channel to _sort"
|
||||
msgid "Secondary Channel to s_ort"
|
||||
msgstr "Sekundarni kanal za ra_zvrščanje"
|
||||
|
||||
@ -345,84 +344,84 @@ msgid "Slice"
|
||||
msgstr "Nareži"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Nareže sliko po njenih vodilih, ustvari ločene slike in izrezek kode za "
|
||||
"tabelo HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Nareži ..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "Pot za izvoz HTML"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Filename for export"
|
||||
msgstr "Ime datoteke za izvoz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Predpona imena slike"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Oblika slike"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Ločena mapa slike"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Mapa za izvoz slike"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Presledek med elementi tabele"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr "Javascript za dogodka klika in miške nad elementom"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Preskoči animacijo za začetnice tabele"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Konzola Pythona"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "Pre_brskaj ..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Brskalnik procedur Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "'%s' ni mogoče odpreti za pisanje: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "Ni mogoče pisati v '%s': %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Shrani izhod konzole Python-Fu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Interaktivni tolmač GIMP za Python"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Konzola"
|
||||
|
||||
@ -453,3 +452,303 @@ msgstr "Oddaljenost padle sence _X"
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Oddaljenost padle sence _Y"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Krog"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr ""
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinus"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Izbokline"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Izbor"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Svinčnik"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Barvna pršilka"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Predogled"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Poteza"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Slikarski čopič"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Črnilo"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirograf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrohoida"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Vrsta krivulje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Orodje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
#, fuzzy
|
||||
msgid "Long Gradient"
|
||||
msgstr "Dolgi preliv"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Odstotek luknje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Številka luknje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Sukanje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Oblika"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Ponovno nariši"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Ponastavi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Prekliči"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "V redu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Ohrani\n"
|
||||
"plast"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spiro-gimp"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Vzorec krivulje"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr ""
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Velikost"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Upodabljanje vzorca"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Prosimo, počakajte: upodabljanje vzorca"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spiro-gimp ..."
|
||||
|
464
po-python/tr.po
464
po-python/tr.po
@ -1,60 +1,65 @@
|
||||
# translation of gimp-python to Turkish
|
||||
# This file is distributed under the same license as the gimp-python package.
|
||||
# Turkish translation for GIMP
|
||||
#
|
||||
# Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2019 gimp's COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the gimp package.
|
||||
#
|
||||
# Ömer Fadıl USTA <omer_fad@hotmail.com>, 2002.
|
||||
# Fatih Demir <kabalak@gtranslator.org>, 2001.
|
||||
# Alper Ersoy <aersoy@tfz.net>, 2001.
|
||||
# Muhammet Kara <muhammetk@gmail.com>, 2012, 2014.
|
||||
# Necdet Yücel <necdetyucel@gmail.com>, 2015.
|
||||
# Sabri Ünal <libreajans@gmail.com>, 2019.
|
||||
# Emin Tufan Çetin <etcetin@gmail.com>, 2019.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP 1.3.5\n"
|
||||
"Project-Id-Version: GIMP python gimp-2-10\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2015-01-07 18:22+0000\n"
|
||||
"PO-Revision-Date: 2015-01-11 00:45+0000\n"
|
||||
"Last-Translator: Necdet Yücel <necdetyucel@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-05-10 15:40+0000\n"
|
||||
"PO-Revision-Date: 2019-05-11 01:29+0300\n"
|
||||
"Last-Translator: Sabri Ünal <libreajans@gmail.com>\n"
|
||||
"Language-Team: Türkçe <gnome-turk@gnome.org>\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Pootle 2.5.1.1\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-POOTLE-MTIME: 1420937120.000000\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:394
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
msgstr "İstisna bilgisi eksik"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:403
|
||||
#: ../plug-ins/pygimp/gimpfu.py:404
|
||||
#, python-format
|
||||
msgid "An error occurred running %s"
|
||||
msgstr "%s çalıştırılırken bir hata meydana geldi"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:414
|
||||
#: ../plug-ins/pygimp/gimpfu.py:415
|
||||
msgid "_More Information"
|
||||
msgstr "_Daha Fazla Bilgi"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:526 ../plug-ins/pygimp/gimpfu.py:538
|
||||
#: ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:528 ../plug-ins/pygimp/gimpfu.py:540
|
||||
#: ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "No"
|
||||
msgstr "Hayır"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:536 ../plug-ins/pygimp/gimpfu.py:544
|
||||
#: ../plug-ins/pygimp/gimpfu.py:538 ../plug-ins/pygimp/gimpfu.py:546
|
||||
msgid "Yes"
|
||||
msgstr "Evet"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:597 ../plug-ins/pygimp/gimpui.py:223
|
||||
#: ../plug-ins/pygimp/gimpfu.py:599 ../plug-ins/pygimp/gimpui.py:223
|
||||
msgid "Python-Fu File Selection"
|
||||
msgstr "Python-Fu Dosya Seçimi"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:643
|
||||
# Folder: Komut satırında Dizin, Arayüzde Klasör
|
||||
#: ../plug-ins/pygimp/gimpfu.py:648
|
||||
msgid "Python-Fu Folder Selection"
|
||||
msgstr "Python-Fu Klasör Seçimi"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:732
|
||||
#: ../plug-ins/pygimp/gimpfu.py:737
|
||||
#, python-format
|
||||
msgid "Invalid input for '%s'"
|
||||
msgstr "'%s' için geçersiz girdi"
|
||||
@ -97,7 +102,7 @@ msgstr "Okunacak _dosya ya da kullanılacak karakterler"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:204
|
||||
msgid "Fo_nt size in pixels"
|
||||
msgstr "Piksel ci_nsinden yazı tipi boyutu"
|
||||
msgstr "Piksel olarak _yazı tipi boyutu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/colorxhtml.py:205
|
||||
msgid "_Write a separate CSS file"
|
||||
@ -115,9 +120,10 @@ msgstr "Dosya İsmi"
|
||||
msgid "Exports the image histogram to a text file (CSV)"
|
||||
msgstr "Görüntü histogramını bir metin dosyasına aktar (CSV)"
|
||||
|
||||
# komut olduğu için Başlık Düzeni tercih edildi
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:93
|
||||
msgid "_Export histogram..."
|
||||
msgstr "_Histogramı dışa aktar..."
|
||||
msgstr "_Histogramı Dışa Aktar..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:95
|
||||
msgid "_Image"
|
||||
@ -145,7 +151,7 @@ msgstr "Çıktı biçimi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:101
|
||||
msgid "Pixel count"
|
||||
msgstr "Benek sayısı"
|
||||
msgstr "Piksel sayısı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/histogram-export.py:102
|
||||
msgid "Normalized"
|
||||
@ -165,7 +171,7 @@ msgstr "_Sis..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/foggify.py:66
|
||||
msgid "_Layer name"
|
||||
msgstr "_Katman ismi"
|
||||
msgstr "_Katman adı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/foggify.py:66
|
||||
msgid "Clouds"
|
||||
@ -181,8 +187,9 @@ msgstr "_Hava Boşluğu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/foggify.py:69
|
||||
msgid "Op_acity"
|
||||
msgstr "Işık Geçi_rmezlik"
|
||||
msgstr "_Matlık"
|
||||
|
||||
# fuzzy: aşağıdaki 4 offset çevirisi kontrol edilecek
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-offset.py:44
|
||||
msgid "Offset the colors in a palette"
|
||||
msgstr "Bir paletteki renkleri dengele"
|
||||
@ -216,14 +223,13 @@ msgstr "Mavi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:26
|
||||
msgid "Luma (Y)"
|
||||
msgstr "Luma (Y)"
|
||||
msgstr "Renk Parl. (Y)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:27
|
||||
msgid "Hue"
|
||||
msgstr "Ton"
|
||||
msgstr "Renk tonu"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:27
|
||||
#| msgid "Green or Saturation"
|
||||
msgid "Saturation"
|
||||
msgstr "Doygunluk"
|
||||
|
||||
@ -237,7 +243,7 @@ msgstr "Doygunluk (HSL)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:28
|
||||
msgid "Lightness (HSL)"
|
||||
msgstr "Aydınlık (HSL)"
|
||||
msgstr "Açıklık (HSL)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:29
|
||||
msgid "Index"
|
||||
@ -245,11 +251,11 @@ msgstr "Dizin"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:30
|
||||
msgid "Random"
|
||||
msgstr "Rasgele"
|
||||
msgstr "Rastgele"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:81
|
||||
msgid "Lightness (LAB)"
|
||||
msgstr "Aydınlık (LAB)"
|
||||
msgstr "Açıklık (LAB)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:82
|
||||
msgid "A-color"
|
||||
@ -261,15 +267,15 @@ msgstr "B-renk"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:83
|
||||
msgid "Chroma (LCHab)"
|
||||
msgstr "Parlaklık (LCHab)"
|
||||
msgstr "Renk saflığı (LCHab)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:84
|
||||
msgid "Hue (LCHab)"
|
||||
msgstr "Ton (LCHab)"
|
||||
msgstr "Renk tonu (LCHab)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:312
|
||||
msgid "Sort the colors in a palette"
|
||||
msgstr "Bir paletteki renkleri sırala"
|
||||
msgstr "Paletteki renkleri sırala"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:331
|
||||
msgid "_Sort Palette..."
|
||||
@ -289,7 +295,7 @@ msgstr "Dilim / Dizi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:336
|
||||
msgid "Autoslice (fg->bg)"
|
||||
msgstr "Otomatik dilimle (fg->bg)"
|
||||
msgstr "Kendiliğinden dilimle (ÖA->AA)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:337
|
||||
msgid "Partitioned"
|
||||
@ -309,9 +315,8 @@ msgid "_Ascending"
|
||||
msgstr "_Artan"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:342
|
||||
#| msgid "Channel to _sort"
|
||||
msgid "Secondary Channel to s_ort"
|
||||
msgstr "Sıralanacak ikincil kanal"
|
||||
msgstr "_Sıralanacak İkincil Kanal"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:345
|
||||
msgid "_Quantization"
|
||||
@ -319,7 +324,7 @@ msgstr "_Niceleme"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:346
|
||||
msgid "_Partitioning channel"
|
||||
msgstr "_Kanal bölümleme"
|
||||
msgstr "Bölümleme _kanalı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/palette-sort.py:348
|
||||
msgid "Partition q_uantization"
|
||||
@ -346,96 +351,98 @@ msgid "Slice"
|
||||
msgstr "Dilimle"
|
||||
|
||||
#. table snippet means a small piece of HTML code here
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:420
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:421
|
||||
msgid "Cuts an image along its guides, creates images and a HTML table snippet"
|
||||
msgstr ""
|
||||
"Bir görüntüyü rehberi boyunca keser, görüntüyü ve bir HTML tablosu parçası "
|
||||
"Bir görüntüyü kılavuz boyunca keser, görüntüyü ve bir HTML tablosu parçası "
|
||||
"oluşturur"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:431
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:432
|
||||
msgid "_Slice..."
|
||||
msgstr "_Dilimle..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:436
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Path for HTML export"
|
||||
msgstr "HTML dışa aktarımı için yol"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:437
|
||||
msgid "Filename for export"
|
||||
msgstr "Dışa aktarım için dosya ismi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:438
|
||||
msgid "Image name prefix"
|
||||
msgstr "Görüntü ismi öneki"
|
||||
msgid "Filename for export"
|
||||
msgstr "Dışa aktarım için dosya adı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:439
|
||||
msgid "Image name prefix"
|
||||
msgstr "Görüntü adı öneki"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
msgid "Image format"
|
||||
msgstr "Görüntü biçimi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:440
|
||||
# Folder: Komut satırında Dizin, Arayüzde Klasör
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:441
|
||||
msgid "Separate image folder"
|
||||
msgstr "Görüntü klasörünü ayır"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:442
|
||||
# Folder: Komut satırında Dizin, Arayüzde Klasör
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
msgid "Folder for image export"
|
||||
msgstr "Görüntü dışa aktarımı için klasör"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:443
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:444
|
||||
msgid "Space between table elements"
|
||||
msgstr "Tablo elemanları arasındaki boşluk"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:445
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:446
|
||||
msgid "Javascript for onmouseover and clicked"
|
||||
msgstr ""
|
||||
"onmouseover (fare ile üzerine gelindiğinde) ve clicked (tıklandığında) için "
|
||||
"Javascript"
|
||||
|
||||
#. table caps are table cells on the edge of the table
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:448
|
||||
#: ../plug-ins/pygimp/plug-ins/py-slice.py:449
|
||||
msgid "Skip animation for table caps"
|
||||
msgstr "Tablo resimleri için canlandırmayı geç"
|
||||
msgstr "Tablo başlıkları için canlandırmayı geç"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:56
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:57
|
||||
msgid "Python Console"
|
||||
msgstr "Python Uçbirimi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:60
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:61
|
||||
msgid "_Browse..."
|
||||
msgstr "_Gözat..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:138
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:154
|
||||
msgid "Python Procedure Browser"
|
||||
msgstr "Python Süreç Tarayıcısı"
|
||||
msgstr "Python Yordam Tarayıcı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:167
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:183
|
||||
#, python-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "'%s', yazma için açılamadı: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:182
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:198
|
||||
#, python-format
|
||||
msgid "Could not write to '%s': %s"
|
||||
msgstr "'%s'ye yazılamadı: %s"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:190
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:206
|
||||
msgid "Save Python-Fu Console Output"
|
||||
msgstr "Python-Fu Uçbirim Çıktısını Kaydet"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:216
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:232
|
||||
msgid "Interactive GIMP Python interpreter"
|
||||
msgstr "Etkileşimli GIMP Python yorumlayıcısı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:221
|
||||
#: ../plug-ins/pygimp/plug-ins/python-console.py:237
|
||||
msgid "_Console"
|
||||
msgstr "_Uçbirim"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:60
|
||||
msgid "Add a drop shadow to a layer, and optionally bevel it"
|
||||
msgstr "Bir katmana gölge düşür ve tercihen ona şev ver"
|
||||
msgstr "Bir katmana gölge ve tercihen eğim ver"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:65
|
||||
msgid "_Drop Shadow and Bevel..."
|
||||
msgstr "_Gölge Düşür ve Şev Ver..."
|
||||
msgstr "_Gölge Düşür ve Eğim Ver..."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:70
|
||||
msgid "_Shadow blur"
|
||||
@ -443,19 +450,348 @@ msgstr "_Gölge bulanıklığı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:71
|
||||
msgid "_Bevel"
|
||||
msgstr "_Şev Ver"
|
||||
msgstr "_Eğim"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:72
|
||||
msgid "_Drop shadow"
|
||||
msgstr "_Gölge düşür"
|
||||
|
||||
# displacement kelimesi burada, genelden farklı olarak eksen olarak çevrilmiştir
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:73
|
||||
msgid "Drop shadow _X displacement"
|
||||
msgstr "_X ekseninde gölge düşür"
|
||||
msgstr "_X eksenine gölge düşür"
|
||||
|
||||
# displacement kelimesi burada, genelden farklı olarak eksen olarak çevrilmiştir
|
||||
#: ../plug-ins/pygimp/plug-ins/shadow_bevel.py:74
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "_Y ekseninde gölge düşür"
|
||||
msgstr "_Y eksenine gölge düşür"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Spyro Katman"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Daire"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Poligon-Yıldız"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Sinüs"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Tümsekler"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Raf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Çerçeve"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
msgid "Selection"
|
||||
msgstr "Seçim"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Kalem"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Hava Fırçası"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Önizle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Darbe"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Boya Fırçası"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Mürekkep"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "MyPaintBrush"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirograf"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Epitrokoit"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Lissajous"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Eğri Türü"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Epitrokoit deseni, hareketli dişlinin sabit dişlinin dışında olduğu zamandır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Araç"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Desenin çizileceği araç. Önizleme aracı yalnızca hızlı bir şekilde çizer."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
msgid "Long Gradient"
|
||||
msgstr "Uzun Renk Geçişi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Seçili olmadığında, geçerli araç ayarları kullanılacaktır. İşaretlendiğinde, "
|
||||
"desenin uzunluğunu eşleştirmek için uzun bir renk geçişi, geçerli renk "
|
||||
"geçişi ve renk geçişi aracı ayarlarından yineleme kipine göre kullanır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Aşağıdaki sekmelerden birini kullanarak deseni belirtin:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Desen yalnızca etkin sekme ile belirlenir. Oyuncak Seti, Dişlilere benzer, "
|
||||
"ancak oyuncak setinde bulunan dişli ve delik numaralarını kullanır. Oyuncak "
|
||||
"seti kılavuzlarındaki talimatları izlerseniz, sonuçlar benzer olmalıdır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Sabit dişli diş sayısı. Sabit dişlinin boyutu diş sayısıyla orantılıdır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Sabit Dişli Dişleri"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Hareketli dişlilerin diş sayısı. Hareket eden dişlinin boyutu diş sayısıyla "
|
||||
"orantılıdır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Hareketli Dişli Dişleri"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
msgid "Hole percent"
|
||||
msgstr "Delik yüzdesi"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Delik, hareketli dişlinin merkezinden ne kadar uzakta. %100, deliğin "
|
||||
"dişlinin kenarında olduğu anlamına gelir."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
msgid "Hole Number"
|
||||
msgstr "Delik Sayısı"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Delik #1 dişlinin kenarında. Azami delik sayısı merkeze yakındır. Her dişli "
|
||||
"için azami delik sayısı farklıdır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Oyuncak Seti"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Dişler"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation"
|
||||
msgstr "Döndürme"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Desenin döndürülme açısı, derece cinsinden. Sabit dişlide, hareketli "
|
||||
"dişlinin başlangıç konumu."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Şekil"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Geçerli seçimde kullanılacak sabit dişli şekli. Raf, oyuncak setlerinde "
|
||||
"sağlanan uzun yuvarlak kenarlı bir şekildir. Çerçeve, dikdörtgen seçimin "
|
||||
"sınırlarına sarılır, sınırlara dokunmak için Dişli notasyonunda delik=100 "
|
||||
"kullanın. Seçim, geçerli seçimin sınırlarına sarılacak - dikdörtgen olmayan "
|
||||
"bir şey deneyin."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Yanlar"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Şeklin yan sayısı."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Şekil değiştir"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Sabit dişli şeklini değiştir. Yalnızca bazı şekilleri etkiler."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Sabit dişlinin döndürülme açısı, derece olarak"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Boşluk (px)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Seçim kenarından boşluk."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Genişliği ve yüksekliği eşitle"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Seçili olmadığında, desen geçerli görseli veya seçimi doldurur. "
|
||||
"İşaretlendiğinde, desen aynı genişliğe ve yükseklikte olur ve ortalanır."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Yeniden Çiz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Eğer ki bir aracın ayarlarını, rengi veya seçimi değiştirirseniz, deseni "
|
||||
"önizlemek için bu düğmeye basın."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Sıfırla"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "İptal"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Tamam"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr "Katmanı Koru"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"İşaretliyse, Tamam düğmesine bir kez basıldığında, spyro katmanı tutulur ve "
|
||||
"eklenti hızlıca çıkar. İşaretlenmezse, spyro katmanı silinir ve eklenti "
|
||||
"başlatıldığında etkin olan katman üzerinde desen yeniden çizilir."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Spyrogimp"
|
||||
|
||||
# Menü ipucu olduğu için cümle sonunda nokta bulunmaması gerekiyor
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr "Geçerli araç ayarlarını ve seçimini kullanarak spirograf çiz"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Eğri Deseni"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Sabit Dişli"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Boyut"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Desen Görselleştiriliyor"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Lütfen bekleyin: Desen Görselleştiriliyor"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Spyrogimp..."
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "Renk _modeli"
|
||||
|
352
po-python/uk.po
352
po-python/uk.po
@ -2,13 +2,13 @@
|
||||
# Yuri Syrota <rasta@renome.rovno.ua>, 2000.
|
||||
# Maxim Dziumanenko <dziumanenko@gmail.com>, 2004-2010.
|
||||
# Korostil Daniel <ted.korostiled@gmail.com>, 2011.
|
||||
# Yuri Chornoivan <yurchor@ukr.net>, 2018.
|
||||
# Yuri Chornoivan <yurchor@ukr.net>, 2018, 2019.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gimp-python\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
|
||||
"POT-Creation-Date: 2018-06-07 14:27+0000\n"
|
||||
"PO-Revision-Date: 2018-07-02 09:46+0200\n"
|
||||
"POT-Creation-Date: 2019-03-08 18:35+0000\n"
|
||||
"PO-Revision-Date: 2019-03-10 10:17+0200\n"
|
||||
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
||||
"Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
|
||||
"Language: uk\n"
|
||||
@ -17,7 +17,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<"
|
||||
"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Generator: Lokalize 2.0\n"
|
||||
"X-Generator: Lokalize 19.03.70\n"
|
||||
|
||||
#: ../plug-ins/pygimp/gimpfu.py:395
|
||||
msgid "Missing exception information"
|
||||
@ -446,6 +446,350 @@ msgstr "Зсув тіні за _X"
|
||||
msgid "Drop shadow _Y displacement"
|
||||
msgstr "Зсув тіні за _Y"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:43
|
||||
msgid "Spyro Layer"
|
||||
msgstr "Шар спіро"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:89
|
||||
msgid "Circle"
|
||||
msgstr "Коло"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:125
|
||||
msgid "Polygon-Star"
|
||||
msgstr "Зірка-багатокутник"
|
||||
|
||||
#. Sine wave on a circle ring.
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:141
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:834
|
||||
msgid "Sine"
|
||||
msgstr "Синус"
|
||||
|
||||
#. Semi-circles, based on a polygon
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:151
|
||||
msgid "Bumps"
|
||||
msgstr "Рельєфність"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:256
|
||||
msgid "Rack"
|
||||
msgstr "Кремальєра"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:300
|
||||
msgid "Frame"
|
||||
msgstr "Рамка"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:389
|
||||
#| msgid "Se_lections"
|
||||
msgid "Selection"
|
||||
msgstr "Вибране"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:479
|
||||
msgid "Pencil"
|
||||
msgstr "Олівець"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:495
|
||||
msgid "AirBrush"
|
||||
msgstr "Аерограф"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:555
|
||||
msgid "Preview"
|
||||
msgstr "Перегляд"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:560
|
||||
msgid "Stroke"
|
||||
msgstr "Штрих"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:588
|
||||
msgid "PaintBrush"
|
||||
msgstr "Пензель"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:590
|
||||
msgid "Ink"
|
||||
msgstr "Перо"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:591
|
||||
msgid "MyPaintBrush"
|
||||
msgstr "МійПензель"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:820
|
||||
msgid "Spyrograph"
|
||||
msgstr "Спірограф"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:827
|
||||
msgid "Epitrochoid"
|
||||
msgstr "Епітрохоїда"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:854
|
||||
msgid "Lissajous"
|
||||
msgstr "Ліссажу"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1098
|
||||
msgid "Curve Type"
|
||||
msgstr "Тип кривої"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1099
|
||||
msgid ""
|
||||
"An Epitrochoid pattern is when the moving gear is on the outside of the "
|
||||
"fixed gear."
|
||||
msgstr ""
|
||||
"Візерунок епітрохоїди отримуємо, якщо рухома шестерня перебуває ззовні від"
|
||||
" нерухомої шестерні."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1104
|
||||
msgid "Tool"
|
||||
msgstr "Інструмент"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1105
|
||||
msgid ""
|
||||
"The tool with which to draw the pattern.The Preview tool just draws quickly."
|
||||
msgstr ""
|
||||
"Засіб малювання візерунків. Засіб попереднього перегляду малює візерунок дещо"
|
||||
" швидше."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1110
|
||||
#| msgid "Palette to _Gradient"
|
||||
msgid "Long Gradient"
|
||||
msgstr "Довгий градієнт"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1112
|
||||
msgid ""
|
||||
"When unchecked, the current tool settings will be used. When checked, will "
|
||||
"use a long gradient to match the length of the pattern, based on current "
|
||||
"gradient and repeat mode from the gradient tool settings."
|
||||
msgstr ""
|
||||
"Якщо не позначено, буде використано поточні параметри засобу. Якщо позначено,"
|
||||
" буде використано довгий градієнт за довжиною візерунка на основі поточних"
|
||||
" параметрів градієнта та режиму повторення з параметрів засобу створення"
|
||||
" градієнтів."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1132
|
||||
msgid "Specify pattern using one of the following tabs:"
|
||||
msgstr "Вкажіть параметри візерунка за допомогою однієї із таких вкладок:"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1134
|
||||
msgid ""
|
||||
"The pattern is specified only by the active tab. Toy Kit is similar to "
|
||||
"Gears, but it uses gears and hole numbers which are found in toy kits. If "
|
||||
"you follow the instructions from the toy kit manuals, results should be "
|
||||
"similar."
|
||||
msgstr ""
|
||||
"Візерунок встановлюється лише за активною вкладкою. Режим «Іграшковий набір»"
|
||||
" є подібним до режиму «Шестерні», але використовує параметри шестерень та"
|
||||
" кількість заглиблень, які вказано для іграшкових наборів. Якщо ви"
|
||||
" скористаєтеся настановами із підручників щодо іграшкових наборів, результати"
|
||||
" мають бути подібними."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1158
|
||||
msgid ""
|
||||
"Number of teeth of fixed gear. The size of the fixed gear is proportional to "
|
||||
"the number of teeth."
|
||||
msgstr ""
|
||||
"Кількість зубців нерухомої шестерні. Розмір нерухомої шестерні є пропорційним"
|
||||
" до кількості зубців."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1161
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1187
|
||||
msgid "Fixed Gear Teeth"
|
||||
msgstr "Зубець нерухомої шестерні"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1167
|
||||
msgid ""
|
||||
"Number of teeth of moving gear. The size of the moving gear is proportional "
|
||||
"to the number of teeth."
|
||||
msgstr ""
|
||||
"Кількість зубців рухомої шестерні. Розмір рухомої шестерні є пропорційним до"
|
||||
" кількості зубців."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1170
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1192
|
||||
msgid "Moving Gear Teeth"
|
||||
msgstr "Зубець рухомої шестерні"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1175
|
||||
#| msgid "Percent"
|
||||
msgid "Hole percent"
|
||||
msgstr "Відсоток заглиблення"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1176
|
||||
msgid ""
|
||||
"How far is the hole from the center of the moving gear. 100% means that the "
|
||||
"hole is at the gear's edge."
|
||||
msgstr ""
|
||||
"Наскільки глибоким є заглиблення від центру рухомої шестерні. 100% означає,"
|
||||
" що заглиблення розташовано на краю шестерні."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1197
|
||||
#| msgid "File Name"
|
||||
msgid "Hole Number"
|
||||
msgstr "Кількість прорізів"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1198
|
||||
msgid ""
|
||||
"Hole #1 is at the edge of the gear. The maximum hole number is near the "
|
||||
"center. The maximum hole number is different for each gear."
|
||||
msgstr ""
|
||||
"Заглибину 1 розташовано на краю шестерні. Максимальної кількості заглибин"
|
||||
" можна досягти поблизу центра."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1207
|
||||
msgid "Toy Kit"
|
||||
msgstr "Іграшковий набір"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1212
|
||||
msgid "Gears"
|
||||
msgstr "Шестерні"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1224
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
#| msgid "Saturation"
|
||||
msgid "Rotation"
|
||||
msgstr "Обертання"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1225
|
||||
msgid ""
|
||||
"Rotation of the pattern, in degrees. The starting position of the moving "
|
||||
"gear in the fixed gear."
|
||||
msgstr ""
|
||||
"Кут обертання візерунка у градусах. Початкова позиція рухомої шестерні на"
|
||||
" нерухомій шестерні."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1248
|
||||
msgid "Shape"
|
||||
msgstr "Форма"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1249
|
||||
msgid ""
|
||||
"The shape of the fixed gear to be used inside current selection. Rack is a "
|
||||
"long round-edged shape provided in the toy kits. Frame hugs the boundaries "
|
||||
"of the rectangular selection, use hole=100 in Gear notation to touch "
|
||||
"boundary. Selection will hug boundaries of current selection - try something "
|
||||
"non-rectangular."
|
||||
msgstr ""
|
||||
"Форма нерухомої шестерні, яку буде використано у позначеній ділянці."
|
||||
" Кремальєра — зубчаста рейка, яка є частиною іграшкових наборів. Рамка"
|
||||
" огортає межі прямокутної позначеної ділянки. Скористайтеся значенням"
|
||||
" заглиблення 100 для шестерні, щоб шестерня торкалася межі ділянки. Якщо"
|
||||
" створити правильну ділянку не вдасться, спробуйте щось непрямокутне."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Sides"
|
||||
msgstr "Сторони"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1258
|
||||
msgid "Number of sides of the shape."
|
||||
msgstr "Кількість сторін у формі."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph"
|
||||
msgstr "Морфінг"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1263
|
||||
msgid "Morph fixed gear shape. Only affects some of the shapes."
|
||||
msgstr "Морфінг форми нерухомої шестерні. Працює лише для деяких форм."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1268
|
||||
msgid "Rotation of the fixed gear, in degrees"
|
||||
msgstr "Кут обертання нерухомої шестерні у градусах"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin (px)"
|
||||
msgstr "Поле (у пікселях)"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1283
|
||||
msgid "Margin from edge of selection."
|
||||
msgstr "Поле від краю позначеного."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1288
|
||||
msgid "Make width and height equal"
|
||||
msgstr "Зробити ширину і висоту однаковими"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1290
|
||||
msgid ""
|
||||
"When unchecked, the pattern will fill the current image or selection. When "
|
||||
"checked, the pattern will have same width and height, and will be centered."
|
||||
msgstr ""
|
||||
"Якщо не позначено, візерунок заповнить поточне зображення або позначену"
|
||||
" ділянку. Якщо позначено, програма автоматично зберігатиме однакову ширину і"
|
||||
" довжину ділянки візерунка і центруватиме його."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1314
|
||||
msgid "Redraw"
|
||||
msgstr "Перемалювати"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1315
|
||||
msgid ""
|
||||
"If you change the settings of a tool, change color, or change the selection, "
|
||||
"press this to preview how the pattern looks."
|
||||
msgstr ""
|
||||
"Якщо вами було змінено параметри роботи засобу, змінено колір або змінено"
|
||||
" позначені фрагменти, натисніть цю кнопку, щоб переглянути тестову версію"
|
||||
" візерунка."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1317
|
||||
msgid "Reset"
|
||||
msgstr "Скинути"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1318
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1319
|
||||
msgid "OK"
|
||||
msgstr "Гаразд"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1321
|
||||
msgid ""
|
||||
"Keep\n"
|
||||
"Layer"
|
||||
msgstr ""
|
||||
"Зберегти\n"
|
||||
"шар"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1323
|
||||
msgid ""
|
||||
"If checked, then once OK is pressed, the spyro layer is kept, and the plugin "
|
||||
"exits quickly. If unchecked, the spyro layer is deleted, and the pattern is "
|
||||
"redrawn on the layer that was active when the plugin was launched."
|
||||
msgstr ""
|
||||
"Якщо позначено, після натискання кнопки «Гаразд» шар спіро буде збережено, а"
|
||||
" додаток швидко завершить роботу. Якщо не позначено, шар спіро буде вилучено,"
|
||||
" а візерунок буде перемальовуватися на шарі, який був активним на момент"
|
||||
" запуску додатка."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1337
|
||||
msgid "Spyrogimp"
|
||||
msgstr "Спіроґімп"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1346
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1802
|
||||
msgid "Draw spyrographs using current tool settings and selection."
|
||||
msgstr ""
|
||||
"Малює спірографи на основі поточних параметрів засобів та позначених"
|
||||
" фрагментів."
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1359
|
||||
msgid "Curve Pattern"
|
||||
msgstr "Візерунок на кривій"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1362
|
||||
msgid "Fixed Gear"
|
||||
msgstr "Нерухома шестерня"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1365
|
||||
msgid "Size"
|
||||
msgstr "Розмір"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1650
|
||||
msgid "Rendering Pattern"
|
||||
msgstr "Обробляємо візерунок"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1662
|
||||
msgid "Please wait : Rendering Pattern"
|
||||
msgstr "Будь ласка, зачекайте: обробляємо візерунок"
|
||||
|
||||
#: ../plug-ins/pygimp/plug-ins/spyro_plus.py:1771
|
||||
msgid "Spyrogimp..."
|
||||
msgstr "Спіроґімп…"
|
||||
|
||||
#~ msgid "Color _model"
|
||||
#~ msgstr "Кольорова _модель"
|
||||
|
||||
|
Reference in New Issue
Block a user