37 lines
2.7 KiB
PHP
37 lines
2.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "php.ini හි upload_max_filesize නියමයට වඩා උඩුගත කළ ගොනුව විශාලයි",
|
|
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
|
|
"No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
|
|
"Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක",
|
|
"Failed to write to disk" => "තැටිගත කිරීම අසාර්ථකයි",
|
|
"Files" => "ගොනු",
|
|
"Unshare" => "නොබෙදු",
|
|
"Delete" => "මකන්න",
|
|
"Rename" => "නැවත නම් කරන්න",
|
|
"replace" => "ප්රතිස්ථාපනය කරන්න",
|
|
"suggest name" => "නමක් යෝජනා කරන්න",
|
|
"cancel" => "අත් හරින්න",
|
|
"undo" => "නිෂ්ප්රභ කරන්න",
|
|
"Upload Error" => "උඩුගත කිරීමේ දෝශයක්",
|
|
"Upload cancelled." => "උඩුගත කිරීම අත් හරින්න ලදී",
|
|
"Name" => "නම",
|
|
"Size" => "ප්රමාණය",
|
|
"Modified" => "වෙනස් කළ",
|
|
"1 file" => "1 ගොනුවක්",
|
|
"File handling" => "ගොනු පරිහරණය",
|
|
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්රමාණය",
|
|
"max. possible: " => "හැකි උපරිමය:",
|
|
"0 is unlimited" => "0 යනු සීමාවක් නැති බවය",
|
|
"Save" => "සුරකින්න",
|
|
"New" => "නව",
|
|
"Text file" => "පෙළ ගොනුව",
|
|
"Folder" => "ෆෝල්ඩරය",
|
|
"Upload" => "උඩුගත කිරීම",
|
|
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
|
|
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
|
|
"Share" => "බෙදාහදාගන්න",
|
|
"Download" => "බාගත කිරීම",
|
|
"Upload too large" => "උඩුගත කිරීම විශාල වැඩිය",
|
|
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "ඔබ උඩුගත කිරීමට තැත් කරන ගොනු මෙම සේවාදායකයා උඩුගත කිරීමට ඉඩදී ඇති උපරිම ගොනු විශාලත්වයට වඩා වැඩිය"
|
|
);
|