Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en_GB.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c48e8b50d7cef08fda446723a92841e8bbb2789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Deleted files",
    "restored" : "restored",
    "This application enables users to restore files that were deleted from the system." : "This application enables users to restore files that were deleted from the system.",
    "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilise more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.",
    "Restore" : "Restore",
    "Delete permanently" : "Delete permanently",
    "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",
    "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",
    "Actions" : "Actions",
    "Deleted" : "Deleted",
    "Delete" : "Delete"
},
"nplurals=2; plural=(n != 1);");