diff options
Diffstat (limited to 'l10n/zh_HK/files.po')
-rw-r--r-- | l10n/zh_HK/files.po | 263 |
1 files changed, 263 insertions, 0 deletions
diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po new file mode 100644 index 00000000000..526553c20f2 --- /dev/null +++ b/l10n/zh_HK/files.po @@ -0,0 +1,263 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: ownCloud\n" +"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" +"POT-Creation-Date: 2012-11-19 00:01+0100\n" +"PO-Revision-Date: 2011-08-13 02:19+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_HK\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: ajax/upload.php:20 +msgid "There is no error, the file uploaded with success" +msgstr "" + +#: ajax/upload.php:21 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini" +msgstr "" + +#: ajax/upload.php:22 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form" +msgstr "" + +#: ajax/upload.php:23 +msgid "The uploaded file was only partially uploaded" +msgstr "" + +#: ajax/upload.php:24 +msgid "No file was uploaded" +msgstr "" + +#: ajax/upload.php:25 +msgid "Missing a temporary folder" +msgstr "" + +#: ajax/upload.php:26 +msgid "Failed to write to disk" +msgstr "" + +#: appinfo/app.php:6 +msgid "Files" +msgstr "" + +#: js/fileactions.js:108 templates/index.php:64 +msgid "Unshare" +msgstr "" + +#: js/fileactions.js:110 templates/index.php:66 +msgid "Delete" +msgstr "" + +#: js/fileactions.js:172 +msgid "Rename" +msgstr "" + +#: js/filelist.js:198 js/filelist.js:200 +msgid "{new_name} already exists" +msgstr "" + +#: js/filelist.js:198 js/filelist.js:200 +msgid "replace" +msgstr "" + +#: js/filelist.js:198 +msgid "suggest name" +msgstr "" + +#: js/filelist.js:198 js/filelist.js:200 +msgid "cancel" +msgstr "" + +#: js/filelist.js:247 +msgid "replaced {new_name}" +msgstr "" + +#: js/filelist.js:247 js/filelist.js:249 js/filelist.js:281 js/filelist.js:283 +msgid "undo" +msgstr "" + +#: js/filelist.js:249 +msgid "replaced {new_name} with {old_name}" +msgstr "" + +#: js/filelist.js:281 +msgid "unshared {files}" +msgstr "" + +#: js/filelist.js:283 +msgid "deleted {files}" +msgstr "" + +#: js/files.js:171 +msgid "generating ZIP-file, it may take some time." +msgstr "" + +#: js/files.js:206 +msgid "Unable to upload your file as it is a directory or has 0 bytes" +msgstr "" + +#: js/files.js:206 +msgid "Upload Error" +msgstr "" + +#: js/files.js:223 +msgid "Close" +msgstr "" + +#: js/files.js:242 js/files.js:356 js/files.js:386 +msgid "Pending" +msgstr "" + +#: js/files.js:262 +msgid "1 file uploading" +msgstr "" + +#: js/files.js:265 js/files.js:319 js/files.js:334 +msgid "{count} files uploading" +msgstr "" + +#: js/files.js:337 js/files.js:370 +msgid "Upload cancelled." +msgstr "" + +#: js/files.js:439 +msgid "" +"File upload is in progress. Leaving the page now will cancel the upload." +msgstr "" + +#: js/files.js:509 +msgid "Invalid name, '/' is not allowed." +msgstr "" + +#: js/files.js:690 +msgid "{count} files scanned" +msgstr "" + +#: js/files.js:698 +msgid "error while scanning" +msgstr "" + +#: js/files.js:771 templates/index.php:50 +msgid "Name" +msgstr "" + +#: js/files.js:772 templates/index.php:58 +msgid "Size" +msgstr "" + +#: js/files.js:773 templates/index.php:60 +msgid "Modified" +msgstr "" + +#: js/files.js:800 +msgid "1 folder" +msgstr "" + +#: js/files.js:802 +msgid "{count} folders" +msgstr "" + +#: js/files.js:810 +msgid "1 file" +msgstr "" + +#: js/files.js:812 +msgid "{count} files" +msgstr "" + +#: templates/admin.php:5 +msgid "File handling" +msgstr "" + +#: templates/admin.php:7 +msgid "Maximum upload size" +msgstr "" + +#: templates/admin.php:7 +msgid "max. possible: " +msgstr "" + +#: templates/admin.php:9 +msgid "Needed for multi-file and folder downloads." +msgstr "" + +#: templates/admin.php:9 +msgid "Enable ZIP-download" +msgstr "" + +#: templates/admin.php:11 +msgid "0 is unlimited" +msgstr "" + +#: templates/admin.php:12 +msgid "Maximum input size for ZIP files" +msgstr "" + +#: templates/admin.php:15 +msgid "Save" +msgstr "" + +#: templates/index.php:7 +msgid "New" +msgstr "" + +#: templates/index.php:9 +msgid "Text file" +msgstr "" + +#: templates/index.php:10 +msgid "Folder" +msgstr "" + +#: templates/index.php:11 +msgid "From link" +msgstr "" + +#: templates/index.php:22 +msgid "Upload" +msgstr "" + +#: templates/index.php:29 +msgid "Cancel upload" +msgstr "" + +#: templates/index.php:42 +msgid "Nothing in here. Upload something!" +msgstr "" + +#: templates/index.php:52 +msgid "Share" +msgstr "" + +#: templates/index.php:54 +msgid "Download" +msgstr "" + +#: templates/index.php:77 +msgid "Upload too large" +msgstr "" + +#: templates/index.php:79 +msgid "" +"The files you are trying to upload exceed the maximum size for file uploads " +"on this server." +msgstr "" + +#: templates/index.php:84 +msgid "Files are being scanned, please wait." +msgstr "" + +#: templates/index.php:87 +msgid "Current scanning" +msgstr "" |