Blame view
sources/settings/l10n/ta_LK.php
4.78 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Unable to load list from App Store" => "செயலி சேமிப்பிலிருந்து பட்டியலை ஏற்றமுடியாதுள்ளது", "Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு", "Group already exists" => "குழு ஏற்கனவே உள்ளது", "Unable to add group" => "குழுவை சேர்க்க முடியாது", |
|
03e52840d
|
7 8 9 10 11 12 13 14 15 |
"Email saved" => "மின்னஞ்சல் சேமிக்கப்பட்டது", "Invalid email" => "செல்லுபடியற்ற மின்னஞ்சல்", "Unable to delete group" => "குழுவை நீக்க முடியாது", "Unable to delete user" => "பயனாளரை நீக்க முடியாது", "Language changed" => "மொழி மாற்றப்பட்டது", "Invalid request" => "செல்லுபடியற்ற வேண்டுகோள்", "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 19 |
"Update" => "இற்றைப்படுத்தல்", "Saving..." => "சேமிக்கப்படுகிறது...", |
|
03e52840d
|
20 21 22 |
"undo" => "முன் செயல் நீக்கம் ", "Groups" => "குழுக்கள்", "Group Admin" => "குழு நிர்வாகி", |
|
31b7f2792
|
23 |
"Delete" => "நீக்குக", |
|
03e52840d
|
24 25 |
"__language_name__" => "_மொழி_பெயர்_", "Security Warning" => "பாதுகாப்பு எச்சரிக்கை", |
|
03e52840d
|
26 |
"More" => "மேலதிக", |
|
31b7f2792
|
27 |
"Less" => "குறைவான", |
|
03e52840d
|
28 29 30 31 32 33 |
"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>." => "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>.", "Add your App" => "உங்களுடைய செயலியை சேர்க்க", "More Apps" => "மேலதிக செயலிகள்", "Select an App" => "செயலி ஒன்றை தெரிவுசெய்க", "See application page at apps.owncloud.com" => "apps.owncloud.com இல் செயலி பக்கத்தை பார்க்க", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"அனுமதிப்பத்திரம்\"></span>-அனுமதி பெற்ற <span class=\"ஆசிரியர்\"></span>", |
|
03e52840d
|
34 35 36 37 38 39 40 41 42 43 44 45 |
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "நீங்கள் <strong>%s</strong> இலுள்ள <strong>%s</strong>பயன்படுத்தியுள்ளீர்கள்", "Password" => "கடவுச்சொல்", "Your password was changed" => "உங்களுடைய கடவுச்சொல் மாற்றப்பட்டுள்ளது", "Unable to change your password" => "உங்களுடைய கடவுச்சொல்லை மாற்றமுடியாது", "Current password" => "தற்போதைய கடவுச்சொல்", "New password" => "புதிய கடவுச்சொல்", "Change password" => "கடவுச்சொல்லை மாற்றுக", "Email" => "மின்னஞ்சல்", "Your email address" => "உங்களுடைய மின்னஞ்சல் முகவரி", "Fill in an email address to enable password recovery" => "கடவுச்சொல் மீள் பெறுவதை இயலுமைப்படுத்துவதற்கு மின்னஞ்சல் முகவரியை இயலுமைப்படுத்துக", "Language" => "மொழி", "Help translate" => "மொழிபெயர்க்க உதவி", |
|
31b7f2792
|
46 |
"Encryption" => "மறைக்குறியீடு", |
|
03e52840d
|
47 |
"Create" => "உருவாக்குக", |
|
31b7f2792
|
48 49 |
"Other" => "மற்றவை", "Username" => "பயனாளர் பெயர்" |
|
03e52840d
|
50 |
); |
|
31b7f2792
|
51 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |