forked from Studio-42/elFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { | ||
|
@@ -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"をリサイズできません', | ||
|