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
7 changed files
with
161 additions
and
33 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 @@ | ||
/** | ||
* English translation | ||
* @author Troex Nevelin <[email protected]> | ||
* @version 2011-07-10 | ||
* @version 2012-02-25 | ||
*/ | ||
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { | ||
elFinder.prototype.i18.en = { | ||
|
@@ -101,7 +101,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'cmdup' : 'Go to parent directory', | ||
'cmdupload' : 'Upload files', | ||
'cmdview' : 'View', | ||
'cmdresize' : 'Resize image', | ||
'cmdresize' : 'Resize & Rotate', | ||
'cmdsort' : 'Sort', | ||
|
||
/*********************************** buttons ***********************************/ | ||
|
@@ -226,9 +226,13 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'scale' : 'Scale', | ||
'width' : 'Width', | ||
'height' : 'Height', | ||
'mode' : 'Mode', | ||
'resize' : 'Resize', | ||
'crop' : 'Crop', | ||
'mode' : 'Mode', | ||
'resize' : 'Resize', | ||
'crop' : 'Crop', | ||
'rotate' : 'Rotate', | ||
'rotate-l90' : '90-degree left rotation', | ||
'rotate-r90' : '90-degree right rotation', | ||
'deg' : 'Deg', | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : 'Unknown', | ||
|
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]> | ||
* @version 2012-02-22 | ||
* @version 2012-02-25 | ||
*/ | ||
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { | ||
elFinder.prototype.i18.jp = { | ||
|
@@ -101,7 +101,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'cmdup' : '親ディレクトリーへ移動', | ||
'cmdupload' : 'ファイルアップロード', | ||
'cmdview' : 'ビュー', | ||
'cmdresize' : 'リサイズ', | ||
'cmdresize' : 'リサイズと回転', | ||
'cmdsort' : 'ソート', | ||
|
||
/*********************************** buttons ***********************************/ | ||
|
@@ -229,6 +229,10 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'mode' : 'モード', | ||
'resize' : 'リサイズ', | ||
'crop' : '切り抜き', | ||
'rotate' : '回転', | ||
'rotate-l90' : '90度左回転', | ||
'rotate-r90' : '90度右回転', | ||
'deg' : '度', | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : '不明', | ||
|
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
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