mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
14 lines
282 B
PHP
14 lines
282 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Warning" => "경고",
|
|
"Close" => "닫기",
|
|
"Save" => "저장",
|
|
"Edit" => "편집",
|
|
"Delete" => "삭제",
|
|
"Cancel" => "취소",
|
|
"Address" => "주소",
|
|
"List" => "목록",
|
|
"Settings" => "설정",
|
|
"Export" => "내보내기",
|
|
"Import" => "가져오기"
|
|
);
|