mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
164 lines
4.6 KiB
PHP
164 lines
4.6 KiB
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'action' => array(
|
||
|
'actualize' => 'Actualize',
|
||
|
'back_to_rss_feeds' => '← Go back to your RSS feeds',
|
||
|
'cancel' => 'Cancel',
|
||
|
'create' => 'Create',
|
||
|
'disable' => 'Disable',
|
||
|
'empty' => 'Empty',
|
||
|
'enable' => 'Enable',
|
||
|
'export' => 'Export',
|
||
|
'filter' => 'Filtrer',
|
||
|
'import' => 'Import',
|
||
|
'manage' => 'Manage',
|
||
|
'mark_read' => 'Mark as read',
|
||
|
'mark_favorite' => 'Mark as favourite',
|
||
|
'remove' => 'Remove',
|
||
|
'see_website' => 'See website',
|
||
|
'submit' => 'Submit',
|
||
|
'truncate' => 'Delete all articles',
|
||
|
),
|
||
|
'auth' => array(
|
||
|
'keep_logged_in' => 'Keep me logged in <small>(1 month)</small>',
|
||
|
'login' => 'Login',
|
||
|
'login_persona' => 'Login with Persona',
|
||
|
'login_persona_problem' => 'Connection problem with Persona?',
|
||
|
'logout' => 'Logout',
|
||
|
'password' => 'Password',
|
||
|
'reset' => 'Authentication reset',
|
||
|
'username' => 'Username',
|
||
|
'username_admin' => 'Administrator username',
|
||
|
'will_reset' => 'Authentication system will be reset: a form will be used instead of Persona.',
|
||
|
),
|
||
|
'date' => array(
|
||
|
'Apr' => '\\A\\p\\r\\i\\l',
|
||
|
'Aug' => '\\A\\u\\g\\u\\s\\t',
|
||
|
'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r',
|
||
|
'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y',
|
||
|
'Jan' => '\\J\\a\\n\\u\\a\\r\\y',
|
||
|
'Jul' => '\\J\\u\\l\\y',
|
||
|
'Jun' => '\\J\\u\\n\\e',
|
||
|
'Mar' => '\\M\\a\\r\\c\\h',
|
||
|
'May' => '\\M\\a\\y',
|
||
|
'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r',
|
||
|
'Oct' => '\\O\\c\\t\\o\\b\\e\\r',
|
||
|
'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r',
|
||
|
'apr' => 'apr',
|
||
|
'april' => 'Apr',
|
||
|
'aug' => 'aug',
|
||
|
'august' => 'Aug',
|
||
|
'before_yesterday' => 'Before yesterday',
|
||
|
'dec' => 'dec',
|
||
|
'december' => 'Dec',
|
||
|
'feb' => 'feb',
|
||
|
'february' => 'Feb',
|
||
|
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
|
||
|
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
|
||
|
'fri' => 'Fri',
|
||
|
'jan' => 'jan',
|
||
|
'january' => 'Jan',
|
||
|
'jul' => 'jul',
|
||
|
'july' => 'Jul',
|
||
|
'jun' => 'jun',
|
||
|
'june' => 'Jun',
|
||
|
'last_3_month' => 'Last three months',
|
||
|
'last_6_month' => 'Last six months',
|
||
|
'last_month' => 'Last month',
|
||
|
'last_week' => 'Last week',
|
||
|
'last_year' => 'Last year',
|
||
|
'mar' => 'mar',
|
||
|
'march' => 'Mar',
|
||
|
'may' => 'May',
|
||
|
'mon' => 'Mon',
|
||
|
'month' => 'months',
|
||
|
'nov' => 'nov',
|
||
|
'november' => 'Nov',
|
||
|
'oct' => 'oct',
|
||
|
'october' => 'Oct',
|
||
|
'sat' => 'Sat',
|
||
|
'sep' => 'sep',
|
||
|
'september' => 'Sep',
|
||
|
'sun' => 'Sun',
|
||
|
'thu' => 'Thu',
|
||
|
'today' => 'Today',
|
||
|
'tue' => 'Tue',
|
||
|
'wed' => 'Wed',
|
||
|
'yesterday' => 'Yesterday',
|
||
|
),
|
||
|
'freshrss' => array(
|
||
|
'_' => 'FreshRSS',
|
||
|
'about' => 'About FreshRSS',
|
||
|
),
|
||
|
'js' => array(
|
||
|
'category_empty' => 'Empty category',
|
||
|
'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!',
|
||
|
'confirm_action_feed_cat' => 'Are you sure you want to perform this action? You will lose related favorites and user queries. It cannot be cancelled!',
|
||
|
'feedback' => array(
|
||
|
'body_new_articles' => 'There are \\d new articles to read on FreshRSS.',
|
||
|
'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.',
|
||
|
'title_new_articles' => 'FreshRSS: new articles!',
|
||
|
),
|
||
|
'new_article' => 'There are new available articles, click to refresh the page.',
|
||
|
'should_be_activated' => 'JavaScript must be enabled',
|
||
|
),
|
||
|
'lang' => array(
|
||
|
'de' => 'Deutsch',
|
||
|
'en' => 'English',
|
||
|
'fr' => 'Français',
|
||
|
),
|
||
|
'menu' => array(
|
||
|
'about' => 'About',
|
||
|
'admin' => 'Administration',
|
||
|
'archiving' => 'Archiving',
|
||
|
'authentication' => 'Authentication',
|
||
|
'check_install' => 'Installation checking',
|
||
|
'configuration' => 'Configuration',
|
||
|
'display' => 'Display',
|
||
|
'extensions' => 'Extensions',
|
||
|
'logs' => 'Logs',
|
||
|
'queries' => 'User queries',
|
||
|
'reading' => 'Reading',
|
||
|
'search' => 'Search words or #tags',
|
||
|
'sharing' => 'Sharing',
|
||
|
'shortcuts' => 'Shortcuts',
|
||
|
'stats' => 'Statistics',
|
||
|
'update' => 'Update',
|
||
|
'user_management' => 'Manage users',
|
||
|
'user_profile' => 'Profile',
|
||
|
),
|
||
|
'pagination' => array(
|
||
|
'first' => 'First',
|
||
|
'last' => 'Last',
|
||
|
'load_more' => 'Load more articles',
|
||
|
'mark_all_read' => 'Mark all as read',
|
||
|
'next' => 'Next',
|
||
|
'nothing_to_load' => 'There are no more articles',
|
||
|
'previous' => 'Previous',
|
||
|
),
|
||
|
'share' => array(
|
||
|
'blogotext' => 'Blogotext',
|
||
|
'diaspora' => 'Diaspora*',
|
||
|
'email' => 'Email',
|
||
|
'facebook' => 'Facebook',
|
||
|
'g+' => 'Google+',
|
||
|
'print' => 'Print',
|
||
|
'shaarli' => 'Shaarli',
|
||
|
'twitter' => 'Twitter',
|
||
|
'wallabag' => 'wallabag',
|
||
|
),
|
||
|
'short' => array(
|
||
|
'attention' => 'Attention!',
|
||
|
'blank_to_disable' => 'Leave blank to disable',
|
||
|
'by_author' => 'By <em>%s</em>',
|
||
|
'by_default' => 'By default',
|
||
|
'damn' => 'Damn!',
|
||
|
'default_category' => 'Uncategorized',
|
||
|
'no' => 'No',
|
||
|
'ok' => 'Ok!',
|
||
|
'or' => 'or',
|
||
|
'yes' => 'Yes',
|
||
|
),
|
||
|
);
|