Blame view
sources/settings/l10n/si_LK.php
3.83 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Encryption" => "ගුප්ත කේතනය", |
|
03e52840d
|
4 5 6 |
"Authentication error" => "සත්යාපන දෝෂයක්", "Group already exists" => "කණ්ඩායම දැනටමත් තිබේ", "Unable to add group" => "කාණඩයක් එක් කළ නොහැකි විය", |
|
03e52840d
|
7 8 9 10 11 |
"Email saved" => "වි-තැපෑල සුරකින ලදී", "Invalid email" => "අවලංගු වි-තැපෑල", "Unable to delete group" => "කණ්ඩායම මැකීමට නොහැක", "Unable to delete user" => "පරිශීලකයා මැකීමට නොහැක", "Language changed" => "භාෂාව ාවනස් කිරීම", |
|
31b7f2792
|
12 |
"Invalid request" => "අවලංගු අයැදුමක්", |
|
03e52840d
|
13 14 15 |
"Unable to add user to group %s" => "පරිශීලකයා %s කණ්ඩායමට එකතු කළ නොහැක", "Unable to remove user from group %s" => "පරිශීලකයා %s කණ්ඩායමින් ඉවත් කළ නොහැක", "Disable" => "අක්රිය කරන්න", |
|
31b7f2792
|
16 |
"Enable" => "සක්රිය කරන්න", |
|
03e52840d
|
17 |
"Error" => "දෝෂයක්", |
|
31b7f2792
|
18 |
"Update" => "යාවත්කාල කිරීම", |
|
03e52840d
|
19 |
"undo" => "නිෂ්ප්රභ කරන්න", |
|
31b7f2792
|
20 |
"Groups" => "කණ්ඩායම්", |
|
03e52840d
|
21 |
"Group Admin" => "කාණ්ඩ පරිපාලක", |
|
31b7f2792
|
22 |
"Delete" => "මකා දමන්න", |
|
6d9380f96
|
23 24 25 |
"never" => "කවදාවත්", "None" => "කිසිවක් නැත", "Login" => "ප්රවිශ්ටය", |
|
03e52840d
|
26 |
"Security Warning" => "ආරක්ෂක නිවේදනයක්", |
|
31b7f2792
|
27 |
"Sharing" => "හුවමාරු කිරීම", |
|
31b7f2792
|
28 |
"Allow resharing" => "යළි යළිත් හුවමාරුවට අවසර දෙමි", |
|
6d9380f96
|
29 30 |
"Server address" => "සේවාදායකයේ ලිපිනය", "Port" => "තොට", |
|
31b7f2792
|
31 |
"Log" => "ලඝුව", |
|
03e52840d
|
32 |
"More" => "වැඩි", |
|
31b7f2792
|
33 |
"Less" => "අඩු", |
|
03e52840d
|
34 35 36 37 |
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "නිපදන ලද්දේ <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud සමාජයෙන්</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">මුල් කේතය </a>ලයිසන්ස් කර ඇත්තේ <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> යටතේ.", "Add your App" => "යෙදුමක් එක් කිරීම", "More Apps" => "තවත් යෙදුම්", "Select an App" => "යෙදුමක් තොරන්න", |
|
31b7f2792
|
38 |
"Password" => "මුර පදය", |
|
03e52840d
|
39 40 41 42 43 44 45 |
"Your password was changed" => "ඔබගේ මුර පදය වෙනස් කෙරුණි", "Unable to change your password" => "මුර පදය වෙනස් කළ නොහැකි විය", "Current password" => "වත්මන් මුරපදය", "New password" => "නව මුරපදය", "Change password" => "මුරපදය වෙනස් කිරීම", "Email" => "විද්යුත් තැපෑල", "Your email address" => "ඔබගේ විද්යුත් තැපෑල", |
|
6d9380f96
|
46 |
"Cancel" => "එපා", |
|
03e52840d
|
47 48 |
"Language" => "භාෂාව", "Help translate" => "පරිවර්ථන සහය", |
|
6d9380f96
|
49 |
"Login Name" => "ප්රවිශ්ටය", |
|
03e52840d
|
50 |
"Create" => "තනන්න", |
|
6d9380f96
|
51 |
"Default Quota" => "සාමාන්ය සලාකය", |
|
31b7f2792
|
52 |
"Other" => "වෙනත්", |
|
6d9380f96
|
53 54 |
"Username" => "පරිශීලක නම", "Quota" => "සලාකය" |
|
03e52840d
|
55 |
); |
|
31b7f2792
|
56 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |