Blame view

sources/apps/updater/l10n/en_GB.php 1.95 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
5
6
7
8
9
10
11
12
13
14
15
  "Checking your installation..." => "Checking your installation...",
  "Upgrade is not possible. Make sure that your webserver has write access to the following files and directories:" => "Upgrade is not possible. Make sure that your web-server has write access to the following files and directories:",
  "Version not found" => "Version not found",
  "Upgrade is not possible. Your webserver has not enough permissions to remove the following directory:" => "Upgrade is not possible. Your web-server does not have the necessary permissions to remove the following directory:",
  "Update permissions on this directory and its content or remove it manually first." => "Update permissions on this directory and its content or remove it manually first.",
  "Downloading package..." => "Downloading package...",
  "Unable to fetch package" => "Unable to fetch package",
  "Creating backup..." => "Creating backup...",
  "Here is your backup: " => "Here is your backup: ",
  "Failed to create backup" => "Failed to create backup",
  "Moving files..." => "Moving files...",
  "All done. Click to the link below to start database upgrade." => "All done. Click to the link below to start database upgrade.",
  "Update failed" => "Update failed",
6d9380f96   Cédric Dupont   Update sources OC...
16
17
18
  "The update was unsuccessful. Please check logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>." => "The update was unsuccessful. Please check the logs at admin page and report this issue to the <a href=\"https://github.com/owncloud/apps/issues\" target=\"_blank\">ownCloud community</a>.",
  "Proceed" => "Proceed",
  "Updater" => "Updater",
d1bafeea1   Kload   [fix] Upgrade to ...
19
20
21
22
23
24
25
26
27
28
  "Update Center" => "Update Center",
  "Backup Management" => "Backup Management",
  "Update" => "Update",
  "Backup directory" => "Backup directory",
  "Backup" => "Backup",
  "Done on" => "Done on",
  "Download" => "Download",
  "Delete" => "Delete",
  "No backups found" => "No backups found"
  );
6d9380f96   Cédric Dupont   Update sources OC...
29
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";