feedback.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?php
  2. return array(
  3. 'admin' => array(
  4. 'optimization_complete' => 'Optimisation complete',
  5. ),
  6. 'access' => array(
  7. 'denied' => 'You don’t have permission to access this page',
  8. 'not_found' => 'You are looking for a page which doesn’t exist',
  9. ),
  10. 'auth' => array(
  11. 'form' => array(
  12. 'not_set' => 'A problem occured during authentication system configuration. Please retry later.',
  13. 'set' => 'Form is now your default authentication system.',
  14. ),
  15. 'login' => array(
  16. 'invalid' => 'Login is invalid',
  17. 'success' => 'You are connected',
  18. ),
  19. 'logout' => array(
  20. 'success' => 'You are disconnected',
  21. ),
  22. 'no_password_set' => 'Administrator password hasn’t been set. This feature isn’t available.',
  23. 'not_persona' => 'Only Persona system can be reset.',
  24. ),
  25. 'conf' => array(
  26. 'error' => 'An error occurred during configuration saving',
  27. 'query_created' => 'Query "%s" has been created.',
  28. 'shortcuts_updated' => 'Shortcuts have been updated',
  29. 'updated' => 'Configuration has been updated',
  30. ),
  31. 'extensions' => array(
  32. 'already_enabled' => '%s is already enabled',
  33. 'disable' => array(
  34. 'ko' => '%s cannot be disabled. <a href="%s">Check FressRSS logs</a> for details.',
  35. 'ok' => '%s is now disabled',
  36. ),
  37. 'enable' => array(
  38. 'ko' => '%s cannot be enabled. <a href="%s">Check FressRSS logs</a> for details.',
  39. 'ok' => '%s is now enabled',
  40. ),
  41. 'no_access' => 'You have no access on %s',
  42. 'not_enabled' => '%s is not enabled yet',
  43. 'not_found' => '%s does not exist',
  44. ),
  45. 'import_export' => array(
  46. 'export_no_zip_extension' => 'Zip extension is not present on your server. Please try to export files one by one.',
  47. 'feeds_imported' => 'Your feeds have been imported and will now be updated',
  48. 'feeds_imported_with_errors' => 'Your feeds have been imported but some errors occurred',
  49. 'file_cannot_be_uploaded' => 'File cannot be uploaded!',
  50. 'no_zip_extension' => 'Zip extension is not present on your server.',
  51. 'zip_error' => 'An error occured during Zip import.',
  52. ),
  53. 'sub' => array(
  54. 'actualize' => 'Actualise',
  55. 'category' => array(
  56. 'created' => 'Category %s has been created.',
  57. 'deleted' => 'Category has been deleted.',
  58. 'emptied' => 'Category has been emptied',
  59. 'error' => 'Category cannot be updated',
  60. 'name_exists' => 'Category name already exists.',
  61. 'no_id' => 'You must precise the id of the category.',
  62. 'no_name' => 'Category name cannot be empty.',
  63. 'not_delete_default' => 'You cannot delete the default category!',
  64. 'not_exist' => 'The category does not exist!',
  65. 'over_max' => 'You have reached your limit of categories (%d)',
  66. 'updated' => 'Category has been updated.',
  67. ),
  68. 'feed' => array(
  69. 'actualized' => '<em>%s</em> has been updated',
  70. 'actualizeds' => 'RSS feeds have been updated',
  71. 'added' => 'RSS feed <em>%s</em> has been added',
  72. 'already_subscribed' => 'You have already subscribed to <em>%s</em>',
  73. 'deleted' => 'Feed has been deleted',
  74. 'error' => 'Feed cannot be updated',
  75. 'internal_problem' => 'The RSS feed could not be added. <a href="%s">Check FressRSS logs</a> for details.',
  76. 'invalid_url' => 'URL <em>%s</em> is invalid',
  77. 'marked_read' => 'Feeds have been marked as read',
  78. 'n_actualized' => '%d feeds have been updated',
  79. 'n_entries_deleted' => '%d articles have been deleted',
  80. 'no_refresh' => 'There is no feed to refresh…',
  81. 'not_added' => '<em>%s</em> could not be added',
  82. 'over_max' => 'You have reached your limit of feeds (%d)',
  83. 'updated' => 'Feed has been updated',
  84. ),
  85. 'purge_completed' => 'Purge completed (%d articles deleted)',
  86. ),
  87. 'update' => array(
  88. 'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.',
  89. 'error' => 'The update process has encountered an error: %s',
  90. 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
  91. 'finished' => 'Update completed!',
  92. 'none' => 'No update to apply',
  93. 'server_not_found' => 'Update server cannot be found. [%s]',
  94. ),
  95. 'user' => array(
  96. 'created' => array(
  97. '_' => 'User %s has been created',
  98. 'error' => 'User %s cannot be created',
  99. ),
  100. 'deleted' => array(
  101. '_' => 'User %s has been deleted',
  102. 'error' => 'User %s cannot be deleted',
  103. ),
  104. ),
  105. 'profile' => array(
  106. 'error' => 'Your profile cannot be modified',
  107. 'updated' => 'Your profile has been modified',
  108. ),
  109. );