3c8efd56e9
* NEW: Update chinese translations. [EXAMPLES] * NEW: Add screenshots, switch to 1.0 version, and publish. [INTERPRETER] * NEW: Allow WAIT to raise errors. [GB.DESKTOP] * NEW: DesktopWindow.Geometry is a new property that returns the geometry of the window inside as a rectangle. * NEW: DesktopWindow.Frame is a new property that returns the geometry of the window outside (with the frame) as a rectangle. * NEW: DesktopWindow.GetScreenshot() is a new method that returns a screenshot of a window, with or without the frame. * BUG: DesktopWindow X, Y, Width and Height properties return the window geometry without the frame. [GB.GTK] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.GTK3] * NEW: Raise an error if WAIT is called during a keyboard event. [GB.QT4] * NEW: Raise an error if WAIT is called during a keyboard event. git-svn-id: svn://localhost/gambas/trunk@6746 867c0c6c-44f3-4631-809d-bfa615b0a4ec
36 lines
763 B
Text
36 lines
763 B
Text
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2014-12-16 11:03 UTC\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: .project:1
|
|
msgid "gb.args"
|
|
msgstr "-"
|
|
|
|
#: Args.module:73
|
|
msgid "Display version"
|
|
msgstr "显示版本"
|
|
|
|
#: Args.module:78
|
|
msgid "Display this help"
|
|
msgstr "显示该帮助"
|
|
|
|
#: Args.module:82
|
|
msgid "Usage: &1 <options> <arguments>"
|
|
msgstr "用法:&1 <选项> <参数>"
|
|
|
|
#: Args.module:85
|
|
msgid "Options:"
|
|
msgstr "选项:"
|
|
|
|
#: Args.module:92
|
|
msgid "unknown option: &1"
|
|
msgstr "未知选项:&1"
|