Blame view

sources/apps/activity/l10n/ko.php 623 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "설정이 업데이트 되었습니다.",
d1bafeea1   Kload   [fix] Upgrade to ...
4
  "Activity" => "활동",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
7
8
9
10
11
  "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" => "매주"
d1bafeea1   Kload   [fix] Upgrade to ...
12
  );
6d9380f96   Cédric Dupont   Update sources OC...
13
  $PLURAL_FORMS = "nplurals=1; plural=0;";