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.
[ui:cwd] correction of UI feedback when cwd is empty
- Loading branch information
Showing
6 changed files
with
36 additions
and
20 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
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
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 2016-05-14 | ||
* @version 2016-05-16 | ||
*/ | ||
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { | ||
elFinder.prototype.i18.en = { | ||
|
@@ -344,6 +344,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'nowLoading' : 'Now loading...', // from v2.1.12 added 4.26.2016 | ||
'openMulti' : 'Open multiple files', // from v2.1.12 added 5.14.2016 | ||
'openMultiConfirm': 'You are trying to open the $1 files. Are you sure you want to open in browser?', // from v2.1.12 added 5.14.2016 | ||
'emptySearch' : 'Search results is empty', // from v2.1.12 added 5.16.2016 | ||
|
||
/********************************** 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Japanese translation | ||
* @author Tomoaki Yoshida <[email protected]> | ||
* @author Naoki Sawada <[email protected]> | ||
* @version 2016-05-14 | ||
* @version 2016-05-16 | ||
*/ | ||
if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { | ||
elFinder.prototype.i18.jp = { | ||
|
@@ -345,6 +345,7 @@ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object' | |
'nowLoading' : '読み込んでいます...', // from v2.1.12 added 4.26.2016 | ||
'openMulti' : '複数ファイルオープン', // from v2.1.12 added 5.14.2016 | ||
'openMultiConfirm': '$1 個のファイルを開こうとしています。このままブラウザで開きますか?', // from v2.1.12 added 5.14.2016 | ||
'emptySearch' : '検索対象に該当するアイテムはありません', // from v2.1.12 added 5.16.2016 | ||
|
||
/********************************** 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