summaryrefslogtreecommitdiffstats
path: root/l10n/en_GB.php
blob: 4f9ae9984fc5f22bfea855405fa212b0174c280a (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
<?php $TRANSLATIONS = array(
"Can not add feed: Exists already" => "Can not add feed: Exists already",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid XML",
"Articles without feed" => "Articles without feed",
"Can not add folder: Exists already" => "Can not add folder: Exists already",
"by" => "by",
"from" => "from",
"Download" => "Download",
"Web address" => "Web address",
"Folder" => "Folder",
"New folder" => "New folder",
"Folder name" => "Folder name",
"Create" => "Create",
"Rename" => "Rename",
"Rename feed" => "Rename feed",
"Collapse" => "Collapse",
"Rename folder" => "Rename folder",
"Delete folder" => "Delete folder",
"Starred" => "Starred",
"Unread articles" => "Unread articles",
"All articles" => "All articles",
"Settings" => "Settings",
"Subscriptions (OPML)" => "Subscriptions (OPML)",
"Import" => "Import",
"Export" => "Export",
"Error when importing: file does not contain valid OPML" => "Error when importing: file does not contain valid OPML",
"Unread/Starred Articles" => "Unread/Starred Articles",
"Error when importing: file does not contain valid JSON" => "Error when importing: file does not contain valid JSON"
);