1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/ko.php

14 lines
281 B
PHP
Raw Normal View History

2012-11-02 00:03:14 +01:00
<?php $TRANSLATIONS = array(
"Warning" => "경고",
"Close" => "닫기",
"Save" => "저장",
"Delete" => "삭제",
2012-11-08 00:03:47 +01:00
"Edit" => "편집",
2012-11-02 00:03:14 +01:00
"Cancel" => "취소",
"Address" => "주소",
2012-11-09 00:03:56 +01:00
"Add" => "추가",
2012-11-02 00:03:14 +01:00
"Settings" => "설정",
2012-11-04 00:03:02 +01:00
"Export" => "내보내기",
"Import" => "가져오기"
2012-11-02 00:03:14 +01:00
);