Trim space off the end of a gettext()'d string

Didn't find any others, when I checked via

  find . -name "*.c" -exec grep -H "gettext" {} \; | grep ' ")'
This commit is contained in:
Bill Kendrick 2021-09-20 23:37:56 -07:00
parent 3963d74f43
commit 7381c936c4
130 changed files with 10121 additions and 9953 deletions

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-13 21:06-0700\n"
"POT-Creation-Date: 2021-09-20 23:36-0700\n"
"PO-Revision-Date: 2021-09-17 11:49+0100\n"
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
"Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
@ -267,65 +267,65 @@ msgid "ZH_TW"
msgstr "Mandarim tradicional"
#. Square shape tool (4 equally-lengthed sides at right angles)
#: ../shapes.h:234 ../shapes.h:235
#: ../shapes.h:238 ../shapes.h:239
msgid "Square"
msgstr "Quadrado"
#. Rectangle shape tool (4 sides at right angles)
#: ../shapes.h:238 ../shapes.h:239
#: ../shapes.h:242 ../shapes.h:243
msgid "Rectangle"
msgstr "Retângulo"
#. Circle shape tool (X radius and Y radius are the same)
#: ../shapes.h:242 ../shapes.h:243
#: ../shapes.h:246 ../shapes.h:247
msgid "Circle"
msgstr "Círculo"
#. Ellipse shape tool (X radius and Y radius may differ)
#: ../shapes.h:246 ../shapes.h:247
#: ../shapes.h:250 ../shapes.h:251
msgid "Ellipse"
msgstr "Elipse"
#. Triangle shape tool (3 sides)
#: ../shapes.h:250 ../shapes.h:251
#: ../shapes.h:254 ../shapes.h:255
msgid "Triangle"
msgstr "Triângulo"
#. Pentagone shape tool (5 sides)
#: ../shapes.h:254 ../shapes.h:255
#: ../shapes.h:258 ../shapes.h:259
msgid "Pentagon"
msgstr "Pentágono"
#. Rhombus shape tool (4 sides, not at right angles)
#: ../shapes.h:258 ../shapes.h:259
#: ../shapes.h:262 ../shapes.h:263
msgid "Rhombus"
msgstr "Losango"
#. Octagon shape tool (8 sides)
#: ../shapes.h:262 ../shapes.h:263
#: ../shapes.h:266 ../shapes.h:267
msgid "Octagon"
msgstr "Octógono"
#. Triangle star (3 points star)
#. Rhombus star (4 points star)
#. Pentagone star (5 points star)
#: ../shapes.h:266 ../shapes.h:269 ../shapes.h:272 ../shapes.h:275
#: ../shapes.h:278 ../shapes.h:281
#: ../shapes.h:270 ../shapes.h:273 ../shapes.h:276 ../shapes.h:279
#: ../shapes.h:282 ../shapes.h:285
msgid "Star"
msgstr "Estrela"
#. Description of a square
#: ../shapes.h:289 ../shapes.h:290
#: ../shapes.h:293 ../shapes.h:294
msgid "A square is a rectangle with four equal sides."
msgstr "Um quadrado é um retângulo com quatro lados iguais."
#. Description of a rectangle
#: ../shapes.h:293 ../shapes.h:294
#: ../shapes.h:297 ../shapes.h:298
msgid "A rectangle has four sides and four right angles."
msgstr "Um retângulo tem quatro lados e quatro ângulos retos."
#. Description of a circle
#: ../shapes.h:297 ../shapes.h:298
#: ../shapes.h:301 ../shapes.h:302
msgid ""
"A circle is a curve where all points have the same distance from the center."
msgstr ""
@ -333,47 +333,79 @@ msgstr ""
"centro."
#. Description of an ellipse
#: ../shapes.h:301 ../shapes.h:302
#: ../shapes.h:305 ../shapes.h:306
msgid "An ellipse is a stretched circle."
msgstr "Uma elipse é um círculo esticado."
#. Description of a triangle
#: ../shapes.h:305 ../shapes.h:306
#: ../shapes.h:309 ../shapes.h:310
msgid "A triangle has three sides."
msgstr "Um triângulo tem três lados."
#. Description of a pentagon
#: ../shapes.h:309 ../shapes.h:310
#: ../shapes.h:313 ../shapes.h:314
msgid "A pentagon has five sides."
msgstr "Um pentágono tem cinco lados."
#. Description of a rhombus
#: ../shapes.h:313 ../shapes.h:314
#: ../shapes.h:317 ../shapes.h:318
msgid "A rhombus has four equal sides, and opposite sides are parallel."
msgstr "Um losango tem quatro lados iguais e os lados opostos são paralelos."
#. Description of an octagon
#: ../shapes.h:317 ../shapes.h:318
#: ../shapes.h:321 ../shapes.h:322
msgid "An octagon has eight equal sides."
msgstr "Um octógono tem oito lados iguais."
#: ../shapes.h:320 ../shapes.h:321
#: ../shapes.h:324 ../shapes.h:325
msgid "A star with 3 points."
msgstr "Uma estrela com 3 pontos."
#: ../shapes.h:322 ../shapes.h:323
#: ../shapes.h:326 ../shapes.h:327
msgid "A star with 4 points."
msgstr "Uma estrela com 4 pontos."
#: ../shapes.h:324 ../shapes.h:325
#: ../shapes.h:328 ../shapes.h:329
msgid "A star with 5 points."
msgstr "Uma estrela com 5 pontos."
#: ../shapes.h:372
# #: tools.h:65
# msgid "Pick a shape to draw. Click once to pick the center of the shape, #click again to draw it."
# msgstr "Escolha uma forma para desenhar. Clique uma vez para definir o centro da imagem. Clique de novo para desenhá-la."
#: ../shapes.h:385
#, fuzzy
#| msgid ""
#| "Pick a shape. Click to start drawing, drag, and let go when it is the "
#| "size you want. Move around to rotate it, and click to draw it."
msgid ""
"Pick a shape. Click to start drawing, drag, and let go when it is the size "
"and shape you want. Move around to rotate it, and click again to draw it."
msgstr ""
"Escolhe uma forma. Clica para começar a desenhar, arrasta e larga quando "
"estiver do tamanho que queres. Move o rato para a rodares e clica para "
"desenhar."
# #: tools.h:65
# msgid "Pick a shape to draw. Click once to pick the center of the shape, #click again to draw it."
# msgstr "Escolha uma forma para desenhar. Clique uma vez para definir o centro da imagem. Clique de novo para desenhá-la."
#: ../shapes.h:386
#, fuzzy
#| msgid ""
#| "Pick a shape. Click to start drawing, drag, and let go when it is the "
#| "size you want. Move around to rotate it, and click to draw it."
msgid ""
"Pick a shape. Click to start drawing, drag, and let go when it is the size "
"and shape you want."
msgstr ""
"Escolhe uma forma. Clica para começar a desenhar, arrasta e larga quando "
"estiver do tamanho que queres. Move o rato para a rodares e clica para "
"desenhar."
#: ../shapes.h:392
msgid "Draw shapes from the center."
msgstr "Desenhar formas a partir do centro."
#: ../shapes.h:373
#: ../shapes.h:393
msgid "Draw shapes from a corner."
msgstr "Desenhar formas a partir de um canto."
@ -477,7 +509,7 @@ msgstr "Novo"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
#: ../tools.h:98 ../tuxpaint.c:8179
#: ../tools.h:98 ../tuxpaint.c:8285
msgid "Open"
msgstr "Abrir"
@ -511,19 +543,7 @@ msgstr "Escolhe uma imagem para colocar em volta do desenho."
msgid "Click to start drawing a line. Let go to complete it."
msgstr "Clica para desenhar uma linha. Solta o botão quando terminares."
# #: tools.h:65
# msgid "Pick a shape to draw. Click once to pick the center of the shape, #click again to draw it."
# msgstr "Escolha uma forma para desenhar. Clique uma vez para definir o centro da imagem. Clique de novo para desenhá-la."
#: ../tools.h:125
msgid ""
"Pick a shape. Click to start drawing, drag, and let go when it is the size "
"you want. Move around to rotate it, and click to draw it."
msgstr ""
"Escolhe uma forma. Clica para começar a desenhar, arrasta e larga quando "
"estiver do tamanho que queres. Move o rato para a rodares e clica para "
"desenhar."
#: ../tools.h:129
#: ../tools.h:128
msgid ""
"Choose a style of text. Click on your drawing and you can start typing. "
"Press [Enter] or [Tab] to complete the text."
@ -531,7 +551,7 @@ msgstr ""
"Escolhe o estilo do texto. Clica no desenho e podes escrever. Prime [Enter] "
"ou [Tab] para completar o texto."
#: ../tools.h:133
#: ../tools.h:132
msgid ""
"Choose a style of text. Click on your drawing and you can start typing. "
"Press [Enter] or [Tab] to complete the text. By using the selector button "
@ -542,292 +562,287 @@ msgstr ""
"Prime [Enter] ou [Tab] para completar o texto. Se usares o seletor e "
"clicares numa caixa existente podes mover, editar e alterar o seu estilo."
#. Fill tool instructions
#: ../tools.h:136
msgid "Click in the picture to fill that area with color."
msgstr "Clica no desenho para preencher a área com cor."
#. Magic tool instruction
#: ../tools.h:139
#: ../tools.h:138
msgid "Pick a magical effect to use on your drawing!"
msgstr "Escolhe um efeito mágico para usares no desenho!"
#. Response to 'undo' action
#: ../tools.h:142
#: ../tools.h:141
msgid "Undo!"
msgstr "Anular!"
#. Response to 'redo' action
#: ../tools.h:145
#: ../tools.h:144
msgid "Redo!"
msgstr "Restaurar!"
#. Eraser tool
#: ../tools.h:148
#: ../tools.h:147
msgid "Eraser!"
msgstr "Borracha!"
#. Response to 'start a new image' action
#: ../tools.h:151
#: ../tools.h:150
msgid "Pick a color or picture with which to start a new drawing."
msgstr "Escolhe uma cor ou uma imagem para começar um novo desenho."
#. Response to 'open' action (while file dialog is being constructed)
#: ../tools.h:154
#: ../tools.h:153
msgid "Open…"
msgstr "Abrir…"
#. Response to 'save' action
#: ../tools.h:157
#: ../tools.h:156
msgid "Your image has been saved!"
msgstr "O teu desenho foi gravado!"
#. Response to 'print' action (while printing, or print dialog is being used)
#: ../tools.h:160
#: ../tools.h:159
msgid "Printing…"
msgstr "A imprimir…"
#. Response to 'quit' (exit) action
#: ../tools.h:163
#: ../tools.h:162
msgid "Bye bye!"
msgstr "Adeus!"
#. Instruction while using Line tool (after click, before release)
#: ../tools.h:167
#: ../tools.h:166
msgid "Let go of the button to complete the line."
msgstr "Solta o botão para completares a linha."
#. Instruction while using Shape tool (after first click, before release)
#: ../tools.h:170
#: ../tools.h:169
msgid "Hold the button to stretch the shape."
msgstr "Mantém o botão pressionado para esticar a forma."
#. Instruction while finishing Shape tool (after release, during rotation step before second click)
#: ../tools.h:173
#: ../tools.h:172
msgid "Move the mouse to rotate the shape. Click to draw it."
msgstr "Move o rato para rodares a forma. Clica para desenhares."
#. Notification that 'New' action was aborted (current image would have been lost)
#: ../tools.h:176
#: ../tools.h:175
msgid "OK then… Lets keep drawing this one!"
msgstr "Então está bem… Vamos continuar com este desenho!"
#. Prompt to confirm user wishes to quit
#: ../tuxpaint.c:2190
#: ../tuxpaint.c:2205
msgid "Do you really want to quit?"
msgstr "Queres mesmo sair?"
#. Quit prompt positive response (quit)
#: ../tuxpaint.c:2193
#: ../tuxpaint.c:2208
msgid "Yes, Im done!"
msgstr "Sim, terminei!"
#. Quit prompt negative response (don't quit)
#: ../tuxpaint.c:2196 ../tuxpaint.c:2223
#: ../tuxpaint.c:2211 ../tuxpaint.c:2238
msgid "No, take me back!"
msgstr "Não, quero continuar!"
#. Current picture is not saved; user is quitting
#: ../tuxpaint.c:2200
#: ../tuxpaint.c:2215
msgid "If you quit, youll lose your picture! Save it?"
msgstr "Se saíres, vais perder o desenho! Queres gravar?"
#: ../tuxpaint.c:2201 ../tuxpaint.c:2206
#: ../tuxpaint.c:2216 ../tuxpaint.c:2221
msgid "Yes, save it!"
msgstr "Sim!"
#: ../tuxpaint.c:2202 ../tuxpaint.c:2207
#: ../tuxpaint.c:2217 ../tuxpaint.c:2222
msgid "No, dont bother saving!"
msgstr "Não!"
#. Current picture is not saved; user is opening another picture
#: ../tuxpaint.c:2205
#: ../tuxpaint.c:2220
msgid "Save your picture first?"
msgstr "Queres gravar primeiro a desenho?"
#. Error opening picture
#: ../tuxpaint.c:2210
#: ../tuxpaint.c:2225
msgid "Cant open that picture!"
msgstr "Não foi possível abrir o desenho!"
#. Generic dialog dismissal
#: ../tuxpaint.c:2213 ../tuxpaint.c:2218 ../tuxpaint.c:2227 ../tuxpaint.c:2234
#: ../tuxpaint.c:2243 ../tuxpaint.c:2248
#: ../tuxpaint.c:2228 ../tuxpaint.c:2233 ../tuxpaint.c:2242 ../tuxpaint.c:2249
#: ../tuxpaint.c:2258 ../tuxpaint.c:2263
msgid "OK"
msgstr "Está bem"
#. Notification that 'Open' dialog has nothing to show
#: ../tuxpaint.c:2217
#: ../tuxpaint.c:2232
msgid "There are no saved files!"
msgstr "Não existem desenhos gravados!"
#. Verification of print action
#: ../tuxpaint.c:2221
#: ../tuxpaint.c:2236
msgid "Print your picture now?"
msgstr "Imprimir agora?"
#: ../tuxpaint.c:2222
#: ../tuxpaint.c:2237
msgid "Yes, print it!"
msgstr "Sim, imprimir!"
#. Confirmation of successful (we hope) printing
#: ../tuxpaint.c:2226
#: ../tuxpaint.c:2241
msgid "Your picture has been printed!"
msgstr "A imagem foi impressa!"
#. We got an error printing
#: ../tuxpaint.c:2230
#: ../tuxpaint.c:2245
msgid "Sorry! Your picture could not be printed!"
msgstr "Desculpa! O teu desenho não foi impresso!"
#. Notification that it's too soon to print again (--printdelay option is in effect)
#: ../tuxpaint.c:2233
#: ../tuxpaint.c:2248
msgid "You cant print yet!"
msgstr "Ainda não podes imprimir!"
#. Prompt to confirm erasing a picture in the Open dialog
#: ../tuxpaint.c:2237
#: ../tuxpaint.c:2252
msgid "Erase this picture?"
msgstr "Apagar este desenho?"
#: ../tuxpaint.c:2238
#: ../tuxpaint.c:2253
msgid "Yes, erase it!"
msgstr "Sim!"
#: ../tuxpaint.c:2239
#: ../tuxpaint.c:2254
msgid "No, dont erase it!"
msgstr "Não!"
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
#: ../tuxpaint.c:2242
#: ../tuxpaint.c:2257
msgid "Remember to use the left mouse button!"
msgstr "Lembra-te de usar o botão esquerdo do rato!"
#. Confirmation of successful (we hope) image export
#: ../tuxpaint.c:2246
#: ../tuxpaint.c:2261
msgid "Your picture has been exported!"
msgstr "O teu desenho foi exportado!"
#: ../tuxpaint.c:2247
#: ../tuxpaint.c:2262
msgid "Your slideshow GIF has been exported!"
msgstr "O GIF da tua apresentação de diapositivos foi exportado!"
#. We got an error exporting
#: ../tuxpaint.c:2251
#: ../tuxpaint.c:2266
msgid "Sorry! Your picture could not be exported!"
msgstr "Desculpa! Não foi possível exportar o teu desenho!"
#: ../tuxpaint.c:2252
#: ../tuxpaint.c:2267
msgid "Sorry! Your slideshow GIF could not be exported!"
msgstr ""
"Desculpa! Não foi possível exportar o GIF da tua apresentação de "
"diapositivos!"
#. Slideshow instructions
#: ../tuxpaint.c:2256
#: ../tuxpaint.c:2271
msgid "Choose the pictures you want, then click “Play”."
msgstr "Escolhe os desenhos e clica em \"Mostrar\"."
#. Sound has been muted (silenced) via keyboard shortcut
#: ../tuxpaint.c:2465
#: ../tuxpaint.c:2480
msgid "Sound muted."
msgstr "Som desligado."
#. Sound has been unmuted (unsilenced) via keyboard shortcut
#: ../tuxpaint.c:2470
#: ../tuxpaint.c:2485
msgid "Sound unmuted."
msgstr "Som ligado."
#. Wait while Text tool finishes loading fonts
#: ../tuxpaint.c:3247
#: ../tuxpaint.c:3263
msgid "Please wait…"
msgstr "Por favor aguarde…"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
#: ../tuxpaint.c:8182
#: ../tuxpaint.c:8288
msgid "Erase"
msgstr "Apagar"
#. Open dialog: 'Slides' button, to switch to slide show mode
#: ../tuxpaint.c:8185
#: ../tuxpaint.c:8291
msgid "Slides"
msgstr "Diapositivos"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
#: ../tuxpaint.c:8188
#: ../tuxpaint.c:8294
msgid "Export"
msgstr "Exportar"
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:8191
#: ../tuxpaint.c:8297
msgid "Back"
msgstr "Recuar"
#. Slideshow: 'Play' button, to begin a slideshow sequence
#: ../tuxpaint.c:8194
#: ../tuxpaint.c:8300
msgid "Play"
msgstr "Mostrar"
#. Slideshow: 'GIF Export' button, to create an animated GIF
#: ../tuxpaint.c:8197
#: ../tuxpaint.c:8303
msgid "GIF Export"
msgstr "Exportar GIF"
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:8200
#: ../tuxpaint.c:8306
msgid "Next"
msgstr "Avançar"
#. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
#: ../tuxpaint.c:8948
#: ../tuxpaint.c:9109
msgid "Aa"
msgstr "Aa"
#. Admittedly stupid way of determining which keys can be used for
#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
#: ../tuxpaint.c:12589
#: ../tuxpaint.c:12775
msgid "Yes"
msgstr "Sim"
#: ../tuxpaint.c:12593
#: ../tuxpaint.c:12779
msgid "No"
msgstr "Não"
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:13732
#: ../tuxpaint.c:13922
msgid "Replace the picture with your changes?"
msgstr "Substituir o desenho original?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
#: ../tuxpaint.c:13736
#: ../tuxpaint.c:13926
msgid "Yes, replace the old one!"
msgstr "Sim, substituir!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
#: ../tuxpaint.c:13740
#: ../tuxpaint.c:13930
msgid "No, save a new file!"
msgstr "Não, gravar como novo!"
#. Let user choose an image:
#. Instructions for 'Open' file dialog
#: ../tuxpaint.c:15003
#: ../tuxpaint.c:15193
msgid "Choose the picture you want, then click “Open”."
msgstr "Escolhe o desenho e clica em \"Abrir\"."
#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
#. Only 1 selected? No point in saving as GIF.
#.
#: ../tuxpaint.c:16429
#: ../tuxpaint.c:16619
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr "Selecione 2 ou mais desenhos para se tornar num GIF animado."
#: ../tuxpaint.c:24135
#: ../tuxpaint.c:24337
msgid "Select a color from your drawing."
msgstr "Seleciona uma cor do teu desenho."
#: ../tuxpaint.c:24147
#: ../tuxpaint.c:24349
msgid "Pick a color."
msgstr "Escolhe uma cor."
@ -868,28 +883,28 @@ msgstr ""
"Clica na margem do desenho para puxar as persianas. Move perpendicularmente "
"para as abrir ou fechar."
#: ../../magic/src/blocks_chalk_drip.c:129
#: ../../magic/src/blocks_chalk_drip.c:130
msgid "Blocks"
msgstr "Blocos"
#: ../../magic/src/blocks_chalk_drip.c:131
#: ../../magic/src/blocks_chalk_drip.c:132
msgid "Chalk"
msgstr "Giz"
#: ../../magic/src/blocks_chalk_drip.c:133
#: ../../magic/src/blocks_chalk_drip.c:134
msgid "Drip"
msgstr "Gota"
#: ../../magic/src/blocks_chalk_drip.c:142
#: ../../magic/src/blocks_chalk_drip.c:149
msgid "Click and drag the mouse around to make the picture blocky."
msgstr "Clica e arrasta o rato para converter o desenho em blocos."
#: ../../magic/src/blocks_chalk_drip.c:144
#: ../../magic/src/blocks_chalk_drip.c:151
msgid ""
"Click and drag the mouse around to turn the picture into a chalk drawing."
msgstr "Clica e arrasta o rato para converter em desenho de giz."
#: ../../magic/src/blocks_chalk_drip.c:146
#: ../../magic/src/blocks_chalk_drip.c:153
msgid "Click and drag the mouse around to make the picture drip."
msgstr "Clica e arrasta o rato para criar gotas no desenho."
@ -979,27 +994,27 @@ msgstr "Relevo"
msgid "Click and drag the mouse to emboss the picture."
msgstr "Clica e arrasta o rato para realçar o desenho."
#: ../../magic/src/fade_darken.c:114
#: ../../magic/src/fade_darken.c:115
msgid "Lighten"
msgstr "Clarear"
#: ../../magic/src/fade_darken.c:116
#: ../../magic/src/fade_darken.c:117
msgid "Darken"
msgstr "Escurecer"
#: ../../magic/src/fade_darken.c:127
#: ../../magic/src/fade_darken.c:134
msgid "Click and drag the mouse to lighten parts of your picture."
msgstr "Clica e arrasta o rato para clarear algumas partes do desenho."
#: ../../magic/src/fade_darken.c:129
#: ../../magic/src/fade_darken.c:136
msgid "Click to lighten your entire picture."
msgstr "Clica para clarear o desenho."
#: ../../magic/src/fade_darken.c:134
#: ../../magic/src/fade_darken.c:141
msgid "Click and drag the mouse to darken parts of your picture."
msgstr "Clica e arrasta o rato para escurecer algumas partes do desenho."
#: ../../magic/src/fade_darken.c:136
#: ../../magic/src/fade_darken.c:143
msgid "Click to darken your entire picture."
msgstr "Clica para escurecer o desenho."
@ -1037,15 +1052,17 @@ msgid ""
msgstr ""
"Escolhe uma cor de fundo e clica para virar o canto da página para cima."
#: ../../magic/src/fretwork.c:176
#: ../../magic/src/fretwork.c:182
msgid "Fretwork"
msgstr "Ornamento"
#: ../../magic/src/fretwork.c:182
msgid "Click and drag to draw repetitive patterns. "
#: ../../magic/src/fretwork.c:188
#, fuzzy
#| msgid "Click and drag to draw repetitive patterns. "
msgid "Click and drag to draw repetitive patterns."
msgstr "Clica e arrasta para desenhar padrões repetitivos. "
#: ../../magic/src/fretwork.c:184
#: ../../magic/src/fretwork.c:190
msgid "Click to surround your picture with repetitive patterns."
msgstr "Clica para contornar o desenho com padrões repetitivos."
@ -1071,11 +1088,11 @@ msgid "Click and drag to draw grass. Dont forget the dirt!"
msgstr ""
"Clica e arrasta o rato para desenhares relva. Não te esqueças da poeira!"
#: ../../magic/src/halftone.c:35
#: ../../magic/src/halftone.c:41
msgid "Halftone"
msgstr "Meio tom"
#: ../../magic/src/halftone.c:39
#: ../../magic/src/halftone.c:45
msgid "Click and drag to turn your drawing into a newspaper."
msgstr "Clica para converter o desenho num jornal."
@ -1150,19 +1167,19 @@ msgstr "Pintura metalizada"
msgid "Click and drag the mouse to paint with a metallic color."
msgstr "Clica e arrasta o rato para pintar com uma cor metalizada."
#: ../../magic/src/mirror_flip.c:110
#: ../../magic/src/mirror_flip.c:111
msgid "Mirror"
msgstr "Espelhar"
#: ../../magic/src/mirror_flip.c:112
#: ../../magic/src/mirror_flip.c:113
msgid "Flip"
msgstr "Inverter"
#: ../../magic/src/mirror_flip.c:121
#: ../../magic/src/mirror_flip.c:128
msgid "Click to make a mirror image."
msgstr "Clica para espelhares o desenho."
#: ../../magic/src/mirror_flip.c:123
#: ../../magic/src/mirror_flip.c:130
msgid "Click to flip the picture upside-down."
msgstr "Clica para inverteres o desenho."
@ -1226,18 +1243,39 @@ msgstr ""
msgid "Click to add an irregular mosaic to your entire picture."
msgstr "Clica para adicionar um mosaico irregular ao desenho."
#: ../../magic/src/negative.c:94
#: ../../magic/src/negative.c:72
msgid "Negative"
msgstr "Negativizar"
#: ../../magic/src/negative.c:101
#: ../../magic/src/negative.c:73
msgid "Opposite"
msgstr ""
#: ../../magic/src/negative.c:78
msgid "Click and drag the mouse around to make your painting negative."
msgstr "Clica e arrasta o rato em volta para negativizar o desenho."
#: ../../magic/src/negative.c:103
#: ../../magic/src/negative.c:79
msgid "Click to turn your painting into its negative."
msgstr "Clica para negativizar o desenho."
#: ../../magic/src/negative.c:82
#, fuzzy
#| msgid ""
#| "Click and drag the mouse around to change the color of parts of your "
#| "picture."
msgid ""
"Click and drag the mouse around to change colors to their opposites -- their "
"complementary colors."
msgstr ""
"Clica e arrasta o rato para alterar as cores de algumas partes do desenho."
#: ../../magic/src/negative.c:83
msgid ""
"Click to turn all colors in your painting into their opposites -- their "
"complementary colors."
msgstr ""
#: ../../magic/src/noise.c:66
msgid "Noise"
msgstr "Ruído"
@ -1251,20 +1289,30 @@ msgstr ""
msgid "Click to add noise to your entire picture."
msgstr "Clica para adicionar ruído ao desenho."
#: ../../magic/src/perspective.c:147
#: ../../magic/src/perspective.c:151
msgid "Perspective"
msgstr "Perspetiva"
#: ../../magic/src/perspective.c:148
#: ../../magic/src/perspective.c:152
msgid "Panels"
msgstr ""
#: ../../magic/src/perspective.c:153
msgid "Zoom"
msgstr "Ampliação"
#: ../../magic/src/perspective.c:153
#: ../../magic/src/perspective.c:157
msgid "Click on the corners and drag where you want to stretch the picture."
msgstr ""
"Clica nos cantos e arrasta até ao ponto em que pretendes ajustar o desenho."
#: ../../magic/src/perspective.c:156
#: ../../magic/src/perspective.c:159
#, fuzzy
#| msgid "Click to turn your painting into its negative."
msgid "Click to turn your picture into 2-by-2 panels."
msgstr "Clica para negativizar o desenho."
#: ../../magic/src/perspective.c:161
msgid "Click and drag up to zoom in or drag down to zoom out the picture."
msgstr "Clica e arrasta para cima para ampliar e para baixo para reduzir."
@ -1513,11 +1561,11 @@ msgstr "Tornado"
msgid "Click and drag to draw a tornado funnel on your picture."
msgstr "Clica e arrasta para desenhar um tornado no desenho."
#: ../../magic/src/tv.c:96
#: ../../magic/src/tv.c:98
msgid "TV"
msgstr "TV"
#: ../../magic/src/tv.c:102
#: ../../magic/src/tv.c:104
msgid ""
"Click and drag to make parts of your picture look like they are on "
"television."
@ -1525,7 +1573,7 @@ msgstr ""
"Clica e arrasta para fazer com que algumas partes do desenho apareçam como "
"se estivessem na televisão."
#: ../../magic/src/tv.c:105
#: ../../magic/src/tv.c:107
msgid "Click to make your picture look like it's on television."
msgstr "Clica para fazer com que o desenho pareça estar numa televisão."
@ -1568,3 +1616,6 @@ msgstr "Clica e arrasta para desenhar um efeito XOR"
#: ../../magic/src/xor.c:101
msgid "Click to draw a XOR effect on the whole picture"
msgstr "Clica e arrasta para desenhar um efeito XOR em toda a imagem"
#~ msgid "Click in the picture to fill that area with color."
#~ msgstr "Clica no desenho para preencher a área com cor."