Files
FreshRSS/app/i18n/en/feedback.php
Alexandre Alapetite 833007f586 Upgrade to PHP_CodeSniffer 4 (#7993)
https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Version-4.0-User-Upgrade-Guide
A couple of rules have changed name. Exclusion paths have slightly changed behaviour.
Main change is that it was unhappy with our i18n header comments, so minor edit there, since that rule kind of makes sense the rest of the time
2025-09-22 22:02:59 +02:00

153 lines
6.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/******************************************************************************
* Each entry of that file can be associated with a comment to indicate its *
* state. When there is no comment, it means the entry is fully translated. *
* The recognized comments are (comment matching is case-insensitive): *
* + TODO: the entry has never been translated. *
* + DIRTY: the entry has been translated but needs to be updated. *
* + IGNORE: the entry does not need to be translated. *
* When a comment is not recognized, it is discarded. *
******************************************************************************/
return array(
'access' => array(
'denied' => 'You dont have permission to access this page',
'not_found' => 'You are looking for a page that doesnt exist',
),
'admin' => array(
'optimization_complete' => 'Optimization complete',
),
'api' => array(
'password' => array(
'failed' => 'Your password cannot be modified',
'updated' => 'Your password has been modified',
),
),
'auth' => array(
'login' => array(
'invalid' => 'Login is invalid',
'success' => 'You are connected',
),
'logout' => array(
'success' => 'You are disconnected',
),
),
'conf' => array(
'error' => 'An error occurred while saving configuration',
'query_created' => 'Query “%s” has been created.',
'shortcuts_updated' => 'Shortcuts have been updated',
'updated' => 'Configuration has been updated',
),
'extensions' => array(
'already_enabled' => '%s is already enabled',
'cannot_remove' => '%s cannot be removed',
'disable' => array(
'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.',
'ok' => '%s is now disabled',
),
'enable' => array(
'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.',
'ok' => '%s is now enabled',
),
'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.',
'no_access' => 'You have no access on %s',
'not_enabled' => '%s is not enabled',
'not_found' => '%s does not exist',
'removed' => '%s removed',
),
'import_export' => array(
'export_no_zip_extension' => 'The ZIP extension is not present on your server. Please try to export files one by one.',
'feeds_imported' => 'Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.',
'feeds_imported_with_errors' => 'Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.',
'file_cannot_be_uploaded' => 'File cannot be uploaded!',
'no_zip_extension' => 'The ZIP extension is not present on your server.',
'zip_error' => 'An error occurred during ZIP processing.',
),
'profile' => array(
'error' => 'Your profile cannot be modified',
'passwords_dont_match' => 'Passwords dont match',
'updated' => 'Your profile has been modified',
),
'sub' => array(
'actualize' => 'Updating',
'articles' => array(
'marked_read' => 'The selected articles have been marked as read.',
'marked_unread' => 'The articles have been marked as unread.',
),
'category' => array(
'created' => 'Category %s has been created.',
'deleted' => 'Category has been deleted.',
'emptied' => 'Category has been emptied',
'error' => 'Category cannot be updated',
'name_exists' => 'Category name already exists.',
'no_id' => 'You must specify the id of the category.',
'no_name' => 'Category name cannot be empty.',
'not_delete_default' => 'You cannot delete the default category!',
'not_exist' => 'The category does not exist!',
'over_max' => 'You have reached your limit of categories (%d)',
'updated' => 'Category has been updated.',
),
'feed' => array(
'actualized' => '<em>%s</em> has been updated',
'actualizeds' => 'RSS feeds have been updated',
'added' => 'RSS feed <em>%s</em> has been added',
'already_subscribed' => 'You have already subscribed to <em>%s</em>',
'cache_cleared' => '<em>%s</em> cache has been cleared',
'deleted' => 'Feed has been deleted',
'error' => 'Feed cannot be updated',
'favicon' => array(
'too_large' => 'Uploaded icon is too large. The maximum file size is <em>%s</em>.',
'unsupported_format' => 'Unsupported image file format!',
),
'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.',
'invalid_url' => 'URL <em>%s</em> is invalid',
'n_actualized' => '%d feeds have been updated',
'n_entries_deleted' => '%d articles have been deleted',
'no_refresh' => 'There are no feeds to refresh',
'not_added' => '<em>%s</em> could not be added',
'not_found' => 'Feed cannot be found',
'over_max' => 'You have reached your limit of feeds (%d)',
'reloaded' => '<em>%s</em> has been reloaded',
'selector_preview' => array(
'http_error' => 'Failed to load website content.',
'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.',
'no_feed' => 'Internal error (feed cannot be found).',
'no_result' => 'The selector didnt match anything. As a fallback the original feed text will be displayed instead.',
'selector_empty' => 'The selector is empty. You need to define one to create a preview.',
),
'updated' => 'Feed has been updated',
),
'purge_completed' => 'Purge completed (%d articles deleted)',
),
'tag' => array(
'created' => 'Label “%s” has been created.',
'error' => 'Label could not be updated!',
'name_exists' => 'Label name already exists.',
'renamed' => 'Label “%s” has been renamed to “%s”.',
'updated' => 'Label has been updated.',
),
'update' => array(
'can_apply' => 'An update of FreshRSS is available: <strong>Version %s</strong>.',
'error' => 'The update process has encountered an error: %s',
'file_is_nok' => 'An update of FreshRSS is available (<strong>Version %s</strong>), but check permissions on <em>%s</em> directory. HTTP server must have have write permission',
'finished' => 'Update complete!',
'none' => 'No update available',
'server_not_found' => 'Update server cannot be found. [%s]',
),
'user' => array(
'created' => array(
'_' => 'User %s has been created',
'error' => 'User %s cannot be created',
),
'deleted' => array(
'_' => 'User %s has been deleted',
'error' => 'User %s cannot be deleted',
),
'updated' => array(
'_' => 'User %s has been updated',
'error' => 'User %s has not been updated',
),
),
);