10 lines
608 B
PHP
10 lines
608 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "මුරපදය",
|
|
"Submit" => "යොමු කරන්න",
|
|
"%s shared the folder %s with you" => "%s ඔබව %s ෆෝල්ඩරයට හවුල් කරගත්තේය",
|
|
"%s shared the file %s with you" => "%s ඔබ සමඟ %s ගොනුව බෙදාහදාගත්තේය",
|
|
"Download" => "භාගත කරන්න",
|
|
"No preview available for" => "පූර්වදර්ශනයක් නොමැත",
|
|
"web services under your control" => "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්"
|
|
);
|