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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
<?php
/******************************************************************************
* Each entry of that file can be associated with a comment to indicate its *
* state. When there is no comment, it means the entry is fully translated. *
* The recognized comments are (comment matching is case-insensitive): *
* + TODO: the entry has never been translated. *
* + DIRTY: the entry has been translated but needs to be updated. *
* + IGNORE: the entry does not need to be translated. *
* When a comment is not recognized, it is discarded. *
******************************************************************************/
return array(
'auth' => array(
'allow_anonymous' => 'Allow anonymous reading of the default user’s articles (%s)', // IGNORE
'allow_anonymous_refresh' => 'Allow anonymous refresh of the articles', // IGNORE
'api_enabled' => 'Allow <abbr>API</abbr> access <small>(required for mobile apps and sharing user queries)</small>', // IGNORE
'form' => 'Web form (traditional, requires JavaScript)', // IGNORE
'http' => 'HTTP (advanced: managed by Web server, OIDC, SSO…)', // IGNORE
'none' => 'None (dangerous)', // IGNORE
'title' => 'Authentication', // IGNORE
'token' => 'Master authentication token', // IGNORE
'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // IGNORE
'type' => 'Authentication method', // IGNORE
),
'extensions' => array(
'author' => 'Author', // IGNORE
'community' => 'Available community extensions', // IGNORE
'description' => 'Description', // IGNORE
'disabled' => 'Disabled', // IGNORE
'empty_list' => 'There are no installed extensions', // IGNORE
'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // IGNORE
'enabled' => 'Enabled', // IGNORE
'is_compatible' => 'Is compatible', // IGNORE
'latest' => 'Installed', // IGNORE
'name' => 'Name', // IGNORE
'no_configure_view' => 'This extension cannot be configured.', // IGNORE
'system' => array(
'_' => 'System extensions', // IGNORE
'no_rights' => 'System extension (you do not have the required permissions)', // IGNORE
),
'title' => 'Extensions', // IGNORE
'update' => 'Update available', // IGNORE
'user' => 'User extensions', // IGNORE
'version' => 'Version', // IGNORE
),
'stats' => array(
'_' => 'Statistics', // IGNORE
'all_feeds' => 'All feeds', // IGNORE
'category' => 'Category', // IGNORE
'date_published' => 'Publication date', // IGNORE
'date_received' => 'Received date', // IGNORE
'entry_count' => 'Entry count', // IGNORE
'entry_per_category' => 'Entries per category', // IGNORE
'entry_per_day' => 'Entries per day (last 30 days)', // IGNORE
'entry_per_day_of_week' => 'Per day of week (average: %.2f messages)', // IGNORE
'entry_per_hour' => 'Per hour (average: %.2f messages)', // IGNORE
'entry_per_month' => 'Per month (average: %.2f messages)', // IGNORE
'entry_repartition' => 'Entries repartition', // IGNORE
'feed' => 'Feed', // IGNORE
'feed_per_category' => 'Feeds per category', // IGNORE
'idle' => 'Idle feeds', // IGNORE
'main' => 'Main statistics', // IGNORE
'main_stream' => 'Main stream', // IGNORE
'nb_unreads' => 'Number of unread articles', // IGNORE
'no_idle' => 'There are no idle feeds!', // IGNORE
'number_entries' => '%d articles', // IGNORE
'overview' => 'Overview', // IGNORE
'percent_of_total' => '% of total', // IGNORE
'repartition' => 'Articles repartition: %s', // IGNORE
'status_favorites' => 'Favorites',
'status_read' => 'Read', // IGNORE
'status_total' => 'Total', // IGNORE
'status_unread' => 'Unread', // IGNORE
'title' => 'Statistics', // IGNORE
'top_feed' => 'Top ten feeds', // IGNORE
'unread_dates' => 'Dates with most unread articles', // IGNORE
),
'system' => array(
'_' => 'System configuration', // IGNORE
'auto-update-url' => 'Auto-update server URL', // IGNORE
'base-url' => array(
'_' => 'Base URL', // IGNORE
'recommendation' => 'Automatic recommendation: <kbd>%s</kbd>', // IGNORE
),
'cookie-duration' => array(
'help' => 'in seconds', // IGNORE
'number' => 'Duration to keep logged in', // IGNORE
),
'force_email_validation' => 'Force email address validation', // IGNORE
'instance-name' => 'Instance name', // IGNORE
'max-categories' => 'Max number of categories per user', // IGNORE
'max-feeds' => 'Max number of feeds per user', // IGNORE
'registration' => array(
'number' => 'Max number of accounts', // IGNORE
'select' => array(
'label' => 'Registration form', // IGNORE
'option' => array(
'noform' => 'Disabled: No registration form', // IGNORE
'nolimit' => 'Enabled: No limit of accounts', // IGNORE
'setaccountsnumber' => 'Set max. number of accounts', // IGNORE
),
),
'status' => array(
'disabled' => 'Form disabled', // IGNORE
'enabled' => 'Form enabled', // IGNORE
),
'title' => 'User registration form', // IGNORE
),
'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // IGNORE
'tos' => array(
'disabled' => 'is not given', // IGNORE
'enabled' => '<a href="./?a=tos">is enabled</a>', // IGNORE
'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">enable the Terms of Service</a>', // IGNORE
),
'websub' => array(
'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // IGNORE
),
),
'update' => array(
'_' => 'Update system', // IGNORE
'apply' => 'Apply', // IGNORE
'changelog' => 'Changelog', // IGNORE
'check' => 'Check for new updates', // IGNORE
'copiedFromURL' => 'update.php copied from %s to ./data', // IGNORE
'current_version' => 'Current installed version', // IGNORE
'last' => 'Last verification', // IGNORE
'loading' => 'Updating…', // IGNORE
'none' => 'No update to apply', // IGNORE
'releaseChannel' => array(
'_' => 'Release channel', // IGNORE
'edge' => 'Rolling release (“edge”)', // IGNORE
'latest' => 'Stable release (“latest”)', // IGNORE
),
'title' => 'Update system', // IGNORE
'viaGit' => 'Update via git and GitHub.com started', // IGNORE
),
'user' => array(
'admin' => 'Administrator', // IGNORE
'article_count' => 'Articles', // IGNORE
'back_to_manage' => '← Return to user list', // IGNORE
'create' => 'Create new user', // IGNORE
'database_size' => 'Database size', // IGNORE
'email' => 'Email address', // IGNORE
'enabled' => 'Enabled', // IGNORE
'feed_count' => 'Feeds', // IGNORE
'is_admin' => 'Is admin', // IGNORE
'language' => 'Language', // IGNORE
'last_user_activity' => 'Last user activity', // IGNORE
'list' => 'User list', // IGNORE
'number' => 'There is %d account created', // IGNORE
'numbers' => 'There are %d accounts created', // IGNORE
'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', // IGNORE
'password_format' => 'At least 7 characters', // IGNORE
'title' => 'Manage users', // IGNORE
'username' => 'Username', // IGNORE
),
);
|