14 lines
385 B
JavaScript
14 lines
385 B
JavaScript
OC.L10N.register(
|
|
"files",
|
|
{
|
|
"Unshare" : "Deel terug neem",
|
|
"Error" : "Fout",
|
|
"_%n folder_::_%n folders_" : ["",""],
|
|
"_%n file_::_%n files_" : ["",""],
|
|
"_Uploading %n file_::_Uploading %n files_" : ["",""],
|
|
"_matches '{filter}'_::_match '{filter}'_" : ["",""],
|
|
"Settings" : "Instellings",
|
|
"Folder" : "Omslag"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|