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