From 25f55e742317f5d16cddfef0ce246d278e5c73c2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 6 Apr 2016 11:19:26 +0200 Subject: add new languages and sync with transiflex --- po/zh_HK.po | 131 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 66 insertions(+), 65 deletions(-) (limited to 'po/zh_HK.po') diff --git a/po/zh_HK.po b/po/zh_HK.po index 1d341a6d..406badf6 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-06 14:50+0300\n" -"PO-Revision-Date: 2015-11-06 11:58+0000\n" -"Last-Translator: Vlad Orlov \n" +"POT-Creation-Date: 2016-03-09 17:44+0300\n" +"PO-Revision-Date: 2016-03-09 14:48+0000\n" +"Last-Translator: monsta \n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/mate/MATE/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -649,13 +649,14 @@ msgid "Determines whether Marco is a compositing manager." msgstr "" #: ../src/org.mate.marco.gschema.xml.h:41 -msgid "Fast Alt-Tab Enabled" +msgid "Fast Alt-Tab with compositing manager (disable thumbnails)" msgstr "" #: ../src/org.mate.marco.gschema.xml.h:42 msgid "" -"Whether or not fast alt-tabbing is used when the compositing manager is " -"enabled." +"If set to true, no window thumbnails will be displayed in the alt-tab popup " +"window when the compositing manager is enabled. Application icons will be " +"displayed instead." msgstr "" #: ../src/org.mate.marco.gschema.xml.h:43 @@ -1155,7 +1156,7 @@ msgid "Marco" msgstr "Marco" #. first time through -#: ../src/core/window.c:5797 +#: ../src/core/window.c:5764 #, c-format msgid "" "Window %s sets SM_CLIENT_ID on itself, instead of on the WM_CLIENT_LEADER " @@ -1168,7 +1169,7 @@ msgstr "視窗 %s 將 SM_CLIENT_ID 設定為該視窗本身,而不是 ICCCM #. * leads to e.g. us not fullscreening their windows. Apps that set #. * MWM but not WM_NORMAL_HINTS are basically broken. We complain #. * about these apps but make them work. -#: ../src/core/window.c:6362 +#: ../src/core/window.c:6329 #, c-format msgid "" "Window %s sets an MWM hint indicating it isn't resizable, but sets min size " @@ -1379,7 +1380,7 @@ msgstr "工作區 1_0" msgid "Workspace %s%d" msgstr "工作區 %s%d" -#: ../src/ui/menu.c:391 +#: ../src/ui/menu.c:395 msgid "Move to Another _Workspace" msgstr "移至另一個工作區(_W)" @@ -1465,7 +1466,7 @@ msgstr "Mod5" #. Translators: This represents the size of a window. The first number is #. * the width of the window and the second is the height. -#: ../src/ui/resizepopup.c:113 +#: ../src/ui/resizepopup.c:120 #, c-format msgid "%d x %d" msgstr "%d x %d" @@ -1572,135 +1573,135 @@ msgstr "在陰影顏色中陰影比重“%s”是負數" msgid "Could not parse color \"%s\"" msgstr "無法分析顏色“%s”" -#: ../src/ui/theme.c:1848 +#: ../src/ui/theme.c:1852 #, c-format msgid "Coordinate expression contains character '%s' which is not allowed" msgstr "座標表達式中出現不可接受的字符‘%s’" -#: ../src/ui/theme.c:1875 +#: ../src/ui/theme.c:1879 #, c-format msgid "" "Coordinate expression contains floating point number '%s' which could not be" " parsed" msgstr "座標表達式中出現無法分析的浮點小數‘%s’" -#: ../src/ui/theme.c:1889 +#: ../src/ui/theme.c:1893 #, c-format msgid "Coordinate expression contains integer '%s' which could not be parsed" msgstr "座標表達式中出現無法分析的整數‘%s’" -#: ../src/ui/theme.c:2011 +#: ../src/ui/theme.c:2015 #, c-format msgid "" "Coordinate expression contained unknown operator at the start of this text: " "\"%s\"" msgstr "在座標表達式中,以下文字的開始部分含有不明的運算符:“%s”" -#: ../src/ui/theme.c:2068 +#: ../src/ui/theme.c:2072 #, c-format msgid "Coordinate expression was empty or not understood" msgstr "座標表達式是空白的或是無法分析" -#: ../src/ui/theme.c:2179 ../src/ui/theme.c:2189 ../src/ui/theme.c:2223 +#: ../src/ui/theme.c:2183 ../src/ui/theme.c:2193 ../src/ui/theme.c:2227 #, c-format msgid "Coordinate expression results in division by zero" msgstr "座標表達式中出現被 0 整除的錯誤" -#: ../src/ui/theme.c:2231 +#: ../src/ui/theme.c:2235 #, c-format msgid "" "Coordinate expression tries to use mod operator on a floating-point number" msgstr "座標表達式中出現將浮點數使用於餘數運算符 (mod) 的錯誤" -#: ../src/ui/theme.c:2287 +#: ../src/ui/theme.c:2291 #, c-format msgid "Coordinate expression has an operator \"%s\" where an operand was expected" msgstr "在座標表達式中,應該有運算子的地方出現了運算符“%s”" -#: ../src/ui/theme.c:2296 +#: ../src/ui/theme.c:2300 #, c-format msgid "Coordinate expression had an operand where an operator was expected" msgstr "在座標表達式中,應該有運算符的地方出現了運算子" -#: ../src/ui/theme.c:2304 +#: ../src/ui/theme.c:2308 #, c-format msgid "Coordinate expression ended with an operator instead of an operand" msgstr "結束座標表達式的是一個運算符而非運算子" -#: ../src/ui/theme.c:2314 +#: ../src/ui/theme.c:2318 #, c-format msgid "" "Coordinate expression has operator \"%c\" following operator \"%c\" with no " "operand in between" msgstr "在座標表達式中,運算符“%c”緊隨運算符“%c”出現,但中間沒有任何運算子" -#: ../src/ui/theme.c:2461 ../src/ui/theme.c:2502 +#: ../src/ui/theme.c:2465 ../src/ui/theme.c:2506 #, c-format msgid "Coordinate expression had unknown variable or constant \"%s\"" msgstr "座標表達式中出現不明的變數或常數“%s”" -#: ../src/ui/theme.c:2556 +#: ../src/ui/theme.c:2560 #, c-format msgid "Coordinate expression parser overflowed its buffer." msgstr "座標表達式分析器令緩衝溢位。" -#: ../src/ui/theme.c:2585 +#: ../src/ui/theme.c:2589 #, c-format msgid "Coordinate expression had a close parenthesis with no open parenthesis" msgstr "座標表達式中的閉括號沒有相應的開括號" -#: ../src/ui/theme.c:2649 +#: ../src/ui/theme.c:2653 #, c-format msgid "" "Coordinate expression had an open parenthesis with no close parenthesis" msgstr "座標表達式中的開括號沒有相應的閉括號" -#: ../src/ui/theme.c:2660 +#: ../src/ui/theme.c:2664 #, c-format msgid "Coordinate expression doesn't seem to have any operators or operands" msgstr "座標表達式中似乎沒有任何運算符或運算子" -#: ../src/ui/theme.c:2864 ../src/ui/theme.c:2884 ../src/ui/theme.c:2904 +#: ../src/ui/theme.c:2868 ../src/ui/theme.c:2888 ../src/ui/theme.c:2908 #, c-format msgid "Theme contained an expression that resulted in an error: %s\n" msgstr "佈景主題中含有引致錯誤的表達式:%s\n" -#: ../src/ui/theme.c:4782 +#: ../src/ui/theme.c:4786 #, c-format msgid "" "