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

ta_LK.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94cb2faa6d826d47c7a1e6586be8ed9697032c86 (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
<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "தயவுசெய்து ஒரு செல்லுபடியான Dropbox செயலி சாவி மற்றும் இரகசியத்தை வழங்குக. ",
"Location" => "இடம்",
"Port" => "துறை ",
"Region" => "பிரதேசம்",
"Host" => "ஓம்புனர்",
"Username" => "பயனாளர் பெயர்",
"Password" => "கடவுச்சொல்",
"Share" => "பகிர்வு",
"URL" => "URL",
"Access granted" => "அனுமதி வழங்கப்பட்டது",
"Error configuring Dropbox storage" => "Dropbox சேமிப்பை தகவமைப்பதில் வழு",
"Grant access" => "அனுமதியை வழங்கல்",
"Error configuring Google Drive storage" => "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு",
"Personal" => "தனிப்பட்ட",
"Name" => "பெயர்",
"External Storage" => "வெளி சேமிப்பு",
"Folder name" => "கோப்புறை பெயர்",
"Configuration" => "தகவமைப்பு",
"Delete" => "நீக்குக",
"Enable User External Storage" => "பயனாளர் வெளி சேமிப்பை இயலுமைப்படுத்துக"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";