owncloud/core

View on GitHub
apps/files_trashbin/l10n/en_GB.js

Summary

Maintainability
A
3 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Couldn't delete %s permanently",
    "Couldn't restore %s" : "Couldn't restore %s",
    "Deleted files" : "Deleted files",
    "Restore" : "Restore",
    "Delete" : "Delete",
    "Delete permanently" : "Delete permanently",
    "Error" : "Error",
    "This operation is forbidden" : "This operation is forbidden",
    "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
    "restored" : "restored",
    "No deleted files" : "No deleted files",
    "You will be able to recover deleted files from here" : "You will be able to recover deleted files from here",
    "No entries found in this folder" : "No entries found in this folder",
    "Select all" : "Select all",
    "Name" : "Name",
    "Deleted" : "Deleted"
},
"nplurals=2; plural=(n != 1);");