source: 3thparty/jupload/maven-translation-plugin/src/test/resources/lang.verif.utf-16_to_unicode/lang_zh_TW.properties @ 3951

Revision 3951, 7.3 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1#
2#
3# HOW TO ADD PROPERTIES:
4#     If you want to add new properties, either create your own lang files, or add this property first to the
5#               lang.properties file, which is the reference for all existing properties.
6#               Each property missing in lang.properties, will be removed from all other properties file in the next execution
7#               of build_translation.xml
8#
9#
10# HOW TO UPDATE TRANSLATIONS:
11# All information for contributors is available here:
12#
13# http://jupload.sourceforge.net/howto-translation.html
14#
15#
16# QUICK DESCRIPTION:
17# Please update the files in the /src/translation/applet.utf-16 directory.
18# As the directory is named, they are all in UTF-16 format. Then execute the build_translation.xml file, to
19# report these modifications to the wjhk/jupload/lang pacakge, for use in the applet.
20#
21# Doing this, allows:
22# - To have all translation in Human readable text, instead of unicode text.
23# - To mark all missing text, in other languages (important note: the lang.properties file is the reference for all properties).
24#
25#
26# The %1$d (and similar) code sequences are placeholders for variable substitution,
27# The sequence %% represents a single percent-character.
28
29##########################################################################################################################
30#First section: general information about this translation.
31##########################################################################################################################
32#These parameters are used by the jupload-translation plugin, when managing the translation files
33#They are used to generate the transation part of JUpload web site, to display existing translations to translators. They
34#can then check translation, and submit updated or new translations.
35generateHtmlFileForTranslators = false
36language = Chinese simplified
37contributor = bluesway (u93530054@ccu.edu.tw and bluesway@mail2000.com.tw)
38#A link to the Coppermine plugin language file. No link with the applet itself. This plugin
39#uses the applet, and I linked both translations this way.
40coppermine.language = chinese_gb
41##########################################################################################################################
42
43
44##########################################################################################################################
45#Second section: the translation itself.
46##########################################################################################################################
47
48#JUploadPanel
49buttonBrowse = \u700f\u89bd ...
50buttonRemoveSelected = \u79fb\u9664\u9078\u64c7\u7684\u6a94\u6848
51buttonRemoveAll = \u79fb\u9664\u6240\u6709\u6a94\u6848
52buttonRotateLeft = \u9006\u6642\u91dd\u65cb\u8f49
53buttonRotateRight = \u9806\u6642\u91dd\u65cb\u8f49
54buttonUpload = \u4e0a\u50b3
55buttonStop = \u4e2d\u6b62\u4e0a\u50b3
56#MISSING  messageLogWindowCopiedToClipboard = Debugging messages have been copied to the clipboard.
57#JUploadPanel, The components of the status line
58speedunit_gb_per_second = Gb/s
59speedunit_mb_per_second = Mb/s
60speedunit_kb_per_second = Kb/s
61speedunit_b_per_second = b/s
62timefmt_hms = %1$d\u5c0f\u6642%2$d\u5206%3$d\u79d2
63timefmt_ms = %1$d\u5206%2$d\u79d2
64timefmt_s = %1$d\u79d2
65timefmt_unknown = \u672a\u77e5
66status_msg = JUpload\u5df2\u5b8c\u6210%1$d%%, \u50b3\u8f38\u901f\u7387: %2$s, \u9810\u4f30\u6642\u9593: %3$s
67
68#JUploadExceptionTooBigFile
69errFileTooBig = \u6a94\u6848\u5927\u5c0f '%1$s' \u5df2\u8d85\u51fa\u4e0a\u9650\uff01(%2$s)
70
71#FileUploadThread
72preparingFile = \u6a94\u6848%1$d/%2$d\u6e96\u5099\u4e2d...
73infoUploading = \u6b63\u5728\u4e0a\u50b3%1$s
74infoUploaded = %1$s\u6a94\u6848\u5df2\u4e0a\u50b3\uff0c\u7b49\u5f85\u4f3a\u670d\u5668\u56de\u61c9\u4e2d\u2026
75infoAborted = \u4e0a\u50b3\u4e2d\u65b7\uff0c\u5df2\u50b3\u9001%1$d\u6a94\u6848
76nbUploadedFiles = %1$d\u6a94\u6848\u5df2\u4e0a\u50b3
77errDuringUpload = \u50b3\u8f38\u932f\u8aa4\uff0c\u4e0a\u50b3\u5df2\u4e2d\u6b62
78errHttpResponse = \u4e0a\u50b3\u5931\u6557\uff1a\u932f\u8aa4\u7684HTTP\u56de\u61c9
79questionSendMailOnError = \u4e0a\u50b3\u6642\u767c\u751f\u932f\u8aa4\u3002\u662f\u5426\u50b3\u9001\u76f8\u95dc\u8cc7\u8a0a\u7d66\u7db2\u7ad9\u7ba1\u7406\u54e1\uff1f
80
81#DialogUploadRetry
82#MISSING  dialogUploadRetryText = An error occurs occured during the upload of the files to the server. Do you want to retry uploading these files?\n\nThe upload will automatically be re-executed in %1$d seconds.
83#MISSING  dialogUploadRetryTitle = Retry the upload?
84#MISSING  buttonDetails = Details
85#MISSING  buttonYes = Yes
86#MISSING  buttonNo = No
87
88#FileUploadManagerThread
89#MISSING  errorDuringUpload = The following error occured during upload:\n%1$s\n\nDo you want to go on with the current upload?
90
91#FilePanelDataModel
92colName = \u540d\u7a31
93colSize = \u5927\u5c0f
94colDirectory = \u76ee\u9304
95colModified = \u4fee\u6539\u65e5\u671f
96colReadable = \u8b80\u53d6\u6b0a\u9650
97errForbiddenExtension = \u4e0d\u5141\u8a31\u7684\u526f\u6a94\u540d
98
99#DefaultUploadPolicy
100errDuringLogManagement = \u8a18\u9304\u6a94\u7ba1\u7406\u767c\u751f\u932f\u8aa4
101
102#CoppermineFileUploadPolicy
103chooseAlbumFirst = \u8acb\u5148\u9078\u64c7\u76f8\u7c3f
104coppermineUploadOk = \u6a94\u6848\u5df2\u6b63\u78ba\u4e0a\u50b3\uff0c\u8acb\u6309\u78ba\u5b9a\u9375\u7e7c\u7e8c\u7de8\u8f2f\u6a94\u6848\u5167\u5bb9\n\n\u8acb\u6ce8\u610f\uff1a\u4fee\u6539\u5f8c\u8acb\u6309\u4e0b\u300c\u5957\u7528\u4fee\u6539\u300d\u9375\u4ee5\u66f4\u65b0\u8cc7\u6599\uff01
105
106#PictureFileData
107tooBigPicture = \u5716\u6a94'%1$s'\u5927\u5c0f\u8d85\u904e\u4e0a\u9650\uff0c\u4e0a\u50b3\u7121\u6cd5\u5957\u7528\u4efb\u4f55\u4fee\u6539
108notAPicture = \u6a94\u6848'%1$s'\u4e0d\u662f\u5716\u6a94\uff01\u4e0d\u5217\u5165\u4e0a\u50b3\u6e05\u55ae
109
110#PictureDialog
111buttonClose = \u95dc\u9589
112
113#DateRenderer
114dateformat = yyyy-MM-dd hh:mm aaa
115
116#SizeRenderer. See http://en.wikipedia.org/wiki/KiB
117unitBytes = B
118unitGigabytes = GB
119unitMegabytes = MB
120unitKilobytes = KB
121
122#sendDebugInformation
123Confirm = \u78ba\u8a8d
124
125#InteractiveTrustManager
126itm_title_pass = \u8f38\u5165%1$s\u5bc6\u78bc
127itm_prompt_pass = %1$s\u5bc6\u78bc:
128itm_cert_alert = SSL \u6191\u8b49\u8b66\u544a
129itm_cert_details = \u6191\u8b49\u5167\u5bb9\uff1a
130itm_cert_subject = \u6a19\u984c\uff1a
131itm_cert_issuer = \u767c\u884c\u8005\uff1a
132itm_cert_nbefore = \u767c\u884c\u65e5\uff1a
133itm_cert_nafter = \u5230\u671f\u65e5\uff1a
134itm_cert_serial = \u5e8f\u865f\uff1a
135itm_cert_fprint = %1$s\u6191\u8b49\u7c3d\u7ae0\uff1a
136itm_cert_C = \u570b\u5225\uff1a
137itm_cert_CN = \u4e00\u822c\u540d\u7a31\uff1a
138itm_cert_L = \u516c\u53f8\u540d\u7a31
139itm_cert_ST = \u5dde/\u7701\uff1a
140itm_cert_O = \u7d44\u7e54\u540d\u7a31\uff1a
141itm_cert_OU = \u7d44\u7e54\u55ae\u4f4d\uff1a
142itm_reasons = \u7406\u7531
143itm_reason_cnmatch = \u6191\u8b49\u4e00\u822c\u540d\u7a31\u8207\u4e3b\u6a5f\u540d\u7a31\u4e0d\u7b26(%1$s).
144itm_reason_itrust = \u6191\u8b49\u767c\u884c\u8005\u4e0d\u53d7\u4fe1\u4efb
145itm_reason_expired = \u6191\u8b49\u5df2\u904e\u671f
146itm_reason_notyet = \u6191\u8b49\u5c1a\u672a\u767c\u884c
147itm_fail_verify = \u7121\u6cd5\u9a57\u8b49\u4f3a\u670d\u5668\u63d0\u4f9b\u7684\u6191\u8b49
148itm_accept_prompt = \u662f\u5426\u63a5\u53d7\u6b64\u6191\u8b49\uff1f
149itm_accept_always = \u6c38\u9060\u63a5\u53d7
150itm_accept_now = \u672c\u6b21\u63a5\u53d7
151itm_accept_no = \u62d2\u7d55
152itm_new_tstore = \u65b0\u7684\u4fe1\u8cf4\u96fb\u5b50\u5546\u5e97
153itm_tstore = \u4fe1\u8cf4\u96fb\u5b50\u5546\u5e97
Note: See TracBrowser for help on using the repository browser.