forms/l10n/af.js

16 lines
366 B
JavaScript
Raw Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
"Group" : "Groep",
"Title" : "Titel",
"Owner" : "Eienaar",
"Created" : "Geskep",
2020-01-16 04:23:25 +01:00
"Copy link" : "Kopieer skakel",
2019-12-22 05:14:19 +01:00
"Public access" : "Openbare toegang",
"never" : "nooit",
"Description" : "Beskrywing",
"Done" : "Gereed",
2020-03-27 04:22:15 +01:00
"Expiration date" : "Vervaldatum"
2019-12-22 05:14:19 +01:00
},
"nplurals=2; plural=(n != 1);");