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.
[cmd:fullscreen] fix Studio-42#2858 add an option of fullscreen mode …
…screen/window
- Loading branch information
Showing
6 changed files
with
98 additions
and
78 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
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 @@ | |
* English translation | ||
* @author Troex Nevelin <[email protected]> | ||
* @author Naoki Sawada <[email protected]> | ||
* @version 2019-01-22 | ||
* @version 2019-02-18 | ||
*/ | ||
// elfinder.en.js is integrated into elfinder.(full|min).js by jake build | ||
if (typeof elFinder === 'function' && elFinder.prototype.i18) { | ||
|
@@ -482,6 +482,7 @@ if (typeof elFinder === 'function' && elFinder.prototype.i18) { | |
'license' : 'License', // from v2.1.43 added 19.10.2018 | ||
'exportToSave' : 'This item can\'t be saved. To avoid losing the edits you need to export to your PC.', // from v2.1.44 added 1.12.2018 | ||
'dblclickToSelect': 'Double click on the file to select it.', // from v2.1.47 added 22.1.2019 | ||
'useFullscreen' : 'Use fullscreen mode', // from v2.1.47 added 19.2.2019 | ||
|
||
/********************************** 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 2019-01-22 | ||
* @version 2019-02-18 | ||
*/ | ||
(function(root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
@@ -489,6 +489,7 @@ | |
'license' : 'ライセンス', // from v2.1.43 added 19.10.2018 | ||
'exportToSave' : 'このアイテムは保存できません。 編集内容を失わないようにするには、PCにエクスポートする必要があります。', // from v2.1.44 added 1.12.2018 | ||
'dblclickToSelect': 'ファイルをダブルクリックして選択します。', // from v2.1.47 added 22.1.2019 | ||
'useFullscreen' : 'フルスクリーンモードの利用', // from v2.1.47 added 19.2.2019 | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : '不明', | ||
|