server/apps/files_trashbin/l10n/ko.php

16 lines
532 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-12-29 06:55:36 +00:00
"Couldn't delete %s permanently" => "%s을(를_ 영구적으로 삭제할 수 없습니다",
"Couldn't restore %s" => "%s을(를) 복원할 수 없습니다",
2014-03-12 05:57:17 +00:00
"Deleted files" => "삭제된 파일",
2013-04-09 00:14:02 +00:00
"Error" => "오류",
2014-04-16 05:57:34 +00:00
"Deleted Files" => "삭제된 파일",
2013-09-30 14:19:22 +00:00
"restored" => "복원됨",
2013-12-29 06:55:36 +00:00
"Nothing in here. Your trash bin is empty!" => "휴지통이 비어 있습니다!",
2013-10-11 02:30:58 +00:00
"Name" => "이름",
2013-02-21 23:08:47 +00:00
"Restore" => "복원",
2013-10-11 02:30:58 +00:00
"Deleted" => "삭제됨",
2014-04-16 05:57:34 +00:00
"Delete" => "삭제"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";