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

bg_BG.js « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ea5387eec2381e01ea7943fe60561567d12bbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Грешка при връщане: %s",
    "Versions" : "Версии",
    "Failed to revert {file} to revision {timestamp}." : "Грешка при връщане на {file} към версия {timestamp}.",
    "More versions..." : "Още версии...",
    "No other versions available" : "Няма други налични версии",
    "Restore" : "Възтановяви"
},
"nplurals=2; plural=(n != 1);");