mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-11 23:35:29 +08:00
479 lines
24 KiB
PHP
479 lines
24 KiB
PHP
<?php
|
||
/*
|
||
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
|
||
* @license http://www.dzzoffice.com/licenses/license.txt
|
||
* @package DzzOffice
|
||
* @link http://www.dzzoffice.com
|
||
* @author zyx(zyx@dzz.cc)
|
||
*/
|
||
|
||
$lang = array(
|
||
'arr_filemanage' => array(
|
||
'disp' => array('Name ',' Size ', 'Type ',' Modified Time'),
|
||
'view' => array('Large Icon ',' Medium icon ', 'Medium Icon list ',' Small Icon List ', 'Detailed List'),
|
||
),
|
||
'folderTabs' => array(
|
||
'FNAME' => 'Home ',
|
||
'UPLOAD' => 'UPLOAD',
|
||
'NEWDZZDOC' => 'Dzz document ',
|
||
'NEWTXT' => 'text document ',
|
||
'NEWLINK' => 'New URL ',
|
||
'NEWFOLDER' => 'NEWFOLDER',
|
||
'NEWDOC' => 'Word document ',
|
||
'NEWEXCEL' => 'Excel worksheet ',
|
||
'NEWPOWERPOINT' => 'PPT Presentation ',
|
||
|
||
),
|
||
'js_detail' => array(
|
||
'name' => 'name',
|
||
'size' => 'size',
|
||
'dateline' => 'Modified time ',
|
||
'type' => 'type',
|
||
),
|
||
'bottom_selectallinfo' => '<span class="pull-left">Select {n} objects ({size})</span>',
|
||
'bottom_leftinfo' => '<span class="pull-left">{n} objects ({size})</span><span class="pull-right">There are {total} objects</span>',
|
||
'please_use_desktop' => 'Please use it inside the desktop! ',
|
||
'share_the' => 'shared ',
|
||
'js_a_file' => 'file',
|
||
'js_now_email' => 'Go to email now ',
|
||
'js_change_reload' => 'Changing the theme requires a reload,<a href="#" onclick="window.location.reload()">Reload immediately</a>',
|
||
'not_allow_color' => 'Current theme does not allow change of preference color',
|
||
'set_default_open' => 'Set default and open',
|
||
'file_drag_processing' => 'please do not close the browser or refresh the page while the file is dragging ',
|
||
'file_copy_success' => 'File copied successfully! ',
|
||
'move_files_success' => 'File moved successfully! ',
|
||
'croP_files_success' => 'File clipped successfully! ',
|
||
'operate_files_error' => 'File operation failed! ',
|
||
'js_network_error' => 'Network error, please try again later! ',
|
||
'sure_want_delete_comment' => 'Are you sure you want to delete this comment? ',
|
||
'sure_want_delete_ALL_Comment' => 'Are you sure you want to delete this comment and all responses to this comment? ',
|
||
'js_delete_selectall' => '<span style="color:#d43f3a">Are you sure you want to delete the currently selected icon and everything under it?</span>',
|
||
'js_delete_selectall_recycle' => 'Are you sure you want to delete the currently selected icon and everything under it to the recycle bin?',
|
||
'js_delete_folder' => '<span style="color:#d43f3a">Are you sure you want to delete ‘{name}’ and everything under it?</span>',
|
||
'js_delete_folder_recycle' => 'Are you sure you want to delete "{name}" and everything under it to the recycle bin?',
|
||
'js_delete_confirm' => '<span style="color:#d43f3a">Are you sure you want to remove "{name}"?</span>',
|
||
'js_delete_confirm_recycle' => 'Are you sure you want to delete "{name}" to the recycle bin?',
|
||
'js_finallydelete_selectall' => '<span style="color:#d43f3a">Are you sure you want to delete the currently selected icon and everything under it? It cannot be restored after being deleted</span>',
|
||
'js_finallydelete_selectall_recycle' => 'Are you sure you want to delete the currently selected icon and everything under it? It cannot be restored after being deleted',
|
||
'js_finallydelete_folder' => '<span style="color:#d43f3a">Are you sure you want to remove "{name}" and everything under it? It cannot be restored after being deleted</span>',
|
||
'js_finallydelete_folder_recycle' => 'Are you sure you want to delete "{name}" and everything under it? It cannot be restored after being deleted',
|
||
'js_finallydelete_confirm' => '<span style="color:#d43f3a">Are you sure you want to remove "{name}"? It cannot be restored after being deleted</span>',
|
||
'js_finallydelete_confirm_recycle' => 'Are you sure you want to remove "{name}"? It cannot be restored after being deleted',
|
||
'js_empty_folder' => '<span style="color:#d43f3a">Are you sure you want to delete all items in "{name}"?</span>',
|
||
'need_email_avation' => '<p>Hello {username}: </P> <p> your login email is not verified, and your account function is limited. </P> <p> please login to the email "{email}" and click the activation link to activate your account. </P> <p> is your email incorrect? No mail received<a href="javascript:;" onclick="hideMenu(\\\'fwin_dialog\\\', \\\'dialog\\\');_login.configWindow(\\\'password\\\');"> Revalidate message</a></p>',
|
||
'js_savE_ERROR' => 'Data saving error, your network may fail! ',
|
||
'confirmexit' => 'Are you sure you want to leave ',
|
||
'js_save_recover_file' => 'Are you sure you want to overwrite "{filename}"?',
|
||
'ma' => '?',
|
||
'WinTitle' => array(
|
||
'market' => 'Application Library ',
|
||
'Theme' => 'Theme ',
|
||
'userprofile' => 'Personal Settings ',
|
||
'hotkey' => 'hotkey',
|
||
'notice' => 'notice',
|
||
'message' => 'Message ',
|
||
'filemanage' => 'Resource Manager ',
|
||
'PIC' => 'picture browse ',
|
||
'profile' => 'Details ',
|
||
'message_center' => 'Message center',
|
||
),
|
||
'js_browser' => 'js_browser',
|
||
'js_needrefresh' => 'The login status has changed, please refresh the page immediately! ',
|
||
'titleButton' => array(
|
||
'FULLSCREEN' => 'FULLSCREEN',
|
||
'CLOSE' => 'CLOSE',
|
||
'MIN' => 'minimize ',
|
||
'MAX' => 'maximize ',
|
||
'RESTORE' => 'RESTORE',
|
||
'REFRESH' => 'REFRESH',
|
||
'EDIT' => 'EDIT',
|
||
'HOME' => 'HOME',
|
||
'DETAIL' => 'DETAIL',
|
||
'SHARE' => 'SHARE',
|
||
'SCORE' => 'SCORE',
|
||
'COMMENT' => 'COMMENT',
|
||
'REPORT' => 'REPORT',
|
||
'Backward' => 'backwards ',
|
||
'forward' => 'forward',
|
||
'EDITTOPIC' => 'EDITTOPIC',
|
||
'NEWTOPIC' => 'Create Topic ',
|
||
),
|
||
'js_button' => array(
|
||
'OK' => 'OK',
|
||
'CANCEL' => 'CANCEL',
|
||
),
|
||
'keyboard' => 'Press keyboard',
|
||
'key_on' => 'key on',
|
||
'key_under' => 'key next ',
|
||
'on_A' => 'previous ',
|
||
'under_A' => 'next ',
|
||
'has_last_picture' => 'is already the first picture! ',
|
||
'has_last_picture1' => 'last picture reached! ',
|
||
'pic_pre' => 'previous ',
|
||
'pic_next' => 'next',
|
||
'need_save_confirm' => 'The current form content needs to be saved, are you sure to leave? ',
|
||
'cover_confirm' => 'Confirm to overwrite file ',
|
||
'OpenFile_Filetype1' => '{\'All\':[\'all(*.*)\',array(),\'selected\'],\'image\':[\'image(*.jpg,*.jpeg,*.png,*.gif)\',[\'IMAGE\',\'JPG\',\'JPEG\',\'PNG\',\'GIF\'],\'\'],\'video\':[\'video\',[\'VIDEO\',\'WAV\',\'RM\',\'RMVB\',\'RTSP\',\'FLV\',\'SWF\',\'ASF\',\'ASX\',\'WMV\',\'MMS\',\'AVI\',\'MPG\',\'MPEG\',\'MOV\'],\'\'],\'music\':[\'audio\',[\'MUSIC\',\'MID\',\'MP3\',\'WMA\',\'RA\',\'RAM\'],\'\'],\'app\':[\'application\',[\'APP\'],\'\'],\'link\':[\'The url\',[\'LINK\'],\'\'],\'attach\':[\'The attachment\',[\'ATTACH\',\'IMAGE\'],\'\'],\'Document\':[\'A text document\',[\'DZZDOC\',\'HTM\',\'HTML\',\'SHTM\',\'SHTML\',\'HTA\',\'HTC\',\'XHTML\',\'STM\',\'SSI\',\'JS\',\'JSON\',\'AS\',\'ASC\',\'ASR\',\'XML\',\'XSL\',\'XSD\',\'DTD\',\'XSLT\',\'RSS\',\'RDF\',\'LBI\',\'DWT\',\'ASP\',\'ASA\',\'ASPX\',\'ASCX\',\'ASMX\',\'CONFIG\',\'CS\',\'CSS\',\'CFM\',\'CFML\',\'CFC\',\'TLD\',\'TXT\',\'PHP\',\'PHP3\',\'PHP4\',\'PHP5\',\'PHP-DIST\',\'PHTML\',\'JSP\',\'WML\',\'TPL\',\'LASSO\',\'JSF\',\'VB\',\'VBS\',\'VTM\',\'VTML\',\'INC\',\'SQL\',\'JAVA\',\'EDML\',\'MASTER\',\'INFO\',\'INSTALL\',\'THEME\',\'CONFIG\',\'MODULE\',\'PROFILE\',\'ENGINE\'],\'\']}',
|
||
'js_OpenFile_Filecode' => '{\'UTF-8\':[\'UTF-8\',\'UTF-8\',\'selected\'],\'ANSI\':[\'ANSI\',\'GBK\',\'\'],\'BIG-5\':[\'BIG-5\',\'BIG-5\',\'\']}',
|
||
'js_OpenFile' => array(
|
||
'filename' => 'filename',
|
||
'filetype' => 'filetype',
|
||
'Cancel' => 'cancel',
|
||
'fileEncode' => 'fileEncode',
|
||
'OpenFileOK' => array(
|
||
'ok_open' => 'open',
|
||
'ok_save' => 'save',
|
||
'ok_saveto' => 'save ',
|
||
),
|
||
),
|
||
'selectposition' => 'selectposition',
|
||
'cloud_type_pan' => 'disk ',
|
||
'cloud_type_storage' => 'Cloud storage',
|
||
'cloud_type_mail' => 'mailbox ',
|
||
'cloud_type_ftp' => 'FTP',
|
||
'cloud_type_disk' => 'Local disk',
|
||
'dzzclosed' => 'Sorry, the desktop is temporarily closed! ',
|
||
'new_failure' => 'new fail ',
|
||
'new_txt' => 'New text document ',
|
||
'new_dzzdoc' => 'New DZZ document ',
|
||
'new_word' => 'New Word document',
|
||
'new_excel' => 'New Excel worksheet ',
|
||
'new_PowerPoint' => 'New PowerPoint presentation ',
|
||
'not_login' => 'Sorry, you are not logged in yet, cannot perform this operation ',
|
||
'dock' => 'dock',
|
||
'de' =>'',
|
||
'manyou_classame' => 'roaming app',
|
||
'position' => 'position',
|
||
'group' => 'group',
|
||
'beg' => 'ask ',
|
||
'request_address_wrong' => 'address request error ',
|
||
'callback_parameter_valid' => 'callback parameter is invalid ',
|
||
'attachMENT_NOT_exist' => 'Attachment does not exist, or is not a downloadable file ',
|
||
'need_refresh' => 'The data has changed elsewhere, please refresh the page ',
|
||
'loadError' => 'upload error ',
|
||
'unknow_error' => 'unknow_error',
|
||
'video_info_get_error' => 'get video information error',
|
||
'no_privilege_not_self' => 'Are not your files you have no right to modify! ',
|
||
'empty_file_not_save' => 'Empty file, no need to save! ',
|
||
'file_EXT_NOT_support' => 'file type not supported, please open text file! ',
|
||
'buy_success' => 'purchase success! ',
|
||
'icoID_NOT_exist' => 'The object does not exist or has been deleted ',
|
||
'no_login_operation' => 'cannot operate without login ',
|
||
'parameter_error' => 'Parameter error! ',
|
||
'parameter_error_examine' => 'Parameter error, please check ',
|
||
'invalid_format_url' => 'URL format error! ',
|
||
'talk' => 'say ',
|
||
'myshare' => 'myshare',
|
||
'allshare' => 'someone else’s share',
|
||
'uploadToattachment_error' => 'Sorry, upload failed! ',
|
||
'target_not_accept_user' => 'Target container is not allowed to add users ',
|
||
'targeT_NOT_ACCEPt_folder' => 'Target container is not allowed to add folders ',
|
||
'target_NOT_accept_link' => 'Target container is not allowed to add urls ',
|
||
'target_not_accept_app' => 'Target container is not allowed to add applications ',
|
||
'target_not_accept_video' => 'Target container is not allowed to add video',
|
||
'target_not_accept_music' => 'Target container is not allowed to add music',
|
||
'target_not_accept_image' => 'Target container is not allowed to add images ',
|
||
'target_not_accept_document' => 'Target container is not allowed to add documents ',
|
||
'targeT_NOT_ACCEPt_ATTACH' => 'The target container is not allowed to add attachments ',
|
||
'target_NOT_ACCEPt_type' => 'contains types that cannot be accepted by the target container ',
|
||
'targeT_NOT_exist' => 'Target object does not exist or has been deleted ',
|
||
'file_size_overflow' => 'Sorry, the file cannot be larger than {size} bytes',
|
||
'folder_to_lowerfolder_failure' => 'Cannot move a folder to its own child folder',
|
||
'image_desc_default' => '<a href="home.php?mod=space&uid={uid}&from=dzz">{username}</a>Upload to{dateline}',
|
||
'notice' => 'notice',
|
||
'finish' => 'finish',
|
||
'degree_exhaust '=> 'degree_exhaust',
|
||
'to_of_completed' => 'to be completed',
|
||
'over_of_date' => 'finished ',
|
||
'out_of_date' => 'expired ',
|
||
'out_of_pigeonhole' => 'pigeonhole',
|
||
'out_of_delete' => 'deleted ',
|
||
'normal' => 'normal',
|
||
'been_blocked' => 'blocked',
|
||
'tips' => 'tips',
|
||
'dedesktop' => 'desktop',
|
||
'failure_newFolder' => 'Failed to create a directory! Please try again later ',
|
||
'failure_newdoc' => 'Failed to create a document! Please try again later ',
|
||
'panel_myprofile' => 'Modify Profile ',
|
||
'panel_mystatus' => 'Change online status',
|
||
'panel_home_title' => 'my center ',
|
||
'panel_friend_title' => 'Friend Center ',
|
||
'panel_notice_title' => 'Notification Center ',
|
||
'panel_xiezuo_title' => 'Collaboration Center ',
|
||
'status_online' => 'I’m online',
|
||
'status_hidden' => 'hidden',
|
||
'status_away' => 'away',
|
||
'status_busy' => 'busy',
|
||
'status_silent' => 'Do not disturb ',
|
||
'status_offline' => 'offline',
|
||
'status_callme' => 'Call me',
|
||
'status_sound' => 'mute ',
|
||
'logout' => 'exit ',
|
||
'space' => 'space',
|
||
'spaceinfo' => 'Space information ',
|
||
'spaceinfo_view' => 'space information view',
|
||
'space_update' => 'Increase space size ',
|
||
'space_buy' => 'buy space ',
|
||
'space_useed' => 'used ',
|
||
'limit_attachExtensions' =>' File type restriction ',
|
||
'limit_maxattachsize' => 'single file size limit ',
|
||
'usergroup_privileGE_view' => 'privilege_view or privilege_view',
|
||
'my_usergroup' => 'my usergroup',
|
||
'click_to_detail' => 'Click for details ',
|
||
'return_to_myspace' => 'Return to my desktop ',
|
||
'view' => 'view',
|
||
'setwallpaper' => 'Set as wallpaper',
|
||
'setwidget' => 'Set as widget',
|
||
'no_result' => 'no associated result',
|
||
'widget_add_success' => 'Widget added successfully! ',
|
||
'message_box' => 'message box',
|
||
'cancel_glint' => 'Cancel flicker ',
|
||
'message_open_all' => 'open all',
|
||
'sys_message' => 'message prompt ',
|
||
'filemanage' => 'Resource Manager ',
|
||
'play' => 'play',
|
||
'player' => 'player',
|
||
'forbid_operation' => 'illegal operation',
|
||
'apply' => 'apply',
|
||
'Retry' => 'retry',
|
||
'Submit' => 'Submit ',
|
||
'appmarket' => 'appmarket',
|
||
'widgetmarket' => 'widgetmarket',
|
||
'index' => 'Home page ',
|
||
'return' => 'return',
|
||
'hot' => 'hot',
|
||
'not_available' => 'not available',
|
||
'app_not_exist' => 'application does not exist',
|
||
'newtopic' => 'Create Topic ',
|
||
'js_saved_MY_documents' =>' Save ',
|
||
'saved_my_documents' => 'saved! ',
|
||
'at_saved_my_documents' => 'Saved to my document! ',
|
||
'successfully_added_desktop' => 'Added to My Documents successfully! ',
|
||
'pack_up' => 'pack ',
|
||
'Rotation' => 'rotation',
|
||
'left_rotation' => 'left rotation',
|
||
'right_rotation' => 'right rotation',
|
||
'look_original' => 'Look at original',
|
||
'face' => 'expression ',
|
||
'del_adjunct' => 'Delete attachment ',
|
||
'choose_from_my_file' => 'Select from my file',
|
||
'B' => 'I’ll say something ',
|
||
'colleague' => 'colleague',
|
||
'publish' => 'publish',
|
||
'a_reply' => 'a reply',
|
||
'register' => 'register',
|
||
'please_ENTER_comment' => 'Please enter comment content ',
|
||
'internal_server_error' => 'Internal server error, please try again later, or contact the administrator ',
|
||
'discusS_NONENTITY_DEL' => 'Comment not present or deleted ',
|
||
'need_login' => 'need to login',
|
||
'app_not_support_open_alone' => 'This application does not support separate opening ',
|
||
'related' => 'dynamic ',
|
||
'has_not_related' => 'no related dynamic yet ',
|
||
'has_not_related1' => 'no associated dynamic ',
|
||
'unallocated_space' => 'unallocated space',
|
||
'file_format_allowed' => 'File format not allowed',
|
||
'app_image_upload_failed' => 'application image upload failed',
|
||
'not_support_type_file' => 'Do not support this type of file',
|
||
'open_OneDrive_file' => 'can only open files on the OneDrive disk ',
|
||
'regret_app' => 'Sorry, application ',
|
||
'support_application_file' => 'There is no application that supports this file, you can ',
|
||
'select_relevant_app_installation' => 'Select related app installation',
|
||
'promptly_download' => 'prompt download',
|
||
'error_file_not_doenload' => 'Error: the following file cannot be downloaded ',
|
||
'choose_file_many' => 'You chose too many files! ',
|
||
'always_choose_open_app' => 'Always open files of this type with the selected application ',
|
||
'choose_open_file_app' => 'Select the application used to open this file ',
|
||
'new_version' => 'There is a new version',
|
||
'new_notifications' => 'You have new notifications',
|
||
'uploading_speed' => 'upload speed',
|
||
'list_give_upload' => 'There are unfinished files in the list. Are you sure you want to give up uploading?',
|
||
'upload_finish' => 'upload completed ',
|
||
'original_size' => 'original size',
|
||
'suit_size' => 'suit_size',
|
||
'imageList' => 'imageList',
|
||
'enlarge_image' => 'enlarge_image',
|
||
'shrink_image' => 'Shrink the image',
|
||
'full_screen' => 'full screen',
|
||
'full_screen_browsing' => 'The browsing process ',
|
||
'clockwise' => 'clockwise',
|
||
'anticlockwise' => 'anticlockwise',
|
||
'overturn' => 'overturn',
|
||
'autoplay' => 'Autoplay ',
|
||
'secant' => 'second ',
|
||
'save_original_image_computer' => 'Save original image to computer',
|
||
'download_original_image' => 'Download original image',
|
||
'i_see' => 'I see',
|
||
'confirm_message' => 'confirm_message',
|
||
'message' => 'message',
|
||
'deleting_NOT_please_close' => 'deleting, please do not close the browser or refresh the page ',
|
||
'please_select_file' => 'Please select file! ',
|
||
'input_filEName_have_file' => 'Please enter a filename, or select an existing file! ',
|
||
'multiple_choice' => 'multiple choices ',
|
||
'choose_fetch' => 'pick ',
|
||
'more' => 'more',
|
||
'simple_mp3_player' => 'simple MP3 player',
|
||
'copyright' => 'copyright',
|
||
'start' => 'start',
|
||
'start_search' => 'start search',
|
||
'space_usage' => 'space usage',
|
||
'no_disturbing' => 'Don’t disturb',
|
||
'no_disturbing1' => 'Undisturbed mode',
|
||
'notify_filter_settings' => 'Notification filter Settings ',
|
||
'allows_following_sources_notice' => 'allow notifications from the following sources ',
|
||
'packaging_download' => 'package download',
|
||
'download_selected' => 'Download selected',
|
||
'direction' => 'permutation direction',
|
||
'iconviev' => 'icon size ',
|
||
'position_lefttop' => 'top left corner ',
|
||
'position_leftbottom' => 'bottom left ',
|
||
'position_righttop' => 'top right ',
|
||
'position_rightbottom' => 'bottom right ',
|
||
'position_center' => 'center',
|
||
'create' => 'New ',
|
||
'newdoc' => 'Word document ',
|
||
'newexcel' => 'Excel worksheet ',
|
||
'Newpowerpoint' => 'PPT Presentation ',
|
||
'newwidget' => 'newwidget',
|
||
'LittleTools' =>' Small tools',
|
||
'autolist' => 'permutation ',
|
||
'autolist_0' => 'any permutation ',
|
||
'autolist_1' => 'autopermute ',
|
||
'zl_type' => 'type',
|
||
'zl_position' => 'position',
|
||
'zl_user' => 'user',
|
||
'zl_alluser' => 'All users ',
|
||
'zl_friend' => 'friend',
|
||
'menu_filemanageview_0' => 'Large icon ',
|
||
'menu_filemanageview_1' => 'Middle icon ',
|
||
'menu_filemanageview_2' => 'list of ICONS in ',
|
||
'menu_filemanageview_3' => 'small icon list ',
|
||
'menu_filemanageview_4' => 'detailed list ',
|
||
'menu_filemanagedisp_0' => 'name ',
|
||
'menu_filemanagedisp_1' => 'size ',
|
||
'menu_filemanagedisp_2' => 'type ',
|
||
'menu_filemanagedisp_3' => 'Change time ',
|
||
'menu_filemanagedisp_4' => 'mark time ',
|
||
'sortord' => 'sort ',
|
||
'uninstall' => 'uninstall',
|
||
'apptoDesktop' => 'Add todesktop',
|
||
'apptodock' => 'Add to taskbar ',
|
||
'paste' => 'Paste ',
|
||
'empty_recycle' => 'empty the recycle bin ',
|
||
'deltorecycle' => 'recycle to the recycle bin ',
|
||
'innershare' => 'innershare',
|
||
'urlshare' => 'off-site share',
|
||
'open_the' => 'open ',
|
||
'property' => 'property',
|
||
'access_file_size_error' => 'get file size error',
|
||
'no_upload_permissions' => 'No upload permission ',
|
||
'property_filetype' => 'Class type: ',
|
||
'property_position' => 'position: ',
|
||
'property_contain' => 'Contain: ',
|
||
'property_filedate' => 'Create time: ',
|
||
'property_size' => 'property_size',
|
||
'property_Creator' => 'Creator: ',
|
||
'property_info_size' => '{fsize} ({size} Bytes)',
|
||
'property_info_contain' => '{filenum} {foldernum} A folder',
|
||
'share_web_music_flash' => 'Add urls, videos, and music、Flash',
|
||
'privacy_settings' => 'Privacy Settings',
|
||
'friend_-1' => 'inherits parent ',
|
||
'friend_0' => 'all sites visible ',
|
||
'friend_1' => 'visible only to yourself ',
|
||
'friend_2' => 'Friends only ',
|
||
'friend_3' => 'Visible to specified user ',
|
||
'window_size' => 'window size',
|
||
'window_width' => 'width',
|
||
'window_height' => 'height',
|
||
'no_related_picture' => 'You don’t have a picture smaller than 100 ',
|
||
'feature_link' => 'Feature: ',
|
||
'Relative_feature_link' => 'Enables icon URL association: ',
|
||
'move_file_error' => 'Error moving file, check file path (',
|
||
'jurisdiction' => ')The permissions',
|
||
'appname' => 'Application name',
|
||
'appurl' => 'Application address ',
|
||
'appico' => 'Apply Icon ',
|
||
'appdesc' => 'appdesc',
|
||
'appclass' => 'Application class',
|
||
'method_open' => 'Method to open',
|
||
'method_open_0' => 'Apply Form ',
|
||
'method_open_1' => 'Widget Form ',
|
||
'method_open_2' => 'Internal browser ',
|
||
'method_open_3' => 'New Window ',
|
||
'current_icon' => 'Current icon',
|
||
'my_icon' => 'My image ',
|
||
'sys_icon' => 'System icon',
|
||
'feature_icon' => 'Feature icon',
|
||
'show_hide_dock' => 'Show/hide dock',
|
||
'set_home' => 'Set as home',
|
||
'add_site_favorite' => 'Add to Favorites ',
|
||
'system_config' => 'System Settings ',
|
||
'Browser' => 'Internal browser',
|
||
'show_desktop' => 'Show desktop',
|
||
'theme_config' => 'theme setting ',
|
||
'task_right_max' => 'maximise ',
|
||
'task_right_min' => 'minimize ',
|
||
'task_right_win' => 'restore ',
|
||
'task_right_close' => 'close',
|
||
'hotkey' => 'hotkey',
|
||
'hotkey_alt_c' => 'Close current window ',
|
||
'hotkey_alt_n' => 'Minimize current window ',
|
||
'hotkey_alt_m' => 'Maximize the current window ',
|
||
'hotkey_alt_shift_q' => 'Close all Windows ',
|
||
'hotKEY_CTRL_ALT_pre' => 'Switch to previous desktop ',
|
||
'hotKEY_CTRL_ALT_next' => 'Switch to the next desktop ',
|
||
'arrow_left' => '←',
|
||
'arrow_right' => '→',
|
||
'hotKEY_CTRL_ALT_n' => 'Switch to the specified desktop ',
|
||
'HOTKEY_CTRL_ALT_d' => 'Display desktop ',
|
||
'hotKEY_CTRL_ALT_e' => 'Log out ',
|
||
'system_restore' => 'system restore',
|
||
'desk_config' => 'Default desktop Settings ',
|
||
'navbar_top' => 'top of navigation bar ',
|
||
'navbar_top_tip' => 'Enable navigation bar top ',
|
||
'default_desktop' => 'Default desktop (default display after login)',
|
||
'restore_default_app' => 'component ',
|
||
'restore_default_app_tip' => 'Restore system defaults ',
|
||
'theme_layout' => 'theme_layout',
|
||
'theme_layout_tip' => 'Restore system default theme ',
|
||
'theme_layout_tip1' => 'Restore system default desktop Settings ',
|
||
'custom_option_layout_3' => 'center ',
|
||
'send_pm' => 'Send an IM ',
|
||
'visit_desktop' => 'Access his desktop',
|
||
'create_user_indesktop' => 'Create desktop contact ',
|
||
'move_user_to' => 'Move contact to',
|
||
'user_note_edit' => 'Modify Remarks ',
|
||
'friend_delete' => 'Delete friends ',
|
||
'poke' => 'say hello ',
|
||
'sendby_ctrl_enter' => 'Press Ctrl+Enter to send',
|
||
'send_pic_from_desktop' => 'Send cloud desktop picture ',
|
||
'send_pic_from_local' => 'Send local image ',
|
||
'send_file_from_desktop' => 'Send cloud desktop file ',
|
||
'send_file_from_local' => 'Send local file ',
|
||
'friendgroup_edit' => 'Edit friend groups ',
|
||
'file_size_beyond' => 'file size exceeds ',
|
||
'Possesor' => 'owner ',
|
||
'property' => 'property',
|
||
'preceding_edit_time' => 'Last modified:',
|
||
'preceding_open_time' => 'Last open time',
|
||
'create_time' => 'create time',
|
||
'include' => 'include',
|
||
'default_folder_name' => 'New folder ',
|
||
'new_and_upload' => 'New/upload',
|
||
'word_document' => 'Word document',
|
||
'excel_document' => 'Excel sheet ',
|
||
'ppt_document' => 'PPT presentation ',
|
||
'cut_success' => 'cut_success',
|
||
'spreadsheet' => 'Electronic Form ',
|
||
'power_point' => 'presentation ',
|
||
'pictures_photos' => 'Pictures and photos',
|
||
'pictures' => 'pictures',
|
||
'video' => 'video',
|
||
'document' => 'document',
|
||
'all_type' => 'all types ',
|
||
'some_day_after' => '{day} days later',
|
||
'within_a_day' => '1 days',
|
||
|
||
'savetosuccess'=>' Saved successfully, file path: '
|
||
);
|
||
?>
|