PHP Classes

File: public/flat-admin/js/plugins/elfinder/i18n/elfinder.jp.js

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/js/plugins/elfinder/i18n/elfinder.jp.js   Download  
File: public/flat-admin/js/plugins/elfinder/i18n/elfinder.jp.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Budget System
Elaborate budgets for purchases of products
Author: By
Last change:
Date: 15 days ago
Size: 18,099 bytes
 

Contents

Class file image Download
/** * Japanese translation * @author Tomoaki Yoshida <info@yoshida-studio.jp>, Naoki Sawada <hypweb@gmail.com> * @version 2012-08-15 */ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { elFinder.prototype.i18.jp = { translator : 'Tomoaki Yoshida &lt;info@yoshida-studio.jp&gt;', language : 'Japanese', direction : 'ltr', dateFormat : 'Y/m/d h:i A', // 2012/04/11 05:27 PM fancyDateFormat : '$1 h:i A', // will produce smth like: ?? 12:25 PM messages : { /********************************** errors **********************************/ 'error' : '???', 'errUnknown' : '????????', 'errUnknownCmd' : '?????????', 'errJqui' : '???jQuery UI ??????????????????????????????????????????????????????????????????', 'errNode' : 'elFinder?DOM Element?????', 'errURL' : '???elFinder ????????????! URL?????????', 'errAccess' : '????????????', 'errConnect' : '????????????????', 'errAbort' : '??????????', 'errTimeout' : '?????????????.', 'errNotFound' : '??????????????', 'errResponse' : '?????????????????????', 'errConf' : '?????????????????????', 'errJSON' : 'PHP JSON ???????????????????', 'errNoVolumes' : '????????????????????', 'errCmdParams' : '???? "$1"????????????', 'errDataNotJSON' : 'JSON??????????', 'errDataEmpty' : '???????', 'errCmdReq' : '?????????????????????????', 'errOpen' : '"$1"???????????', 'errNotFolder' : '???????????????????', 'errNotFile' : '??????????????????', 'errRead' : '"$1"???????????', 'errWrite' : '"$1"?????????????', 'errPerm' : '????????', 'errLocked' : '"$1" ????????????????????????????', 'errExists' : '"$1"???????????????????', 'errInvName' : '??????????', 'errFolderNotFound' : '?????????????', 'errFileNotFound' : '????????????', 'errTrgFolderNotFound' : '????????????? "$1" ????????', 'errPopup' : '???????????????????????????????????????????', 'errMkdir' : '"$1"??????????????????', 'errMkfile' : '"$1"?????????????????', 'errRename' : '"$1"????????????????', 'errCopyFrom' : '"$1"????????????????????', 'errCopyTo' : '"$1"???????????????????', 'errUpload' : '?????????', // old name - errUploadCommon 'errUploadFile' : '"$1"????????????', // old name - errUpload 'errUploadNoFiles' : '???????????????????', 'errUploadTotalSize' : '????????????????', // old name - errMaxSize 'errUploadFileSize' : '?????????????????', // old name - errFileMaxSize 'errUploadMime' : '????????????????', 'errUploadTransfer' : '"$1" ???????', 'errNotReplace' : '???? "$1" ?????????????????????????????????????????', // new 'errReplace' : '"$1"??????????????', 'errSave' : '"$1"?????????????', 'errCopy' : '"$1"??????????????', 'errMove' : '"$1"?????????????', 'errCopyInItself' : '"$1"?????????????????????', 'errRm' : '"$1"?????????????', 'errRmSrc' : 'Unable remove source file(s).', 'errExtract' : '"$1"?????????????', 'errArchive' : '??????????????????', 'errArcType' : '???????????????', 'errNoArchive' : '????????????????????????????', 'errCmdNoSupport' : '????????????????', 'errReplByChild' : '???? "$1" ????????????????????????', 'errArcSymlinks' : '???????????????????????????????????????????????', // edited 25.06.2012 'errArcMaxSize' : '?????????????????????', 'errResize' : '"$1"??????????', 'errUsupportType' : '???????????????????', 'errNotUTF8Content' : '???? "$1" ?? UTF-8 ?????????????????????', // added 9.11.2011 'errNetMount' : '"$1"??????????', // added 17.04.2012 'errNetMountNoDriver' : '?????????????????', // added 17.04.2012 'errNetMountFailed' : '???????????', // added 17.04.2012 'errNetMountHostReq' : '?????????', // added 18.04.2012 'errNetUnMount' : '???????????', // added 30.04.2012 /******************************* commands names ********************************/ 'cmdarchive' : '???????', 'cmdback' : '??', 'cmdcopy' : '???', 'cmdcut' : '???', 'cmddownload' : '??????', 'cmdduplicate' : '??', 'cmdedit' : '??????', 'cmdextract' : '????????', 'cmdforward' : '??', 'cmdgetfile' : '??????', 'cmdhelp' : '????????????', 'cmdhome' : '???', 'cmdinfo' : '??', 'cmdmkdir' : '???????', 'cmdmkfile' : '??????????', 'cmdopen' : '??', 'cmdpaste' : '????', 'cmdquicklook' : '?????', 'cmdreload' : '????', 'cmdrename' : '????', 'cmdrm' : '??', 'cmdsearch' : '???????', 'cmdup' : '???????????', 'cmdupload' : '??????????', 'cmdview' : '???', 'cmdresize' : '???????', 'cmdsort' : '???', 'cmdnetmount' : '????????????????', // added 18.04.2012 'cmdnetunmount': '??????', // added 30.04.2012 'cmdpixlr' : 'Pixlr ???', /*********************************** buttons ***********************************/ 'btnClose' : '???', 'btnSave' : '??', 'btnRm' : '??', 'btnApply' : '??', 'btnCancel' : '?????', 'btnNo' : '???', 'btnYes' : '??', 'btnMount' : '????', // added 18.04.2012 'btnApprove': '$1???????', // added 26.04.2012 'btnUnmount': '??????', // added 30.04.2012 /******************************** notifications ********************************/ 'ntfopen' : '????????', 'ntffile' : '???????', 'ntfreload' : '?????????', 'ntfmkdir' : '??????????', 'ntfmkfile' : '???????', 'ntfrm' : '???????', 'ntfcopy' : '????????', 'ntfmove' : '???????', 'ntfprepare' : '??????????', 'ntfrename' : '????????', 'ntfupload' : '???????????', 'ntfdownload' : '???????????', 'ntfsave' : '???????', 'ntfarchive' : '???????', 'ntfextract' : '????????', 'ntfsearch' : '??????', 'ntfresize' : '?????????', 'ntfsmth' : '??????? >_<', 'ntfloadimg' : '?????????????', 'ntfnetmount' : '?????????????????????', // added 18.04.2012 'ntfnetunmount': '???????????????????????', // added 30.04.2012 /************************************ dates **********************************/ 'dateUnknown' : '??', 'Today' : '??', 'Yesterday' : '??', 'Jan' : '1?', 'Feb' : '2?', 'Mar' : '3?', 'Apr' : '4?', 'May' : '5?', 'Jun' : '6?', 'Jul' : '7?', 'Aug' : '8?', 'Sep' : '9?', 'Oct' : '10?', 'Nov' : '11?', 'Dec' : '12?', /******************************** sort variants ********************************/ 'sortname' : '???', 'sortkind' : '???', 'sortsize' : '????', 'sortdate' : '???', 'sortFoldersFirst' : '??????', // added 21.06.2012 /********************************** messages **********************************/ 'confirmReq' : '??????', 'confirmRm' : '???????????????<br/>????????????!', 'confirmRepl' : '???????????????????????', 'apllyAll' : '????????', 'name' : '??', 'size' : '???', 'perms' : '??', 'modify' : '??', 'kind' : '??', 'read' : '????', 'write' : '????', 'noaccess' : '??????', 'and' : ',', 'unknown' : '??', 'selectall' : '??????????', 'selectfiles' : '??????', 'selectffile' : '??????????', 'selectlfile' : '??????????', 'viewlist' : '????????', 'viewicons' : '?????????', 'places' : 'Places', 'calc' : '??', 'path' : '??', 'aliasfor' : '?????', 'locked' : '?????????', 'dim' : '???', 'files' : '????', 'folders' : '?????', 'items' : '????', 'yes' : '??', 'no' : '???', 'link' : '???', 'searcresult' : '????', 'selected' : '?????????', 'about' : '????', 'shortcuts' : '???????', 'help' : '???', 'webfm' : '?????????????', 'ver' : '?????', 'protocolver' : '??????????', 'homepage' : '?????????', 'docs' : '??????????', 'github' : 'Github ?????', 'twitter' : 'Twitter ?????', 'facebook' : 'Facebook???? ???', 'team' : '???', 'chiefdev' : '?????????', 'developer' : '??????', 'contributor' : '????????', 'maintainer' : '??????', 'translator' : '???', 'icons' : '????', 'dontforget' : '????????????', 'shortcutsof' : '???????????????', 'dropFiles' : '????????????', 'dropFilesBrowser': '??????????????????????', // added 30.05.2012 'or' : '???', 'selectForUpload' : '???????????????', 'moveFiles' : '???????', 'copyFiles' : '????????', 'rmFromPlaces' : '??????', 'aspectRatio' : '?????', 'scale' : '????', 'width' : '?', 'height' : '??', 'resize' : '????', 'crop' : '????', 'rotate' : '??', 'rotate-cw' : '90????', 'rotate-ccw' : '90????', 'degree' : '?', 'netMountDialogTitle' : '????????????????', // added 18.04.2012 'protocol' : '?????', // added 18.04.2012 'host' : '????', // added 18.04.2012 'port' : '???', // added 18.04.2012 'user' : '?????', // added 18.04.2012 'pass' : '?????', // added 18.04.2012 'confirmUnmount' : '$1????????????', // added 30.04.2012 /********************************** mimetypes **********************************/ 'kindUnknown' : '??', 'kindFolder' : '?????', 'kindAlias' : '??', 'kindAliasBroken' : '???????', // applications 'kindApp' : '????????', 'kindPostscript' : 'Postscript ??????', 'kindMsOffice' : 'Microsoft Office ??????', 'kindMsWord' : 'Microsoft Word ??????', 'kindMsExcel' : 'Microsoft Excel ??????', 'kindMsPP' : 'Microsoft Powerpoint ?????????', 'kindOO' : 'Open Office ??????', 'kindAppFlash' : 'Flash ????????', 'kindPDF' : 'PDF', 'kindTorrent' : 'Bittorrent ????', 'kind7z' : '7z ?????', 'kindTAR' : 'TAR ?????', 'kindGZIP' : 'GZIP ?????', 'kindBZIP' : 'BZIP ?????', 'kindZIP' : 'ZIP ?????', 'kindRAR' : 'RAR ?????', 'kindJAR' : 'Java JAR ????', 'kindTTF' : 'True Type ????', 'kindOTF' : 'Open Type ????', 'kindRPM' : 'RPM ?????', // texts 'kindText' : 'Text ??????', 'kindTextPlain' : '????????', 'kindPHP' : 'PHP ???', 'kindCSS' : 'Cascading style sheet', 'kindHTML' : 'HTML ??????', 'kindJS' : 'Javascript ???', 'kindRTF' : 'Rich Text ??????', 'kindC' : 'C ???', 'kindCHeader' : 'C ???????', 'kindCPP' : 'C++ ???', 'kindCPPHeader' : 'C++ ???????', 'kindShell' : 'Unix shell ?????', 'kindPython' : 'Python ???', 'kindJava' : 'Java ???', 'kindRuby' : 'Ruby ???', 'kindPerl' : 'Perl ?????', 'kindSQL' : 'SQL ???', 'kindXML' : 'XML ??????', 'kindAWK' : 'AWK ???', 'kindCSV' : 'CSV', 'kindDOCBOOK' : 'Docbook XML ??????', // images 'kindImage' : '????', 'kindBMP' : 'BMP ????', 'kindJPEG' : 'JPEG ????', 'kindGIF' : 'GIF ????', 'kindPNG' : 'PNG ????', 'kindTIFF' : 'TIFF ????', 'kindTGA' : 'TGA ????', 'kindPSD' : 'Adobe Photoshop ????', 'kindXBITMAP' : 'X bitmap ????', 'kindPXM' : 'Pixelmator ????', // media 'kindAudio' : '?????????', 'kindAudioMPEG' : 'MPEG ?????', 'kindAudioMPEG4' : 'MPEG-4 ?????', 'kindAudioMIDI' : 'MIDI ?????', 'kindAudioOGG' : 'Ogg Vorbis ?????', 'kindAudioWAV' : 'WAV ?????', 'AudioPlaylist' : 'MP3 ??????', 'kindVideo' : '???????', 'kindVideoDV' : 'DV ????', 'kindVideoMPEG' : 'MPEG ????', 'kindVideoMPEG4' : 'MPEG-4 ????', 'kindVideoAVI' : 'AVI ????', 'kindVideoMOV' : 'Quick Time ????', 'kindVideoWM' : 'Windows Media ????', 'kindVideoFlash' : 'Flash ????', 'kindVideoMKV' : 'Matroska ????', 'kindVideoOGG' : 'Ogg ????' } }; }