Skip to content

Commit

Permalink
update Japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Aug 15, 2012
1 parent 5105773 commit 4bd168a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/i18n/elfinder.jp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Japanese translation
* @author Tomoaki Yoshida <[email protected]>, Naoki Sawada <[email protected]>
* @version 2012-06-25
* @version 2012-08-15
*/
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') {
elFinder.prototype.i18.jp = {
Expand Down Expand Up @@ -70,7 +70,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object'
'errArcType' : 'サポート外のアーカイブ形式です',
'errNoArchive' : 'アーカイブでないかサポートされていないアーカイブ形式です',
'errCmdNoSupport' : 'サポートされていないコマンドです',
'errReplByChild' : 'ホルダ "$1" に含まれてるアイテムを置き換えることはできません',
'errReplByChild' : 'フォルダ "$1" に含まれてるアイテムを置き換えることはできません',
'errArcSymlinks' : 'シンボリックリンクまたは許容されないファイル名を含むアーカイブはセキュリティ上、解凍できません', // edited 25.06.2012
'errArcMaxSize' : 'アーカイブが許容されたサイズを超えています',
'errResize' : '"$1"をリサイズできません',
Expand Down

0 comments on commit 4bd168a

Please sign in to comment.