|
@@ -9,11 +9,11 @@
|
|
|
define('DATE_TIME_FORMAT', 'd/M/Y H:i:s');
|
|
|
//Common
|
|
|
//Menu
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- define('MENU_SELECT', 'Inser');
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ define('MENU_SELECT', 'Insert');
|
|
|
define('MENU_DOWNLOAD', 'Download');
|
|
|
define('MENU_PREVIEW', 'Preview');
|
|
|
define('MENU_RENAME', 'Rename');
|
|
@@ -23,7 +23,7 @@
|
|
|
define('MENU_DELETE', 'Delete');
|
|
|
define('MENU_PLAY', 'Play');
|
|
|
define('MENU_PASTE', 'Paste');
|
|
|
-
|
|
|
+
|
|
|
//Label
|
|
|
//Top Action
|
|
|
define('LBL_ACTION_REFRESH', 'Refresh');
|
|
@@ -39,7 +39,7 @@
|
|
|
define('LBL_MODIFIED', 'Modified at');
|
|
|
//File Information
|
|
|
define('LBL_FILE_INFO', 'File information:');
|
|
|
- define('LBL_FILE_NAME', 'Name:');
|
|
|
+ define('LBL_FILE_NAME', 'Name:');
|
|
|
define('LBL_FILE_CREATED', 'Created:');
|
|
|
define('LBL_FILE_MODIFIED', 'Modified:');
|
|
|
define('LBL_FILE_SIZE', 'File size:');
|
|
@@ -83,7 +83,7 @@
|
|
|
define('PAGINATION_GO_PARENT', 'Go parent folder');
|
|
|
//System
|
|
|
define('SYS_DISABLED', 'Permission denied: The system is disabled.');
|
|
|
-
|
|
|
+
|
|
|
//Cut
|
|
|
define('ERR_NOT_DOC_SELECTED_FOR_CUT', 'No document(s) selected for cut.');
|
|
|
//Copy
|
|
@@ -98,7 +98,7 @@
|
|
|
define('ERR_UNABLE_TO_MOVE_TO_SAME_DEST', 'Failed to move this file (%s): Original path is same as destination path.');
|
|
|
define('ERR_UNABLE_TO_MOVE_NOT_FOUND', 'Failed to move this file (%s): Original file does not exist.');
|
|
|
define('ERR_UNABLE_TO_MOVE_NOT_ALLOWED', 'Failed to move this file (%s): Original file access denied.');
|
|
|
-
|
|
|
+
|
|
|
define('ERR_NOT_FILES_PASTED', 'No file(s) has been pasted.');
|
|
|
|
|
|
//Search
|
|
@@ -111,7 +111,7 @@
|
|
|
define('LBL_SEARCH_ADV_OPTIONS', 'Advanced options');
|
|
|
define('LBL_SEARCH_FILE_TYPES', 'File types:');
|
|
|
define('SEARCH_TYPE_EXE', 'Application');
|
|
|
-
|
|
|
+
|
|
|
define('SEARCH_TYPE_IMG', 'Image');
|
|
|
define('SEARCH_TYPE_ARCHIVE', 'Archive');
|
|
|
define('SEARCH_TYPE_HTML', 'HTML');
|
|
@@ -230,12 +230,12 @@
|
|
|
define('LOGIN_USERNAME', 'Username:');
|
|
|
define('LOGIN_PASSWORD', 'Password:');
|
|
|
define('LOGIN_FAILED', 'Invalid username/password.');
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
//88888888888 Below for Image Editor 888888888888888888888
|
|
|
- //Warning
|
|
|
+ //Warning
|
|
|
define('IMG_WARNING_NO_CHANGE_BEFORE_SAVE', 'You have not made any changes to the images.');
|
|
|
-
|
|
|
+
|
|
|
//General
|
|
|
define('IMG_GEN_IMG_NOT_EXISTS', 'Image does not exist');
|
|
|
define('IMG_WARNING_LOST_CHANAGES', 'All unsaved changes made to the image will lost, are you sure you wish to continue?');
|
|
@@ -246,14 +246,14 @@
|
|
|
define('IMG_WARING_FLIP_H', 'Are you sure to flip the image horizotally?');
|
|
|
define('IMG_WARING_FLIP_V', 'Are you sure to flip the image vertically');
|
|
|
define('IMG_INFO', 'Image Information');
|
|
|
-
|
|
|
+
|
|
|
//Mode
|
|
|
define('IMG_MODE_RESIZE', 'Resize:');
|
|
|
define('IMG_MODE_CROP', 'Crop:');
|
|
|
define('IMG_MODE_ROTATE', 'Rotate:');
|
|
|
- define('IMG_MODE_FLIP', 'Flip:');
|
|
|
+ define('IMG_MODE_FLIP', 'Flip:');
|
|
|
//Button
|
|
|
-
|
|
|
+
|
|
|
define('IMG_BTN_ROTATE_LEFT', '90°CCW');
|
|
|
define('IMG_BTN_ROTATE_RIGHT', '90°CW');
|
|
|
define('IMG_BTN_FLIP_H', 'Flip Horizontal');
|
|
@@ -278,10 +278,10 @@
|
|
|
define('IMG_LBL_SAVE_TO', 'Save to:');
|
|
|
define('IMG_LBL_ROOT_FOLDER', 'Root folder');
|
|
|
//Editor
|
|
|
- //Save as
|
|
|
+ //Save as
|
|
|
define('IMG_NEW_NAME_COMMENTS', 'Please do not contain the image extension.');
|
|
|
define('IMG_SAVE_AS_ERR_NAME_INVALID', 'Please give it a name which only contain letters, digits, space, hyphen and underscore.');
|
|
|
- define('IMG_SAVE_AS_NOT_FOLDER_SELECTED', 'No distination folder selected.');
|
|
|
+ define('IMG_SAVE_AS_NOT_FOLDER_SELECTED', 'No distination folder selected.');
|
|
|
define('IMG_SAVE_AS_FOLDER_NOT_FOUND', 'The destination folder doest not exist.');
|
|
|
define('IMG_SAVE_AS_NEW_IMAGE_EXISTS', 'There exists an image with same name.');
|
|
|
|
|
@@ -298,21 +298,21 @@
|
|
|
define('IMG_SAVE_FLIP_FAILED', 'Unable to flip the image.');
|
|
|
define('IMG_SAVE_SESSION_IMG_OPEN_FAILED', 'Unable to open image from session.');
|
|
|
define('IMG_SAVE_IMG_OPEN_FAILED', 'Unable to open image');
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
//UNDO
|
|
|
define('IMG_UNDO_NO_HISTORY_AVAIALBE', 'No history avaiable for undo.');
|
|
|
define('IMG_UNDO_COPY_FAILED', 'Unable to restore the image.');
|
|
|
define('IMG_UNDO_DEL_FAILED', 'Unable to delete the session image');
|
|
|
-
|
|
|
+
|
|
|
//88888888888 Above for Image Editor 888888888888888888888
|
|
|
-
|
|
|
+
|
|
|
//88888888888 Session 888888888888888888888
|
|
|
define('SESSION_PERSONAL_DIR_NOT_FOUND', 'Unable to find the dedicated folder which should have been created under session folder');
|
|
|
define('SESSION_COUNTER_FILE_CREATE_FAILED', 'Unable to open the session counter file.');
|
|
|
define('SESSION_COUNTER_FILE_WRITE_FAILED', 'Unable to write the session counter file.');
|
|
|
//88888888888 Session 888888888888888888888
|
|
|
-
|
|
|
+
|
|
|
//88888888888 Below for Text Editor 888888888888888888888
|
|
|
define('TXT_FILE_NOT_FOUND', 'File is not found.');
|
|
|
define('TXT_EXT_NOT_SELECTED', 'Please select file extension');
|
|
@@ -327,6 +327,6 @@
|
|
|
define('TXT_CONTENT_UPDATE_FAILED', 'Failed to update content to the file.');
|
|
|
define('TXT_SAVE_AS_ERR_NAME_INVALID', 'Please give it a name which only contain letters, digits, space, hyphen and underscore.');
|
|
|
//88888888888 Above for Text Editor 888888888888888888888
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
?>
|