Просмотр файла resources/lang/en/loads.php

Размер файла: 3.99Kb
  1. <?php
  2.  
  3. return [
  4. 'down_title' => 'Title',
  5. 'down_text' => 'Description',
  6. 'load' => 'Section',
  7. 'loads_list' => 'List of sections',
  8. 'downs' => 'Files',
  9. 'top_downs' => 'Top Files',
  10. 'empty_loads' => 'Download sections not yet created!',
  11. 'empty_downs' => 'Files not yet uploaded!',
  12. 'empty_archive' => 'There are no files in this archive!',
  13. 'closed_load' => 'Uploading files is prohibited in this category!',
  14. 'new_downs' => 'New files',
  15. 'new_comments' => 'New comments',
  16. 'active_downs' => 'File List :user',
  17. 'active_comments' => 'Comment list :user',
  18. 'rss_downs' => 'RSS files',
  19. 'edit_comment' => 'Editing a comment',
  20. 'edit_down' => 'Editing loading',
  21. 'edit_load' => 'Editing a section',
  22. 'confirm_delete_file' => 'Are you sure you want to delete this file?',
  23. 'confirm_delete_screen' => 'Are you sure you want to delete this screenshot?',
  24. 'publish_down' => 'Publish file',
  25. 'view_archive' => 'View archive',
  26. 'view_file' => 'View file',
  27. 'verified' => 'Verified',
  28. 'pending' => 'Awaiting',
  29. 'directory' => 'Directory',
  30. 'file_size' => 'File size',
  31. 'empty_file' => 'This file is empty!',
  32. 'confirm_delete_load' => 'Are you sure you want to delete this section?',
  33. 'confirm_delete_down' => 'Are you sure you want to delete this download?',
  34. 'confirm_publish_down' => 'Are you sure you want to publish this download?',
  35. 'confirm_unpublish_down' => 'Are you sure you want to remove this download from publication?',
  36. 'parent_load' => 'Parent section',
  37. 'create_load' => 'Create Partition',
  38. 'new_publications' => 'New publications',
  39. 'files_images' => 'Files / Images',
  40. 'search' => 'Search by file',
  41.  
  42. 'pending_down1' => 'Attention! This download is pending moderator! ',
  43. 'pending_down2' => 'After checking, you cannot edit the description and upload a file or a screenshot',
  44.  
  45. 'down_closed' => 'Uploading files is prohibited by the site administration!',
  46. 'load_not_exist' => 'This section does not exist!',
  47. 'down_not_exist' => 'This file does not exist!',
  48. 'downs_not_found' => 'Files not found!',
  49. 'down_not_verified' => 'This file has not yet been verified by the moderator!',
  50. 'down_verified' => 'This file has already been checked by the moderator!',
  51. 'down_name_exists' => 'A download with the same name already exists!',
  52. 'down_edited_success' => 'Download edited successfully!',
  53. 'file_deleted_success' => 'File deleted successfully!',
  54. 'file_uploaded_success' => 'File uploaded successfully!',
  55. 'load_closed' => 'It is forbidden to publish files in this section!',
  56. 'down_voted_required' => 'Must be rated!',
  57. 'down_voted_forbidden' => 'You can not vote for your file!',
  58. 'down_voted_success' => 'Rating successfully accepted!',
  59. 'archive_only_zip' => 'You can only view ZIP archives!',
  60. 'archive_not_open' => 'Failed to open the archive!',
  61. 'file_not_read' => 'Failed to read the file!',
  62.  
  63. 'load_success_created' => 'New section successfully created!',
  64. 'load_parent_invalid' => 'Invalid parent category selection!',
  65. 'load_has_subcategories' => 'This section has subsections!',
  66. 'load_success_edited' => 'Section edited successfully!',
  67. 'load_has_downs' => 'There are downloads in this section!',
  68. 'load_success_deleted' => 'Section deleted successfully!',
  69. 'down_success_deleted' => 'Download successfully deleted!',
  70. 'down_success_published' => 'Download successfully posted!',
  71. 'down_success_unpublished' => 'Download successfully removed from publication!',
  72. ];