updating po and pot after fixing exist->existing in tools.h

This commit is contained in:
Joe Hansen 2015-03-12 18:03:30 +00:00
parent 42736b8617
commit 4128b7a13c
128 changed files with 23116 additions and 16656 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-03 21:03+0200\n"
"POT-Creation-Date: 2015-03-12 19:02+0100\n"
"PO-Revision-Date: 2014-06-29 23:36+0930\n"
"Last-Translator: ilox <ilox11@gmail.com>\n"
"Language-Team: none\n"
@ -147,7 +147,6 @@ msgstr ",.?!"
#. uncommon punctuation (e.g., '@', '#', '*', etc.)
#: ../dirwalk.c:201
#| msgid "`\\%_@$~#{}<>^&*"
msgid "`\\%_@$~#{<(^&*"
msgstr "`\\%_@$~#{<(^&*"
@ -233,84 +232,111 @@ msgid "ZH_TW"
msgstr "ZH_TW"
#. Square shape tool (4 equally-lengthed sides at right angles)
#: ../shapes.h:171 ../shapes.h:172
#: ../shapes.h:234 ../shapes.h:235
msgid "Square"
msgstr "Square"
#. Rectangle shape tool (4 sides at right angles)
#: ../shapes.h:175 ../shapes.h:176
#: ../shapes.h:238 ../shapes.h:239
msgid "Rectangle"
msgstr "Rectangle"
#. Circle shape tool (X radius and Y radius are the same)
#: ../shapes.h:179 ../shapes.h:180
#: ../shapes.h:242 ../shapes.h:243
msgid "Circle"
msgstr "Circle"
#. Ellipse shape tool (X radius and Y radius may differ)
#: ../shapes.h:183 ../shapes.h:184
#: ../shapes.h:246 ../shapes.h:247
msgid "Ellipse"
msgstr "Ellipse"
#. Triangle shape tool (3 sides)
#: ../shapes.h:187 ../shapes.h:188
#: ../shapes.h:250 ../shapes.h:251
msgid "Triangle"
msgstr "Triangle"
#. Pentagone shape tool (5 sides)
#: ../shapes.h:191 ../shapes.h:192
#: ../shapes.h:254 ../shapes.h:255
msgid "Pentagon"
msgstr "Pentagon"
#. Rhombus shape tool (4 sides, not at right angles)
#: ../shapes.h:195 ../shapes.h:196
#: ../shapes.h:258 ../shapes.h:259
msgid "Rhombus"
msgstr "Rhombus"
#. Octagon shape tool (8 sides)
#: ../shapes.h:199 ../shapes.h:200
#: ../shapes.h:262 ../shapes.h:263
msgid "Octagon"
msgstr "Octagon"
#. Triangle star (3 points star)
#: ../shapes.h:266 ../shapes.h:269
msgid "3p Star"
msgstr ""
#. Rhombus star (4 points star)
#: ../shapes.h:272 ../shapes.h:275
msgid "4p Star"
msgstr ""
#. Pentagone star (5 points star)
#: ../shapes.h:278 ../shapes.h:281
msgid "5p Star"
msgstr ""
#. Description of a square
#: ../shapes.h:208 ../shapes.h:209
#: ../shapes.h:290 ../shapes.h:291
msgid "A square is a rectangle with four equal sides."
msgstr "A square is a rectangle with four equal sides."
#. Description of a rectangle
#: ../shapes.h:212 ../shapes.h:213
#: ../shapes.h:294 ../shapes.h:295
msgid "A rectangle has four sides and four right angles."
msgstr "A rectangle has four sides and four right angles."
#: ../shapes.h:217 ../shapes.h:219
#: ../shapes.h:299 ../shapes.h:301
msgid ""
"A circle is a curve where all points have the same distance from the center."
msgstr ""
"A circle is a curve where all points have the same distance from the centre."
#. Description of an ellipse
#: ../shapes.h:222 ../shapes.h:223
#: ../shapes.h:304 ../shapes.h:305
msgid "An ellipse is a stretched circle."
msgstr "An ellipse is a stretched circle."
#. Description of a triangle
#: ../shapes.h:226 ../shapes.h:227
#: ../shapes.h:308 ../shapes.h:309
msgid "A triangle has three sides."
msgstr "A triangle has three sides."
#. Description of a pentagon
#: ../shapes.h:230 ../shapes.h:231
#: ../shapes.h:312 ../shapes.h:313
msgid "A pentagon has five sides."
msgstr "A pentagon has five sides."
#: ../shapes.h:235 ../shapes.h:237
#: ../shapes.h:317 ../shapes.h:319
msgid "A rhombus has four equal sides, and opposite sides are parallel."
msgstr "A rhombus has four equal sides, and opposite sides are parallel."
#: ../shapes.h:241 ../shapes.h:243
#: ../shapes.h:323 ../shapes.h:325
msgid "An octagon has eight equal sides."
msgstr "An octagon has eight equal sides."
#: ../shapes.h:327 ../shapes.h:328
msgid "A star with 3 points."
msgstr ""
#: ../shapes.h:329 ../shapes.h:330
msgid "A star with 4 points."
msgstr ""
#: ../shapes.h:331 ../shapes.h:332
msgid "A star with 5 points."
msgstr ""
#. Title of tool selector (buttons down the left)
#: ../titles.h:56
msgid "Tools"
@ -446,8 +472,6 @@ msgstr ""
#. Text tool instructions
#: ../tools.h:127
#| msgid ""
#| "Choose a style of text. Click on your drawing and you can start typing."
msgid ""
"Choose a style of text. Click on your drawing and you can start typing. "
"Press [Enter] or [Tab] to complete the text."
@ -457,8 +481,6 @@ msgstr ""
#. Label tool instructions
#: ../tools.h:130
#| msgid ""
#| "Choose a style of text. Click on your drawing and you can start typing."
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 "
@ -600,7 +622,6 @@ msgstr "Your picture has been printed!"
#. We got an error printing
#: ../tuxpaint.c:2093
#| msgid "Your picture has been printed!"
msgid "Sorry! Your picture could not be printed!"
msgstr "Sorry! Your picture could not be printed!"
@ -674,42 +695,42 @@ 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:11664
#: ../tuxpaint.c:11683
msgid "Yes"
msgstr "Yes"
#: ../tuxpaint.c:11668
#: ../tuxpaint.c:11687
msgid "No"
msgstr "No"
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:12710
#: ../tuxpaint.c:12786
msgid "Replace the picture with your changes?"
msgstr "Replace the picture with your changes?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
#: ../tuxpaint.c:12714
#: ../tuxpaint.c:12790
msgid "Yes, replace the old one!"
msgstr "Yes, replace the old one!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
#: ../tuxpaint.c:12718
#: ../tuxpaint.c:12794
msgid "No, save a new file!"
msgstr "No, save a new file!"
#: ../tuxpaint.c:13963
#: ../tuxpaint.c:14039
msgid "Choose the picture you want, then click “Open”."
msgstr "Choose the picture you want, then click “Open”."
#. Let user choose images:
#. Instructions for Slideshow file dialog (FIXME: Make a #define)
#: ../tuxpaint.c:14994 ../tuxpaint.c:15322
#: ../tuxpaint.c:15070 ../tuxpaint.c:15398
msgid "Choose the pictures you want, then click “Play”."
msgstr "Choose the pictures you want, then click “Play”."
#: ../tuxpaint.c:22344
#: ../tuxpaint.c:22420
msgid "Pick a color."
msgstr "Pick a colour."
@ -970,8 +991,6 @@ msgid "Kaleidoscope"
msgstr "Kaleidoscope"
#: ../../magic/src/kalidescope.c:136
#| msgid ""
#| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
msgid ""
"Click and drag the mouse to draw with two brushes that are symmetric across "
"the left and right of your picture."
@ -980,8 +999,6 @@ msgstr ""
"the left and right of your picture."
#: ../../magic/src/kalidescope.c:138
#| msgid ""
#| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
msgid ""
"Click and drag the mouse to draw with two brushes that are symmetric across "
"the top and bottom of your picture."
@ -994,8 +1011,6 @@ msgid "Click and drag the mouse to draw a pattern across the picture."
msgstr "Click and drag the mouse to draw a pattern across the picture."
#: ../../magic/src/kalidescope.c:142
#| msgid ""
#| "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
msgid ""
"Click and drag the mouse to draw a pattern plus its symmetric across the "
"picture."
@ -1056,46 +1071,45 @@ msgstr ""
msgid "Click to add a mosaic effect to your entire picture."
msgstr "Click to add a mosaic effect to your entire picture."
#: ../../magic/src/mosaic_shaped.c:142
#| msgid "Square"
#: ../../magic/src/mosaic_shaped.c:147
msgid "Square Mosaic"
msgstr "Square Mosaic"
#: ../../magic/src/mosaic_shaped.c:143
#: ../../magic/src/mosaic_shaped.c:148
msgid "Hexagon Mosaic"
msgstr "Hexagon Mosaic"
#: ../../magic/src/mosaic_shaped.c:144
#: ../../magic/src/mosaic_shaped.c:149
msgid "Irregular Mosaic"
msgstr "Irregular Mosaic"
#: ../../magic/src/mosaic_shaped.c:149
#: ../../magic/src/mosaic_shaped.c:156
msgid ""
"Click and move the mouse to add a square mosaic to parts of your picture."
msgstr ""
"Click and move the mouse to add a square mosaic to parts of your picture."
#: ../../magic/src/mosaic_shaped.c:150
#: ../../magic/src/mosaic_shaped.c:157
msgid "Click to add a square mosaic to your entire picture."
msgstr "Click to add a square mosaic to your entire picture."
#: ../../magic/src/mosaic_shaped.c:152
#: ../../magic/src/mosaic_shaped.c:161
msgid ""
"Click and move the mouse to add a hexagonal mosaic to parts of your picture."
msgstr ""
"Click and move the mouse to add a hexagonal mosaic to parts of your picture."
#: ../../magic/src/mosaic_shaped.c:153
#: ../../magic/src/mosaic_shaped.c:162
msgid "Click to add a hexagonal mosaic to your entire picture."
msgstr "Click to add a hexagonal mosaic to your entire picture."
#: ../../magic/src/mosaic_shaped.c:155
#: ../../magic/src/mosaic_shaped.c:166
msgid ""
"Click and move the mouse to add an irregular mosaic to parts of your picture."
msgstr ""
"Click and move the mouse to add an irregular mosaic to parts of your picture."
#: ../../magic/src/mosaic_shaped.c:156
#: ../../magic/src/mosaic_shaped.c:167
msgid "Click to add an irregular mosaic to your entire picture."
msgstr "Click to add an irregular mosaic to your entire picture."
@ -1104,7 +1118,6 @@ msgid "Negative"
msgstr "Negative"
#: ../../magic/src/negative.c:106
#| msgid "Click and move the mouse around to draw a negative."
msgid "Click and move the mouse around to make your painting negative."
msgstr "Click and move the mouse around to make your painting negative."
@ -1181,12 +1194,10 @@ msgid "Click to cover your picture with rain drops."
msgstr "Click to cover your picture with rain drops."
#: ../../magic/src/realrainbow.c:110
#| msgid "Rainbow"
msgid "Real Rainbow"
msgstr "Real Rainbow"
#: ../../magic/src/realrainbow.c:112
#| msgid "Rainbow"
msgid "ROYGBIV Rainbow"
msgstr "ROYGBIV Rainbow"
@ -1420,7 +1431,6 @@ msgstr ""
"for long waves."
#: ../../magic/src/xor.c:95
#| msgid "Colors"
msgid "Xor Colors"
msgstr "Xor Colours"
@ -1431,5 +1441,3 @@ msgstr "Click and drag to draw a XOR effect"
#: ../../magic/src/xor.c:103
msgid "Click to draw a XOR effect on the whole picture"
msgstr "Click to draw a XOR effect on the whole picture"