Blame view

sources/apps/bookmarks/l10n/en_GB.php 1.46 KB
d1bafeea1   Kload   [fix] Upgrade to ...
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
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "No file provided for import",
  "Unsupported file type for import" => "Unsupported file type for import",
  "Bookmarks" => "Bookmarks",
  "Tags" => "Tags",
  "Filter by tag" => "Filter by tag",
  "Edit bookmark" => "Edit bookmark",
  "Are you sure you want to remove this tag from every entry?" => "Are you sure you want to remove this tag from every entry?",
  "Warning" => "Warning",
  "Import error" => "Import error",
  "Import completed successfully." => "Import completed successfully.",
  "Uploading..." => "Uploading...",
  "Bookm." => "Bookm.",
  "Add a bookmark" => "Add a bookmark",
  "Close" => "Close",
  "The title of the page" => "The title of the page",
  "The address of the page" => "The address of the page",
  "Description of the page" => "Description of the page",
  "Save" => "Save",
  "Delete" => "Delete",
  "Edit" => "Edit",
  "Cancel" => "Cancel",
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:",
  "Add to ownCloud" => "Add to ownCloud",
  "Address" => "Address",
  "Add" => "Add",
  "Related Tags" => "Related Tags",
  "Settings" => "Settings",
  "You have no bookmarks" => "You have no bookmarks",
  "You can also try to import a bookmark file" => "You can also try to import a bookmark file",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "Export & Import",
  "Export" => "Export",
  "Import" => "Import"
  );