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

ko.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 344f582cff8703c08d870dbc9a653262eb1c74cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "내 파일, 달력, 연락처, 이메일을 내가 원하는 모든 장소에서 접근하고 공유하기",
"Get the apps to sync your files" => "파일 동기화 앱 가져오기",
"Desktop client" => "데스크톱 클라이언트",
"Android app" => "Android 앱",
"iOS app" => "iOS 앱",
"Connect your desktop apps to %s" => "내 데스크톱 앱을 %s에 연결하기",
"Connect your Calendar" => "내 달력 연결하기",
"Connect your Contacts" => "내 연락처 연결하기",
"Documentation" => "문서",
"Access files via WebDAV" => "WebDAV로 파일에 접근하기"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";