| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- <?php
- return array (
- // LAYOUT
- 'login' => 'Login',
- 'logout' => 'Logout',
- 'search' => 'Search words or #tags',
- 'configuration' => 'Configuration',
- 'general_and_reading' => 'General and reading',
- 'categories' => 'Categories',
- 'category' => 'Category',
- 'shortcuts' => 'Shortcuts',
- 'about' => 'About',
- 'your_rss_feeds' => 'Your RSS feeds',
- 'add_rss_feed' => 'Add a RSS feed',
- 'no_rss_feed' => 'No RSS feed',
- 'import_export_opml' => 'Import / export (OPML)',
- 'subscription_management' => 'Subscriptions management',
- 'all_feeds' => 'All (%d)',
- 'favorite_feeds' => 'Favorites (%d)',
- 'not_read' => '%d unread',
- 'not_reads' => '%d unread',
- 'filter' => 'Filter',
- 'see_website' => 'See website',
- 'administration' => 'Manage',
- 'actualize' => 'Actualize',
- 'mark_read' => 'Mark as read',
- 'mark_favorite' => 'Mark as favorite',
- 'mark_all_read' => 'Mark all as read',
- 'mark_feed_read' => 'Mark feed as read',
- 'mark_cat_read' => 'Mark category as read',
- 'before_one_day' => 'Before one day',
- 'before_one_week' => 'Before one week',
- 'display' => 'Display',
- 'normal_view' => 'Normal view',
- 'reader_view' => 'Reading view',
- 'global_view' => 'Global view',
- 'show_all_articles' => 'Show all articles',
- 'show_not_reads' => 'Show only unread',
- 'older_first' => 'Oldest first',
- 'newer_first' => 'Newer first',
- // Pagination
- 'first' => 'First',
- 'previous' => 'Previous',
- 'next' => 'Next',
- 'last' => 'Last',
- // CONTROLLERS
- 'article_published_on' => 'This article originally appeared on <a href="%s">%s</a>',
- 'article_published_on_author' => 'This article originally appeared on <a href="%s">%s</a> by %s',
- 'access_denied' => 'You don\'t have permission to access this page',
- 'page_not_found' => 'You are looking for a page which doesn\'t exist',
- 'error_occurred' => 'An error occured',
- 'error_occurred_update' => 'An error occured during update',
- 'default_category' => 'Uncategorized',
- 'categories_updated' => 'Categories have been updated',
- 'categories_management' => 'Categories management',
- 'feed_updated' => 'Feed has been updated',
- 'rss_feed_management' => 'RSS feeds management',
- 'configuration_updated' => 'Configuration has been updated',
- 'general_and_reading_management'=> 'General and reading management',
- 'bad_opml_file' => 'Your OPML file is invalid',
- 'shortcuts_updated' => 'Shortcuts have been updated',
- 'shortcuts_management' => 'Shortcuts management',
- 'feeds_marked_read' => 'Feeds have been marked as read',
- 'updated' => 'Modifications have been updated',
- 'already_subscribed' => 'You have already subscribed to <em>%s</em>',
- 'feed_added' => 'RSS feed <em>%s</em> has been added',
- 'feed_not_added' => '<em>%s</em> could not be added',
- 'internal_problem_feed' => 'An internal problem occured, RSS feed could not be added',
- 'invalid_url' => 'URL <em>%s</em> is invalid',
- 'feed_actualized' => '<em>%s</em> has been updated',
- 'n_feeds_actualized' => '%d feeds have been updated',
- 'feeds_actualized' => 'RSS feeds have been updated',
- 'no_feed_actualized' => 'No RSS feed has been updated',
- 'feeds_imported_with_errors' => 'Feeds have been imported but errors occured',
- 'feeds_imported' => 'Feeds have been imported',
- 'category_emptied' => 'Category has been emptied',
- 'feed_deleted' => 'Feed has been deleted',
- 'optimization_complete' => 'Optimization complete',
- 'your_rss_feeds' => 'Your RSS feeds',
- 'your_favorites' => 'Your favorites',
- 'public' => 'Public',
- 'invalid_login' => 'Login is invalid',
- // VIEWS
- 'save' => 'Save',
- 'delete' => 'Delete',
- 'cancel' => 'Cancel',
- 'back_to_rss_feeds' => '← Go back to your RSS feeds',
- 'feeds_moved_category_deleted' => 'When you delete a category, their feeds are automatically classified under <em>%s</em>.',
- 'category_number' => 'Category n°%d',
- 'ask_empty' => 'Clear ?',
- 'number_feeds' => '%d feeds',
- 'can_not_be_deleted' => 'Can not be deleted',
- 'add_category' => 'Add a category',
- 'new_category' => 'New category',
- 'javascript_for_shortcuts' => 'Javascript must be enabled in order to use shortcuts',
- 'javascript_should_be_activated'=> 'Javascript must be enabled',
- 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read',
- 'see_on_website' => 'See article on its original website',
- 'next_article' => 'Skip to the next article',
- 'shift_for_last' => '+ <code>shift</code> to skip to the last article of page',
- 'previous_article' => 'Skip to the previous article',
- 'shift_for_first' => '+ <code>shift</code> to skip to the first article of page',
- 'next_page' => 'Skip to the next page',
- 'previous_page' => 'Skip to the previous page',
- 'file_to_import' => 'File to import',
- 'import' => 'Import',
- 'export' => 'Export',
- 'or' => 'or',
- 'informations' => 'Informations',
- 'feed_in_error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',
- 'website_url' => 'Website URL',
- 'feed_url' => 'Feed URL',
- 'number_articles' => 'Number of articles',
- 'keep_history' => 'Keep history?',
- 'categorize' => 'Store in a category',
- 'advanced' => 'Advanced',
- 'show_in_all_flux' => 'Show in principal stream',
- 'yes' => 'Yes',
- 'no' => 'No',
- 'css_path_on_website' => 'Articles CSS path on original website',
- 'retrieve_truncated_feeds' => 'Retrieves truncated RSS feeds (attention, requires more time!)',
- 'http_authentication' => 'HTTP Authentication',
- 'http_username' => 'HTTP username',
- 'http_password' => 'HTTP password',
- 'blank_to_disable' => 'Leave blank to disable',
- 'not_yet_implemented' => 'Not yet implemented',
- 'access_protected_feeds' => 'Connection allows to access HTTP protected RSS feeds',
- 'no_selected_feed' => 'No feed selected.',
- 'think_to_add' => 'Think to add RSS feeds!',
- 'general_configuration' => 'General configuration',
- 'language' => 'Language',
- 'delete_articles_every' => 'Remove articles every',
- 'month' => 'months',
- 'persona_connection_email' => 'Login mail address (use <a href="https://persona.org/">Persona</a>)',
- 'allow_anonymous' => 'Allow anonymous reading',
- 'auth_token' => 'Authentication token',
- 'explain_token' => 'This token allows to avoid authentication by adding it to URL (eg. %s?token=<your_token>). RSS output only.',
- 'reading_configuration' => 'Reading configuration',
- 'articles_per_page' => 'Number of articles per page',
- 'default_view' => 'Default view',
- 'sort_order' => 'Sort order',
- 'auto_load_more' => 'Load next articles at the page bottom',
- 'display_articles_unfolded' => 'Show articles unfolded by default',
- 'img_with_lazyload' => 'Use "lazy load" mode to load pictures',
- 'auto_read_when' => 'Mark as read when',
- 'article_selected' => 'article is selected',
- 'article_open_on_website' => 'article is opened on its original website',
- 'scroll' => 'page scrolls',
- 'your_shaarli' => 'Your Shaarli',
- 'sharing' => 'Sharing',
- 'share' => 'Share',
- 'by_email' => 'By mail',
- 'on_shaarli' => 'On your Shaarli',
- 'optimize_bdd' => 'Optimize database',
- 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database',
- 'theme' => 'Theme',
- 'article' => 'Article',
- 'title' => 'Title',
- 'author' => 'Author',
- 'publication_date' => 'Date of publication',
- 'by' => 'by',
- 'load_more' => 'Load more articles',
- 'nothing_to_load' => 'There is no more articles',
- 'rss_feeds_of' => 'RSS feed of %s',
- 'refresh' => 'Refresh',
- 'today' => 'Today',
- 'yesterday' => 'Yesterday',
- 'before_yesterday' => 'Before yesterday',
- 'by_author' => 'By <em>%s</em>',
- 'related_tags' => 'Related tags',
- 'no_feed_to_display' => 'No feed to show.',
- 'about_freshrss' => 'About FreshRSS',
- 'project_website' => 'Project website',
- 'lead_developer' => 'Lead developer',
- 'website' => 'Website',
- 'bugs_reports' => 'Bugs reports',
- 'github_or_email' => '<a href="https://github.com/marienfressinaud/FreshRSS/issues">on Github</a> or <a href="mailto:dev@marienfressinaud.fr">by mail</a>',
- 'license' => 'License',
- 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>',
- 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://rsslounge.aditu.de/">RSSLounge</a>, <a href="http://tt-rss.org/redmine/projects/tt-rss/wiki">TinyTinyRSS</a> or <a href="http://projet.idleman.fr/leed/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool. Objective is to provide a serious alternative to Google Reader.',
- 'credits' => 'Credits',
- 'credits_content' => 'Some design elements come from <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> although FreshRSS doesn\'t use this framework. <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">Icons</a> come from <a href="https://www.gnome.org/">GNOME project</a>. <em>Open Sans</em> font police used has been created by <a href="https://www.google.com/webfonts/specimen/Open+Sans">Steve Matteson</a>. Favicons are collected with <a href="https://getfavicon.appspot.com/">getFavicon API</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.',
- 'logs' => 'Logs',
- 'logs_empty' => 'Log file is empty',
- 'forbidden_access' => 'Forbidden access',
- 'forbidden_access_description' => 'Access is password protected, please <a class="signin" href="#">sign in</a> to read your feeds.',
- // DATE
- 'january' => 'january',
- 'february' => 'february',
- 'march' => 'march',
- 'april' => 'april',
- 'may' => 'may',
- 'june' => 'june',
- 'july' => 'july',
- 'august' => 'august',
- 'september' => 'september',
- 'october' => 'october',
- 'november' => 'november',
- 'december' => 'december',
- // special format for date() function
- 'Jan' => '\J\a\n\u\a\r\y',
- 'Feb' => '\F\e\b\r\u\a\r\y',
- 'Mar' => '\M\a\r\c\h',
- 'Apr' => '\A\p\r\i\l',
- 'May' => '\M\a\y',
- 'Jun' => '\J\u\n\e',
- 'Jul' => '\J\u\l\y',
- 'Aug' => '\A\u\g\u\s\t',
- 'Sep' => '\S\e\p\t\e\m\b\e\r',
- 'Oct' => '\O\c\t\o\b\e\r',
- 'Nov' => '\N\o\v\e\m\b\e\r',
- 'Dec' => '\D\e\c\e\m\b\e\r',
- // format for date() function, %s allows to indicate month in letter
- 'format_date' => '%s dS Y',
- 'format_date_hour' => '%s dS Y \a\t H\.i',
- // INSTALLATION
- 'freshrss_installation' => 'Installation - FreshRSS',
- 'freshrss' => 'FreshRSS',
- 'installation_step' => 'Installation - step %d',
- 'steps' => 'Steps',
- 'checks' => 'Checks',
- 'bdd_configuration' => 'Database configuration',
- 'this_is_the_end' => 'This is the end',
- 'ok' => 'Ok!',
- 'congratulations' => 'Congratulations!',
- 'attention' => 'Attention!',
- 'damn' => 'Damn!',
- 'oops' => 'Oops!',
- 'next_step' => 'Go to the next step',
- 'language_defined' => 'Language has been defined.',
- 'choose_language' => 'Choose a language for FreshRSS',
- 'javascript_is_better' => 'FreshRSS is more pleasant with Javascript enabled',
- 'php_is_ok' => 'Your PHP version is %s and it\'s compatible with FreshRSS',
- 'php_is_nok' => 'Your PHP version is %s. You must have at least version %s',
- 'minz_is_ok' => 'You have Minz framework',
- 'minz_is_nok' => 'You haven\'t Minz framework. You should execute <em>build.sh</em> script or <a href="https://github.com/marienfressinaud/MINZ">download it on Github</a> and install in <em>%s</em> directory the content of its <em>/lib</em> directory.',
- 'curl_is_ok' => 'You have version %s of cURL',
- 'curl_is_nok' => 'You haven\'t cURL',
- 'pdomysql_is_ok' => 'You have PDO and its driver for MySQL',
- 'pdomysql_is_nok' => 'You haven\'t PDO or its driver for MySQL',
- 'dom_is_ok' => 'You have the necessary to browse the DOM',
- 'dom_is_nok' => 'You haven\'t the necessary to browse the DOM (php-xml package can be useful)',
- 'cache_is_ok' => 'Permissions on cache directory are good',
- 'log_is_ok' => 'Permissions on logs directory are good',
- 'conf_is_ok' => 'Permissions on configuration directory are good',
- 'data_is_ok' => 'Permissions on data directory are good',
- 'file_is_nok' => 'Check permissions on <em>%s</em> directory. HTTP server must have rights to write into',
- 'fix_errors_before' => 'Fix errors before skip to the next step.',
- 'general_conf_is_ok' => 'General configuration has been saved.',
- 'random_string' => 'Random string',
- 'change_value' => 'You should change this value by any other',
- 'base_url' => 'Base URL',
- 'do_not_change_if_doubt' => 'Don\'t change if you doubt about it',
- 'bdd_conf_is_ok' => 'Database configuration has been saved.',
- 'bdd_conf_is_ko' => 'Verify your database information.',
- 'host' => 'Host',
- 'username' => 'Username',
- 'password' => 'Password',
- 'bdd' => 'Database',
- 'prefix' => 'Table prefix',
- 'installation_is_ok' => 'Installation process is finished. You must delete <em>install.php</em> file to access FreshRSS... or simply click on following button :)',
- 'finish_installation' => 'Finish installation',
- 'install_not_deleted' => 'Something was going wrong, you muste delete <em>%s</em> file manually.',
- );
|