PageRenderTime 55ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/lang/English/misc.php

https://bitbucket.org/gencer/fluxbb
PHP | 93 lines | 73 code | 11 blank | 9 comment | 0 complexity | c819a0a179393d194df92e0862e37bbe MD5 | raw file
Possible License(s): GPL-2.0
  1. <?php
  2. // Language definitions used in various scripts
  3. $lang_misc = array(
  4. 'Mark read redirect' => 'All topics and forums have been marked as read. Redirecting …',
  5. 'Mark forum read redirect' => 'All topics in the specified forum have been marked as read. Redirecting …',
  6. // Send email
  7. 'Form email disabled' => 'The user you are trying to send an email to has disabled form email.',
  8. 'No email subject' => 'You must enter a subject.',
  9. 'No email message' => 'You must enter a message.',
  10. 'Too long email message' => 'Messages cannot be longer than 65535 characters (64 KB).',
  11. 'Email flood' => 'At least %s seconds have to pass between sent emails. Please wait %s seconds and try sending again.',
  12. 'Email sent redirect' => 'Email sent. Redirecting …',
  13. 'Send email to' => 'Send email to',
  14. 'Email subject' => 'Subject',
  15. 'Email message' => 'Message',
  16. 'Email disclosure note' => 'Please note that by using this form, your email address will be disclosed to the recipient.',
  17. 'Write email' => 'Write and submit your email message',
  18. // Report
  19. 'No reason' => 'You must enter a reason.',
  20. 'Reason too long' => 'Your message must be under 65535 bytes (~64kb).',
  21. 'Report flood' => 'At least %s seconds have to pass between reports. Please wait %s seconds and try sending again.',
  22. 'Report redirect' => 'Post reported. Redirecting …',
  23. 'Report post' => 'Report post',
  24. 'Reason' => 'Reason',
  25. 'Reason desc' => 'Please enter a short reason why you are reporting this post',
  26. // Subscriptions
  27. 'Already subscribed topic' => 'You are already subscribed to this topic.',
  28. 'Already subscribed forum' => 'You are already subscribed to this forum.',
  29. 'Subscribe redirect' => 'Your subscription has been added. Redirecting …',
  30. 'Not subscribed topic' => 'You are not subscribed to this topic.',
  31. 'Not subscribed forum' => 'You are not subscribed to this forum.',
  32. 'Unsubscribe redirect' => 'Your subscription has been removed. Redirecting …',
  33. // General forum and topic moderation
  34. 'Moderate' => 'Moderate',
  35. 'Select' => 'Select', // the header of a column of checkboxes
  36. 'Move' => 'Move',
  37. 'Split' => 'Split',
  38. 'Delete' => 'Delete',
  39. 'Merge' => 'Merge',
  40. // Moderate forum
  41. 'Open' => 'Open',
  42. 'Close' => 'Close',
  43. 'Move topic' => 'Move topic',
  44. 'Move topics' => 'Move topics',
  45. 'Move legend' => 'Select destination of move',
  46. 'Move to' => 'Move to',
  47. 'Nowhere to move' => 'There are no forums into which you can move topics.',
  48. 'Leave redirect' => 'Leave redirect topic(s)',
  49. 'Move topic redirect' => 'Topic moved. Redirecting …',
  50. 'Move topics redirect' => 'Topics moved. Redirecting …',
  51. 'Confirm delete legend' => 'Please confirm deletion',
  52. 'Delete topics' => 'Delete topics',
  53. 'Delete topics comply' => 'Are you sure you want to delete the selected topics?',
  54. 'Delete topics redirect' => 'Topics deleted. Redirecting …',
  55. 'Open topic redirect' => 'Topic opened. Redirecting …',
  56. 'Open topics redirect' => 'Topics opened. Redirecting …',
  57. 'Close topic redirect' => 'Topic closed. Redirecting …',
  58. 'Close topics redirect' => 'Topics closed. Redirecting …',
  59. 'No topics selected' => 'You must select at least one topic for move/delete/open/close.',
  60. 'Not enough topics selected' => 'You must select at least two topics for merge.',
  61. 'Stick topic redirect' => 'Topic sticked. Redirecting …',
  62. 'Unstick topic redirect' => 'Topic unsticked. Redirecting …',
  63. 'Merge topics' => 'Merge topics',
  64. 'Merge topics redirect' => 'Topics merged. Redirecting …',
  65. 'Confirm merge legend' => 'Please confirm merge',
  66. 'New subject' => 'New subject',
  67. // Split multiple posts in topic
  68. 'Confirm split legend' => 'Please confirm split of selected posts and select destination of move.',
  69. 'Split posts' => 'Split posts',
  70. 'Split posts comply' => 'Are you sure you want to split the selected posts?',
  71. 'Split posts redirect' => 'Posts have been split. Redirecting …',
  72. // Delete multiple posts in topic
  73. 'Delete posts' => 'Delete posts',
  74. 'Cannot select first' => 'First post cannot be selected for split/delete.',
  75. 'Delete posts comply' => 'Are you sure you want to delete the selected posts?',
  76. 'Delete posts redirect' => 'Posts deleted. Redirecting …',
  77. 'No posts selected' => 'You must select at least one post for split/delete.',
  78. // Get host
  79. 'Host info 1' => 'The IP address is: %s',
  80. 'Host info 2' => 'The host name is: %s',
  81. 'Show more users' => 'Show more users for this IP',
  82. );