aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ru/sub.php
blob: bef49623fc70cd584cacae9df1b3dbacec6cad53 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php

return array(
	'api' => array(
		'documentation' => 'Copy the following URL to use it within an external tool.',// TODO
		'title' => 'API',// TODO
	),
	'bookmarklet' => array(
		'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',// TODO
		'label' => 'Subscribe',// TODO
		'title' => 'Bookmarklet',// TODO
	),
	'category' => array(
		'_' => 'Category',// TODO
		'add' => 'Add a category',// TODO
		'empty' => 'Empty category',// TODO
		'new' => 'New category',// TODO
	),
	'feed' => array(
		'add' => 'Add a RSS feed',// TODO
		'advanced' => 'Advanced',// TODO
		'archiving' => 'Archivage',// TODO
		'auth' => array(
			'configuration' => 'Login',// TODO
			'help' => 'Connection allows to access HTTP protected RSS feeds',// TODO
			'http' => 'HTTP Authentication',// TODO
			'password' => 'HTTP password',// TODO
			'username' => 'HTTP username',// TODO
		),
		'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)',// TODO
		'css_path' => 'Articles CSS path on original website',// TODO
		'description' => 'Description',// TODO
		'empty' => 'This feed is empty. Please verify that it is still maintained.',// TODO
		'error' => 'This feed has encountered a problem. Please verify that it is always reachable then actualize it.',// TODO
		'informations' => 'Information',// TODO
		'keep_history' => 'Minimum number of articles to keep',// TODO
		'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.',// TODO
		'mute' => 'mute', // TODO
		'no_selected' => 'No feed selected.',// TODO
		'number_entries' => '%d articles',// TODO
		'priority' => array(
			'_' => 'Visibility', // TODO
			'archived' => 'Do not show (archived)', // TODO
			'main_stream' => 'Show in main stream', // TODO
			'normal' => 'Show in its category', // TODO
		),
		'ssl_verify' => 'Verify SSL security',	//TODO
		'stats' => 'Statistics',// TODO
		'think_to_add' => 'You may add some feeds.',// TODO
		'timeout' => 'Timeout in seconds',	//TODO
		'title' => 'Title',// TODO
		'title_add' => 'Add a RSS feed',// TODO
		'ttl' => 'Do not automatically refresh more often than',// TODO
		'url' => 'Feed URL',// TODO
		'validator' => 'Check the validity of the feed',// TODO
		'website' => 'Website URL',// TODO
		'pubsubhubbub' => 'Instant notification with PubSubHubbub',// TODO
	),
	'firefox' => array(
		'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',// TODO
		'title' => 'Firefox feed reader',// TODO
	),
	'import_export' => array(
		'export' => 'Export',// TODO
		'export_opml' => 'Export list of feeds (OPML)',// TODO
		'export_starred' => 'Export your favourites',// TODO
		'feed_list' => 'List of %s articles',// TODO
		'file_to_import' => 'File to import<br />(OPML, JSON or ZIP)',// TODO
		'file_to_import_no_zip' => 'File to import<br />(OPML or JSON)',// TODO
		'import' => 'Import',// TODO
		'starred_list' => 'List of favourite articles',// TODO
		'title' => 'Import / export',// TODO
	),
	'menu' => array(
		'bookmark' => 'Subscribe (FreshRSS bookmark)',// TODO
		'import_export' => 'Import / export',// TODO
		'subscription_management' => 'Subscriptions management',// TODO
		'subscription_tools' => 'Subscription tools',// TODO
	),
	'title' => array(
		'_' => 'Subscriptions management',// TODO
		'feed_management' => 'RSS feeds management',// TODO
		'subscription_tools' => 'Subscription tools',// TODO
	),
);