41 lines
1.6 KiB
PHP
41 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Roundcube Plus Framework plugin.
|
|
*
|
|
* Copyright 2016, Tecorama LLC.
|
|
*
|
|
* @license Commercial. See the LICENSE file for details.
|
|
*/
|
|
|
|
$labels = [];
|
|
$labels['plugin_xbackground'] = '배경';
|
|
$labels['plugin_xcalendar'] = '캘린더';
|
|
$labels['plugin_xdropbox'] = 'DropBox';
|
|
$labels['plugin_xgoogle_drive'] = 'Google 드라이브';
|
|
$labels['plugin_xlast_login'] = '마지막 로그인';
|
|
$labels['plugin_xquote'] = '일일 견적';
|
|
$labels['plugin_xnews_feed'] = '뉴스 피드';
|
|
$labels['plugin_xsignature'] = '서명';
|
|
$labels['plugin_xskin'] = '스킨';
|
|
$labels['plugin_xweather'] = '날씨';
|
|
$labels['plugin_xtag'] = '태그 관리자';
|
|
$labels['plugin_xemail_schedule'] = '이메일 일정';
|
|
$labels['plugin_x2fa'] = '2단계 인증';
|
|
$labels['plugin_xai'] = 'AI 어시스턴트';
|
|
$labels['plugin_xwebdav'] = 'WebDAV';
|
|
$labels['xdropbox_name'] = 'Dropbox';
|
|
$labels['xgoogle_drive_name'] = 'Google 드라이브';
|
|
$labels['xwebdav_name'] = 'WebDAV';
|
|
$labels['insert_link'] = '메시지 링크 삽입';
|
|
$labels['download_and_attach'] = '다운로드 및 첨부';
|
|
$labels['sidebar'] = '사이드바';
|
|
$labels['sidebar_items'] = '사이드바 항목';
|
|
$labels['sidebar_change_order'] = '사이드바 항목을 끌어다 놓아 순서를 변경할 수 있습니다.';
|
|
$labels['buy_now'] = '지금 구매하기';
|
|
$labels['preview'] = '미리 보기';
|
|
$labels['apps'] = '앱';
|
|
$labels['sidebar'] = '사이드바';
|
|
$labels['hide'] = '숨기기';
|
|
$labels['invalid_image_extension'] = '잘못된 이미지 파일 확장자입니다. 허용되는 확장자는 다음과 같습니다: ext.';
|
|
$labels['invalid_image_format'] = '이 파일은 유효한 이미지가 아닙니다.';
|