ko.php
623 Bytes
<?php
$TRANSLATIONS = array(
"Your settings have been updated." => "설정이 업데이트 되었습니다.",
"Activity" => "활동",
"Files" => "파일",
"_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array(""),
"_%s and %n more_::_%s and %n more_" => array(""),
"You will see a list of events here when you start to use your %s." => "%s 사용을 시작하면 여기에서 이벤트 목록을 볼 수 있습니다.",
"Notifications" => "알림",
"Daily" => "매일",
"Weekly" => "매주"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";