file.inc.php 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?php
  2. /**
  3. * File English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['directory'] = 'مسیر';
  10. $_lang['file_confirm_remove'] = 'Are you sure you want to remove this file? Removing a file could potentially break your website. Make sure you know what this file does before removing it.';
  11. $_lang['file_create'] = 'ایجاد فایل';
  12. $_lang['file_deleted'] = 'Success!';
  13. $_lang['file_delete_file'] = 'حذف فایل';
  14. $_lang['file_delete_folder'] = 'حذف پوشه';
  15. $_lang['file_download'] = 'دانلود فایل';
  16. $_lang['file_download_file'] = 'دانلود فایل';
  17. $_lang['file_download_unzip'] = 'از حالت فشرده خارج کردن فایل';
  18. $_lang['file_copy_path'] = 'Copy File Path';
  19. $_lang['file_edit'] = 'ویرایش فایل';
  20. $_lang['file_err_ae'] = 'فایل %s موجود است';
  21. $_lang['file_err_chmod'] = 'An unknown error occurred while trying to chmod the target.';
  22. $_lang['file_err_chmod_invalid'] = 'An invalid chmod value was passed while trying to chmod the target.';
  23. $_lang['file_err_chmod_ns'] = 'Please specify a mode to chmod to.';
  24. $_lang['file_err_create'] = 'خطایی هنگام ایجاد فایل رخ داده.';
  25. $_lang['file_err_ext_not_allowed'] = 'پسوند `[[+ext]]` مجاز نیست.';
  26. $_lang['file_err_filter'] = 'No files match the specified filter.';
  27. $_lang['file_err_invalid'] = 'The file is not a regular file and cannot be removed.';
  28. $_lang['file_err_nf'] = 'File does not exist!';
  29. $_lang['file_err_ns'] = 'Please specify a valid file.';
  30. $_lang['file_err_open'] = 'Cannot open file: ';
  31. $_lang['file_err_perms_rename'] = 'The webserver does not have the necessary permissions to rename the file.';
  32. $_lang['file_err_perms_remove'] = 'The webserver does not have the necessary permissions to remove the file.';
  33. $_lang['file_err_rename'] = 'MODX failed to rename the file. Please make sure your permissions are set correctly.';
  34. $_lang['file_err_remove'] = 'MODX failed to delete the file. Please make sure your permissions are set correctly.';
  35. $_lang['file_err_save'] = 'Cannot save file, please ensure target directory is writable!';
  36. $_lang['file_err_too_large'] = 'Uploaded file is too large at [[+size]] bytes. Please ensure your files are less than [[+allowed]] bytes.';
  37. $_lang['file_err_unzip'] = 'Unzip Failed!';
  38. $_lang['file_err_unzip_invalid_path'] = 'Invalid path for the unzipped file.';
  39. $_lang['file_err_unzip_missing_lib'] = 'Missing zip library (php_zip.dll / zip.so)';
  40. $_lang['file_err_upload'] = 'An error occurred while trying to upload the files.';
  41. $_lang['file_exists_hk'] = 'File <b>{0}</b> already exists';
  42. $_lang['file_extensions'] = 'File Extensions';
  43. $_lang['file_folder_enter_new'] = 'Enter New Folder Name';
  44. $_lang['file_folder_chmod'] = 'Chmod Directory';
  45. $_lang['file_folder_create'] = 'Create Directory';
  46. $_lang['file_folder_create_here'] = 'Create Directory Here';
  47. $_lang['file_folder_created'] = 'Folder created successfully!';
  48. $_lang['file_folder_deleted'] = 'Folder was successfully deleted!';
  49. $_lang['file_folder_copy_path'] = 'Copy Folder Path';
  50. $_lang['file_folder_err_ae'] = 'A directory already exists with that name in that location.';
  51. $_lang['file_folder_err_chmod'] = 'Unable to change permissions, you will need to change permissions outside of MODX.';
  52. $_lang['file_folder_err_create'] = 'An unknown error occurred while trying to create the directory.';
  53. $_lang['file_folder_err_invalid'] = 'The specified directory is not a directory.';
  54. $_lang['file_folder_err_invalid_path'] = 'Invalid path to create the new folder in.';
  55. $_lang['file_folder_err_nf'] = 'Folder does not exist!';
  56. $_lang['file_folder_err_ns'] = 'Please specify a valid directory.';
  57. $_lang['file_folder_err_ns_name'] = 'Please specify a valid name for the directory.';
  58. $_lang['file_folder_err_parent_invalid'] = 'Specified parent directory is not a directory.';
  59. $_lang['file_folder_err_perms'] = 'The webserver does not have the necessary permissions to update the directory.';
  60. $_lang['file_folder_err_perms_parent'] = 'The webserver does not have the necessary permissions to add a directory there.';
  61. $_lang['file_folder_err_perms_remove'] = 'The webserver does not have the necessary permissions to remove the directory.';
  62. $_lang['file_folder_err_perms_upload'] = 'The webserver does not have the necessary permissions to upload to the directory.';
  63. $_lang['file_folder_err_rename'] = 'An unknown error occurred while trying to rename the directory.';
  64. $_lang['file_folder_err_remove'] = 'An error occurred while trying to remove the directory.';
  65. $_lang['file_folder_parent'] = 'Parent Directory';
  66. $_lang['file_folder_remove'] = 'Delete Directory';
  67. $_lang['file_folder_remove_confirm'] = 'Are you sure you want to remove this directory? This could potentially break your website.';
  68. $_lang['file_last_accessed'] = 'Last Accessed';
  69. $_lang['file_last_modified'] = 'Last Modified';
  70. $_lang['file_name'] = 'File Name';
  71. $_lang['file_quick_create'] = 'Quick Create File';
  72. $_lang['file_quick_update'] = 'Quick Update File';
  73. $_lang['file_remove'] = 'حذف فایل';
  74. $_lang['file_remove_confirm'] = 'Are you sure you want to remove this file entirely?';
  75. $_lang['file_saved'] = 'File updated successfully!';
  76. $_lang['file_size'] = 'File Size';
  77. $_lang['image_size'] = 'Image Size';
  78. $_lang['file_unzip'] = 'Unzip was successful!';
  79. $_lang['file_upload'] = 'Upload Files';
  80. $_lang['file_upload_here'] = 'Upload Files Here';
  81. $_lang['file_view'] = 'View File';
  82. $_lang['files_access_denied'] = 'Access denied!';
  83. $_lang['files_data'] = 'Data';
  84. $_lang['files_directories'] = 'Directories';
  85. $_lang['files_dirwritable'] = 'Directory writable?';
  86. $_lang['files_dir_listing'] = 'Directory listing for:';
  87. $_lang['files_editfile'] = 'Edit file';
  88. $_lang['files_filename'] = 'Filename';
  89. $_lang['files_fileoptions'] = 'Options';
  90. $_lang['files_files'] = 'Files';
  91. $_lang['files_filesize'] = 'File size';
  92. $_lang['files_file_type'] = 'File type: ';
  93. $_lang['files_modified'] = 'Modified';
  94. $_lang['files_viewfile'] = 'View file';
  95. $_lang['files_viewmode'] = 'View';
  96. $_lang['files_viewmode_grid'] = 'Grid';
  97. $_lang['files_viewmode_list'] = 'لیست';
  98. $_lang['upf_abort'] = 'Abort';
  99. $_lang['upf_abort_desc'] = 'Stop the upload.';
  100. $_lang['upf_aborted'] = 'Aborted by user.';
  101. $_lang['upf_add'] = 'ﺍﻓﺰﻭﺩﻥ';
  102. $_lang['upf_add_desc'] = 'Add file into upload queue.';
  103. $_lang['upf_close'] = 'بستن';
  104. $_lang['upf_close_desc'] = 'Close the window.';
  105. $_lang['upf_err_failed'] = 'Server is unavailable or internal server error occured.';
  106. $_lang['upf_err_filetype'] = 'Selected file extension isn\'t permitted.<br/>Please select files with following extensions: {1}';
  107. $_lang['upf_error'] = 'خطا';
  108. $_lang['upf_filename'] = 'Filename';
  109. $_lang['upf_note'] = 'Note';
  110. $_lang['upf_progress_wait'] = 'Waiting...';
  111. $_lang['upf_queued'] = 'Queued for upload.';
  112. $_lang['upf_remove'] = 'حذف';
  113. $_lang['upf_remove_desc'] = 'Delete file from upload queue.';
  114. $_lang['upf_reset'] = 'Reset';
  115. $_lang['upf_reset_desc'] = 'Reset queue.';
  116. $_lang['upf_state'] = 'State';
  117. $_lang['upf_success'] = 'OK.';
  118. $_lang['upf_upload'] = 'Upload';
  119. $_lang['upf_upload_desc'] = 'Upload queued files to the server.';
  120. $_lang['upf_upload_err'] = 'Upload error.';
  121. $_lang['upf_uploading'] = 'Uploading...';
  122. $_lang['upf_uploading_desc'] = 'Uploading: {0} of {1} files complete.';
  123. $_lang['upload_files'] = 'Upload Files';
  124. $_lang['no_file_err'] = 'No file was uploaded.';
  125. $_lang['upload.buttons.choose'] = 'Choose file(s)';
  126. $_lang['upload.buttons.clear'] = 'Empty list';
  127. $_lang['upload.buttons.upload'] = 'Upload';
  128. $_lang['upload.buttons.close'] = 'بستن';
  129. $_lang['upload.title.destination_path'] = 'Upload destination: [[+path]]';
  130. $_lang['upload.upload_progress'] = '[[+loaded]] / [[+total]]';
  131. $_lang['upload.notpermitted.extension'] = 'Upload of this filetype (.[[+ext]]) is not allowed!';
  132. $_lang['upload.notpermitted.filesize'] = 'Filesize bigger ([[+size]]) than allowed! (max. [[+max]])';
  133. $_lang['upload.columns.file'] = 'فایل';
  134. $_lang['upload.columns.state'] = 'State';
  135. $_lang['upload.contextmenu.remove_entry'] = 'Remove entry';
  136. $_lang['upload.clear_list.all'] = 'Clear list';
  137. $_lang['upload.clear_list.notpermitted'] = 'Remove not permitted only';
  138. $_lang['upload.msg.title.error'] = 'خطا';
  139. $_lang['upload.upload.success'] = 'Upload successful';