summaryrefslogtreecommitdiffstats
path: root/core/l10n/en_GB.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-23 02:05:45 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-23 02:05:45 -0400
commit479e4410c5625818bcdfd3da434f0b3cdb70c987 (patch)
tree5a605384aabb413c93d9ba4fdd3e9247a02d6ce7 /core/l10n/en_GB.php
parent37a5bff1552ce672abfb15ffc0ba0c2468fdd058 (diff)
downloadnextcloud-server-479e4410c5625818bcdfd3da434f0b3cdb70c987.tar.gz
nextcloud-server-479e4410c5625818bcdfd3da434f0b3cdb70c987.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r--core/l10n/en_GB.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php
index b4aa17e2f3f..03b48abe943 100644
--- a/core/l10n/en_GB.php
+++ b/core/l10n/en_GB.php
@@ -140,6 +140,9 @@ $TRANSLATIONS = array(
"Error favoriting" => "Error favouriting",
"Error unfavoriting" => "Error unfavouriting",
"Access forbidden" => "Access denied",
+"File not found" => "File not found",
+"The specified document has not been found on the server." => "The specified document has not been found on the server.",
+"You can click here to return to %s." => "You can click here to return to %s.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n",
"The share will expire on %s." => "The share will expire on %s.",
"Cheers!" => "Cheers!",
@@ -185,6 +188,8 @@ $TRANSLATIONS = array(
"The theme %s has been disabled." => "The theme %s has been disabled.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Please make sure that the database, the config folder and the data folder have been backed up before proceeding.",
"Start update" => "Start update",
-"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:"
+"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:",
+"This %s instance is currently being updated, which may take a while." => "This %s instance is currently being updated, which may take a while.",
+"This page will refresh itself when the %s instance is available again." => "This page will refresh itself when the %s instance is available again."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";