summaryrefslogtreecommitdiffstats
path: root/l10n/en_GB.php
blob: 8d3e6a8ba5786b61417aa59b34c37b34561133d5 (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
<?php $TRANSLATIONS = array(
"News" => "News",
"Can not add feed: Exists already" => "Can not add feed: Exists already",
"Can not add feed: URL does not exist or has invalid xml" => "Can not add feed: URL does not exist or has invalid xml",
"Articles without feed" => "Articles without feed",
"Can not add folder: Exists already" => "Can not add folder: Exists already",
" " => " ",
"_" => "_",
"status" => "status",
"Undo deletion of %s" => "Undo deletion of %s",
"Add Website" => "Add Website",
"Error: address exists already!" => "Error: address exists already!",
"Error: folder exists already" => "Error: folder exists already",
"Address" => "Address",
"Add" => "Add",
"New folder" => "New folder",
"Folder" => "Folder",
"Choose folder" => "Choose folder",
"Folder name" => "Folder name",
"Back to folder selection" => "Back to folder selection",
"Create folder" => "Create folder",
"Starred" => "Starred",
"Unread articles" => "Unread articles",
"All articles" => "All articles",
"Mark read" => "Mark read",
"Welcome to the ownCloud News app!" => "Welcome to the ownCloud News app!",
"read on website" => "read on website",
"star" => "star",
"from" => "from",
"by" => "by",
"Download" => "Download",
"Keep unread" => "Keep unread",
"Cancel" => "Cancel",
"Save" => "Save",
"Delete website" => "Delete website",
"Rename feed" => "Rename feed",
"Collapse" => "Collapse",
"Delete folder" => "Delete folder",
"Rename folder" => "Rename folder",
"Settings" => "Settings",
"Use compact view" => "Use compact view",
"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",
"Show read articles" => "Show read articles",
"Hide read articles" => "Hide read articles"
);