nextcloud/apps/files/l10n/my_MM.js

12 lines
348 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Files" : "ဖိုင်များ",
2015-01-13 09:56:58 +03:00
"Download" : "ဒေါင်းလုတ်",
"_%n folder_::_%n folders_" : [""],
"_%n file_::_%n files_" : [""],
"_Uploading %n file_::_Uploading %n files_" : [""],
2015-01-13 09:56:58 +03:00
"_matches '{filter}'_::_match '{filter}'_" : [""]
},
"nplurals=1; plural=0;");