19 lines
1.0 KiB
PHP
19 lines
1.0 KiB
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" => "ප්රමාණය",
|
|
"folder" => "ෆෝල්ඩරය",
|
|
"folders" => "ෆෝල්ඩර",
|
|
"file" => "ගොනුව",
|
|
"files" => "ගොනු",
|
|
"Maximum upload size" => "උඩුගත කිරීමක උපරිම ප්රමාණය",
|
|
"New" => "නව",
|
|
"Folder" => "ෆෝල්ඩරය",
|
|
"Upload" => "උඩුගත කිරීම",
|
|
"Nothing in here. Upload something!" => "මෙහි කිසිවක් නොමැත. යමක් උඩුගත කරන්න",
|
|
"Download" => "බාගත කිරීම"
|
|
);
|