· KLDP.org · KLDP.net · KLDP Wiki · KLDP BBS ·
PHPBB3/viewforum.php

<?php
/**
*
* viewforum [English]
*
* @package language
* @version $Id: PHPBB3_2fviewforum_2ephp,v 1.1 2008/05/05 23:43:13 kss Exp kss $
* @copyright (c) 2005 phpBB Group
* @license <a href="http://opensource.org/licenses/gpl-license.php" title="http://opensource.org/licenses/gpl-license.php">http://opensource.org/licenses/gpl-license.php</a> GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

if (empty(
$lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang array_merge($lang, array(
    
'ACTIVE_TOPICS'            => '활성화 토픽',
    
'ANNOUNCEMENTS'            => '공지사항',

    
'FORUM_PERMISSIONS'        => '포럼승인',

    
'ICON_ANNOUNCEMENT'        => '공지사항',
    
'ICON_STICKY'            => 'Sticky',

    
'LOGIN_NOTIFY_FORUM'    => '요구하신 포럼으로 부터의 통지안내입니다. 읽으시려면 로그인하십시요',

    
'MARK_TOPICS_READ'        => '읽은것으로표시',

    
'NEW_POSTS_HOT'            => '새글 [인기 ]',
    
'NEW_POSTS_LOCKED'        => '새글 [ 잠김 ]',
    
'NO_NEW_POSTS_HOT'        => '새글없음 [ 인기글 ]',
    
'NO_NEW_POSTS_LOCKED'    => '새글없음 [ 잠김 ]',
    
'NO_READ_ACCESS'        => '이 포럼에 토픽을 읽을실 권한이 없습니다.',

    
'POST_FORUM_LOCKED'        => '포럼이 잠겼습니다.',

    
'TOPICS_MARKED'            => '포럼에 토픽을 읽은것으로 표시하였습니다.',

    
'VIEW_FORUM'            => '포럼보기',
    
'VIEW_FORUM_TOPIC'        => '1 글',
    
'VIEW_FORUM_TOPICS'        => '%d 글',
));
?>

ID
Password
Join
If you make a mistake you right it immediately to the best of your ability.


sponsored by andamiro
sponsored by cdnetworks
sponsored by HP

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-05-06 08:43:13
Processing time 0.0021 sec