Radial gradient fill tool added

Note: Need to add to docs.
This commit is contained in:
Bill Kendrick 2021-02-20 18:08:06 -08:00
parent ecf6953f5f
commit 058191bd04
136 changed files with 6284 additions and 6138 deletions

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tuxpaint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-20 16:41-0800\n"
"POT-Creation-Date: 2021-02-20 17:52-0800\n"
"PO-Revision-Date: 2014-06-09 08:08+0530\n"
"Last-Translator: Khagen Sarma <khagen.sharma@gmail.com>\n"
"Language-Team: none\n"
@ -443,7 +443,7 @@ msgstr "नयाँ"
#. Open a saved picture
#. Buttons for the file open dialog
#. Open dialog: 'Open' button, to load the selected picture
#: ../tools.h:98 ../tuxpaint.c:8063
#: ../tools.h:98 ../tuxpaint.c:8105
msgid "Open"
msgstr "खोल्नुहोस्"
@ -586,227 +586,227 @@ msgid "OK then… Lets keep drawing this one!"
msgstr "ठिक छ...... लौ हामी यो चित्र कोरिरहौ!"
#. Prompt to confirm user wishes to quit
#: ../tuxpaint.c:2159
#: ../tuxpaint.c:2161
msgid "Do you really want to quit?"
msgstr "के तपाईँ साँच्चै त्याग्न चाहनुहुन्छ?"
#. Quit prompt positive response (quit)
#: ../tuxpaint.c:2162
#: ../tuxpaint.c:2164
msgid "Yes, Im done!"
msgstr "ज्यू, मेले गरेँ"
#. Quit prompt negative response (don't quit)
#: ../tuxpaint.c:2165 ../tuxpaint.c:2192
#: ../tuxpaint.c:2167 ../tuxpaint.c:2194
msgid "No, take me back!"
msgstr "होइन, मलाई पछि लानुहोस्!"
#. Current picture is not saved; user is quitting
#: ../tuxpaint.c:2169
#: ../tuxpaint.c:2171
msgid "If you quit, youll lose your picture! Save it?"
msgstr "यदि तपाईँले त्याग्नुभयो भने तपाईले चित्र हराउनुहुनेछ! के यसलाई संरक्षण गरूँ?"
#: ../tuxpaint.c:2170 ../tuxpaint.c:2175
#: ../tuxpaint.c:2172 ../tuxpaint.c:2177
msgid "Yes, save it!"
msgstr "ज्यू, यसलाई संरक्षण गर्नुहोस्!"
#: ../tuxpaint.c:2171 ../tuxpaint.c:2176
#: ../tuxpaint.c:2173 ../tuxpaint.c:2178
msgid "No, dont bother saving!"
msgstr "होइन, संरक्षण नगरे पनि केही हुन्न!"
#. Current picture is not saved; user is opening another picture
#: ../tuxpaint.c:2174
#: ../tuxpaint.c:2176
msgid "Save your picture first?"
msgstr "पहिला तपाईँको चित्र संरक्षण गर्नुहोस्"
#. Error opening picture
#: ../tuxpaint.c:2179
#: ../tuxpaint.c:2181
msgid "Cant open that picture!"
msgstr "चित्र खोल्न सकिएन!"
#. Generic dialog dismissal
#: ../tuxpaint.c:2182 ../tuxpaint.c:2187 ../tuxpaint.c:2196 ../tuxpaint.c:2203
#: ../tuxpaint.c:2212 ../tuxpaint.c:2217
#: ../tuxpaint.c:2184 ../tuxpaint.c:2189 ../tuxpaint.c:2198 ../tuxpaint.c:2205
#: ../tuxpaint.c:2214 ../tuxpaint.c:2219
msgid "OK"
msgstr "OK"
#. Notification that 'Open' dialog has nothing to show
#: ../tuxpaint.c:2186
#: ../tuxpaint.c:2188
msgid "There are no saved files!"
msgstr "संरक्षण गरिएको फाइल छैन!"
#. Verification of print action
#: ../tuxpaint.c:2190
#: ../tuxpaint.c:2192
msgid "Print your picture now?"
msgstr "तपाईँको चित्र अहिले छाप्नुहुन्छ?"
#: ../tuxpaint.c:2191
#: ../tuxpaint.c:2193
msgid "Yes, print it!"
msgstr "ज्यू, छाप्नुहोस्!"
#. Confirmation of successful (we hope) printing
#: ../tuxpaint.c:2195
#: ../tuxpaint.c:2197
msgid "Your picture has been printed!"
msgstr "तपाईँको चित्र छापिइयो!"
#. We got an error printing
#: ../tuxpaint.c:2199
#: ../tuxpaint.c:2201
msgid "Sorry! Your picture could not be printed!"
msgstr "माफ गर्नुहोस्! तपाईँको चित्र छाप्न सकिएन!"
#. Notification that it's too soon to print again (--printdelay option is in effect)
#: ../tuxpaint.c:2202
#: ../tuxpaint.c:2204
msgid "You cant print yet!"
msgstr "तपाईले अहिलेसम्म छाप्न सक्नुभएन!"
#. Prompt to confirm erasing a picture in the Open dialog
#: ../tuxpaint.c:2206
#: ../tuxpaint.c:2208
msgid "Erase this picture?"
msgstr "यो चित्र मेटाउनू?"
#: ../tuxpaint.c:2207
#: ../tuxpaint.c:2209
msgid "Yes, erase it!"
msgstr "ज्यू, यसलाई मेटाउनुहोस्!"
#: ../tuxpaint.c:2208
#: ../tuxpaint.c:2210
msgid "No, dont erase it!"
msgstr "होइन, यसलाई नमेटाउनुहोस्!"
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
#: ../tuxpaint.c:2211
#: ../tuxpaint.c:2213
msgid "Remember to use the left mouse button!"
msgstr "माउसको देब्रे बटन प्रयोग गर्न सम्झनुहोस्!"
#. Confirmation of successful (we hope) image export
#: ../tuxpaint.c:2215
#: ../tuxpaint.c:2217
#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your picture has been exported!"
msgstr "तपाईँको चित्र छापिइयो!"
#: ../tuxpaint.c:2216
#: ../tuxpaint.c:2218
#, fuzzy
#| msgid "Your picture has been printed!"
msgid "Your slideshow GIF has been exported!"
msgstr "तपाईँको चित्र छापिइयो!"
#. We got an error exporting
#: ../tuxpaint.c:2220
#: ../tuxpaint.c:2222
#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your picture could not be exported!"
msgstr "माफ गर्नुहोस्! तपाईँको चित्र छाप्न सकिएन!"
#: ../tuxpaint.c:2221
#: ../tuxpaint.c:2223
#, fuzzy
#| msgid "Sorry! Your picture could not be printed!"
msgid "Sorry! Your slideshow GIF could not be exported!"
msgstr "माफ गर्नुहोस्! तपाईँको चित्र छाप्न सकिएन!"
#. Slideshow instructions
#: ../tuxpaint.c:2225
#: ../tuxpaint.c:2227
msgid "Choose the pictures you want, then click “Play”."
msgstr "तपाईँले चाहनुभएको चित्र चुन्नुहोस्, “Play” मा क्लिक गर्नुहोस्।"
#. Sound has been muted (silenced) via keyboard shortcut
#: ../tuxpaint.c:2434
#: ../tuxpaint.c:2436
msgid "Sound muted."
msgstr "आवाज मौन गरिएको छ।"
#. Sound has been unmuted (unsilenced) via keyboard shortcut
#: ../tuxpaint.c:2439
#: ../tuxpaint.c:2441
msgid "Sound unmuted."
msgstr "आवाज मैन निस्क्रीय गरिएको छ"
#. Wait while Text tool finishes loading fonts
#: ../tuxpaint.c:3216
#: ../tuxpaint.c:3218
msgid "Please wait…"
msgstr "कृपया पर्खनुहोस्......"
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
#: ../tuxpaint.c:8066
#: ../tuxpaint.c:8108
msgid "Erase"
msgstr "मेटाउनुहोस्"
#. Open dialog: 'Slides' button, to switch to slide show mode
#: ../tuxpaint.c:8069
#: ../tuxpaint.c:8111
msgid "Slides"
msgstr "स्लाइडहरू"
#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
#: ../tuxpaint.c:8072
#: ../tuxpaint.c:8114
msgid "Export"
msgstr ""
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
#: ../tuxpaint.c:8075
#: ../tuxpaint.c:8117
msgid "Back"
msgstr "पछि"
#. Slideshow: 'Play' button, to begin a slideshow sequence
#: ../tuxpaint.c:8078
#: ../tuxpaint.c:8120
msgid "Play"
msgstr "प्ले गर्नुहोस्"
#. Slideshow: 'GIF Export' button, to create an animated GIF
#: ../tuxpaint.c:8081
#: ../tuxpaint.c:8123
msgid "GIF Export"
msgstr ""
#. Slideshow: 'Next' button, to load next slide (image)
#: ../tuxpaint.c:8084
#: ../tuxpaint.c:8126
msgid "Next"
msgstr "अघिल्लो"
#. 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:8832
#: ../tuxpaint.c:8874
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:12473
#: ../tuxpaint.c:12515
msgid "Yes"
msgstr "ज्यू"
#: ../tuxpaint.c:12477
#: ../tuxpaint.c:12519
msgid "No"
msgstr "होइन"
#. Prompt to ask whether user wishes to save over old version of their file
#: ../tuxpaint.c:13610
#: ../tuxpaint.c:13658
msgid "Replace the picture with your changes?"
msgstr "तपाईँको प्रतिस्थापन चित्र परिवर्तन गर्नू?"
#. Positive response to saving over old version
#. (like a 'File:Save' action in other applications)
#: ../tuxpaint.c:13614
#: ../tuxpaint.c:13662
msgid "Yes, replace the old one!"
msgstr "ज्यू, पुरानोलाई प्रतिस्थापन गर्नुहोस्!"
#. Negative response to saving over old version (saves a new image)
#. (like a 'File:Save As...' action in other applications)
#: ../tuxpaint.c:13618
#: ../tuxpaint.c:13666
msgid "No, save a new file!"
msgstr "होइन, एउटा नयाँ फाइल संरक्षण गर्नुहोस्!"
#. Let user choose an image:
#. Instructions for 'Open' file dialog
#: ../tuxpaint.c:14881
#: ../tuxpaint.c:14929
msgid "Choose the picture you want, then click “Open”."
msgstr "तपाईँले चाहनुभएको चित्र चुन्नुहोस्, “Open”.मा क्लिक गर्नुहोस्।"
#. 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:16307
#: ../tuxpaint.c:16355
msgid "Select 2 or more drawings to turn into an animated GIF."
msgstr ""
#: ../tuxpaint.c:24012
#: ../tuxpaint.c:24060
msgid "Select a color from your drawing."
msgstr ""
#: ../tuxpaint.c:24024
#: ../tuxpaint.c:24072
msgid "Pick a color."
msgstr "रङ्ग लिनुहोस्"