Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php $TRANSLATIONS = array(
  2. "No file was uploaded. Unknown error" => "ගොනුවක් උඩුගත නොවුනි. නොහැඳිනු දෝෂයක්",
  3. "There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි",
  4. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "උඩුගත කළ ගොනුවේ විශාලත්වය HTML පෝරමයේ නියම කළ ඇති MAX_FILE_SIZE විශාලත්වයට වඩා වැඩිය",
  5. "The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
  6. "No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
  7. "Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක",
  8. "Failed to write to disk" => "තැටිගත කිරීම අසාර්ථකයි",
  9. "Files" => "ගොනු",
  10. "Unshare" => "නොබෙදු",
  11. "Delete" => "මකන්න",
  12. "Rename" => "නැවත නම් කරන්න",
  13. "replace" => "ප්‍රතිස්ථාපනය කරන්න",
  14. "suggest name" => "නමක් යෝජනා කරන්න",
  15. "cancel" => "අත් හරින්න",
  16. "undo" => "නිෂ්ප්‍රභ කරන්න",
  17. "Upload Error" => "උඩුගත කිරීමේ දෝශයක්",
  18. "Close" => "වසන්න",
  19. "1 file uploading" => "1 ගොනුවක් උඩගත කෙරේ",
  20. "Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී",
  21. "File upload is in progress. Leaving the page now will cancel the upload." => "උඩුගතකිරීමක් සිදුවේ. පිටුව හැර යාමෙන් එය නැවතෙනු ඇත",
  22. "URL cannot be empty." => "යොමුව හිස් විය නොහැක",
  23. "error while scanning" => "පරීක්ෂා කිරීමේදී දෝෂයක්",
  24. "Name" => "නම",
  25. "Size" => "ප්‍රමාණය",
  26. "Modified" => "වෙනස් කළ",
  27. "1 folder" => "1 ෆොල්ඩරයක්",
  28. "1 file" => "1 ගොනුවක්",
  29. "Upload" => "උඩුගත කිරීම",
  30. "File handling" => "ගොනු පරිහරණය",
  31. "Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්‍රමාණය",
  32. "max. possible: " => "හැකි උපරිමය:",
  33. "Needed for multi-file and folder downloads." => "බහු-ගොනු හා ෆොල්ඩර බාගත කිරීමට අවශ්‍යයි",
  34. "Enable ZIP-download" => "ZIP-බාගත කිරීම් සක්‍රිය කරන්න",
  35. "0 is unlimited" => "0 යනු සීමාවක් නැති බවය",
  36. "Maximum input size for ZIP files" => "ZIP ගොනු සඳහා දැමිය හැකි උපරිම විශාලතවය",
  37. "Save" => "සුරකින්න",
  38. "New" => "නව",
  39. "Text file" => "පෙළ ගොනුව",
  40. "Folder" => "ෆෝල්ඩරය",
  41. "From link" => "යොමුවෙන්",
  42. "Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
  43. "Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
  44. "Download" => "බාගත කිරීම",
  45. "Upload too large" => "උඩුගත කිරීම විශාල වැඩිය",
  46. "The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය",
  47. "Files are being scanned, please wait." => "ගොනු පරික්ෂා කෙරේ. මඳක් රැඳී සිටින්න",
  48. "Current scanning" => "වර්තමාන පරික්ෂාව"
  49. );