15 lines
903 B
PHP
15 lines
903 B
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "නිවැරදි ව ගොනුව උඩුගත කෙරිනි",
|
|
"The uploaded file was only partially uploaded" => "උඩුගත කළ ගොනුවේ කොටසක් පමණක් උඩුගත විය",
|
|
"No file was uploaded" => "කිසිදු ගොනවක් උඩුගත නොවිනි",
|
|
"Files" => "ගොනු",
|
|
"Name" => "නම",
|
|
"Size" => "ප්රමාණය",
|
|
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්රමාණය",
|
|
"New" => "නව",
|
|
"Folder" => "ෆෝල්ඩරය",
|
|
"Upload" => "උඩුගත කිරීම",
|
|
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
|
|
"Download" => "බාගත කිරීම"
|
|
);
|