Aleksander Machniak
2013-07-09 e89d8f1fec3743e9ee1018d3bab1a375ab79cebf
commit | author | age
c41a86 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/new_user_dialog/localization/<lang>.inc                       |
c41a86 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail New User Dialog plugin     |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
c41a86 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-new_user_dialog/
c41a86 17 */
TB 18
19 $labels = array();
c8f2c0 20 $labels['identitydialogtitle'] = '수신인의 신원을 완성하시기 바랍니다.';
TB 21 $labels['identitydialoghint'] = '이 상자는 최초로 로그인할 때만 나타납니다.';
c41a86 22
aed581 23 ?>