Blame view
sources/lib/l10n/si_LK.php
1.16 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 |
"Application is not enabled" => "යෙදුම සක්රිය කර නොමැත", |
|
31b7f2792
|
10 |
"Authentication error" => "සත්යාපන දෝෂයක්", |
|
03e52840d
|
11 |
"Token expired. Please reload page." => "ටෝකනය කල් ඉකුත් වී ඇත. පිටුව නැවුම් කරන්න", |
|
03e52840d
|
12 |
"seconds ago" => "තත්පරයන්ට පෙර", |
|
31b7f2792
|
13 14 |
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
|
|
03e52840d
|
15 16 |
"today" => "අද", "yesterday" => "ඊයේ", |
|
31b7f2792
|
17 |
"_%n day go_::_%n days ago_" => array("",""),
|
|
03e52840d
|
18 |
"last month" => "පෙර මාසයේ", |
|
31b7f2792
|
19 |
"_%n month ago_::_%n months ago_" => array("",""),
|
|
03e52840d
|
20 |
"last year" => "පෙර අවුරුද්දේ", |
|
31b7f2792
|
21 |
"years ago" => "අවුරුදු කීපයකට පෙර" |
|
03e52840d
|
22 |
); |
|
31b7f2792
|
23 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |