aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/index.php
blob: 97777717860ef128f1c91f82fc1434285f5227a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php

return array(
	'about' => array(
		'_' => '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.',	//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',	//TODO - Translation
		'empty' => 'Log file is empty',	//TODO - Translation
		'title' => 'Logs',	//TODO - Translation
	),
	'menu' => array(
		'about' => 'About FreshRSS',
		'add_query' => 'Add a query',
		'before_one_day' => 'Before one day',
		'before_one_week' => 'Before one week',
		'favorites' => 'Favourites (%s)',
		'global_view' => 'Global view',
		'main_stream' => 'Main stream',
		'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 - 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',
		'tags' => 'My labels',	//TODO - Translation
		'unread' => 'Show only unread',	//TODO - Translation
	),
	'share' => 'Share',
	'tag' => array(
		'related' => 'Article tags',	//TODO - Translation
	),
);