summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/bg_BG.js
blob: 09b4ed63e0da552d7e702d3097ecf8c5fc62b7f8 (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}.",
    "Restore" : "Възтановяване",
    "No other versions available" : "Няма други налични версии",
    "More versions..." : "Още версии..."
},
"nplurals=2; plural=(n != 1);");