diff options
Diffstat (limited to 'apps/gallery/l10n/ko.php')
-rw-r--r-- | apps/gallery/l10n/ko.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/ko.php b/apps/gallery/l10n/ko.php index a4f159f244f..b6d37796a08 100644 --- a/apps/gallery/l10n/ko.php +++ b/apps/gallery/l10n/ko.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "사진", "Rescan" => "재검색", -"Back" => "뒤로" +"Stop" => "정지", +"Share" => "공유", +"Settings" => "세팅", +"Back" => "뒤로", +"Remove confirmation" => "삭제 승인", +"Do you want to remove album" => "앨범을 삭제하시겠습니까", +"Change album name" => "앨범 이름 변경", +"New album name" => "새로운 앨범 이름" ); |