OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / scripts / elfinder-2.0-rc1 / js / i18n / elfinder.LANG.js
1 /**
2  * elFinder translation template
3  * use this file to create new translation
4  * submit new translation via https://github.com/Studio-42/elFinder/issues
5  * or make a pull request
6  */
7  
8 /**
9  * XXXXX translation
10  * @author Translator Name <translator@email.tld>
11  * @version 201x-xx-xx
12  */
13 if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') {
14         elFinder.prototype.i18.REPLACE_WITH_xx_OR_xx_YY_LANG_CODE = {
15                 translator : 'Translator name &lt;translator@email.tld&gt;',
16                 language   : 'Language of translation in your language',
17                 direction  : 'ltr',
18                 dateFormat : 'd.m.Y H:i',
19                 fancyDateFormat : '$1 H:i',
20                 messages   : {
21                         
22                         /********************************** errors **********************************/
23                         'error'                : 'Error',
24                         'errUnknown'           : 'Unknown error.',
25                         'errUnknownCmd'        : 'Unknown command.',
26                         'errJqui'              : 'Invalid jQuery UI configuration. Selectable, draggable and droppable components must be included.',
27                         'errNode'              : 'elFinder requires DOM Element to be created.',
28                         'errURL'               : 'Invalid elFinder configuration! URL option is not set.',
29                         'errAccess'            : 'Access denied.',
30                         'errConnect'           : 'Unable to connect to backend.',
31                         'errAbort'             : 'Connection aborted.',
32                         'errTimeout'           : 'Connection timeout.',
33                         'errNotFound'          : 'Backend not found.',
34                         'errResponse'          : 'Invalid backend response.',
35                         'errConf'              : 'Invalid backend configuration.',
36                         'errJSON'              : 'PHP JSON module not installed.',
37                         'errNoVolumes'         : 'Readable volumes not available.',
38                         'errCmdParams'         : 'Invalid parameters for command "$1".',
39                         'errDataNotJSON'       : 'Data is not JSON.',
40                         'errDataEmpty'         : 'Data is empty.',
41                         'errCmdReq'            : 'Backend request requires command name.',
42                         'errOpen'              : 'Unable to open "$1".',
43                         'errNotFolder'         : 'Object is not a folder.',
44                         'errNotFile'           : 'Object is not a file.',
45                         'errRead'              : 'Unable to read "$1".',
46                         'errWrite'             : 'Unable to write into "$1".',
47                         'errPerm'              : 'Permission denied.',
48                         'errLocked'            : '"$1" is locked and can not be renamed, moved or removed.',
49                         'errExists'            : 'File named "$1" already exists.',
50                         'errInvName'           : 'Invalid file name.',
51                         'errFolderNotFound'    : 'Folder not found.',
52                         'errFileNotFound'      : 'File not found.',
53                         'errTrgFolderNotFound' : 'Target folder "$1" not found.',
54                         'errPopup'             : 'Browser prevented opening popup window. To open file enable it in browser options.',
55                         'errMkdir'             : 'Unable to create folder "$1".',
56                         'errMkfile'            : 'Unable to create file "$1".',
57                         'errRename'            : 'Unable to rename "$1".',
58                         'errCopyFrom'          : 'Copying files from volume "$1" not allowed.',
59                         'errCopyTo'            : 'Copying files to volume "$1" not allowed.',
60                         'errUploadCommon'      : 'Upload error.',
61                         'errUpload'            : 'Unable to upload "$1".',
62                         'errUploadNoFiles'     : 'No files found for upload.',
63                         'errMaxSize'           : 'Data exceeds the maximum allowed size.',
64                         'errFileMaxSize'       : 'File exceeds maximum allowed size.',
65                         'errUploadMime'        : 'File type not allowed.',
66                         'errUploadTransfer'    : '"$1" transfer error.', 
67                         'errSave'              : 'Unable to save "$1".',
68                         'errCopy'              : 'Unable to copy "$1".',
69                         'errMove'              : 'Unable to move "$1".',
70                         'errCopyInItself'      : 'Unable to copy "$1" into itself.',
71                         'errRm'                : 'Unable to remove "$1".',
72                         'errExtract'           : 'Unable to extract files from "$1".',
73                         'errArchive'           : 'Unable to create archive.',
74                         'errArcType'           : 'Unsupported archive type.',
75                         'errNoArchive'         : 'File is not archive or has unsupported archive type.',
76                         'errCmdNoSupport'      : 'Backend does not support this command.',
77                         'errReplByChild'       : 'The folder “$1” can’t be replaced by an item it contains.',
78                         'errArcSymlinks'       : 'For security reason denied to unpack archives contains symlinks.',
79                         'errArcMaxSize'        : 'Archive files exceeds maximum allowed size.',
80                         'errResize'            : 'Unable to resize "$1".',
81                         'errUsupportType'      : 'Unsupported file type.',
82                         
83                         /******************************* commands names ********************************/
84                         'cmdarchive'   : 'Create archive',
85                         'cmdback'      : 'Back',
86                         'cmdcopy'      : 'Copy',
87                         'cmdcut'       : 'Cut',
88                         'cmddownload'  : 'Download',
89                         'cmdduplicate' : 'Duplicate',
90                         'cmdedit'      : 'Edit file',
91                         'cmdextract'   : 'Extract files from archive',
92                         'cmdforward'   : 'Forward',
93                         'cmdgetfile'   : 'Select files',
94                         'cmdhelp'      : 'About this software',
95                         'cmdhome'      : 'Home',
96                         'cmdinfo'      : 'Get info',
97                         'cmdmkdir'     : 'New folder',
98                         'cmdmkfile'    : 'New text file',
99                         'cmdopen'      : 'Open',
100                         'cmdpaste'     : 'Paste',
101                         'cmdquicklook' : 'Preview',
102                         'cmdreload'    : 'Reload',
103                         'cmdrename'    : 'Rename',
104                         'cmdrm'        : 'Delete',
105                         'cmdsearch'    : 'Find files',
106                         'cmdup'        : 'Go to parent directory',
107                         'cmdupload'    : 'Upload files',
108                         'cmdview'      : 'View',
109                         'cmdresize'    : 'Resize image',
110                         'cmdsort'      : 'Sort',
111                         
112                         /*********************************** buttons ***********************************/ 
113                         'btnClose'  : 'Close',
114                         'btnSave'   : 'Save',
115                         'btnRm'     : 'Remove',
116                         'btnApply'  : 'Apply',
117                         'btnCancel' : 'Cancel',
118                         'btnNo'     : 'No',
119                         'btnYes'    : 'Yes',
120                         
121                         /******************************** notifications ********************************/
122                         'ntfopen'     : 'Open folder',
123                         'ntffile'     : 'Open file',
124                         'ntfreload'   : 'Reload folder content',
125                         'ntfmkdir'    : 'Creating directory',
126                         'ntfmkfile'   : 'Creating files',
127                         'ntfrm'       : 'Delete files',
128                         'ntfcopy'     : 'Copy files',
129                         'ntfmove'     : 'Move files',
130                         'ntfprepare'  : 'Prepare to copy files',
131                         'ntfrename'   : 'Rename files',
132                         'ntfupload'   : 'Uploading files',
133                         'ntfdownload' : 'Downloading files',
134                         'ntfsave'     : 'Save files',
135                         'ntfarchive'  : 'Creating archive',
136                         'ntfextract'  : 'Extracting files from archive',
137                         'ntfsearch'   : 'Searching files',
138                         'ntfsmth'     : 'Doing something >_<',
139                         'ntfloadimg'  : 'Loading image',
140                         
141                         /************************************ dates **********************************/
142                         'dateUnknown' : 'unknown',
143                         'Today'       : 'Today',
144                         'Yesterday'   : 'Yesterday',
145                         'Jan'         : 'Jan',
146                         'Feb'         : 'Feb',
147                         'Mar'         : 'Mar',
148                         'Apr'         : 'Apr',
149                         'May'         : 'May',
150                         'Jun'         : 'Jun',
151                         'Jul'         : 'Jul',
152                         'Aug'         : 'Aug',
153                         'Sep'         : 'Sep',
154                         'Oct'         : 'Oct',
155                         'Nov'         : 'Nov',
156                         'Dec'         : 'Dec',
157                         'January'     : 'January',
158                         'February'    : 'February',
159                         'March'       : 'March',
160                         'April'       : 'April',
161                         'May'         : 'May',
162                         'June'        : 'June',
163                         'July'        : 'July',
164                         'August'      : 'August',
165                         'September'   : 'September',
166                         'October'     : 'October',
167                         'November'    : 'November',
168                         'December'    : 'December',
169                         'Sunday'      : 'Sunday', 
170                         'Monday'      : 'Monday', 
171                         'Tuesday'     : 'Tuesday', 
172                         'Wednesday'   : 'Wednesday', 
173                         'Thursday'    : 'Thursday', 
174                         'Friday'      : 'Friday', 
175                         'Saturday'    : 'Saturday',
176                         'Sun'         : 'Sun', 
177                         'Mon'         : 'Mon', 
178                         'Tue'         : 'Tue', 
179                         'Wed'         : 'Wed', 
180                         'Thu'         : 'Thu', 
181                         'Fri'         : 'Fri', 
182                         'Sat'         : 'Sat',
183                         /******************************** sort variants ********************************/
184                         'sortnameDirsFirst' : 'by name (folders first)', 
185                         'sortkindDirsFirst' : 'by kind (folders first)', 
186                         'sortsizeDirsFirst' : 'by size (folders first)', 
187                         'sortdateDirsFirst' : 'by date (folders first)', 
188                         'sortname'          : 'by name', 
189                         'sortkind'          : 'by kind', 
190                         'sortsize'          : 'by size',
191                         'sortdate'          : 'by date',
192                         
193                         /********************************** messages **********************************/
194                         'confirmReq'      : 'Confirmation required',
195                         'confirmRm'       : 'Are you sure you want to remove files?<br/>This cannot be undone!',
196                         'confirmRepl'     : 'Replace old file with new one?',
197                         'apllyAll'        : 'Apply to all',
198                         'name'            : 'Name',
199                         'size'            : 'Size',
200                         'perms'           : 'Permissions',
201                         'modify'          : 'Modified',
202                         'kind'            : 'Kind',
203                         'read'            : 'read',
204                         'write'           : 'write',
205                         'noaccess'        : 'no access',
206                         'and'             : 'and',
207                         'unknown'         : 'unknown',
208                         'selectall'       : 'Select all files',
209                         'selectfiles'     : 'Select file(s)',
210                         'selectffile'     : 'Select first file',
211                         'selectlfile'     : 'Select last file',
212                         'viewlist'        : 'List view',
213                         'viewicons'       : 'Icons view',
214                         'places'          : 'Places',
215                         'calc'            : 'Calculate', 
216                         'path'            : 'Path',
217                         'aliasfor'        : 'Alias for',
218                         'locked'          : 'Locked',
219                         'dim'             : 'Dimensions',
220                         'files'           : 'Files',
221                         'folders'         : 'Folders',
222                         'items'           : 'Items',
223                         'yes'             : 'yes',
224                         'no'              : 'no',
225                         'link'            : 'Link',
226                         'searcresult'     : 'Search results',  
227                         'selected'        : 'selected items',
228                         'about'           : 'About',
229                         'shortcuts'       : 'Shortcuts',
230                         'help'            : 'Help',
231                         'webfm'           : 'Web file manager',
232                         'ver'             : 'Version',
233                         'protocol'        : 'protocol version',
234                         'homepage'        : 'Project home',
235                         'docs'            : 'Documentation',
236                         'github'          : 'Fork us on Github',
237                         'twitter'         : 'Follow us on twitter',
238                         'facebook'        : 'Join us on facebook',
239                         'team'            : 'Team',
240                         'chiefdev'        : 'chief developer',
241                         'developer'       : 'developer',
242                         'contributor'     : 'contributor',
243                         'maintainer'      : 'maintainer',
244                         'translator'      : 'translator',
245                         'icons'           : 'Icons',
246                         'dontforget'      : 'and don\'t forget to take your towel',
247                         'shortcutsof'     : 'Shortcuts disabled',
248                         'dropFiles'       : 'Drop files here',
249                         'or'              : 'or',
250                         'selectForUpload' : 'Select files to upload',
251                         'moveFiles'       : 'Move files',
252                         'copyFiles'       : 'Copy files',
253                         'rmFromPlaces'    : 'Remove from places',
254                         'untitled folder' : 'untitled folder',
255                         'untitled file.txt' : 'untitled file.txt',
256                         'aspectRatio'     : 'Aspect ratio',
257                         'scale'           : 'Scale',
258                         'width'           : 'Width',
259                         'height'          : 'Height',
260                         'mode'            : 'Mode',
261                         'resize'          : 'Resize',
262                         'crop'            : 'Crop',
263                         'rotate'          : 'Rotate',
264                         'rotate-cw'       : 'Rotate 90 degrees CW',
265                         'rotate-ccw'      : 'Rotate 90 degrees CCW',
266                         'degree'          : 'Degree',
267                         
268                         /********************************** mimetypes **********************************/
269                         'kindUnknown'     : 'Unknown',
270                         'kindFolder'      : 'Folder',
271                         'kindAlias'       : 'Alias',
272                         'kindAliasBroken' : 'Broken alias',
273                         // applications
274                         'kindApp'         : 'Application',
275                         'kindPostscript'  : 'Postscript document',
276                         'kindMsOffice'    : 'Microsoft Office document',
277                         'kindMsWord'      : 'Microsoft Word document',
278                         'kindMsExcel'     : 'Microsoft Excel document',
279                         'kindMsPP'        : 'Microsoft Powerpoint presentation',
280                         'kindOO'          : 'Open Office document',
281                         'kindAppFlash'    : 'Flash application',
282                         'kindPDF'         : 'Portable Document Format (PDF)',
283                         'kindTorrent'     : 'Bittorrent file',
284                         'kind7z'          : '7z archive',
285                         'kindTAR'         : 'TAR archive',
286                         'kindGZIP'        : 'GZIP archive',
287                         'kindBZIP'        : 'BZIP archive',
288                         'kindZIP'         : 'ZIP archive',
289                         'kindRAR'         : 'RAR archive',
290                         'kindJAR'         : 'Java JAR file',
291                         'kindTTF'         : 'True Type font',
292                         'kindOTF'         : 'Open Type font',
293                         'kindRPM'         : 'RPM package',
294                         // texts
295                         'kindText'        : 'Text document',
296                         'kindTextPlain'   : 'Plain text',
297                         'kindPHP'         : 'PHP source',
298                         'kindCSS'         : 'Cascading style sheet',
299                         'kindHTML'        : 'HTML document',
300                         'kindJS'          : 'Javascript source',
301                         'kindRTF'         : 'Rich Text Format',
302                         'kindC'           : 'C source',
303                         'kindCHeader'     : 'C header source',
304                         'kindCPP'         : 'C++ source',
305                         'kindCPPHeader'   : 'C++ header source',
306                         'kindShell'       : 'Unix shell script',
307                         'kindPython'      : 'Python source',
308                         'kindJava'        : 'Java source',
309                         'kindRuby'        : 'Ruby source',
310                         'kindPerl'        : 'Perl script',
311                         'kindSQL'         : 'SQL source',
312                         'kindXML'         : 'XML document',
313                         'kindAWK'         : 'AWK source',
314                         'kindCSV'         : 'Comma separated values',
315                         'kindDOCBOOK'     : 'Docbook XML document',
316                         // images
317                         'kindImage'       : 'Image',
318                         'kindBMP'         : 'BMP image',
319                         'kindJPEG'        : 'JPEG image',
320                         'kindGIF'         : 'GIF Image',
321                         'kindPNG'         : 'PNG Image',
322                         'kindTIFF'        : 'TIFF image',
323                         'kindTGA'         : 'TGA image',
324                         'kindPSD'         : 'Adobe Photoshop image',
325                         'kindXBITMAP'     : 'X bitmap image',
326                         'kindPXM'         : 'Pixelmator image',
327                         // media
328                         'kindAudio'       : 'Audio media',
329                         'kindAudioMPEG'   : 'MPEG audio',
330                         'kindAudioMPEG4'  : 'MPEG-4 audio',
331                         'kindAudioMIDI'   : 'MIDI audio',
332                         'kindAudioOGG'    : 'Ogg Vorbis audio',
333                         'kindAudioWAV'    : 'WAV audio',
334                         'AudioPlaylist'   : 'MP3 playlist',
335                         'kindVideo'       : 'Video media',
336                         'kindVideoDV'     : 'DV movie',
337                         'kindVideoMPEG'   : 'MPEG movie',
338                         'kindVideoMPEG4'  : 'MPEG-4 movie',
339                         'kindVideoAVI'    : 'AVI movie',
340                         'kindVideoMOV'    : 'Quick Time movie',
341                         'kindVideoWM'     : 'Windows Media movie',
342                         'kindVideoFlash'  : 'Flash movie',
343                         'kindVideoMKV'    : 'Matroska movie',
344                         'kindVideoOGG'    : 'Ogg movie'
345                 }
346         }
347 }
348