diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-18 11:50:02 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-09-18 11:50:02 -0400 |
commit | 6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff (patch) | |
tree | eaa3d40397219d2d4d0b114fc99af36d11137d88 /core/l10n/en_GB.php | |
parent | 817b8d151b2a3ad6f3e9758397a6f8d8033e39c3 (diff) | |
download | nextcloud-server-6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff.tar.gz nextcloud-server-6b1843d91b88ef0d928c683e1cc3f87a7f1b90ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/en_GB.php')
-rw-r--r-- | core/l10n/en_GB.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 7ccdcbe5327..2d588ab2431 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -16,6 +16,11 @@ $TRANSLATIONS = array( "Error adding %s to favorites." => "Error adding %s to favourites.", "No categories selected for deletion." => "No categories selected for deletion.", "Error removing %s from favorites." => "Error removing %s from favourites.", +"No image or file provided" => "No image or file provided", +"Unknown filetype" => "Unknown filetype", +"Invalid image" => "Invalid image", +"No temporary profile picture available, try again" => "No temporary profile picture available, try again", +"No crop data provided" => "No crop data provided", "Sunday" => "Sunday", "Monday" => "Monday", "Tuesday" => "Tuesday", @@ -48,9 +53,11 @@ $TRANSLATIONS = array( "last year" => "last year", "years ago" => "years ago", "Choose" => "Choose", +"Error loading file picker template: {error}" => "Error loading file picker template: {error}", "Yes" => "Yes", "No" => "No", "Ok" => "OK", +"Error loading message template: {error}" => "Error loading message template: {error}", "The object type is not specified." => "The object type is not specified.", "Error" => "Error", "The app name is not specified." => "The app name is not specified.", |