aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/en_GB.js
blob: 837b745b5fb807aea46046b8dc41c52b8b8b5e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "files_versions",
    {
    "Could not revert: %s" : "Could not revert: %s",
    "Versions" : "Versions",
    "Failed to revert {file} to revision {timestamp}." : "Failed to revert {file} to revision {timestamp}.",
    "Restore" : "Restore",
    "No other versions available" : "No other versions available",
    "More versions..." : "More versions..."
},
"nplurals=2; plural=(n != 1);");