diff options
Diffstat (limited to 'app/i18n/ru/index.php')
| -rw-r--r-- | app/i18n/ru/index.php | 71 |
1 files changed, 36 insertions, 35 deletions
diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index aaf25a3ab..977777178 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -2,32 +2,32 @@ return array( 'about' => array( - '_' => 'About', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', - 'bugs_reports' => 'Bugs reports', - '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 has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', - 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://leed.idleman.fr/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', - 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', - 'license' => 'License', - 'project_website' => 'Project website', - 'title' => 'About', - 'version' => 'Version', - 'website' => 'Website', + '_' => 'About', //TODO - Translation + 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', //TODO - Translation + 'bugs_reports' => 'Bugs reports', //TODO - Translation + 'credits' => 'Credits', //TODO - Translation + '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 has been created by <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS is based on <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, a PHP framework.', //TODO - Translation + 'freshrss_description' => 'FreshRSS is a RSS feeds aggregator to self-host like <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> or <a href="http://leed.idleman.fr/">Leed</a>. It is light and easy to take in hand while being powerful and configurable tool.', //TODO - Translation + 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">on Github</a>', //TODO - Translation + 'license' => 'License', //TODO - Translation + 'project_website' => 'Project website', //TODO - Translation + 'title' => 'About', //TODO - Translation + 'version' => 'Version', //TODO - Translation + 'website' => 'Website', //TODO - Translation ), 'feed' => array( - 'add' => 'You may add some feeds.', - 'empty' => 'There is no article to show.', - 'rss_of' => 'RSS feed of %s', - 'title' => 'Your RSS feeds', - 'title_global' => 'Global view', - 'title_fav' => 'Your favourites', + 'add' => 'You may add some feeds.', //TODO - Translation + 'empty' => 'There is no article to show.', //TODO - Translation + 'rss_of' => 'RSS feed of %s', //TODO - Translation + 'title' => 'Your RSS feeds', //TODO - Translation + 'title_global' => 'Global view', //TODO - Translation + 'title_fav' => 'Your favourites', //TODO - Translation ), 'log' => array( '_' => 'Logs', - 'clear' => 'Clear the logs', - 'empty' => 'Log file is empty', - 'title' => 'Logs', + 'clear' => 'Clear the logs', //TODO - Translation + 'empty' => 'Log file is empty', //TODO - Translation + 'title' => 'Logs', //TODO - Translation ), 'menu' => array( 'about' => 'About FreshRSS', @@ -40,23 +40,24 @@ return array( 'mark_all_read' => 'Mark all as read', 'mark_cat_read' => 'Mark category as read', 'mark_feed_read' => 'Mark feed as read', - 'mark_selection_unread' => 'Mark selection as unread', //TODO - 'newer_first' => 'Newer first', - 'non-starred' => 'Show all but favorites', - 'normal_view' => 'Normal view', - 'older_first' => 'Oldest first', - 'queries' => 'User queries', - 'read' => 'Show only read', - 'reader_view' => 'Reading view', - 'rss_view' => 'RSS feed', - 'search_short' => 'Search', - 'starred' => 'Show only favorites', - 'stats' => 'Statistics', + 'mark_selection_unread' => 'Mark selection as unread', //TODO - Translation + 'newer_first' => 'Newer first', //TODO - Translation + 'non-starred' => 'Show all but favorites', //TODO - Translation + 'normal_view' => 'Normal view', //TODO - Translation + 'older_first' => 'Oldest first', //TODO - Translation + 'queries' => 'User queries', //TODO - Translation + 'read' => 'Show only read', //TODO - Translation + 'reader_view' => 'Reading view', //TODO - Translation + 'rss_view' => 'RSS feed', //TODO - Translation + 'search_short' => 'Search', //TODO - Translation + 'starred' => 'Show only favorites', //TODO - Translation + 'stats' => 'Statistics', //TODO - Translation 'subscription' => 'Subscriptions management', - 'unread' => 'Show only unread', + 'tags' => 'My labels', //TODO - Translation + 'unread' => 'Show only unread', //TODO - Translation ), 'share' => 'Share', 'tag' => array( - 'related' => 'Article tags', //TODO + 'related' => 'Article tags', //TODO - Translation ), ); |
