Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ta_LK.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d7df14e9d32c10f2f2ef2f4435cb174ee31b0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?php
$TRANSLATIONS = array(
"Authentication error" => "அத்தாட்சிப்படுத்தலில் வழு",
"Group already exists" => "குழு ஏற்கனவே உள்ளது",
"Unable to add group" => "குழுவை சேர்க்க முடியாது",
"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 இலிருந்து பயனாளரை நீக்கமுடியாது",
"All" => "எல்லாம்",
"Disable" => "இயலுமைப்ப",
"Enable" => "இயலுமைப்படுத்துக",
"Delete" => "நீக்குக",
"Groups" => "குழுக்கள்",
"undo" => "முன் செயல் நீக்கம் ",
"never" => "ஒருபோதும்",
"__language_name__" => "_மொழி_பெயர்_",
"SSL root certificates" => "SSL வேர் சான்றிதழ்கள்",
"Encryption" => "மறைக்குறியீடு",
"None" => "ஒன்றுமில்லை",
"Login" => "புகுபதிகை",
"Security Warning" => "பாதுகாப்பு எச்சரிக்கை",
"Server address" => "சேவையக முகவரி",
"Port" => "துறை ",
"Credentials" => "சான்று ஆவணங்கள்",
"More" => "மேலதிக",
"Less" => "குறைவான",
"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>.",
"by" => "மூலம்",
"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" => "உங்களுடைய மின்னஞ்சல் முகவரி",
"Cancel" => "இரத்து செய்க",
"Language" => "மொழி",
"Help translate" => "மொழிபெயர்க்க உதவி",
"Import Root Certificate" => "வேர் சான்றிதழை இறக்குமதி செய்க",
"Login Name" => "புகுபதிகை",
"Create" => "உருவாக்குக",
"Default Quota" => "பொது இருப்பு பங்கு",
"Other" => "மற்றவை",
"Username" => "பயனாளர் பெயர்",
"Quota" => "பங்கு"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";