diff --git a/docs/manual/po/zh_CN.po b/docs/manual/po/zh_CN.po index a9475f31d1b9764c7c9eabcf0a25b5e2c57a2746..76c1456a4f3df93ebb2d625152d6e7aa6987d5d8 100644 --- a/docs/manual/po/zh_CN.po +++ b/docs/manual/po/zh_CN.po @@ -753,7 +753,7 @@ msgstr "与 <application>Thunar</application> çš„å¤§éƒ¨åˆ†å…¶å®ƒåŠŸèƒ½ä¸€æ ·ï¼Œ #: Thunar.xml996(para) msgid "The <literal>MimeType</literal> of the target <filename>.desktop</filename> specifies the types of files for which this action should be available in the <guilabel>Send To</guilabel> menu. For example, say you want to add entry for a <ulink type=\"http\" url=\"http://flickr.com/\">Flickr</ulink> uploader tool, then this entry should only show up if the selection contains JPEG files (other file formats are not supported by Flickr) and so you should add a line <literal>MimeType=image/jpeg;</literal>. If you do not specify any <literal>MimeType</literal> your entry will show up for all file types." -msgstr "" +msgstr "对象 <filename>.desktop</filename> çš„ <literal>MimeType</literal> 指定应该在 <guilabel>å‘é€è‡³</guilabel> èœå•é‡Œéœ€å‡ºçŽ°çš„动作的文件的类型。比如说您è¦ä¸º <ulink type=\"http\" url=\"http://flickr.com/\">Flickr</ulink> ä¸Šä¼ å·¥å…·æ·»åŠ æ¡ç›®ï¼Œæ¤æ¡ç›®åªæœ‰åœ¨æ‚¨é€‰ä¸çš„对象ä¸åŒ…å« JPEG 文件(Flickr ä¸æ”¯æŒå…¶å®ƒæ ¼å¼ï¼‰æ—¶å‡ºçŽ°ï¼Œæ‰€ä»¥éœ€è¦æ·»åŠ è¡Œ <literal>MimeType=image/jpeg;</literal> 。如果没有指定任何 <literal>MimeType</literal> ,æ¡ç›®ä¼šæ˜¾ç¤ºæ‰€æœ‰æ–‡ä»¶ç±»åž‹çš„。" #: Thunar.xml1004(para) msgid "A complete example using the <application>postr</application> application is shown below:" @@ -832,6 +832,14 @@ msgid "" "MimeType=your-supported/mime-type;\n" "X-Thumbnailer-Exec=your-thumbnailer %i %o %s" msgstr "" +"\n" +"[Desktop Entry]\n" +"Version=1.0\n" +"Encoding=UTF-8\n" +"Type=X-Thumbnailer\n" +"Name=Your Thumbnailer\n" +"MimeType=your-supported/mime-type;\n" +"X-Thumbnailer-Exec=your-thumbnailer %i %o %s" #: Thunar.xml1080(para) msgid "The <literal>Version</literal> and <literal>Encoding</literal> are mandated by the Desktop Entry Specification, just use the values shown in the example above. The <literal>Type</literal> field must have the special value <literal>X-Thumbnailer</literal>, otherwise your thumbnailer will not be recognized. The <literal>Name</literal> value describes your thumbnailer." @@ -843,7 +851,7 @@ msgstr "" #: Thunar.xml1093(varname) msgid "%i" -msgstr "" +msgstr "i" #: Thunar.xml1095(para) msgid "The local path to the input file for which to create a thumbnail. May be either a path relative to the directory from which the thumbnailer was invoked or an absolute path." @@ -851,7 +859,7 @@ msgstr "" #: Thunar.xml1101(varname) msgid "%o" -msgstr "" +msgstr "o" #: Thunar.xml1103(para) msgid "The local path to the output file where to store the generated thumbnail. The output file must be written as valid PNG file according to the thumbnail standard (see above). Note that the path may not end with <literal>.png</literal>, which matters if you invoke certain third party tools." @@ -859,7 +867,7 @@ msgstr "" #: Thunar.xml1110(varname) msgid "%s" -msgstr "" +msgstr "s" #: Thunar.xml1112(para) msgid "The desired size of the generated thumbnail in pixels. This parameter is optional." @@ -867,7 +875,7 @@ msgstr "" #: Thunar.xml1117(varname) msgid "%u" -msgstr "" +msgstr "u" #: Thunar.xml1119(para) msgid "Similar to <literal>%i</literal>, but substituted with the URI of the file, rather than the path. This was added for compatibility with GNOME." @@ -875,7 +883,7 @@ msgstr "" #: Thunar.xml1125(varname) msgid "%%" -msgstr "" +msgstr "%" #: Thunar.xml1127(para) msgid "Will be substituted with a single <literal>%</literal>." @@ -898,7 +906,7 @@ msgid "This example demonstrates how to write and install a new thumbnailer for msgstr "<command>convert</command> 是 ImageMagick 的一个工具,下é¢çš„示例说明了如何为 <filename>.eps</filename> 文件编写和安装新的缩略图生æˆå™¨ã€‚首先,我们å¯åŠ¨ä¸€ä¸ªç®€å•çš„调用 <command>convert</command> 命令的脚本,然åŽæŒ‰æ‰€éœ€å¤§å°ç”Ÿæˆä¸€ä¸ªç¼©ç•¥å›¾ã€‚" #: Thunar.xml1151(programlisting) -#, no-wrap, fuzzy +#, no-wrap msgid "" "\n" "#!/bin/sh\n" @@ -990,7 +998,6 @@ msgstr "" "$ sudo install eps-thumbnailer.desktop /usr/local/share/thumbnailers/eps-thumbnailer.desktop" #: Thunar.xml1199(para) -#, fuzzy msgid "The <filename>eps-thumbnailer.desktop</filename> file uses the special key <literal>TryExec</literal>, which, if specified, names a command that must be present on the system for the thumbnailer to be useful. In this case, our script is useless if the <command>convert</command> utility is not present." msgstr "<filename>eps-thumbnailer.desktop</filename> 文件使用特殊的 <literal>TryExec</literal> 键,指定åŽï¼Œç³»ç»Ÿä¸å¿…须有缩略图生æˆå™¨æ‰€éœ€çš„命令,给æ¤å‘½ä»¤å‘½åæ˜¯æœ‰ç”¨çš„ã€‚è¿™æ ·ï¼Œå¦‚æžœæ²¡æœ‰ <command>convert</command> å·¥å…·ï¼Œæˆ‘ä»¬çš„è„šæœ¬æ˜¯æ— æ•ˆçš„ã€‚"