nextcloud/apps/gallery/l10n/ko.php

13 lines
372 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-05-13 21:59:44 +04:00
"Pictures" => "사진",
2012-06-06 02:29:28 +04:00
"Settings" => "세팅",
2012-05-09 14:41:01 +04:00
"Rescan" => "재검색",
2012-05-13 21:59:44 +04:00
"Stop" => "정지",
"Share" => "공유",
"Back" => "뒤로",
"Remove confirmation" => "삭제 승인",
"Do you want to remove album" => "앨범을 삭제하시겠습니까",
"Change album name" => "앨범 이름 변경",
"New album name" => "새로운 앨범 이름"
2012-05-09 14:41:01 +04:00
);