Blame view
sources/lib/l10n/si_LK.php
1.68 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "උදව්", "Personal" => "පෞද්ගලික", "Settings" => "සිටුවම්", "Users" => "පරිශීලකයන්", |
|
03e52840d
|
7 |
"Admin" => "පරිපාලක", |
|
31b7f2792
|
8 |
"web services under your control" => "ඔබට පාලනය කළ හැකි වෙබ් සේවාවන්", |
|
03e52840d
|
9 10 11 12 13 |
"ZIP download is turned off." => "ZIP භාගත කිරීම් අක්රියයි", "Files need to be downloaded one by one." => "ගොනු එකින් එක භාගත යුතුයි", "Back to Files" => "ගොනු වෙතට නැවත යන්න", "Selected files too large to generate zip file." => "තෝරාගත් ගොනු ZIP ගොනුවක් තැනීමට විශාල වැඩිය.", "Application is not enabled" => "යෙදුම සක්රිය කර නොමැත", |
|
31b7f2792
|
14 |
"Authentication error" => "සත්යාපන දෝෂයක්", |
|
03e52840d
|
15 16 17 18 19 |
"Token expired. Please reload page." => "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න", "Files" => "ගොනු", "Text" => "පෙළ", "Images" => "අනු රූ", "seconds ago" => "තත්පරයන්ට පෙර", |
|
31b7f2792
|
20 21 |
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
|
|
03e52840d
|
22 23 |
"today" => "අද", "yesterday" => "ඊයේ", |
|
31b7f2792
|
24 |
"_%n day go_::_%n days ago_" => array("",""),
|
|
03e52840d
|
25 |
"last month" => "පෙර මාසයේ", |
|
31b7f2792
|
26 |
"_%n month ago_::_%n months ago_" => array("",""),
|
|
03e52840d
|
27 |
"last year" => "පෙර අවුරුද්දේ", |
|
31b7f2792
|
28 |
"years ago" => "අවුරුදු කීපයකට පෙර" |
|
03e52840d
|
29 |
); |
|
31b7f2792
|
30 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |