aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/he.js
blob: bf529f0485057ca0a6adb0a2bf3e1f5eaa4acaac (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "גרסאות",
    "Failed to revert {file} to revision {timestamp}." : "נכשל אחזור {file} לגרסה {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים","%n בייטים","%n בייטים"],
    "Restore" : "שחזור"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");