Files
FreshRSS/app/i18n/ru/gen.php
Alexis Degrugillier cc0db9af4f Feature/new archiving (#2335)
* Change archiving config page layout

I've changed some wording and moved actions into a
maintenance section.

* Update purge action

Now we have more control on the purge action. The configuration allows
us to choose what to keep and what to discard in a more precise way.
At the moment, the configuration applies for all feeds.

* Add purge configuration on feed level

Now the extend purge configuration is available on feed level.
It is stored as attributes and will be used in the purge action.

* Update purge action

Now the purge action uses the feed configuration if it exists and
defaults on user configuration if not.

* Add empty option in period list

* Fix configuration warnings

* Add archiving configuration on categories

See #2369

* Add user info back

* Add explanations in UI

* Fixes for SQLite + error + misc.

* Fix invalid feed reference

* Short array syntax

Only for new code, so far

* Fix prefix error

* Query performance, default values

Work in progress

* Fix default values and confirm before leaving

Form cancel and confirm changes before leaving were broken.
And start taking advantage of the short echo syntax `<?= ?>` as we have
moved to PHP 5.4+

* More work

* Tuning SQL

* Fix MariaDB + performance issue

* SQL performance

* Fix SQLite bug

* Fix some attributes JSON encoding bugs

Especially for SQLite export/import

* More uniform, fix bugs

More uniform between global, category, feed settings

* Drop special cases for old articles during refresh

Instead will use lastSeen date with the new archiving logic.
This was generating problems anyway
https://github.com/FreshRSS/FreshRSS/issues/2154

* Draft drop index keep_history

Not needed anymore

* MySQL typo

Now properly tested with MySQL, PostgreSQL, SQLite

* More work for legacy values

Important to avoid overriding user's preference and risking deleting
data erroneously

* Fix PHP 7.3 / 7.4 warnings

@aledeg "Trying to use values of type null, bool, int, float or resource
as an array (such as $null["key"]) will now generate a notice. "
https://php.net/migration74.incompatible

* Reintroduce min articles and take care of legacy parameters

* A few changes forgotten

* Draft of migration + DROP of feed.keep_history

* Fix several errors

And give up using const for SQL to allow multiple database types (and we
cannot redefine a const)

* Add keep_min to categories + factorise archiving logic

* Legacy fix

* Fix bug yield from

* Minor: Use JSON_UNESCAPED_SLASHE for attributes

And make more uniform

* Fix sign and missing variable

* Fine tune the logic
2019-10-23 00:52:15 +02:00

206 lines
8.4 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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
return array(
'action' => array(
'actualize' => 'Actualize', //TODO - Translation
'back' => '← Go back', //TODO - Translation
'back_to_rss_feeds' => '← Go back to your RSS feeds', //TODO - Translation
'cancel' => 'Cancel', //TODO - Translation
'create' => 'Create', //TODO - Translation
'disable' => 'Disable', //TODO - Translation
'empty' => 'Empty', //TODO - Translation
'enable' => 'Enable', //TODO - Translation
'export' => 'Export', //TODO - Translation
'filter' => 'Filter', //TODO - Translation
'import' => 'Import', //TODO - Translation
'manage' => 'Manage', //TODO - Translation
'mark_favorite' => 'Mark as favourite', //TODO - Translation
'mark_read' => 'Mark as read', //TODO - Translation
'remove' => 'Remove', //TODO - Translation
'see_website' => 'See website', //TODO - Translation
'submit' => 'Submit', //TODO - Translation
'truncate' => 'Delete all articles', //TODO - Translation
'update' => 'Update', //TODO - Translation
),
'auth' => array(
'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation
'email' => 'Email address', //TODO - Translation
'keep_logged_in' => 'Keep me logged in <small>(%s дней)</small>', //TODO - Translation
'login' => 'Login', //TODO - Translation
'logout' => 'Logout', //TODO - Translation
'password' => array(
'_' => 'Password', //TODO - Translation
'format' => '<small>At least 7 characters</small>', //TODO - Translation
),
'registration' => array(
'_' => 'New account', //TODO - Translation
'ask' => 'Create an account?', //TODO - Translation
'title' => 'Account creation', //TODO - Translation
),
'reset' => 'Authentication reset', //TODO - Translation
'username' => array(
'_' => 'Username', //TODO - Translation
'admin' => 'Administrator username', //TODO - Translation
'format' => '<small>maximum 16 alphanumeric characters</small>', //TODO - Translation
),
),
'date' => array(
'Apr' => '\\A\\p\\r\\i\\l', //TODO - Translation
'apr' => 'apr', //TODO - Translation
'april' => 'Apr', //TODO - Translation
'Aug' => '\\A\\u\\g\\u\\s\\t', //TODO - Translation
'aug' => 'aug', //TODO - Translation
'august' => 'Aug', //TODO - Translation
'before_yesterday' => 'Before yesterday', //TODO - Translation
'Dec' => '\\D\\e\\c\\e\\m\\b\\e\\r', //TODO - Translation
'dec' => 'dec', //TODO - Translation
'december' => 'Dec', //TODO - Translation
'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\y', //TODO - Translation
'feb' => 'feb', //TODO - Translation
'february' => 'Feb', //TODO - Translation
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y', //TODO - Translation
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i', //TODO - Translation
'fri' => 'Fri', //TODO - Translation
'Jan' => '\\J\\a\\n\\u\\a\\r\\y', //TODO - Translation
'jan' => 'jan', //TODO - Translation
'january' => 'Jan', //TODO - Translation
'Jul' => '\\J\\u\\l\\y', //TODO - Translation
'jul' => 'jul', //TODO - Translation
'july' => 'Jul', //TODO - Translation
'Jun' => '\\J\\u\\n\\e', //TODO - Translation
'jun' => 'jun', //TODO - Translation
'june' => 'Jun', //TODO - Translation
'last_3_month' => 'Last three months', //TODO - Translation
'last_6_month' => 'Last six months', //TODO - Translation
'last_month' => 'Last month', //TODO - Translation
'last_week' => 'Last week', //TODO - Translation
'last_year' => 'Last year', //TODO - Translation
'Mar' => '\\M\\a\\r\\c\\h', //TODO - Translation
'mar' => 'mar', //TODO - Translation
'march' => 'Mar', //TODO - Translation
'May' => '\\M\\a\\y', //TODO - Translation
'may' => 'May', //TODO - Translation
'may_' => 'May', //TODO - Translation
'mon' => 'Mon', //TODO - Translation
'month' => 'months', //TODO - Translation
'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', //TODO - Translation
'nov' => 'nov', //TODO - Translation
'november' => 'Nov', //TODO - Translation
'Oct' => '\\O\\c\\t\\o\\b\\e\\r', //TODO - Translation
'oct' => 'oct', //TODO - Translation
'october' => 'Oct', //TODO - Translation
'sat' => 'Sat', //TODO - Translation
'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', //TODO - Translation
'sep' => 'sep', //TODO - Translation
'september' => 'Sep', //TODO - Translation
'sun' => 'Sun', //TODO - Translation
'thu' => 'Thu', //TODO - Translation
'today' => 'Today', //TODO - Translation
'tue' => 'Tue', //TODO - Translation
'wed' => 'Wed', //TODO - Translation
'yesterday' => 'Yesterday', //TODO - Translation
),
'freshrss' => array(
'_' => 'FreshRSS', //TODO - Translation
'about' => 'About FreshRSS', //TODO - Translation
),
'js' => array(
'category_empty' => 'Empty category', //TODO - Translation
'confirm_action' => 'Are you sure you want to perform this action? It cannot be cancelled!', //TODO - Translation
'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!', //TODO - Translation
'feedback' => array(
'body_new_articles' => 'There are %%d new articles to read on FreshRSS.', //TODO - Translation
'request_failed' => 'A request has failed, it may have been caused by Internet connection problems.', //TODO - Translation
'title_new_articles' => 'FreshRSS: new articles!', //TODO - Translation
),
'new_article' => 'There are new available articles, click to refresh the page.', //TODO - Translation
'should_be_activated' => 'JavaScript must be enabled', //TODO - Translation
),
'lang' => array(
'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'he' => 'עברית',
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
'oc' => 'Occitan',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
'zh-cn' => '简体中文',
),
'menu' => array(
'about' => 'About', //TODO - Translation
'admin' => 'Administration', //TODO - Translation
'archiving' => 'Archiving', //TODO - Translation
'authentication' => 'Authentication', //TODO - Translation
'check_install' => 'Installation checking', //TODO - Translation
'configuration' => 'Configuration', //TODO - Translation
'display' => 'Display', //TODO - Translation
'extensions' => 'Extensions', //TODO - Translation
'logs' => 'Logs', //TODO - Translation
'queries' => 'User queries', //TODO - Translation
'reading' => 'Reading', //TODO - Translation
'search' => 'Search words or #tags', //TODO - Translation
'sharing' => 'Sharing', //TODO - Translation
'shortcuts' => 'Shortcuts', //TODO - Translation
'stats' => 'Statistics', //TODO - Translation
'system' => 'System configuration', //TODO - Translation
'update' => 'Update', //TODO - Translation
'user_management' => 'Manage users', //TODO - Translation
'user_profile' => 'Profile', //TODO - Translation
),
'pagination' => array(
'first' => 'First', //TODO - Translation
'last' => 'Last', //TODO - Translation
'load_more' => 'Load more articles', //TODO - Translation
'mark_all_read' => 'Mark all as read', //TODO - Translation
'next' => 'Next', //TODO - Translation
'nothing_to_load' => 'There are no more articles', //TODO - Translation
'previous' => 'Previous', //TODO - Translation
),
'period' => array(
'days' => 'days', //TODO - Translation
'hours' => 'hours', //TODO - Translation
'months' => 'months', //TODO - Translation
'weeks' => 'weeks', //TODO - Translation
'years' => 'years', //TODO - Translation
),
'share' => array(
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
'email' => 'Email',
'facebook' => 'Facebook',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
'Known' => 'Known based sites',
'lemmy' => 'Lemmy',
'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'pinboard' => 'Pinboard',
'pocket' => 'Pocket',
'print' => 'Print',
'shaarli' => 'Shaarli',
'twitter' => 'Twitter',
'wallabag' => 'wallabag v1',
'wallabagv2' => 'wallabag v2',
),
'short' => array(
'attention' => 'Warning!', //TODO - Translation
'blank_to_disable' => 'Leave blank to disable', //TODO - Translation
'by_author' => 'By:', //TODO - Translation
'by_default' => 'By default', //TODO - Translation
'damn' => 'Damn!', //TODO - Translation
'default_category' => 'Uncategorized', //TODO - Translation
'no' => 'No', //TODO - Translation
'not_applicable' => 'Not available', //TODO - Translation
'ok' => 'Ok!', //TODO - Translation
'or' => 'or', //TODO - Translation
'yes' => 'Yes', //TODO - Translation
),
);