Russian update.
This commit is contained in:
parent
c9e88a08f8
commit
30ca131cbd
2 changed files with 121 additions and 171 deletions
|
|
@ -8,8 +8,11 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2009.July.1 (0.9.22)
|
||||
* TBD
|
||||
2009.July.2 (0.9.22)
|
||||
* Localization Updates:
|
||||
---------------------
|
||||
* Russian translation
|
||||
Sergei Popov <skein@rambler.ru>
|
||||
|
||||
|
||||
2009.June.28 (0.9.21)
|
||||
|
|
|
|||
285
src/po/ru.po
285
src/po/ru.po
|
|
@ -7,8 +7,8 @@ msgstr ""
|
|||
"Project-Id-Version: TuxPaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-06-19 12:57-0700\n"
|
||||
"PO-Revision-Date: 2009-03-30 12:55+0300\n"
|
||||
"Last-Translator: Nikolay Parukhin <nik@sevpinro.ru>\n"
|
||||
"PO-Revision-Date: 2009-07-02 17:46+0300\n"
|
||||
"Last-Translator: Sergei Popov <skein@rambler.ru>\n"
|
||||
"Language-Team: Dmitriy Ivanov <ace22b@myrealbox.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -161,12 +161,11 @@ msgstr "оО"
|
|||
msgid ",.?!"
|
||||
msgstr ",.?!"
|
||||
|
||||
# msgid "`\\%_@$~#{}<>^&*"
|
||||
#. uncommon punctuation (e.g., '@', '#', '*', etc.)
|
||||
#: ../dirwalk.c:197
|
||||
#, fuzzy
|
||||
#| msgid "`\\%_@$~#{}<>^&*"
|
||||
msgid "`\\%_@$~#{<(^&*"
|
||||
msgstr "`\\%_@$~#{}<>^&*"
|
||||
msgstr "`\\%_@$~#{<(^&*"
|
||||
|
||||
#. digits (e.g., '0', '1' and '7')
|
||||
#: ../dirwalk.c:200
|
||||
|
|
@ -260,83 +259,95 @@ msgid "ZH_TW"
|
|||
msgstr "Традиционный китайский"
|
||||
|
||||
#. Square shape tool (4 equally-lengthed sides at right angles)
|
||||
#: ../shapes.h:171 ../shapes.h:172
|
||||
#: ../shapes.h:171
|
||||
#: ../shapes.h:172
|
||||
msgid "Square"
|
||||
msgstr "Квадрат"
|
||||
|
||||
#. Rectangle shape tool (4 sides at right angles)
|
||||
#: ../shapes.h:175 ../shapes.h:176
|
||||
#: ../shapes.h:175
|
||||
#: ../shapes.h:176
|
||||
msgid "Rectangle"
|
||||
msgstr "Прямоугольник"
|
||||
|
||||
#. Circle shape tool (X radius and Y radius are the same)
|
||||
#: ../shapes.h:179 ../shapes.h:180
|
||||
#: ../shapes.h:179
|
||||
#: ../shapes.h:180
|
||||
msgid "Circle"
|
||||
msgstr "Круг"
|
||||
|
||||
#. Ellipse shape tool (X radius and Y radius may differ)
|
||||
#: ../shapes.h:183 ../shapes.h:184
|
||||
#: ../shapes.h:183
|
||||
#: ../shapes.h:184
|
||||
msgid "Ellipse"
|
||||
msgstr "Эллипс"
|
||||
|
||||
#. Triangle shape tool (3 sides)
|
||||
#: ../shapes.h:187 ../shapes.h:188
|
||||
#: ../shapes.h:187
|
||||
#: ../shapes.h:188
|
||||
msgid "Triangle"
|
||||
msgstr "Треугольник"
|
||||
|
||||
#. Pentagone shape tool (5 sides)
|
||||
#: ../shapes.h:191 ../shapes.h:192
|
||||
#: ../shapes.h:191
|
||||
#: ../shapes.h:192
|
||||
msgid "Pentagon"
|
||||
msgstr "Пятиугольник"
|
||||
|
||||
#. Rhombus shape tool (4 sides, not at right angles)
|
||||
#: ../shapes.h:195 ../shapes.h:196
|
||||
#: ../shapes.h:195
|
||||
#: ../shapes.h:196
|
||||
msgid "Rhombus"
|
||||
msgstr "Ромб"
|
||||
|
||||
#. Octagon shape tool (8 sides)
|
||||
#: ../shapes.h:199 ../shapes.h:200
|
||||
#: ../shapes.h:199
|
||||
#: ../shapes.h:200
|
||||
msgid "Octagon"
|
||||
msgstr "Восьмиугольник"
|
||||
|
||||
#. Description of a square
|
||||
#: ../shapes.h:208 ../shapes.h:209
|
||||
#: ../shapes.h:208
|
||||
#: ../shapes.h:209
|
||||
msgid "A square is a rectangle with four equal sides."
|
||||
msgstr "Квадрат - прямоугольник с четырьмя равными сторонами."
|
||||
|
||||
#. Description of a rectangle
|
||||
#: ../shapes.h:212 ../shapes.h:213
|
||||
#: ../shapes.h:212
|
||||
#: ../shapes.h:213
|
||||
msgid "A rectangle has four sides and four right angles."
|
||||
msgstr "У прямоугольника четыре стороны и четыре прямых угла."
|
||||
|
||||
#: ../shapes.h:217 ../shapes.h:219
|
||||
msgid ""
|
||||
"A circle is a curve where all points have the same distance from the center."
|
||||
msgstr ""
|
||||
"Окружность - это кривая, все точки которой удалены на равное расстояние от "
|
||||
"центра."
|
||||
#: ../shapes.h:217
|
||||
#: ../shapes.h:219
|
||||
msgid "A circle is a curve where all points have the same distance from the center."
|
||||
msgstr "Окружность - это кривая, все точки которой удалены на равное расстояние от центра."
|
||||
|
||||
#. Description of an ellipse
|
||||
#: ../shapes.h:222 ../shapes.h:223
|
||||
#: ../shapes.h:222
|
||||
#: ../shapes.h:223
|
||||
msgid "An ellipse is a stretched circle."
|
||||
msgstr "Эллипс - это вытянутая окружность."
|
||||
|
||||
#. Description of a triangle
|
||||
#: ../shapes.h:226 ../shapes.h:227
|
||||
#: ../shapes.h:226
|
||||
#: ../shapes.h:227
|
||||
msgid "A triangle has three sides."
|
||||
msgstr "У треугольника три стороны (и угла!)"
|
||||
|
||||
#. Description of a pentagon
|
||||
#: ../shapes.h:230 ../shapes.h:231
|
||||
#: ../shapes.h:230
|
||||
#: ../shapes.h:231
|
||||
msgid "A pentagon has five sides."
|
||||
msgstr "А у пятиугольника пять сторон (и углов!)"
|
||||
|
||||
#: ../shapes.h:235 ../shapes.h:237
|
||||
#: ../shapes.h:235
|
||||
#: ../shapes.h:237
|
||||
msgid "A rhombus has four equal sides, and opposite sides are parallel."
|
||||
msgstr ""
|
||||
"У ромба все четыре стороны равны и противоположные стороны параллельны."
|
||||
msgstr "У ромба все четыре стороны равны и противоположные стороны параллельны."
|
||||
|
||||
#: ../shapes.h:241 ../shapes.h:243
|
||||
#: ../shapes.h:241
|
||||
#: ../shapes.h:243
|
||||
msgid "An octagon has eight equal sides."
|
||||
msgstr "А у восьмиугольника восемь сторон."
|
||||
|
||||
|
|
@ -367,7 +378,8 @@ msgstr "Штампы"
|
|||
|
||||
#. Title of shape selector (buttons down the right for shapes tool)
|
||||
#. Shape creation tool (square, circle, etc.)
|
||||
#: ../titles.h:71 ../tools.h:69
|
||||
#: ../titles.h:71
|
||||
#: ../tools.h:69
|
||||
msgid "Shapes"
|
||||
msgstr "Формы"
|
||||
|
||||
|
|
@ -378,7 +390,8 @@ msgstr "Буквы"
|
|||
|
||||
#. Title of magic tool selector (buttons down the right for magic (effect plugin) tool)
|
||||
#. "Magic" effects tools (blur, flip image, etc.)
|
||||
#: ../titles.h:77 ../tools.h:75
|
||||
#: ../titles.h:77
|
||||
#: ../tools.h:75
|
||||
msgid "Magic"
|
||||
msgstr "Магия"
|
||||
|
||||
|
|
@ -425,7 +438,8 @@ msgstr "Новая"
|
|||
#. Open a saved picture
|
||||
#. buttons for the file open dialog
|
||||
#. Open dialog: 'Open' button, to load the selected picture
|
||||
#: ../tools.h:90 ../tuxpaint.c:7998
|
||||
#: ../tools.h:90
|
||||
#: ../tuxpaint.c:7998
|
||||
msgid "Open"
|
||||
msgstr "Открыть"
|
||||
|
||||
|
|
@ -452,22 +466,17 @@ msgstr "Выберите цвет и форму кисточки, которой
|
|||
#. Stamp tool instructions
|
||||
#: ../tools.h:110
|
||||
msgid "Pick a picture to stamp around your drawing."
|
||||
msgstr "Выберите картину, чтобы поставить печать на вашем рисунке."
|
||||
msgstr "Выберите картинку для копирования на рисунок."
|
||||
|
||||
#. Line tool instructions
|
||||
#: ../tools.h:113
|
||||
msgid "Click to start drawing a line. Let go to complete it."
|
||||
msgstr ""
|
||||
"Щёлкните, чтобы начать рисовать линию. Отпустите кнопку, чтобы закончить."
|
||||
msgstr "Щёлкните, чтобы начать рисовать линию. Отпустите кнопку, чтобы закончить."
|
||||
|
||||
#. Shape tool instructions
|
||||
#: ../tools.h:116
|
||||
msgid ""
|
||||
"Pick a shape. Click to pick the center, drag, then let go when it is the "
|
||||
"size you want. Move around to rotate it, and click to draw it."
|
||||
msgstr ""
|
||||
"Выберите форму. Щёлкните для выбора центра, растяните до нужного размера, "
|
||||
"отпустите. Покрутите форму, затем щёлкните, чтобы нарисовать её."
|
||||
msgid "Pick a shape. Click to pick the center, drag, then let go when it is the size you want. Move around to rotate it, and click to draw it."
|
||||
msgstr "Выберите форму. Щёлкните для выбора центра, растяните до нужного размера, отпустите. Покрутите форму, затем щёлкните, чтобы нарисовать её."
|
||||
|
||||
#. Text tool instructions
|
||||
#: ../tools.h:119
|
||||
|
|
@ -477,7 +486,7 @@ msgstr "Выберите стиль текста. Щёлкните на ваше
|
|||
#. Magic tool instruction
|
||||
#: ../tools.h:122
|
||||
msgid "Pick a magical effect to use on your drawing!"
|
||||
msgstr "Выберите волшебный эффект, чтобы использовать его на вашем рисунке!"
|
||||
msgstr "Выберите волшебный эффект для своего рисунка!"
|
||||
|
||||
#. Response to 'undo' action
|
||||
#: ../tools.h:125
|
||||
|
|
@ -550,7 +559,8 @@ msgid "Yes, I’m done!"
|
|||
msgstr "Да, я закончил!"
|
||||
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:1861 ../tuxpaint.c:1888
|
||||
#: ../tuxpaint.c:1861
|
||||
#: ../tuxpaint.c:1888
|
||||
msgid "No, take me back!"
|
||||
msgstr "Нет, хочу обратно!"
|
||||
|
||||
|
|
@ -559,18 +569,20 @@ msgstr "Нет, хочу обратно!"
|
|||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "Если вы выйдите, вы потеряете вашу картинку! Сохранить?"
|
||||
|
||||
#: ../tuxpaint.c:1866 ../tuxpaint.c:1871
|
||||
#: ../tuxpaint.c:1866
|
||||
#: ../tuxpaint.c:1871
|
||||
msgid "Yes, save it!"
|
||||
msgstr "Да, сохранить!"
|
||||
|
||||
#: ../tuxpaint.c:1867 ../tuxpaint.c:1872
|
||||
#: ../tuxpaint.c:1867
|
||||
#: ../tuxpaint.c:1872
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "Нет, не нужно сохранять!"
|
||||
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:1870
|
||||
msgid "Save your picture first?"
|
||||
msgstr "Сохранить вашу картинку сначала?"
|
||||
msgstr "Сохранить вначале вашу картинку?"
|
||||
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:1875
|
||||
|
|
@ -578,7 +590,10 @@ msgid "Can’t open that picture!"
|
|||
msgstr "Не могу открыть эту картинку!"
|
||||
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:1878 ../tuxpaint.c:1883 ../tuxpaint.c:1892 ../tuxpaint.c:1899
|
||||
#: ../tuxpaint.c:1878
|
||||
#: ../tuxpaint.c:1883
|
||||
#: ../tuxpaint.c:1892
|
||||
#: ../tuxpaint.c:1899
|
||||
#: ../tuxpaint.c:1908
|
||||
msgid "OK"
|
||||
msgstr "Хорошо"
|
||||
|
|
@ -710,11 +725,12 @@ msgstr "Нет, сохранить в новый файл!"
|
|||
|
||||
#: ../tuxpaint.c:13402
|
||||
msgid "Choose the picture you want, then click “Open”."
|
||||
msgstr "Выберите желаемую картинку, а потом щёлкните «Открыть»."
|
||||
msgstr "Выберите картинку, а потом щёлкните «Открыть»."
|
||||
|
||||
#. Let user choose images:
|
||||
#. Instructions for Slideshow file dialog (FIXME: Make a #define)
|
||||
#: ../tuxpaint.c:14389 ../tuxpaint.c:14703
|
||||
#: ../tuxpaint.c:14389
|
||||
#: ../tuxpaint.c:14703
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "Выберите картинку, а потом нажмите \"Запуск\"."
|
||||
|
||||
|
|
@ -740,7 +756,7 @@ msgstr "Щёлкните и поводите по картинке, чтобы
|
|||
|
||||
#: ../../magic/src/alien.c:68
|
||||
msgid "Click to change the colors in your entire picture."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы изменить цвет рисунка."
|
||||
msgstr "Щёлкните, чтобы изменить цвета рисунка."
|
||||
|
||||
#: ../../magic/src/blocks_chalk_drip.c:132
|
||||
msgid "Blocks"
|
||||
|
|
@ -759,10 +775,8 @@ msgid "Click and move the mouse around to make the picture blocky."
|
|||
msgstr "Щёлкните и поводите по картинке, чтобы превратить её часть в мозаику."
|
||||
|
||||
#: ../../magic/src/blocks_chalk_drip.c:149
|
||||
msgid ""
|
||||
"Click and move the mouse around to turn the picture into a chalk drawing."
|
||||
msgstr ""
|
||||
"Щёлкните и поводите по картинке, чтобы превратить её часть в рисунок мелом."
|
||||
msgid "Click and move the mouse around to turn the picture into a chalk drawing."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы превратить её часть в рисунок мелом."
|
||||
|
||||
#: ../../magic/src/blocks_chalk_drip.c:152
|
||||
msgid "Click and move the mouse around to make the picture drip."
|
||||
|
|
@ -770,7 +784,7 @@ msgstr "Щёлкните и поводите по картинке, чтобы
|
|||
|
||||
#: ../../magic/src/blur.c:57
|
||||
msgid "Blur"
|
||||
msgstr "Размывание"
|
||||
msgstr "Размытие"
|
||||
|
||||
#: ../../magic/src/blur.c:60
|
||||
msgid "Click and move the mouse around to blur the image."
|
||||
|
|
@ -807,8 +821,7 @@ msgstr "Мультфильм"
|
|||
|
||||
#: ../../magic/src/cartoon.c:87
|
||||
msgid "Click and move the mouse around to turn the picture into a cartoon."
|
||||
msgstr ""
|
||||
"Щёлкните и поводите по картинке, чтобы превратить её часть в мультфильм."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы превратить её часть в мультфильм."
|
||||
|
||||
#: ../../magic/src/confetti.c:63
|
||||
msgid "Confetti"
|
||||
|
|
@ -881,9 +894,7 @@ msgstr "Цветок"
|
|||
|
||||
#: ../../magic/src/flower.c:130
|
||||
msgid "Click and drag to draw a flower stalk. Let go to finish the flower."
|
||||
msgstr ""
|
||||
"Нажмите и тяните, чтобы нарисовать стебель. Отпустите, чтобы завершить "
|
||||
"цветок."
|
||||
msgstr "Нажмите и тяните, чтобы нарисовать стебель. Отпустите, чтобы завершить цветок."
|
||||
|
||||
#: ../../magic/src/foam.c:104
|
||||
msgid "Foam"
|
||||
|
|
@ -898,13 +909,12 @@ msgid "Fold"
|
|||
msgstr "Сгиб"
|
||||
|
||||
#: ../../magic/src/fold.c:86
|
||||
msgid ""
|
||||
"Choose a background color and click to turn the corner of the page over."
|
||||
msgid "Choose a background color and click to turn the corner of the page over."
|
||||
msgstr "Выберите фоновый цвет и щёлкните, чтобы загнуть уголок страницы."
|
||||
|
||||
#: ../../magic/src/glasstile.c:83
|
||||
msgid "Glass Tile"
|
||||
msgstr "Стеклянная плитка"
|
||||
msgstr "Стекло"
|
||||
|
||||
#: ../../magic/src/glasstile.c:90
|
||||
msgid "Click and drag the mouse to put glass tile over your picture."
|
||||
|
|
@ -912,7 +922,7 @@ msgstr "Нажмите и ведите мышь, чтобы покрыть ри
|
|||
|
||||
#: ../../magic/src/glasstile.c:92
|
||||
msgid "Click to cover your entire picture in glass tiles."
|
||||
msgstr "Щёлкните, чтобы покрыть вашу картинку стеклянной мозаикой."
|
||||
msgstr "Щёлкните, чтобы покрыть рисунок стеклянной плиткой."
|
||||
|
||||
#: ../../magic/src/grass.c:92
|
||||
msgid "Grass"
|
||||
|
|
@ -920,19 +930,15 @@ msgstr "Трава"
|
|||
|
||||
#: ../../magic/src/grass.c:98
|
||||
msgid "Click and move to draw grass. Don’t forget the dirt!"
|
||||
msgstr ""
|
||||
"Щёлкните и поводите по картинке, чтобы нарисовать траву. Не забудьте про "
|
||||
"грязь!"
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы нарисовать траву. Не забудьте про почву!"
|
||||
|
||||
#: ../../magic/src/kalidescope.c:77
|
||||
msgid "Kaleidoscope"
|
||||
msgstr "Калейдоскоп"
|
||||
|
||||
#: ../../magic/src/kalidescope.c:83
|
||||
msgid ""
|
||||
"Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
|
||||
msgstr ""
|
||||
"Нажмите и ведите мышь, чтобы рисовать симметричными кистями (калейдоскоп)."
|
||||
msgid "Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
|
||||
msgstr "Нажмите и ведите мышь, чтобы рисовать симметричными кистями (калейдоскоп)."
|
||||
|
||||
#: ../../magic/src/light.c:84
|
||||
msgid "Light"
|
||||
|
|
@ -971,10 +977,8 @@ msgid "Mosaic"
|
|||
msgstr "Мозаика"
|
||||
|
||||
#: ../../magic/src/mosaic.c:73
|
||||
msgid ""
|
||||
"Click and move the mouse to add a mosaic effect to parts of your picture."
|
||||
msgstr ""
|
||||
"Щёлкните и поводите по картинке, чтобы добавить к её части эффект мозаики."
|
||||
msgid "Click and move the mouse to add a mosaic effect to parts of your picture."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы добавить к её части эффект мозаики."
|
||||
|
||||
#: ../../magic/src/mosaic.c:74
|
||||
msgid "Click to add a mosaic effect to your entire picture."
|
||||
|
|
@ -1014,7 +1018,7 @@ msgstr "Нажмите и потяните мышь, чтобы нарисова
|
|||
|
||||
#: ../../magic/src/rainbow.c:107
|
||||
msgid "Rainbow"
|
||||
msgstr "Радуга"
|
||||
msgstr "7 цветов"
|
||||
|
||||
#: ../../magic/src/rainbow.c:114
|
||||
msgid "You can draw in rainbow colors!"
|
||||
|
|
@ -1032,25 +1036,22 @@ msgstr "Щёлкните, чтобы поместить дождевые кап
|
|||
msgid "Click to cover your picture with rain drops."
|
||||
msgstr "Щёлкните, чтобы покрыть вашу картинку дождевыми каплями."
|
||||
|
||||
# msgid "Rainbow"
|
||||
#: ../../magic/src/realrainbow.c:76
|
||||
#, fuzzy
|
||||
#| msgid "Rainbow"
|
||||
msgid "Real Rainbow"
|
||||
msgstr "Радуга"
|
||||
|
||||
#: ../../magic/src/realrainbow.c:81
|
||||
msgid ""
|
||||
"Click where you want your rainbow to start, drag to where you want it to "
|
||||
"end, and then let go to draw a rainbow."
|
||||
msgstr ""
|
||||
msgid "Click where you want your rainbow to start, drag to where you want it to end, and then let go to draw a rainbow."
|
||||
msgstr "Нажмите, чтобы указать начало радуги и тяните до её конца."
|
||||
|
||||
#: ../../magic/src/ripples.c:81
|
||||
msgid "Ripples"
|
||||
msgstr "Круги на воде"
|
||||
msgstr "Круги"
|
||||
|
||||
#: ../../magic/src/ripples.c:87
|
||||
msgid "Click to make ripples appear over your picture."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы размыть её часть."
|
||||
msgstr "Щёлкните, чтобы сделать \"круги на воде\"."
|
||||
|
||||
#: ../../magic/src/rosette.c:93
|
||||
msgid "Rosette"
|
||||
|
|
@ -1066,11 +1067,11 @@ msgstr "Щёлкните, чтобы начать рисовать розетк
|
|||
|
||||
#: ../../magic/src/rosette.c:100
|
||||
msgid "You can draw just like Picasso!"
|
||||
msgstr "Вы можете рисовать как Пикассо!"
|
||||
msgstr "Вы можете рисовать почти как Пикассо!"
|
||||
|
||||
#: ../../magic/src/sharpen.c:73
|
||||
msgid "Edges"
|
||||
msgstr "Границы"
|
||||
msgstr "Края"
|
||||
|
||||
#: ../../magic/src/sharpen.c:74
|
||||
msgid "Sharpen"
|
||||
|
|
@ -1082,11 +1083,11 @@ msgstr "Силуэт"
|
|||
|
||||
#: ../../magic/src/sharpen.c:78
|
||||
msgid "Click and move the mouse to trace edges in parts of your picture."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы выделить границы на её части."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы выделить края объектов."
|
||||
|
||||
#: ../../magic/src/sharpen.c:79
|
||||
msgid "Click to trace edges in your entire picture."
|
||||
msgstr "Щёлкните, чтобы выделить границы на картинке."
|
||||
msgstr "Щёлкните, чтобы выделить края объектов на всей картинке."
|
||||
|
||||
#: ../../magic/src/sharpen.c:80
|
||||
msgid "Click and move the mouse to sharpen parts of your picture."
|
||||
|
|
@ -1102,7 +1103,7 @@ msgstr "Щёлкните и поводите по картинке, чтобы
|
|||
|
||||
#: ../../magic/src/sharpen.c:83
|
||||
msgid "Click to create a black and white silhouette of your entire picture."
|
||||
msgstr "Щёлкните, чтобы создать черно-белый силуэт вашей картинки."
|
||||
msgstr "Щёлкните, чтобы создать черно-белый силуэт всего рисунка."
|
||||
|
||||
#: ../../magic/src/shift.c:104
|
||||
msgid "Shift"
|
||||
|
|
@ -1138,50 +1139,42 @@ msgstr "Щёлкните, чтобы добавить снежинки на ва
|
|||
|
||||
#: ../../magic/src/string.c:120
|
||||
msgid "String edges"
|
||||
msgstr "Границы строки"
|
||||
msgstr "Паутинка"
|
||||
|
||||
#: ../../magic/src/string.c:123
|
||||
msgid "String corner"
|
||||
msgstr "Угол строки"
|
||||
msgstr "Уголок"
|
||||
|
||||
#: ../../magic/src/string.c:126
|
||||
msgid "String 'V'"
|
||||
msgstr "Строка 'V'"
|
||||
msgstr "Нити"
|
||||
|
||||
# msgid ""
|
||||
# "Click and drag to draw string art. Drag top-bottom to draw less or more "
|
||||
# "lines, to the center to approach the lines to center."
|
||||
#: ../../magic/src/string.c:134
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "Click and drag to draw string art. Drag top-bottom to draw less or more "
|
||||
#| "lines, to the center to approach the lines to center."
|
||||
msgid ""
|
||||
"Click and drag to draw string art. Drag top-bottom to draw less or more "
|
||||
"lines, left or right to make a bigger hole."
|
||||
msgstr ""
|
||||
"Нажмите и потяните мышь, чтобы нарисовать строку. Потяните вверх-вниз, чтобы "
|
||||
"нарисовать меньше или больше линий; к центру, чтобы приблизить линии к "
|
||||
"центру."
|
||||
msgid "Click and drag to draw string art. Drag top-bottom to draw less or more lines, left or right to make a bigger hole."
|
||||
msgstr "Нажмите и потяните, чтобы нарисовать паутинку из нитей. Потяните вверх-вниз, чтобы нарисовать меньше или больше линий; влево или вправо, чтобы увеличить отверстие."
|
||||
|
||||
# msgid "Click and drag to draw a beam of light on your picture."
|
||||
#: ../../magic/src/string.c:137
|
||||
#, fuzzy
|
||||
#| msgid "Click and drag to draw a beam of light on your picture."
|
||||
msgid "Click and drag to draw arrows made of string art."
|
||||
msgstr "Нажмите и ведите мышь, чтобы нарисовать луч света."
|
||||
msgstr "Нажмите и потяните, чтобы стрелу из нитей."
|
||||
|
||||
#: ../../magic/src/string.c:140
|
||||
msgid "Draw string art arrows with free angles."
|
||||
msgstr ""
|
||||
msgstr "Рисуйте каркас из нитей под любым углом."
|
||||
|
||||
#: ../../magic/src/tint.c:71
|
||||
msgid "Tint"
|
||||
msgstr "Изменить цвет"
|
||||
msgstr "Смена цвета"
|
||||
|
||||
#: ../../magic/src/tint.c:72
|
||||
msgid "Color & White"
|
||||
msgstr "Цветной и белый"
|
||||
msgstr "Два цвета"
|
||||
|
||||
#: ../../magic/src/tint.c:75
|
||||
msgid ""
|
||||
"Click and move the mouse around to change the color of parts of your picture."
|
||||
msgid "Click and move the mouse around to change the color of parts of your picture."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы изменить цвет её части."
|
||||
|
||||
#: ../../magic/src/tint.c:76
|
||||
|
|
@ -1189,12 +1182,8 @@ msgid "Click to change the color of your entire picture."
|
|||
msgstr "Щёлкните, чтобы изменить цвет картинки."
|
||||
|
||||
#: ../../magic/src/tint.c:77
|
||||
msgid ""
|
||||
"Click and move the mouse around to turn parts of your picture into white and "
|
||||
"a color you choose."
|
||||
msgstr ""
|
||||
"Щёлкните и поводите по картинке, чтобы оставить на её части белый и "
|
||||
"выбранный вами цвет."
|
||||
msgid "Click and move the mouse around to turn parts of your picture into white and a color you choose."
|
||||
msgstr "Щёлкните и поводите по картинке, чтобы оставить на её части белый и выбранный вами цвет."
|
||||
|
||||
#: ../../magic/src/tint.c:78
|
||||
msgid "Click to turn your entire picture into white and a color you choose."
|
||||
|
|
@ -1202,7 +1191,7 @@ msgstr "Щёлкните, чтобы оставить на картинке бе
|
|||
|
||||
#: ../../magic/src/toothpaste.c:65
|
||||
msgid "Toothpaste"
|
||||
msgstr "Зубная паста"
|
||||
msgstr "Паста"
|
||||
|
||||
#: ../../magic/src/toothpaste.c:68
|
||||
msgid "Click and drag to squirt toothpaste onto your picture."
|
||||
|
|
@ -1210,24 +1199,19 @@ msgstr "Щёлкните и поводите по картинке, чтобы
|
|||
|
||||
#: ../../magic/src/tornado.c:127
|
||||
msgid "Tornado"
|
||||
msgstr ""
|
||||
msgstr "Торнадо"
|
||||
|
||||
#: ../../magic/src/tornado.c:133
|
||||
#, fuzzy
|
||||
#| msgid "Click and drag to draw train track rails on your picture."
|
||||
msgid "Click and drag to draw a tornado funnel on your picture."
|
||||
msgstr "Нажмите и потяните мышь, чтобы нарисовать железнодорожные рельсы."
|
||||
msgstr "Нажмите и потяните, чтобы нарисовать торнадо."
|
||||
|
||||
#: ../../magic/src/tv.c:74
|
||||
msgid "TV"
|
||||
msgstr "ТВ"
|
||||
|
||||
# msgid "Click to make your picture look like it's on television."
|
||||
#: ../../magic/src/tv.c:79
|
||||
#, fuzzy
|
||||
#| msgid "Click to make your picture look like it's on television."
|
||||
msgid ""
|
||||
"Click and drag to make parts of your picture look like they are on "
|
||||
"television."
|
||||
msgid "Click and drag to make parts of your picture look like they are on television."
|
||||
msgstr "Щёлкните, чтобы ваша картинка выглядела, как телевизионная."
|
||||
|
||||
#: ../../magic/src/tv.c:82
|
||||
|
|
@ -1240,37 +1224,23 @@ msgstr "Волны"
|
|||
|
||||
#: ../../magic/src/waves.c:81
|
||||
msgid "Wavelets"
|
||||
msgstr "Волны"
|
||||
msgstr "Рябь"
|
||||
|
||||
#: ../../magic/src/waves.c:88
|
||||
msgid ""
|
||||
"Click to make the picture horizontally wavy. Click toward the top for "
|
||||
"shorter waves, the bottom for taller waves, the left for small waves, and "
|
||||
"the right for long waves."
|
||||
msgstr ""
|
||||
"Нажмите, чтобы нарисовать горизонтальные волны. Двигайте вверх, чтобы "
|
||||
"сделать волны короче, вниз - выше, налево - для низких волн, направо - для "
|
||||
"длинных."
|
||||
msgid "Click to make the picture horizontally wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves."
|
||||
msgstr "Нажмите, чтобы нарисовать горизонтальные волны. Двигайте вверх, чтобы сделать волны короче, вниз - выше, налево - для коротких волн, направо - для длинных."
|
||||
|
||||
#: ../../magic/src/waves.c:89
|
||||
msgid ""
|
||||
"Click to make the picture vertically wavy. Click toward the top for shorter "
|
||||
"waves, the bottom for taller waves, the left for small waves, and the right "
|
||||
"for long waves."
|
||||
msgstr ""
|
||||
"Нажмите, чтобы нарисовать вертикальные волны. Двигайте вверх, чтобы сделать "
|
||||
"волны короче, вниз - выше, налево - для низких волн, направо - для длинных."
|
||||
msgid "Click to make the picture vertically wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves."
|
||||
msgstr "Нажмите, чтобы нарисовать вертикальные волны. Двигайте вверх, чтобы сделать волны короче, вниз - выше, налево - для коротких волн, направо - для длинных."
|
||||
|
||||
#~ msgid "qy"
|
||||
#~ msgstr "qy"
|
||||
|
||||
#~ msgid "QY"
|
||||
#~ msgstr "QY"
|
||||
|
||||
#~ msgid "Click and drag to draw string art aligned to the edges."
|
||||
#~ msgstr ""
|
||||
#~ "Нажмите и потяните мышь, чтобы нарисовать строку, выровненную по границам."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Draw string art with free angles. Click and drag a V: drag to the vertex, "
|
||||
#~ "drag backwards a little to the start, then drag to the end."
|
||||
|
|
@ -1278,14 +1248,12 @@ msgstr ""
|
|||
#~ "Рисует строки по любыми углами. Нажмите и потяните V: потяните - будет "
|
||||
#~ "создана вершина, потяните немного назад к началу, затем потяните к концу."
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Click and drag to draw a flower stalk. Let go to finish the flower."
|
||||
#~ msgid ""
|
||||
#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado."
|
||||
#~ msgstr ""
|
||||
#~ "Нажмите и тяните, чтобы нарисовать стебель. Отпустите, чтобы завершить "
|
||||
#~ "цветок."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid ""
|
||||
#~ "Click and move the mouse to give parts of your picture an \"alien\" "
|
||||
|
|
@ -1304,7 +1272,6 @@ msgstr ""
|
|||
#~| msgid "Click and drag to shift your picture around on the canvas."
|
||||
#~ msgid "Click the part of your picture where would you like a puzzle."
|
||||
#~ msgstr "Нажмите и ведите мышь, чтобы сдвинуть рисунок относительно холста."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Click to make a puzzle in fullscreen mode."
|
||||
#~ msgstr "Щёлкните на картинку, чтобы превратить её в зеркальное отражение."
|
||||
|
|
@ -1347,68 +1314,48 @@ msgstr ""
|
|||
#, fuzzy
|
||||
#~ msgid "Blur All"
|
||||
#~ msgstr "Размывание"
|
||||
|
||||
#~ msgid "Click and move to fade the colors."
|
||||
#~ msgstr ""
|
||||
#~ "Щёлкните и поводите по картинке, чтобы сделать её часть более светлой."
|
||||
|
||||
#~ msgid "Click and move to darken the colors."
|
||||
#~ msgstr ""
|
||||
#~ "Щёлкните и поводите по картинке, чтобы сделать её часть более тёмной."
|
||||
|
||||
#~ msgid "Sparkles"
|
||||
#~ msgstr "Искры"
|
||||
|
||||
#~ msgid "You now have a blank sheet to draw on!"
|
||||
#~ msgstr "Теперь у вас есть чистый лист!"
|
||||
|
||||
#~ msgid "Start a new picture?"
|
||||
#~ msgstr "Начнём новую картинку?"
|
||||
|
||||
#~ msgid "Yes, let's start fresh!"
|
||||
#~ msgstr "Да, начнём заново!"
|
||||
|
||||
#~ msgid "Click and move to draw sparkles."
|
||||
#~ msgstr "Щёлкните и поводите по картинке, чтобы нарисовать искры."
|
||||
|
||||
#~ msgid "Starting a new picture will erase the current one!"
|
||||
#~ msgstr "Начиная новую картинку вы уничтожите текущую!"
|
||||
|
||||
#~ msgid "That’s OK!"
|
||||
#~ msgstr "Хорошо!"
|
||||
|
||||
#~ msgid "Never mind!"
|
||||
#~ msgstr "Нет!"
|
||||
|
||||
#~ msgid "Save over the older version of this picture?"
|
||||
#~ msgstr "Сохранить поверх старой версии этой картинки?"
|
||||
|
||||
#~ msgid "Dark Gray!"
|
||||
#~ msgstr "Тёмно-серый!"
|
||||
|
||||
#~ msgid "Neon green!"
|
||||
#~ msgstr "Ярко-зеленый!"
|
||||
|
||||
#~ msgid "Green!"
|
||||
#~ msgstr "Зелёный!"
|
||||
|
||||
#~ msgid "Magenta!"
|
||||
#~ msgstr "Ярко-красный!"
|
||||
|
||||
#~ msgid "Fade"
|
||||
#~ msgstr "Исчезновение"
|
||||
|
||||
#~ msgid "Oval"
|
||||
#~ msgstr "Овал"
|
||||
|
||||
#~ msgid "Diamond"
|
||||
#~ msgstr "Ромб"
|
||||
|
||||
#~ msgid "A square has four sides, each the same length."
|
||||
#~ msgstr "У квадрата четыре стороны, все одной длины."
|
||||
|
||||
#~ msgid "A circle is exactly round."
|
||||
#~ msgstr "А круг совершенно круглый :)"
|
||||
|
||||
#~ msgid "A diamond is a square, turned around slightly."
|
||||
#~ msgstr "Ромб похож на квадрат, но с другими углами."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue