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

km.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a96906fdb704b66f6a7e6afb4527ef0b5d66415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
$TRANSLATIONS = array(
"External storage" => "ឃ្លាំងផ្ទុក​ខាងក្រៅ",
"Location" => "ទីតាំង",
"Port" => "ច្រក",
"Host" => "ម៉ាស៊ីន​ផ្ទុក",
"Username" => "ឈ្មោះ​អ្នកប្រើ",
"Password" => "ពាក្យសម្ងាត់",
"Share" => "ចែក​រំលែក",
"URL" => "URL",
"Access granted" => "បាន​ទទួល​សិទ្ធិ​ចូល",
"Error configuring Dropbox storage" => "កំហុស​ការ​កំណត់​សណ្ឋាន​នៃ​ឃ្លាំងផ្ទុក Dropbox",
"Grant access" => "ទទួល​សិទ្ធិ​ចូល",
"Personal" => "ផ្ទាល់​ខ្លួន",
"Saved" => "បាន​រក្សាទុក",
"Name" => "ឈ្មោះ",
"External Storage" => "ឃ្លាំងផ្ទុក​ខាងក្រៅ",
"Folder name" => "ឈ្មោះ​ថត",
"Configuration" => "ការ​កំណត់​សណ្ឋាន",
"Add storage" => "បន្ថែម​ឃ្លាំងផ្ទុក",
"Delete" => "លុប"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";