feedback.php 6.0 KB

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