9 lines
374 B
JavaScript
9 lines
374 B
JavaScript
OC.L10N.register(
|
|
"groupfolder_filesystem_snapshots",
|
|
{
|
|
"Automated hourly backup" : "Stündliches automatisches Backup",
|
|
"Automated daily backup" : "Tägliches automatisches Backup",
|
|
"Automated weekly backup" : "Wöchentliches automatisches Backup",
|
|
"Automated monthly backup" : "Monatliches automatisches Backup"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|