Blame view
sources/apps/files_trashbin/l10n/ko.php
490 Bytes
|
31b7f2792
|
1 2 3 4 5 6 7 |
<?php $TRANSLATIONS = array( "Couldn't delete %s permanently" => "%s를 영구적으로 삭제할수 없습니다", "Couldn't restore %s" => "%s를 복원할수 없습니다", "Error" => "오류", "restored" => "복원됨", "Nothing in here. Your trash bin is empty!" => "현재 휴지통은 비어있습니다!", |
|
03e52840d
|
8 |
"Name" => "이름", |
|
03e52840d
|
9 |
"Restore" => "복원", |
|
31b7f2792
|
10 11 12 |
"Deleted" => "삭제됨", "Delete" => "삭제", "Deleted Files" => "삭제된 파일들" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |