en.php 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?php
  2. return array(
  3. /**
  4. * Menu items and titles
  5. */
  6. 'file' => "Files",
  7. 'file:user' => "%s's files",
  8. 'file:friends' => "Friends' files",
  9. 'file:all' => "All site files",
  10. 'file:edit' => "Edit file",
  11. 'file:more' => "More files",
  12. 'file:list' => "list view",
  13. 'file:group' => "Group files",
  14. 'file:gallery' => "gallery view",
  15. 'file:gallery_list' => "Gallery or list view",
  16. 'file:num_files' => "Number of files to display",
  17. 'file:user:gallery'=>'View %s gallery',
  18. 'file:upload' => "Upload a file",
  19. 'file:replace' => 'Replace file content (leave blank to not change file)',
  20. 'file:list:title' => "%s's %s %s",
  21. 'file:title:friends' => "Friends'",
  22. 'file:add' => 'Upload a file',
  23. 'file:file' => "File",
  24. 'file:list:list' => 'Switch to the list view',
  25. 'file:list:gallery' => 'Switch to the gallery view',
  26. 'file:types' => "Uploaded file types",
  27. 'file:type:' => 'Files',
  28. 'file:type:all' => "All files",
  29. 'file:type:video' => "Videos",
  30. 'file:type:document' => "Documents",
  31. 'file:type:audio' => "Audio",
  32. 'file:type:image' => "Pictures",
  33. 'file:type:general' => "General",
  34. 'file:user:type:video' => "%s's videos",
  35. 'file:user:type:document' => "%s's documents",
  36. 'file:user:type:audio' => "%s's audio",
  37. 'file:user:type:image' => "%s's pictures",
  38. 'file:user:type:general' => "%s's general files",
  39. 'file:friends:type:video' => "Your friends' videos",
  40. 'file:friends:type:document' => "Your friends' documents",
  41. 'file:friends:type:audio' => "Your friends' audio",
  42. 'file:friends:type:image' => "Your friends' pictures",
  43. 'file:friends:type:general' => "Your friends' general files",
  44. 'file:widget' => "File widget",
  45. 'file:widget:description' => "Showcase your latest files",
  46. 'groups:enablefiles' => 'Enable group files',
  47. 'file:delete:confirm' => "Are you sure you want to delete this file?",
  48. 'file:upload_limit' => 'Maximum allowed file size is %s',
  49. 'file:tagcloud' => "Tag cloud",
  50. 'file:display:number' => "Number of files to display",
  51. 'river:create:object:file' => '%s uploaded the file %s',
  52. 'river:comment:object:file' => '%s commented on the file %s',
  53. 'item:object:file' => 'Files',
  54. 'file:notify:summary' => 'New file called %s',
  55. 'file:notify:subject' => 'New file: %s',
  56. 'file:notify:body' =>
  57. '%s uploaded a new file: %s
  58. %s
  59. View and comment on the file:
  60. %s
  61. ',
  62. /**
  63. * Status messages
  64. */
  65. 'file:saved' => "Your file was successfully saved.",
  66. 'file:deleted' => "Your file was successfully deleted.",
  67. /**
  68. * Error messages
  69. */
  70. 'file:none' => "No files.",
  71. 'file:uploadfailed' => "Sorry; we could not save your file.",
  72. 'file:downloadfailed' => "Sorry; this file is not available at this time.",
  73. 'file:deletefailed' => "Your file could not be deleted at this time.",
  74. 'file:noaccess' => "You do not have permissions to change this file",
  75. 'file:nofile' => "You must select a file",
  76. );