server/apps/files_sharing/l10n/si_LK.php

11 lines
605 B
PHP
Raw Normal View History

2012-10-20 00:03:53 +00:00
<?php $TRANSLATIONS = array(
2013-04-27 00:24:29 +00:00
"Password" => "මුර පදය",
2012-10-20 00:03:53 +00:00
"Submit" => "යොමු කරන්න",
2012-10-23 00:06:03 +00:00
"%s shared the folder %s with you" => "%s ඔබව %s ෆෝල්ඩරයට හවුල් කරගත්තේය",
"%s shared the file %s with you" => "%s ඔබ සමඟ %s ගොනුව බෙදාහදාගත්තේය",
2013-04-27 00:24:29 +00:00
"Download" => "බාන්න",
2013-06-30 00:13:07 +00:00
"Upload" => "උඩුගත කරන්න",
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
2013-06-14 00:52:34 +00:00
"No preview available for" => "පූර්වදර්ශනයක් නොමැත"
2012-10-20 00:03:53 +00:00
);