12 lines
609 B
PHP
12 lines
609 B
PHP
<?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);";
|