nextcloud/apps/files_sharing/l10n/si_LK.php

12 lines
609 B
PHP
Raw Normal View History

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