summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/id.js
blob: 95dc1d8246400ed8f265f914139017dd35268397 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_versions",
    {
    "Versions" : "Versi",
    "Failed to revert {file} to revision {timestamp}." : "Gagal mengembalikan {file} ke revisi {timestamp}.",
    "_%n byte_::_%n bytes_" : ["%n bytes"],
    "Restore" : "Pulihkan",
    "No other versions available" : "Tidak ada versi lain yang tersedia"
},
"nplurals=1; plural=0;");