nextcloud/apps/files/l10n/af_ZA.js

14 lines
385 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unshare" : "Deel terug neem",
2014-11-28 09:55:29 +03:00
"Error" : "Fout",
"_%n folder_::_%n folders_" : ["",""],
"_%n file_::_%n files_" : ["",""],
"_Uploading %n file_::_Uploading %n files_" : ["",""],
2015-01-12 09:55:52 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["",""],
2014-12-19 09:56:51 +03:00
"Settings" : "Instellings",
"Folder" : "Omslag"
},
"nplurals=2; plural=(n != 1);");