diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index a2fae6c5cdd..8f4fea7ddbe 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -92,6 +92,13 @@ OC.L10N.register( "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", "Templates" : "Templates", + "Storage %s cannot be moved" : "Storage %s cannot be moved", + "Moving a share (%s) into a shared folder is not allowed" : "Moving a share (%s) into a shared folder is not allowed", + "Moving a storage (%s) into a shared folder is not allowed" : "Moving a storage (%s) into a shared folder is not allowed", + "Moving a share (%s) into another share (%s) is not allowed" : "Moving a share (%s) into another share (%s) is not allowed", + "Moving a share (%s) into another storage (%s) is not allowed" : "Moving a share (%s) into another storage (%s) is not allowed", + "Moving a storage (%s) into a share (%s) is not allowed" : "Moving a storage (%s) into a share (%s) is not allowed", + "Moving a storage (%s) into another storage (%s) is not allowed" : "Moving a storage (%s) into another storage (%s) is not allowed", "Path contains invalid segments" : "Path contains invalid segments", "Filename is a reserved word" : "Filename is a reserved word", "Filename contains at least one invalid character" : "Filename contains at least one invalid character", |