| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <?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(
- 'archiving' => array(
- '_' => 'Archiving',
- 'exception' => 'Purge exception',
- 'help' => 'More options are available in the individual feed’s settings',
- 'keep_favourites' => 'Never delete favourites',
- 'keep_labels' => 'Never delete labels',
- 'keep_max' => 'Maximum number of articles to keep per feed',
- 'keep_min_by_feed' => 'Minimum number of articles to keep per feed',
- 'keep_period' => 'Maximum age of articles to keep',
- 'keep_unreads' => 'Never delete unread articles',
- 'maintenance' => 'Maintenance',
- 'optimize' => 'Optimize database',
- 'optimize_help' => 'Run occasionally to reduce the size of the database',
- 'policy' => 'Purge policy',
- 'policy_warning' => 'If no purge policy is selected, every article will be kept.',
- 'purge_now' => 'Purge now',
- 'title' => 'Archiving',
- 'ttl' => 'Do not automatically refresh more often than',
- ),
- 'display' => array(
- '_' => 'Display',
- 'darkMode' => array(
- '_' => 'Automatic dark mode',
- 'auto' => 'Auto',
- 'help' => 'For compatible themes only',
- 'no' => 'No',
- ),
- 'icon' => array(
- 'bottom_line' => 'Bottom line',
- 'display_authors' => 'Authors',
- 'entry' => 'Article icons',
- 'publication_date' => 'Date of publication',
- 'related_tags' => 'Article tags',
- 'sharing' => 'Sharing',
- 'summary' => 'Summary',
- 'top_line' => 'Top line',
- ),
- 'language' => 'Language',
- 'notif_html5' => array(
- 'seconds' => 'seconds (0 means no timeout)',
- 'timeout' => 'HTML5 notification timeout',
- ),
- 'show_nav_buttons' => 'Show the navigation buttons',
- 'sidebar_hidden_by_default' => 'Hide sidebar by default',
- 'theme' => array(
- '_' => 'Theme',
- 'deprecated' => array(
- '_' => 'Deprecated',
- 'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>',
- ),
- ),
- 'theme_not_available' => 'The “%s” theme is not available anymore. Please choose another theme.',
- 'thumbnail' => array(
- 'label' => 'Thumbnail',
- 'landscape' => 'Landscape',
- 'none' => 'None',
- 'portrait' => 'Portrait',
- 'square' => 'Square',
- ),
- 'timezone' => 'Time zone',
- 'title' => 'Display',
- 'website' => array(
- 'full' => 'Icon and name',
- 'icon' => 'Icon only',
- 'label' => 'Website',
- 'name' => 'Name only',
- 'none' => 'None',
- ),
- 'width' => array(
- 'content' => 'Content width',
- 'large' => 'Wide',
- 'medium' => 'Medium',
- 'no_limit' => 'Full Width',
- 'thin' => 'Narrow',
- ),
- ),
- 'logs' => array(
- 'loglist' => array(
- 'level' => 'Log Level',
- 'message' => 'Log Message',
- 'timestamp' => 'Timestamp',
- ),
- 'pagination' => array(
- 'first' => 'First',
- 'last' => 'Last',
- 'next' => 'Next',
- 'previous' => 'Previous',
- ),
- ),
- 'mark_read_button' => array(
- '_' => '“Mark all as read” button',
- 'big' => 'Big',
- 'none' => 'None',
- 'small' => 'Small',
- ),
- 'notification' => array(
- 'html5_enable_notif' => 'Enable notification',
- ),
- 'notification_timeout' => array(
- 'bad' => array(
- 'label' => 'Show warning banner',
- 'seconds' => 'seconds (at least 1)',
- ),
- 'good' => array(
- 'label' => 'Show acknowledgement banner',
- 'seconds' => 'seconds (0 means not shown)',
- ),
- ),
- 'privacy' => array(
- '_' => 'Privacy',
- 'retrieve_extension_list' => 'Retrieve extension list',
- ),
- 'profile' => array(
- '_' => 'Profile management',
- 'api' => array(
- '_' => 'External access via API',
- 'api_not_set' => 'API password not set',
- 'api_set' => 'API password set',
- 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>',
- 'disabled' => 'The API access is disabled.',
- 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>',
- 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>',
- ),
- 'change_password' => 'Change password',
- 'confirm_new_password' => 'Confirm new password',
- 'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>',
- 'delete' => array(
- '_' => 'Account deletion',
- 'warn' => 'Your account and all related data will be deleted.',
- ),
- 'email' => 'Email address',
- 'new_password' => 'New password',
- 'password_api' => 'API password<br /><small>(e.g., for mobile apps)</small>',
- 'password_format' => 'At least 7 characters',
- 'title' => 'Profile',
- ),
- 'query' => array(
- '_' => 'User queries',
- 'deprecated' => 'This query is no longer valid. The referenced category or feed has been deleted.',
- 'description' => 'Description',
- 'filter' => array(
- '_' => 'Filter applied:',
- 'categories' => 'Display by category',
- 'feeds' => 'Display by feed',
- 'order' => 'Sort by date',
- 'publish_labels_instead_of_tags' => 'Replace <i>feed tags</i> by <i>user labels</i> in the shared RSS',
- 'search' => 'Expression',
- 'shareOpml' => 'Enable sharing by OPML of corresponding categories and feeds',
- 'shareRss' => 'Enable sharing by HTML & RSS',
- 'state' => 'State',
- 'tags' => 'Display by label',
- 'type' => 'Type',
- ),
- 'get_A' => 'Show all feeds, also those shown in their category',
- 'get_Z' => 'Show all feeds, also archived ones',
- 'get_all' => 'Display all articles',
- 'get_all_labels' => 'Display articles with any label',
- 'get_category' => 'Display “%s” category',
- 'get_favorite' => 'Display favourite articles',
- 'get_feed' => 'Display “%s” feed',
- 'get_important' => 'Display articles from important feeds',
- 'get_label' => 'Display articles with “%s” label',
- 'help' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation for user queries and resharing by HTML / RSS / OPML</a>.',
- 'image_url' => 'Image URL',
- 'name' => 'Name',
- 'no_filter' => 'No filter',
- 'no_queries' => array(
- '_' => 'No user queries are saved yet.',
- 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>',
- ),
- 'number' => 'Query n°%d',
- 'order_asc' => 'Display oldest articles first',
- 'order_desc' => 'Display newest articles first',
- 'search' => 'Search for “%s”',
- 'share' => array(
- '_' => 'Share this query by link',
- 'disabled' => array(
- '_' => 'disabled',
- 'title' => 'Sharing',
- ),
- 'greader' => 'Shareable link to the GReader JSON',
- 'help' => 'Give this link if you want to share this query with anyone',
- 'html' => 'Shareable link to the HTML page',
- 'opml' => 'Shareable link to the OPML list of feeds',
- 'rss' => 'Shareable link to the RSS feed',
- ),
- 'state_0' => 'Display all articles',
- 'state_1' => 'Display read articles',
- 'state_2' => 'Display unread articles',
- 'state_3' => 'Display all articles',
- 'state_4' => 'Display favourite articles',
- 'state_5' => 'Display read favourite articles',
- 'state_6' => 'Display unread favourite articles',
- 'state_7' => 'Display favourite articles',
- 'state_8' => 'Display not favourite articles',
- 'state_9' => 'Display read not favourite articles',
- 'state_10' => 'Display unread not favourite articles',
- 'state_11' => 'Display not favourite articles',
- 'state_12' => 'Display all articles',
- 'state_13' => 'Display read articles',
- 'state_14' => 'Display unread articles',
- 'state_15' => 'Display all articles',
- 'title' => 'User queries',
- ),
- 'reading' => array(
- '_' => 'Reading',
- 'after_onread' => 'After “mark all as read”,',
- 'always_show_favorites' => 'Show all articles in favourites by default',
- 'apply_to_individual_feed' => 'Applies to feeds individually',
- 'article' => array(
- 'authors_date' => array(
- '_' => 'Authors and date',
- 'both' => 'In header and footer',
- 'footer' => 'In footer',
- 'header' => 'In header',
- 'none' => 'None',
- ),
- 'feed_name' => array(
- 'above_title' => 'Above title/tags',
- 'none' => 'None',
- 'with_authors' => 'In authors and date row',
- ),
- 'feed_title' => 'Feed title',
- 'icons' => array(
- '_' => 'Article icons position<br /><small>(Reading view only)</small>',
- 'above_title' => 'Above title',
- 'with_authors' => 'In authors and date row',
- ),
- 'tags' => array(
- '_' => 'Tags',
- 'both' => 'In header and footer',
- 'footer' => 'In footer',
- 'header' => 'In header',
- 'none' => 'None',
- ),
- 'tags_max' => array(
- '_' => 'Max number of tags shown',
- 'help' => '0 means: show all tags and do not collapse them',
- ),
- ),
- 'articles_per_page' => 'Number of articles per page',
- 'auto_load_more' => 'Load more articles at the bottom of the page',
- 'auto_remove_article' => 'Hide articles after reading',
- 'confirm_enabled' => 'Display a confirmation dialog on “mark all as read” actions',
- 'display_articles_unfolded' => 'Show articles unfolded by default',
- 'display_categories_unfolded' => 'Categories to unfold',
- 'headline' => array(
- 'articles' => 'Articles: Open/Close',
- 'articles_header_footer' => 'Articles: header/footer',
- 'categories' => 'Left navigation: Categories',
- 'mark_as_read' => 'Mark article as read',
- 'misc' => 'Miscellaneous',
- 'view' => 'View',
- ),
- 'hide_read_feeds' => 'Hide categories & feeds with no unread articles (does not work with “Show all articles” configuration)',
- 'img_with_lazyload' => 'Use <em>lazy load</em> mode to load pictures',
- 'jump_next' => 'jump to next unread sibling',
- 'mark_updated_article_unread' => 'Mark updated articles as unread',
- 'number_divided_when_reader' => 'Divide by 2 in the reading view.',
- 'read' => array(
- 'article_open_on_website' => 'when the article is opened on its original website',
- 'article_viewed' => 'when the article is viewed',
- 'focus' => 'when focused (except for important feeds)',
- 'keep_max_n_unread' => 'Max number of articles to keep unread',
- 'scroll' => 'while scrolling (except for important feeds)',
- 'upon_gone' => 'when it is no longer in the upstream news feed',
- 'upon_reception' => 'upon receiving the article',
- 'when' => 'Mark an article as read…',
- 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category',
- 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed',
- ),
- 'show' => array(
- '_' => 'Articles to display',
- 'active_category' => 'Active category',
- 'adaptive' => 'Show unreads if any, all articles otherwise',
- 'all_articles' => 'Show all articles',
- 'all_categories' => 'All categories',
- 'no_category' => 'No category',
- 'remember_categories' => 'Remember open categories',
- 'unread' => 'Show unreads',
- 'unread_or_favorite' => 'Show unreads and favourites',
- ),
- 'show_fav_unread_help' => 'Applies also on labels',
- 'sides_close_article' => 'Clicking outside of article text area closes the article',
- 'star' => array(
- 'when' => 'Mark an article as favourite…',
- ),
- 'sticky_post' => 'Stick the article to the top when opened',
- 'title' => 'Reading',
- 'view' => array(
- 'default' => 'Default view',
- 'global' => 'Global view',
- 'normal' => 'Normal view',
- 'reader' => 'Reading view',
- ),
- ),
- 'sharing' => array(
- '_' => 'Sharing',
- 'add' => 'Add a sharing method',
- 'bluesky' => 'Bluesky',
- 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.',
- 'diaspora' => 'Diaspora*',
- 'email' => 'Email',
- 'facebook' => 'Facebook',
- 'more_information' => 'More information',
- 'print' => 'Print',
- 'raindrop' => 'Raindrop.io',
- 'remove' => 'Remove sharing method',
- 'shaarli' => 'Shaarli',
- 'share_name' => 'Share name to display',
- 'share_url' => 'Share URL to use',
- 'title' => 'Sharing',
- 'twitter' => 'Twitter',
- 'wallabag' => 'wallabag',
- ),
- 'shortcut' => array(
- '_' => 'Shortcuts',
- 'article_action' => 'Article actions',
- 'auto_share' => 'Share',
- 'auto_share_help' => 'If there is only one sharing mode, it is used. Otherwise, modes are accessible by their number.',
- 'close_menus' => 'Close menus',
- 'collapse_article' => 'Collapse',
- 'first_article' => 'Open the first article',
- 'focus_search' => 'Access search box',
- 'global_view' => 'Switch to global view',
- 'help' => 'Display documentation',
- 'javascript' => 'JavaScript must be enabled in order to use shortcuts',
- 'last_article' => 'Open the last article',
- 'load_more' => 'Load more articles',
- 'mark_favorite' => 'Toggle favourite',
- 'mark_read' => 'Toggle read',
- 'navigation' => 'Navigation',
- 'navigation_help' => 'With the <kbd>⇧ Shift</kbd> modifier, navigation shortcuts apply on feeds.<br/>With the <kbd>Alt ⎇</kbd> modifier, navigation shortcuts apply on categories.',
- 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.',
- 'next_article' => 'Open the next article',
- 'next_unread_article' => 'Open the next unread article',
- 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.',
- 'normal_view' => 'Switch to normal view',
- 'other_action' => 'Other actions',
- 'previous_article' => 'Open the previous article',
- 'reading_view' => 'Switch to reading view',
- 'rss_view' => 'Open as RSS feed',
- 'see_on_website' => 'See on original website',
- 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read',
- 'skip_next_article' => 'Focus next without opening',
- 'skip_previous_article' => 'Focus previous without opening',
- 'title' => 'Shortcuts',
- 'toggle_aside' => 'Toggle sidebar',
- 'toggle_media' => 'Play/pause media',
- 'user_filter' => 'Access user queries',
- 'user_filter_help' => 'If there is only one user query, it is used. Otherwise, queries are accessible by their number.',
- 'views' => 'Views',
- ),
- 'user' => array(
- 'articles_and_size' => '%s articles (%s)',
- 'current' => 'Current user',
- 'is_admin' => 'is administrator',
- 'users' => 'Users',
- ),
- );
|