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

ko.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1c8eea1f17f68cd43ad03917f05ff47c24cab60 (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
<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "올바른 Dropbox 앱 키와 암호를 입력하십시오.",
"External storage" => "외부 저장소",
"Location" => "장소",
"Amazon S3" => "Amazon S3",
"Port" => "포트",
"Region" => "지역",
"Host" => "호스트",
"Username" => "사용자 이름",
"Password" => "암호",
"Share" => "공유",
"URL" => "URL",
"Access granted" => "접근 허가됨",
"Error configuring Dropbox storage" => "Dropbox 저장소 설정 오류",
"Grant access" => "접근 권한 부여",
"Error configuring Google Drive storage" => "Google 드라이브 저장소 설정 오류",
"Personal" => "개인",
"Saved" => "저장됨",
"Name" => "이름",
"External Storage" => "외부 저장소",
"Folder name" => "폴더 이름",
"Configuration" => "설정",
"Add storage" => "저장소 추가",
"Delete" => "삭제",
"Enable User External Storage" => "사용자 외부 저장소 사용"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";