forms/l10n/af.js

13 lines
304 B
JavaScript
Raw Permalink Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
2020-06-18 04:36:30 +02:00
"Required" : "Vereis",
2019-12-22 05:14:19 +01:00
"Group" : "Groep",
"Description" : "Beskrywing",
2020-07-09 04:38:30 +02:00
"Summary" : "Opsomming",
2020-04-29 05:16:35 +02:00
"Settings" : "Instellings",
"Set expiration date" : "Stel vervaldatum",
2020-06-13 04:35:34 +02:00
"Expiration date" : "Vervaldatum"
2019-12-22 05:14:19 +01:00
},
"nplurals=2; plural=(n != 1);");