blob: e8401385647c25ef9dd4bad4e12c850075df5d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$TRANSLATIONS = array(
"Password" => "මුර පදය",
"%s shared the folder %s with you" => "%s ඔබව %s ෆෝල්ඩරයට හවුල් කරගත්තේය",
"%s shared the file %s with you" => "%s ඔබ සමඟ %s ගොනුව බෙදාහදාගත්තේය",
"Download" => "බාන්න",
"Upload" => "උඩුගත කරන්න",
"Cancel upload" => "උඩුගත කිරීම අත් හරින්න",
"No preview available for" => "පූර්වදර්ශනයක් නොමැත"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|