Initial integration of Bruno's Label tool, with tons of help from Pere.
This commit is contained in:
parent
7b7880307d
commit
a90f2548dc
92 changed files with 10535 additions and 7408 deletions
180
src/po/zh_TW.po
180
src/po/zh_TW.po
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: tuxpaint\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2009-08-31 18:32-0700\n"
|
||||
"POT-Creation-Date: 2009-10-03 22:47-0700\n"
|
||||
"PO-Revision-Date: 2009-07-02 09:54+0800\n"
|
||||
"Last-Translator: Song Huang <songhuang.tw@gmail.com>\n"
|
||||
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
||||
|
|
@ -384,31 +384,31 @@ msgstr "八角形有八個相等的邊。"
|
|||
|
||||
# Title of tool selector (buttons down the left)
|
||||
#. Title of tool selector (buttons down the left)
|
||||
#: ../titles.h:56
|
||||
#: ../titles.h:57
|
||||
msgid "Tools"
|
||||
msgstr "工具"
|
||||
|
||||
# Title of color palette (buttons across the bottom)
|
||||
#. Title of color palette (buttons across the bottom)
|
||||
#: ../titles.h:59
|
||||
#: ../titles.h:60
|
||||
msgid "Colors"
|
||||
msgstr "顏色"
|
||||
|
||||
# Title of brush selector (buttons down the right for paint and line tools)
|
||||
#. Title of brush selector (buttons down the right for paint and line tools)
|
||||
#: ../titles.h:62
|
||||
#: ../titles.h:63
|
||||
msgid "Brushes"
|
||||
msgstr "刷子"
|
||||
|
||||
# Title of eraser selector (buttons down the right for eraser tool)
|
||||
#. Title of eraser selector (buttons down the right for eraser tool)
|
||||
#: ../titles.h:65
|
||||
#: ../titles.h:66
|
||||
msgid "Erasers"
|
||||
msgstr "橡皮擦"
|
||||
|
||||
# Title of stamp selector (buttons down the right for stamps tool)
|
||||
#. Title of stamp selector (buttons down the right for stamps tool)
|
||||
#: ../titles.h:68
|
||||
#: ../titles.h:69
|
||||
msgid "Stamps"
|
||||
msgstr "圖章"
|
||||
|
||||
|
|
@ -416,69 +416,75 @@ msgstr "圖章"
|
|||
# Shape creation tool (square, circle, etc.)
|
||||
#. 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:72 ../tools.h:70
|
||||
msgid "Shapes"
|
||||
msgstr "形狀"
|
||||
|
||||
# Title of font selector (buttons down the right for text tool)
|
||||
#. Title of font selector (buttons down the right for text tool)
|
||||
#: ../titles.h:74
|
||||
#: ../titles.h:75
|
||||
msgid "Letters"
|
||||
msgstr "字體"
|
||||
|
||||
#. Title of font selector (buttons down the right for label tool)
|
||||
#. Label tool
|
||||
#: ../titles.h:78 ../tools.h:79
|
||||
msgid "Label"
|
||||
msgstr ""
|
||||
|
||||
# Title of magic tool selector (buttons down the right for magic (effect plugin) tool)
|
||||
# "Magic" effects tools (blur, flip image, etc.)
|
||||
#. 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:81 ../tools.h:76
|
||||
msgid "Magic"
|
||||
msgstr "魔法"
|
||||
|
||||
# Freehand painting tool
|
||||
#. Freehand painting tool
|
||||
#: ../tools.h:60
|
||||
#: ../tools.h:61
|
||||
msgid "Paint"
|
||||
msgstr "色筆"
|
||||
|
||||
# Stamp tool (aka Rubber Stamps)
|
||||
#. Stamp tool (aka Rubber Stamps)
|
||||
#: ../tools.h:63
|
||||
#: ../tools.h:64
|
||||
msgid "Stamp"
|
||||
msgstr "蓋章"
|
||||
|
||||
# Line drawing tool
|
||||
#. Line drawing tool
|
||||
#: ../tools.h:66
|
||||
#: ../tools.h:67
|
||||
msgid "Lines"
|
||||
msgstr "畫線"
|
||||
|
||||
# Text tool
|
||||
#. Text tool
|
||||
#: ../tools.h:72
|
||||
#: ../tools.h:73
|
||||
msgid "Text"
|
||||
msgstr "文字"
|
||||
|
||||
# Undo last action
|
||||
#. Undo last action
|
||||
#: ../tools.h:78
|
||||
#: ../tools.h:82
|
||||
msgid "Undo"
|
||||
msgstr "回復"
|
||||
|
||||
# Redo undone action
|
||||
#. Redo undone action
|
||||
#: ../tools.h:81
|
||||
#: ../tools.h:85
|
||||
msgid "Redo"
|
||||
msgstr "再來"
|
||||
|
||||
# Eraser tool
|
||||
#. Eraser tool
|
||||
#: ../tools.h:84
|
||||
#: ../tools.h:88
|
||||
msgid "Eraser"
|
||||
msgstr "擦掉"
|
||||
|
||||
# Start a new picture
|
||||
#. Start a new picture
|
||||
#: ../tools.h:87
|
||||
#: ../tools.h:91
|
||||
msgid "New"
|
||||
msgstr "新圖"
|
||||
|
||||
|
|
@ -488,51 +494,51 @@ 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:8005
|
||||
#: ../tools.h:94 ../tuxpaint.c:8565
|
||||
msgid "Open"
|
||||
msgstr "打開"
|
||||
|
||||
# Save the current picture
|
||||
#. Save the current picture
|
||||
#: ../tools.h:93
|
||||
#: ../tools.h:97
|
||||
msgid "Save"
|
||||
msgstr "儲存"
|
||||
|
||||
# Print the current picture
|
||||
#. Print the current picture
|
||||
#: ../tools.h:96
|
||||
#: ../tools.h:100
|
||||
msgid "Print"
|
||||
msgstr "列印"
|
||||
|
||||
# Quit/exit Tux Paint application
|
||||
# Quit/exit Tux Paint application
|
||||
#. Quit/exit Tux Paint application
|
||||
#: ../tools.h:99
|
||||
#: ../tools.h:103
|
||||
msgid "Quit"
|
||||
msgstr "離開"
|
||||
|
||||
# Paint tool instructions
|
||||
#. Paint tool instructions
|
||||
#: ../tools.h:107
|
||||
#: ../tools.h:111
|
||||
msgid "Pick a color and a brush shape to draw with."
|
||||
msgstr "挑選顏色和刷子的形狀來畫圖。"
|
||||
|
||||
# Stamp tool instructions
|
||||
#. Stamp tool instructions
|
||||
#: ../tools.h:110
|
||||
#: ../tools.h:114
|
||||
msgid "Pick a picture to stamp around your drawing."
|
||||
msgstr "挑選一個圖章來印在你的畫布上。"
|
||||
|
||||
# Line tool instructions
|
||||
#. Line tool instructions
|
||||
#: ../tools.h:113
|
||||
#: ../tools.h:117
|
||||
msgid "Click to start drawing a line. Let go to complete it."
|
||||
msgstr "按一下滑鼠就可以開始畫一條線. 讓我們來完成它吧!"
|
||||
|
||||
# Shape tool instructions
|
||||
# Shape tool instructions
|
||||
#. Shape tool instructions
|
||||
#: ../tools.h:116
|
||||
#: ../tools.h:120
|
||||
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."
|
||||
|
|
@ -542,93 +548,111 @@ msgstr ""
|
|||
|
||||
# Text tool instructions
|
||||
#. Text tool instructions
|
||||
#: ../tools.h:119
|
||||
#: ../tools.h:123
|
||||
msgid "Choose a style of text. Click on your drawing and you can start typing."
|
||||
msgstr "選擇文字的樣子。在畫布上點一下就可以開始輸入。"
|
||||
|
||||
# Magic tool instruction
|
||||
#. Magic tool instruction
|
||||
#: ../tools.h:122
|
||||
#: ../tools.h:126
|
||||
msgid "Pick a magical effect to use on your drawing!"
|
||||
msgstr "挑選一個魔法效果套用在你的圖畫上!"
|
||||
|
||||
# Text tool instructions
|
||||
#. Label tool instructions
|
||||
#: ../tools.h:129
|
||||
#, fuzzy
|
||||
#| 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. "
|
||||
"Click on the wheel to rotate the text. Click on the edit button and select a "
|
||||
"label to edit."
|
||||
msgstr "選擇文字的樣子。在畫布上點一下就可以開始輸入。"
|
||||
|
||||
# Response to 'undo' action
|
||||
#. Response to 'undo' action
|
||||
#: ../tools.h:125
|
||||
#: ../tools.h:132
|
||||
msgid "Undo!"
|
||||
msgstr "回復到剛才之前的樣子!"
|
||||
|
||||
# Response to 'redo' action
|
||||
#. Response to 'redo' action
|
||||
#: ../tools.h:128
|
||||
#: ../tools.h:135
|
||||
msgid "Redo!"
|
||||
msgstr "再做一次剛才的動作!"
|
||||
|
||||
# Eraser tool
|
||||
#. Eraser tool
|
||||
#: ../tools.h:131
|
||||
#: ../tools.h:138
|
||||
msgid "Eraser!"
|
||||
msgstr "用橡皮擦把圖畫擦掉!"
|
||||
|
||||
# Response to 'start a new image' action
|
||||
# Response to 'start a new image' action
|
||||
#. Response to 'start a new image' action
|
||||
#: ../tools.h:134
|
||||
#: ../tools.h:141
|
||||
msgid "Pick a color or picture with which to start a new drawing."
|
||||
msgstr "挑選一個顏色或圖形的新畫布。"
|
||||
|
||||
# Response to 'open' action (while file dialog is being constructed)
|
||||
#. Response to 'open' action (while file dialog is being constructed)
|
||||
#: ../tools.h:137
|
||||
#: ../tools.h:144
|
||||
msgid "Open…"
|
||||
msgstr "打開圖畫檔案..."
|
||||
|
||||
# Response to 'save' action
|
||||
#. Response to 'save' action
|
||||
#: ../tools.h:140
|
||||
#: ../tools.h:147
|
||||
msgid "Your image has been saved!"
|
||||
msgstr "你的圖畫已經儲存了!"
|
||||
|
||||
# Response to 'print' action (while printing, or print dialog is being used)
|
||||
#. Response to 'print' action (while printing, or print dialog is being used)
|
||||
#: ../tools.h:143
|
||||
#: ../tools.h:150
|
||||
msgid "Printing…"
|
||||
msgstr "正在列印..."
|
||||
|
||||
# Response to 'quit' (exit) action
|
||||
#. Response to 'quit' (exit) action
|
||||
#: ../tools.h:146
|
||||
#: ../tools.h:153
|
||||
msgid "Bye bye!"
|
||||
msgstr "掰掰!"
|
||||
|
||||
# Instruction while using Line tool (after click, before release)
|
||||
#. Instruction while using Line tool (after click, before release)
|
||||
#: ../tools.h:150
|
||||
#: ../tools.h:157
|
||||
msgid "Let go of the button to complete the line."
|
||||
msgstr "放開按鍵可以完成這條線。"
|
||||
|
||||
# Instruction while using Shape tool (after first click, before release)
|
||||
#. Instruction while using Shape tool (after first click, before release)
|
||||
#: ../tools.h:153
|
||||
#: ../tools.h:160
|
||||
msgid "Hold the button to stretch the shape."
|
||||
msgstr "按住按鍵可以伸長這個形狀。"
|
||||
|
||||
# Instruction while finishing Shape tool (after release, during rotation step before second click)
|
||||
#. Instruction while finishing Shape tool (after release, during rotation step before second click)
|
||||
#: ../tools.h:156
|
||||
#: ../tools.h:163
|
||||
msgid "Move the mouse to rotate the shape. Click to draw it."
|
||||
msgstr "移動滑鼠可以旋轉這個形狀。點一下可以將它畫上去。"
|
||||
|
||||
# Notification that 'New' action was aborted (current image would have been lost)
|
||||
# Notification that 'New' action was aborted (current image would have been lost)
|
||||
#. Notification that 'New' action was aborted (current image would have been lost)
|
||||
#: ../tools.h:159
|
||||
#: ../tools.h:166
|
||||
msgid "OK then… Let’s keep drawing this one!"
|
||||
msgstr "很好,讓我們繼續來畫這張圖吧!"
|
||||
|
||||
# Wait while Text tool finishes loading fonts
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:1931 ../tuxpaint.c:2661
|
||||
msgid "Please wait…"
|
||||
msgstr "請等一下…"
|
||||
|
||||
# Prompt to confirm user wishes to quit
|
||||
#. Prompt to confirm user wishes to quit
|
||||
#: ../tuxpaint.c:1858
|
||||
#: ../tuxpaint.c:1989
|
||||
msgid "Do you really want to quit?"
|
||||
msgstr "你確定要離開嗎?"
|
||||
|
||||
|
|
@ -636,69 +660,69 @@ msgstr "你確定要離開嗎?"
|
|||
# msgid "Yes, I'm done!"
|
||||
# Quit prompt positive response (quit)
|
||||
#. Quit prompt positive response (quit)
|
||||
#: ../tuxpaint.c:1861
|
||||
#: ../tuxpaint.c:1992
|
||||
msgid "Yes, I’m done!"
|
||||
msgstr "好,我做完了!"
|
||||
|
||||
# Quit prompt negative response (don't quit)
|
||||
#. Quit prompt negative response (don't quit)
|
||||
#: ../tuxpaint.c:1864 ../tuxpaint.c:1891
|
||||
#: ../tuxpaint.c:1995 ../tuxpaint.c:2022
|
||||
msgid "No, take me back!"
|
||||
msgstr "不,讓我回去!"
|
||||
|
||||
# Current picture is not saved; user is quitting
|
||||
#. Current picture is not saved; user is quitting
|
||||
#: ../tuxpaint.c:1868
|
||||
#: ../tuxpaint.c:1999
|
||||
msgid "If you quit, you’ll lose your picture! Save it?"
|
||||
msgstr "如果離開,將會丟掉你的圖畫喔! 要先存檔嗎?"
|
||||
|
||||
#: ../tuxpaint.c:1869 ../tuxpaint.c:1874
|
||||
#: ../tuxpaint.c:2000 ../tuxpaint.c:2005
|
||||
msgid "Yes, save it!"
|
||||
msgstr "好,把它存起來!"
|
||||
|
||||
# msgid "No, don't bother saving!"
|
||||
#: ../tuxpaint.c:1870 ../tuxpaint.c:1875
|
||||
#: ../tuxpaint.c:2001 ../tuxpaint.c:2006
|
||||
msgid "No, don’t bother saving!"
|
||||
msgstr "不,別存了!"
|
||||
|
||||
# Current picture is not saved; user is opening another picture
|
||||
#. Current picture is not saved; user is opening another picture
|
||||
#: ../tuxpaint.c:1873
|
||||
#: ../tuxpaint.c:2004
|
||||
msgid "Save your picture first?"
|
||||
msgstr "要先儲存你的圖畫嗎?"
|
||||
|
||||
# Error opening picture
|
||||
#. Error opening picture
|
||||
#: ../tuxpaint.c:1878
|
||||
#: ../tuxpaint.c:2009
|
||||
msgid "Can’t open that picture!"
|
||||
msgstr "沒辦法打開這個圖畫!"
|
||||
|
||||
# Generic dialog dismissal
|
||||
#. Generic dialog dismissal
|
||||
#: ../tuxpaint.c:1881 ../tuxpaint.c:1886 ../tuxpaint.c:1895 ../tuxpaint.c:1902
|
||||
#: ../tuxpaint.c:1911
|
||||
#: ../tuxpaint.c:2012 ../tuxpaint.c:2017 ../tuxpaint.c:2026 ../tuxpaint.c:2033
|
||||
#: ../tuxpaint.c:2042
|
||||
msgid "OK"
|
||||
msgstr "好的"
|
||||
|
||||
# Notification that 'Open' dialog has nothing to show
|
||||
#. Notification that 'Open' dialog has nothing to show
|
||||
#: ../tuxpaint.c:1885
|
||||
#: ../tuxpaint.c:2016
|
||||
msgid "There are no saved files!"
|
||||
msgstr "沒有已經儲存的檔案!"
|
||||
|
||||
# Verification of print action
|
||||
#. Verification of print action
|
||||
#: ../tuxpaint.c:1889
|
||||
#: ../tuxpaint.c:2020
|
||||
msgid "Print your picture now?"
|
||||
msgstr "現在要列印你的圖畫嗎?"
|
||||
|
||||
#: ../tuxpaint.c:1890
|
||||
#: ../tuxpaint.c:2021
|
||||
msgid "Yes, print it!"
|
||||
msgstr "好,印出它來!"
|
||||
|
||||
# Confirmation of successful (we hope) printing
|
||||
#. Confirmation of successful (we hope) printing
|
||||
#: ../tuxpaint.c:1894
|
||||
#: ../tuxpaint.c:2025
|
||||
msgid "Your picture has been printed!"
|
||||
msgstr "你的圖畫已經印出來了!"
|
||||
|
||||
|
|
@ -706,94 +730,88 @@ msgstr "你的圖畫已經印出來了!"
|
|||
# msgid "Your picture has been printed!"
|
||||
# We got an error printing
|
||||
#. We got an error printing
|
||||
#: ../tuxpaint.c:1898
|
||||
#: ../tuxpaint.c:2029
|
||||
msgid "Sorry! Your picture could not be printed!"
|
||||
msgstr "不好意思,你的圖畫不能列印!"
|
||||
|
||||
# Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#. Notification that it's too soon to print again (--printdelay option is in effect)
|
||||
#: ../tuxpaint.c:1901
|
||||
#: ../tuxpaint.c:2032
|
||||
msgid "You can’t print yet!"
|
||||
msgstr "你還沒辦法列印喔!"
|
||||
|
||||
# Prompt to confirm erasing a picture in the Open dialog
|
||||
#. Prompt to confirm erasing a picture in the Open dialog
|
||||
#: ../tuxpaint.c:1905
|
||||
#: ../tuxpaint.c:2036
|
||||
msgid "Erase this picture?"
|
||||
msgstr "要刪除這張圖畫嗎?"
|
||||
|
||||
#: ../tuxpaint.c:1906
|
||||
#: ../tuxpaint.c:2037
|
||||
msgid "Yes, erase it!"
|
||||
msgstr "好,刪除它吧!"
|
||||
|
||||
# msgid "No, don't erase it!"
|
||||
#: ../tuxpaint.c:1907
|
||||
#: ../tuxpaint.c:2038
|
||||
msgid "No, don’t erase it!"
|
||||
msgstr "不,別刪除它!"
|
||||
|
||||
# Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#. Reminder that Mouse Button 1 is the button to use in Tux Paint
|
||||
#: ../tuxpaint.c:1910
|
||||
#: ../tuxpaint.c:2041
|
||||
msgid "Remember to use the left mouse button!"
|
||||
msgstr "記得使用滑鼠的左邊按鍵!"
|
||||
|
||||
# Sound has been muted (silenced) via keyboard shortcut
|
||||
# Sound has been muted (silenced) via keyboard shortcut
|
||||
#. Sound has been muted (silenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2039
|
||||
#: ../tuxpaint.c:2170
|
||||
msgid "Sound muted."
|
||||
msgstr "靜音"
|
||||
|
||||
# Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
# Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#. Sound has been unmuted (unsilenced) via keyboard shortcut
|
||||
#: ../tuxpaint.c:2044
|
||||
#: ../tuxpaint.c:2175
|
||||
msgid "Sound unmuted."
|
||||
msgstr "取消靜音"
|
||||
|
||||
# Wait while Text tool finishes loading fonts
|
||||
#. Wait while Text tool finishes loading fonts
|
||||
#: ../tuxpaint.c:2511
|
||||
msgid "Please wait…"
|
||||
msgstr "請等一下…"
|
||||
|
||||
#: ../tuxpaint.c:7228
|
||||
#: ../tuxpaint.c:7764
|
||||
msgid "Pick a color."
|
||||
msgstr "挑選一個顏色"
|
||||
|
||||
# Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#. Open dialog: 'Erase' button, to erase/deleted the selected picture
|
||||
#: ../tuxpaint.c:8008
|
||||
#: ../tuxpaint.c:8568
|
||||
msgid "Erase"
|
||||
msgstr "刪除"
|
||||
|
||||
# Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#. Open dialog: 'Slides' button, to switch to slide show mode
|
||||
#: ../tuxpaint.c:8011
|
||||
#: ../tuxpaint.c:8571
|
||||
msgid "Slides"
|
||||
msgstr "投影片"
|
||||
|
||||
# Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
|
||||
#: ../tuxpaint.c:8014
|
||||
#: ../tuxpaint.c:8574
|
||||
msgid "Back"
|
||||
msgstr "上一個"
|
||||
|
||||
# Slideshow: 'Next' button, to load next slide (image)
|
||||
#. Slideshow: 'Next' button, to load next slide (image)
|
||||
#: ../tuxpaint.c:8017
|
||||
#: ../tuxpaint.c:8577
|
||||
msgid "Next"
|
||||
msgstr "下一個"
|
||||
|
||||
# Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#. Slideshow: 'Play' button, to begin a slideshow sequence
|
||||
#: ../tuxpaint.c:8020
|
||||
#: ../tuxpaint.c:8580
|
||||
msgid "Play"
|
||||
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
|
||||
#. 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:8667
|
||||
#: ../tuxpaint.c:9291
|
||||
msgid "Aa"
|
||||
msgstr "A中"
|
||||
|
||||
|
|
@ -801,17 +819,17 @@ msgstr "A中"
|
|||
# positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
|
||||
#. 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:11670
|
||||
#: ../tuxpaint.c:12375
|
||||
msgid "Yes"
|
||||
msgstr "好"
|
||||
|
||||
#: ../tuxpaint.c:11674
|
||||
#: ../tuxpaint.c:12379
|
||||
msgid "No"
|
||||
msgstr "不"
|
||||
|
||||
# Prompt to ask whether user wishes to save over old version of their file
|
||||
#. Prompt to ask whether user wishes to save over old version of their file
|
||||
#: ../tuxpaint.c:12669
|
||||
#: ../tuxpaint.c:13374
|
||||
msgid "Replace the picture with your changes?"
|
||||
msgstr "用你所做的改變來取代圖畫嗎?"
|
||||
|
||||
|
|
@ -819,7 +837,7 @@ msgstr "用你所做的改變來取代圖畫嗎?"
|
|||
# (like a 'File:Save' action in other applications)
|
||||
#. Positive response to saving over old version
|
||||
#. (like a 'File:Save' action in other applications)
|
||||
#: ../tuxpaint.c:12673
|
||||
#: ../tuxpaint.c:13378
|
||||
msgid "Yes, replace the old one!"
|
||||
msgstr "好,取代舊的!"
|
||||
|
||||
|
|
@ -827,11 +845,11 @@ msgstr "好,取代舊的!"
|
|||
# (like a 'File:Save As...' action in other applications)
|
||||
#. Negative response to saving over old version (saves a new image)
|
||||
#. (like a 'File:Save As...' action in other applications)
|
||||
#: ../tuxpaint.c:12677
|
||||
#: ../tuxpaint.c:13382
|
||||
msgid "No, save a new file!"
|
||||
msgstr "不,另外存一個新的檔案!"
|
||||
|
||||
#: ../tuxpaint.c:13440
|
||||
#: ../tuxpaint.c:14234
|
||||
msgid "Choose the picture you want, then click “Open”."
|
||||
msgstr "選擇你想要的圖畫,然後按一下「打開」。"
|
||||
|
||||
|
|
@ -839,7 +857,7 @@ msgstr "選擇你想要的圖畫,然後按一下「打開」。"
|
|||
# Instructions for Slideshow file dialog (FIXME: Make a #define)
|
||||
#. Let user choose images:
|
||||
#. Instructions for Slideshow file dialog (FIXME: Make a #define)
|
||||
#: ../tuxpaint.c:14427 ../tuxpaint.c:14741
|
||||
#: ../tuxpaint.c:15239 ../tuxpaint.c:15553
|
||||
msgid "Choose the pictures you want, then click “Play”."
|
||||
msgstr "選擇你要的一些圖畫,然後按一下「播放」。"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue