10 lines
432 B
PHP
10 lines
432 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "비밀번호",
|
|
"Submit" => "제출",
|
|
"%s shared the folder %s with you" => "%s 공유된 폴더 %s 당신과 함께",
|
|
"%s shared the file %s with you" => "%s 공유된 파일 %s 당신과 함께",
|
|
"Download" => "다운로드",
|
|
"No preview available for" => "사용가능한 프리뷰가 없습니다.",
|
|
"web services under your control" => "당신의 통제하에 있는 웹서비스"
|
|
);
|