added 'log_threshold' option.
added the korean language pack for ci
This commit is contained in:
parent
8a6ed40c03
commit
7af7fff45c
@ -15,6 +15,7 @@ INSTALLATION
|
||||
$ sudo apt-get install subversion
|
||||
$ sudo apt-get install apache2-mpm-prefork
|
||||
$ sudo apt-get install libapache2-svn
|
||||
$ sudo apt-get install libapache2-mod-auth-mysql # optional
|
||||
$ sudo apt-get install php5 php5-ldap php5-mysql
|
||||
$ sudo apt-get install php5-svn # if available
|
||||
|
||||
@ -27,7 +28,8 @@ INSTALLATION
|
||||
|
||||
* Enable the apache server modules
|
||||
$ sudo a2enmod php5
|
||||
$ sudo a2enmod authnz_ldap
|
||||
$ sudo a2enmod authnz_ldap # enable ldap-based authentication
|
||||
$ sudo a2enmod auth_mysql # enable mysql-based authentication
|
||||
$ sudo a2enmod dav_svn
|
||||
$ sudo a2enmod userdir # to enable $HOME/public_html
|
||||
$ sudo /etc/init.d/apache2 restart
|
||||
@ -48,7 +50,7 @@ INSTALLATION
|
||||
* Initialize database using CFGDIR/codepot.sql
|
||||
|
||||
* Configure apache web server ahthentication for subversion webdav access
|
||||
using CFGDIR/codepot.a2ldap
|
||||
using CFGDIR/codepot.a2ldap or CFGDIR/codepot.a2mysql
|
||||
|
||||
* To enable SSL
|
||||
$ sudo a2enmod ssl
|
||||
|
3
codepot/configure
vendored
3
codepot/configure
vendored
@ -2969,7 +2969,7 @@ cachedir=$cachedir
|
||||
|
||||
|
||||
|
||||
ac_config_files="$ac_config_files Makefile etc/Makefile etc/codepot.ini etc/codepot.a2ldap DEBIAN/Makefile DEBIAN/control DEBIAN/postinst DEBIAN/postrm src/config.php src/codepot/config/Makefile src/codepot/controllers/Makefile src/codepot/errors/Makefile src/codepot/helpers/Makefile src/codepot/hooks/Makefile src/codepot/language/english/Makefile src/codepot/language/indonesian/Makefile src/codepot/language/korean/Makefile src/codepot/language/Makefile src/codepot/libraries/Makefile src/codepot/models/Makefile src/codepot/views/Makefile src/codepot/Makefile src/css/images/Makefile src/css/Makefile src/js/prettify/Makefile src/js/Makefile src/system/cache/Makefile src/system/codeigniter/Makefile src/system/database/drivers/mssql/Makefile src/system/database/drivers/mysql/Makefile src/system/database/drivers/mysqli/Makefile src/system/database/drivers/oci8/Makefile src/system/database/drivers/odbc/Makefile src/system/database/drivers/postgre/Makefile src/system/database/drivers/sqlite/Makefile src/system/database/drivers/Makefile src/system/database/Makefile src/system/fonts/Makefile src/system/helpers/Makefile src/system/language/english/Makefile src/system/language/Makefile src/system/libraries/Makefile src/system/logs/Makefile src/system/plugins/Makefile src/system/scaffolding/images/Makefile src/system/scaffolding/views/Makefile src/system/scaffolding/Makefile src/system/Makefile src/websvn/cache/Makefile src/websvn/doc/Makefile src/websvn/include/Makefile src/websvn/languages/Makefile src/websvn/lib/geshi/Makefile src/websvn/lib/Makefile src/websvn/temp/Makefile src/websvn/templates/calm/images/Makefile src/websvn/templates/calm/star-light/smilies/Makefile src/websvn/templates/calm/star-light/src/Makefile src/websvn/templates/calm/star-light/Makefile src/websvn/templates/calm/Makefile src/websvn/templates/Makefile src/websvn/Makefile src/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile etc/Makefile etc/codepot.ini etc/codepot.a2ldap DEBIAN/Makefile DEBIAN/control DEBIAN/postinst DEBIAN/postrm src/config.php src/codepot/config/Makefile src/codepot/controllers/Makefile src/codepot/errors/Makefile src/codepot/helpers/Makefile src/codepot/hooks/Makefile src/codepot/language/english/Makefile src/codepot/language/indonesian/Makefile src/codepot/language/korean/Makefile src/codepot/language/Makefile src/codepot/libraries/Makefile src/codepot/models/Makefile src/codepot/views/Makefile src/codepot/Makefile src/css/images/Makefile src/css/Makefile src/js/prettify/Makefile src/js/Makefile src/system/cache/Makefile src/system/codeigniter/Makefile src/system/database/drivers/mssql/Makefile src/system/database/drivers/mysql/Makefile src/system/database/drivers/mysqli/Makefile src/system/database/drivers/oci8/Makefile src/system/database/drivers/odbc/Makefile src/system/database/drivers/postgre/Makefile src/system/database/drivers/sqlite/Makefile src/system/database/drivers/Makefile src/system/database/Makefile src/system/fonts/Makefile src/system/helpers/Makefile src/system/language/english/Makefile src/system/language/korean/Makefile src/system/language/Makefile src/system/libraries/Makefile src/system/logs/Makefile src/system/plugins/Makefile src/system/scaffolding/images/Makefile src/system/scaffolding/views/Makefile src/system/scaffolding/Makefile src/system/Makefile src/websvn/cache/Makefile src/websvn/doc/Makefile src/websvn/include/Makefile src/websvn/languages/Makefile src/websvn/lib/geshi/Makefile src/websvn/lib/Makefile src/websvn/temp/Makefile src/websvn/templates/calm/images/Makefile src/websvn/templates/calm/star-light/smilies/Makefile src/websvn/templates/calm/star-light/src/Makefile src/websvn/templates/calm/star-light/Makefile src/websvn/templates/calm/Makefile src/websvn/templates/Makefile src/websvn/Makefile src/Makefile"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
@ -3695,6 +3695,7 @@ do
|
||||
"src/system/fonts/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/fonts/Makefile" ;;
|
||||
"src/system/helpers/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/helpers/Makefile" ;;
|
||||
"src/system/language/english/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/language/english/Makefile" ;;
|
||||
"src/system/language/korean/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/language/korean/Makefile" ;;
|
||||
"src/system/language/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/language/Makefile" ;;
|
||||
"src/system/libraries/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/libraries/Makefile" ;;
|
||||
"src/system/logs/Makefile") CONFIG_FILES="$CONFIG_FILES src/system/logs/Makefile" ;;
|
||||
|
@ -118,6 +118,7 @@ AC_CONFIG_FILES([
|
||||
src/system/fonts/Makefile
|
||||
src/system/helpers/Makefile
|
||||
src/system/language/english/Makefile
|
||||
src/system/language/korean/Makefile
|
||||
src/system/language/Makefile
|
||||
src/system/libraries/Makefile
|
||||
src/system/logs/Makefile
|
||||
|
@ -26,18 +26,20 @@
|
||||
AuthBasicProvider ldap
|
||||
|
||||
# prevent other authenticatication moudles from authenticating users
|
||||
# if this one fails.
|
||||
# if this one fails. Set it to 'off' for 'require valid-user' as it
|
||||
# is handled by mod_authz_user.
|
||||
AuthzLDAPAuthoritative on
|
||||
|
||||
AuthLDAPGroupAttribute memberUid
|
||||
AuthLDAPGroupAttributeIsDN off
|
||||
AuthLDAPRemoteUserIsDN off
|
||||
|
||||
# ldap binding information
|
||||
AuthLDAPURL ldap://127.0.0.1:389/ou=users,dc=sample,dc=net?uid
|
||||
AuthLDAPBindDN cn=admin,dc=sample,dc=net
|
||||
AuthLDAPBindPassword xxxxxxx
|
||||
|
||||
Require ldap-group cn=developers,ou=groups,dc=sample,dc=net
|
||||
Require ldap-group cn=users,ou=groups,dc=sample,dc=net
|
||||
|
||||
#
|
||||
# Apache version 2.0.41
|
||||
|
@ -104,3 +104,14 @@ svnrepo_dir = "@DEPOTDIR@/svnrepo"
|
||||
; directory to store uploaded files
|
||||
;------------------------------------------------------------------------------
|
||||
file_dir = "@DEPOTDIR@/files"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; log threshold
|
||||
;------------------------------------------------------------------------------
|
||||
; 0 = Disables logging, Error logging TURNED OFF
|
||||
; 1 = Error Messages (including PHP errors)
|
||||
; 2 = Debug Messages
|
||||
; 3 = Informational Messages
|
||||
; 4 = All Messages
|
||||
;------------------------------------------------------------------------------
|
||||
log_threshold = 0
|
||||
|
@ -176,7 +176,7 @@ $config['directory_trigger'] = 'd'; // experimental not currently in use
|
||||
| your log files will fill up very fast.
|
||||
|
|
||||
*/
|
||||
$config['log_threshold'] = 0;
|
||||
$config['log_threshold'] = CODEPOT_LOG_THRESHOLD;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -234,12 +234,12 @@ $config['encryption_key'] = "";
|
||||
| 'time_to_update' = how many seconds between CI refreshing Session Information
|
||||
|
|
||||
*/
|
||||
$config['sess_cookie_name'] = 'ci_session';
|
||||
$config['sess_expiration'] = 7200;
|
||||
$config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = FALSE;
|
||||
$config['sess_table_name'] = 'ci_sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_cookie_name'] = 'codepot_session';
|
||||
$config['sess_expiration'] = 72000;
|
||||
$config['sess_encrypt_cookie'] = FALSE;
|
||||
$config['sess_use_database'] = FALSE;
|
||||
$config['sess_table_name'] = 'codepot_sessions';
|
||||
$config['sess_match_ip'] = FALSE;
|
||||
$config['sess_match_useragent'] = TRUE;
|
||||
$config['sess_time_to_update'] = 300;
|
||||
|
||||
|
@ -27,7 +27,7 @@ $config['lang_selected'] = 'en';
|
||||
// 'lang_expiration' = the number of SECONDS you want the language to be
|
||||
// remembered. by default 2 years.
|
||||
// Set zero for expiration when the browser is closed.
|
||||
$config['lang_cookie_name'] = 'lang_select_language';
|
||||
$config['lang_cookie_name'] = 'codepot_select_language';
|
||||
$config['lang_expiration'] = 63072000;
|
||||
|
||||
?>
|
||||
|
@ -187,10 +187,8 @@ class Lang_detect
|
||||
//log_message('debug', __CLASS__.".detectLanguage(): Use default language: $lang ($language)");
|
||||
}
|
||||
|
||||
/*
|
||||
// set the configuration for the CI_Language class
|
||||
$this->obj->config->set_item('language', $language);
|
||||
*/
|
||||
|
||||
// store the language code too
|
||||
$this->obj->config->set_item('lang_selected', $lang);
|
||||
|
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
define ('CODEPOT_VERSION', '@VERSION@');
|
||||
define ('CODEPOT_DEPOT_DIR', '@DEPOTDIR@');
|
||||
define ('CODEPOT_CFG_DIR', '@CFGDIR@');
|
||||
define ('CODEPOT_WWW_DIR', '@WWWDIR@');
|
||||
define ('CODEPOT_LOG_DIR', '@LOGDIR@');
|
||||
define ('CODEPOT_CACHE_DIR', '@CACHEDIR@');
|
||||
define ('CODEPOT_VERSION', '@VERSION@');
|
||||
define ('CODEPOT_DEPOT_DIR', '@DEPOTDIR@');
|
||||
define ('CODEPOT_CFG_DIR', '@CFGDIR@');
|
||||
define ('CODEPOT_WWW_DIR', '@WWWDIR@');
|
||||
define ('CODEPOT_LOG_DIR', '@LOGDIR@/'); // this requires a trailing slash
|
||||
define ('CODEPOT_CACHE_DIR', '@CACHEDIR@');
|
||||
|
||||
function load_ini ($file)
|
||||
{
|
||||
@ -44,7 +44,9 @@ function load_ini ($file)
|
||||
array ('ldap_password_format', 'string', '${password}'),
|
||||
|
||||
array ('svnrepo_dir', 'string', CODEPOT_DEPOT_DIR.'/svnrepo'),
|
||||
array ('file_dir', 'string', CODEPOT_DEPOT_DIR.'/files')
|
||||
array ('file_dir', 'string', CODEPOT_DEPOT_DIR.'/files'),
|
||||
|
||||
array ('log_threshold', 'integer', 0)
|
||||
);
|
||||
|
||||
foreach ($xcfgs as $x)
|
||||
|
@ -1,4 +1,4 @@
|
||||
SUBDIRS = english
|
||||
SUBDIRS = english korean
|
||||
|
||||
wwwdir=$(WWWDIR)/system/language
|
||||
www_DATA = \
|
||||
|
@ -202,7 +202,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
wwwdir = $(WWWDIR)/system/language
|
||||
SUBDIRS = english
|
||||
SUBDIRS = english korean
|
||||
www_DATA = \
|
||||
index.html
|
||||
|
||||
|
19
codepot/src/system/language/korean/Makefile.am
Normal file
19
codepot/src/system/language/korean/Makefile.am
Normal file
@ -0,0 +1,19 @@
|
||||
wwwdir=$(WWWDIR)/system/language/korean
|
||||
www_DATA = \
|
||||
calendar_lang.php \
|
||||
date_lang.php \
|
||||
db_lang.php \
|
||||
email_lang.php \
|
||||
form_validation_lang.php \
|
||||
ftp_lang.php \
|
||||
imglib_lang.php \
|
||||
index.html \
|
||||
number_lang.php \
|
||||
profiler_lang.php \
|
||||
scaffolding_lang.php \
|
||||
unit_test_lang.php \
|
||||
upload_lang.php \
|
||||
validation_lang.php
|
||||
|
||||
EXTRA_DIST = $(www_DATA)
|
||||
|
386
codepot/src/system/language/korean/Makefile.in
Normal file
386
codepot/src/system/language/korean/Makefile.in
Normal file
@ -0,0 +1,386 @@
|
||||
# Makefile.in generated by automake 1.11 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
||||
# Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
subdir = src/system/language/korean
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/ac/m4/as-ac-expand.m4 \
|
||||
$(top_srcdir)/configure.ac
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(install_sh) -d
|
||||
CONFIG_HEADER = $(top_builddir)/./config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
CONFIG_CLEAN_VPATH_FILES =
|
||||
SOURCES =
|
||||
DIST_SOURCES =
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
*) f=$$p;; \
|
||||
esac;
|
||||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||||
am__install_max = 40
|
||||
am__nobase_strip_setup = \
|
||||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||||
am__nobase_strip = \
|
||||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||||
am__nobase_list = $(am__nobase_strip_setup); \
|
||||
for p in $$list; do echo "$$p $$p"; done | \
|
||||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||||
if (++n[$$2] == $(am__install_max)) \
|
||||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||||
END { for (dir in files) print dir, files[dir] }'
|
||||
am__base_list = \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(wwwdir)"
|
||||
DATA = $(www_DATA)
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
BINDIR = @BINDIR@
|
||||
CACHEDIR = @CACHEDIR@
|
||||
CFGDIR = @CFGDIR@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIR = @DATADIR@
|
||||
DEFS = @DEFS@
|
||||
DEPOTDIR = @DEPOTDIR@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
GREP = @GREP@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LD = @LD@
|
||||
LIBDIR = @LIBDIR@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LOCALSTATEDIR = @LOCALSTATEDIR@
|
||||
LOGDIR = @LOGDIR@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_URL = @PACKAGE_URL@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PREFIX = @PREFIX@
|
||||
RM = @RM@
|
||||
SBINDIR = @SBINDIR@
|
||||
SED = @SED@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
STRIP = @STRIP@
|
||||
SYSCONFDIR = @SYSCONFDIR@
|
||||
VERSION = @VERSION@
|
||||
WWWDIR = @WWWDIR@
|
||||
abs_builddir = @abs_builddir@
|
||||
abs_srcdir = @abs_srcdir@
|
||||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__tar = @am__tar@
|
||||
am__untar = @am__untar@
|
||||
bindir = @bindir@
|
||||
build_alias = @build_alias@
|
||||
builddir = @builddir@
|
||||
cachedir = @cachedir@
|
||||
cfgdir = @cfgdir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
depotdir = @depotdir@
|
||||
docdir = @docdir@
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host_alias = @host_alias@
|
||||
htmldir = @htmldir@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localedir = @localedir@
|
||||
localstatedir = @localstatedir@
|
||||
logdir = @logdir@
|
||||
mandir = @mandir@
|
||||
mkdir_p = @mkdir_p@
|
||||
oldincludedir = @oldincludedir@
|
||||
pdfdir = @pdfdir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
wwwdir = $(WWWDIR)/system/language/korean
|
||||
www_DATA = \
|
||||
calendar_lang.php \
|
||||
date_lang.php \
|
||||
db_lang.php \
|
||||
email_lang.php \
|
||||
form_validation_lang.php \
|
||||
ftp_lang.php \
|
||||
imglib_lang.php \
|
||||
index.html \
|
||||
number_lang.php \
|
||||
profiler_lang.php \
|
||||
scaffolding_lang.php \
|
||||
unit_test_lang.php \
|
||||
upload_lang.php \
|
||||
validation_lang.php
|
||||
|
||||
EXTRA_DIST = $(www_DATA)
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
||||
&& { if test -f $@; then exit 0; else break; fi; }; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/system/language/korean/Makefile'; \
|
||||
$(am__cd) $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign src/system/language/korean/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(am__aclocal_m4_deps):
|
||||
install-wwwDATA: $(www_DATA)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(wwwdir)" || $(MKDIR_P) "$(DESTDIR)$(wwwdir)"
|
||||
@list='$(www_DATA)'; test -n "$(wwwdir)" || list=; \
|
||||
for p in $$list; do \
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
echo "$$d$$p"; \
|
||||
done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(wwwdir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(wwwdir)" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-wwwDATA:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(www_DATA)'; test -n "$(wwwdir)" || list=; \
|
||||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||||
test -n "$$files" || exit 0; \
|
||||
echo " ( cd '$(DESTDIR)$(wwwdir)' && rm -f" $$files ")"; \
|
||||
cd "$(DESTDIR)$(wwwdir)" && rm -f $$files
|
||||
tags: TAGS
|
||||
TAGS:
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS:
|
||||
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||||
list='$(DISTFILES)'; \
|
||||
dist_files=`for file in $$list; do echo $$file; done | \
|
||||
sed -e "s|^$$srcdirstrip/||;t" \
|
||||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||||
case $$dist_files in \
|
||||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||||
sort -u` ;; \
|
||||
esac; \
|
||||
for file in $$dist_files; do \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test -d "$(distdir)/$$file"; then \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||||
fi; \
|
||||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||||
else \
|
||||
test -f "$(distdir)/$$file" \
|
||||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(DATA)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(wwwdir)"; do \
|
||||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-generic
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
html-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-wwwDATA
|
||||
|
||||
install-dvi: install-dvi-am
|
||||
|
||||
install-dvi-am:
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-html: install-html-am
|
||||
|
||||
install-html-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-info-am:
|
||||
|
||||
install-man:
|
||||
|
||||
install-pdf: install-pdf-am
|
||||
|
||||
install-pdf-am:
|
||||
|
||||
install-ps: install-ps-am
|
||||
|
||||
install-ps-am:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-generic
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-wwwDATA
|
||||
|
||||
.MAKE: install-am install-strip
|
||||
|
||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||
distclean-generic distdir dvi dvi-am html html-am info info-am \
|
||||
install install-am install-data install-data-am install-dvi \
|
||||
install-dvi-am install-exec install-exec-am install-html \
|
||||
install-html-am install-info install-info-am install-man \
|
||||
install-pdf install-pdf-am install-ps install-ps-am \
|
||||
install-strip install-wwwDATA installcheck installcheck-am \
|
||||
installdirs maintainer-clean maintainer-clean-generic \
|
||||
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
|
||||
uninstall-am uninstall-wwwDATA
|
||||
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
51
codepot/src/system/language/korean/calendar_lang.php
Normal file
51
codepot/src/system/language/korean/calendar_lang.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
$lang['cal_su'] = "일";
|
||||
$lang['cal_mo'] = "월";
|
||||
$lang['cal_tu'] = "화";
|
||||
$lang['cal_we'] = "수";
|
||||
$lang['cal_th'] = "목";
|
||||
$lang['cal_fr'] = "금";
|
||||
$lang['cal_sa'] = "토";
|
||||
$lang['cal_sun'] = "일";
|
||||
$lang['cal_mon'] = "월";
|
||||
$lang['cal_tue'] = "화";
|
||||
$lang['cal_wed'] = "수";
|
||||
$lang['cal_thu'] = "목";
|
||||
$lang['cal_fri'] = "금";
|
||||
$lang['cal_sat'] = "토";
|
||||
$lang['cal_sunday'] = "일요일";
|
||||
$lang['cal_monday'] = "월요일";
|
||||
$lang['cal_tuesday'] = "화요일";
|
||||
$lang['cal_wednesday'] = "수요일";
|
||||
$lang['cal_thursday'] = "목요일";
|
||||
$lang['cal_friday'] = "금요일";
|
||||
$lang['cal_saturday'] = "토요일";
|
||||
$lang['cal_jan'] = "1";
|
||||
$lang['cal_feb'] = "2";
|
||||
$lang['cal_mar'] = "3";
|
||||
$lang['cal_apr'] = "4";
|
||||
$lang['cal_may'] = "5";
|
||||
$lang['cal_jun'] = "6";
|
||||
$lang['cal_jul'] = "7";
|
||||
$lang['cal_aug'] = "8";
|
||||
$lang['cal_sep'] = "9";
|
||||
$lang['cal_oct'] = "10";
|
||||
$lang['cal_nov'] = "11";
|
||||
$lang['cal_dec'] = "12";
|
||||
$lang['cal_january'] = "1월";
|
||||
$lang['cal_february'] = "2월";
|
||||
$lang['cal_march'] = "3월";
|
||||
$lang['cal_april'] = "4월";
|
||||
$lang['cal_mayl'] = "5월";
|
||||
$lang['cal_june'] = "6월";
|
||||
$lang['cal_july'] = "7월";
|
||||
$lang['cal_august'] = "8월";
|
||||
$lang['cal_september'] = "9월";
|
||||
$lang['cal_october'] = "10월";
|
||||
$lang['cal_november'] = "11월";
|
||||
$lang['cal_december'] = "12월";
|
||||
|
||||
|
||||
/* End of file calendar_lang.php */
|
||||
/* Location: ./system/language/korean/calendar_lang.php */
|
60
codepot/src/system/language/korean/date_lang.php
Normal file
60
codepot/src/system/language/korean/date_lang.php
Normal file
@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
$lang['date_year'] = "년";
|
||||
$lang['date_years'] = "년";
|
||||
$lang['date_month'] = "월";
|
||||
$lang['date_months'] = "월";
|
||||
$lang['date_week'] = "주";
|
||||
$lang['date_weeks'] = "주";
|
||||
$lang['date_day'] = "일";
|
||||
$lang['date_days'] = "일";
|
||||
$lang['date_hour'] = "시간";
|
||||
$lang['date_hours'] = "시간";
|
||||
$lang['date_minute'] = "분";
|
||||
$lang['date_minutes'] = "분";
|
||||
$lang['date_second'] = "초";
|
||||
$lang['date_seconds'] = "초";
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) 베이커/홀랜드섬';
|
||||
$lang['UM11'] = '(UTC -11:00) 사모아, 니우에';
|
||||
$lang['UM10'] = '(UTC -10:00) 하와이 알류산 표준시, 쿡 제도, 타히티';
|
||||
$lang['UM95'] = '(UTC -9:30) 마큐사스섬';
|
||||
$lang['UM9'] = '(UTC -9:00) 알래스카, 감비에르 제도';
|
||||
$lang['UM8'] = '(UTC -8:00) 태평양 표준시';
|
||||
$lang['UM7'] = '(UTC -7:00) 미국 산악 표준시';
|
||||
$lang['UM6'] = '(UTC -6:00) 미국 중부 표준시';
|
||||
$lang['UM5'] = '(UTC -5:00) 미국 동부 표준시, 서부 캐리비안 표준시';
|
||||
$lang['UM45'] = '(UTC -4:30) 베네수엘라 표준시';
|
||||
$lang['UM4'] = '(UTC -4:00) 아틀란틱 표준시, 동부 캐리비안 표준시';
|
||||
$lang['UM35'] = '(UTC -3:30) 뉴펀틀랜드섬 표준시';
|
||||
$lang['UM3'] = '(UTC -3:00) 아르헨티나, 브라질, 기니아나(프랑스), 우루과이';
|
||||
$lang['UM2'] = '(UTC -2:00) 북부 조지아/북부 샌드위치 제도';
|
||||
$lang['UM1'] = '(UTC -1:00) 아소르스, 카보베르데 제도';
|
||||
$lang['UTC'] = '(UTC) 그리니치, 서부 유럽 표준시';
|
||||
$lang['UP1'] = '(UTC +1:00) 중부 유럽 표준시, 서부 아프리카';
|
||||
$lang['UP2'] = '(UTC +2:00) 동부 유럽 표준시, 중앙 아프리카';
|
||||
$lang['UP3'] = '(UTC +3:00) 모스크바, 동부 아프리카';
|
||||
$lang['UP35'] = '(UTC +3:30) 이란 표준시';
|
||||
$lang['UP4'] = '(UTC +4:00) 아제르바이잔 표준시, 사마라';
|
||||
$lang['UP45'] = '(UTC +4:30) 아프가니스탄';
|
||||
$lang['UP5'] = '(UTC +5:00) 파키스탄 표준시';
|
||||
$lang['UP55'] = '(UTC +5:30) 인도 표준시';
|
||||
$lang['UP575'] = '(UTC +5:45) 네팔';
|
||||
$lang['UP6'] = '(UTC +6:00) 방글라데시 표준시, 부탄, 옴스크*';
|
||||
$lang['UP65'] = '(UTC +6:30) 코코스 제도, 미얀마';
|
||||
$lang['UP7'] = '(UTC +7:00) 크라스노야르스크, 캄보디아, 라오스, 태국, 베트남';
|
||||
$lang['UP8'] = '(UTC +8:00) 오스트레일리아 서부 표준시, 베이징, 이르쿠츠크';
|
||||
$lang['UP875'] = '(UTC +8:45) 오스트레일리아 중서부 표준시';
|
||||
$lang['UP9'] = '(UTC +9:00) 일본 표준시, 대한민국 표준시, 야쿠츠크';
|
||||
$lang['UP95'] = '(UTC +9:30) 오스트레일리아 중부 표준시';
|
||||
$lang['UP10'] = '(UTC +10:00) 오스트레일리아 동부 표준시, 블라디보스토크';
|
||||
$lang['UP105'] = '(UTC +10:30) 로드하우 섬';
|
||||
$lang['UP11'] = '(UTC +11:00) 마가단, 솔로몬 제도, 바누아투';
|
||||
$lang['UP115'] = '(UTC +11:30) 노퍽 섬';
|
||||
$lang['UP12'] = '(UTC +12:00) 피지, 길버트 제도, 캄차카, 뉴질랜드 표준시대';
|
||||
$lang['UP1275'] = '(UTC +12:45) 채텀 제도';
|
||||
$lang['UP13'] = '(UTC +13:00) 피닉스 제도, 통가';
|
||||
$lang['UP14'] = '(UTC +14:00) 라인 제도';
|
||||
|
||||
/* End of file date_lang.php */
|
||||
/* Location: ./system/language/korean/date_lang.php */
|
28
codepot/src/system/language/korean/db_lang.php
Normal file
28
codepot/src/system/language/korean/db_lang.php
Normal file
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
$lang['db_invalid_connection_str'] = '당신이 허락한 접속 문자열로 데이타베이스 설정을 결정할 수 없음..';
|
||||
$lang['db_unable_to_connect'] = '현재 설정으로 데이타베이스 서버에 접속할 수 없음.';
|
||||
$lang['db_unable_to_select'] = '해당 데이타베이스를 선택할 수 없음: %s';
|
||||
$lang['db_unable_to_create'] = '해당 데이타베이스를 추가할 수 없음: %s';
|
||||
$lang['db_invalid_query'] = '이 쿼리는 유효하지 않습니다.';
|
||||
$lang['db_must_set_table'] = '당신의 쿼리에 데이타베이스 테이블을 설정해야 합니다.';
|
||||
$lang['db_must_set_database'] = '데이타베이스 설정화일에 데이타베이스명을 설정해야 합니다.';
|
||||
$lang['db_must_use_set'] = '해당 사항를 업데이트하려면 "set" 메쏘드를 이용해야 합니다.';
|
||||
$lang['db_must_use_where'] = '"where"을 포함하지 않은 삭제명령은 허용되지 않음.';
|
||||
$lang['db_del_must_use_where'] = '"where" or "like"을 포함하지 않은 삭제명령은 허용되지 않음.';
|
||||
$lang['db_field_param_missing'] = '필드 추출은 테이블명이 파라메터로 요구됨.';
|
||||
$lang['db_unsupported_function'] = '당신이 사용한 기능은 데이타베이스에 가능한 기능이 아님.';
|
||||
$lang['db_transaction_failure'] = '트랙잭션 실패: 롤백 실행.';
|
||||
$lang['db_unable_to_drop'] = '데이타베이스 삭제 불가.';
|
||||
$lang['db_unsuported_feature'] = '당신이 사용한 데이타베이스 플랫폼의 기능을 지원하지 않음.';
|
||||
$lang['db_unsuported_compression'] = '선택한 파일압축방식은 서버에서 지원하지 않음.';
|
||||
$lang['db_filepath_error'] = '당신이 허락한 데이타가 파일 경로에 쓰기가 안됨.';
|
||||
$lang['db_invalid_cache_path'] = '캐시 경로가 정상적이거나 쓰기가능하지 않음.';
|
||||
$lang['db_table_name_required'] = '해당 명령은 테이블명이 요구됨.';
|
||||
$lang['db_column_name_required'] = '해당 명령은 컬럼명이 요구됨.';
|
||||
$lang['db_column_definition_required'] = '해당 명령은 컬럼정의가 요구됨.';
|
||||
$lang['db_unable_to_set_charset'] = '클라이언트 문자셋을 설정할수 없음: %s';
|
||||
$lang['db_error_heading'] = '데이타베이스 오류 발생';
|
||||
|
||||
/* End of file db_lang.php */
|
||||
/* Location: ./system/language/korean/db_lang.php */
|
24
codepot/src/system/language/korean/email_lang.php
Normal file
24
codepot/src/system/language/korean/email_lang.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['email_must_be_array'] = "이메일 검증 방법은 배열이어야 합니다.";
|
||||
$lang['email_invalid_address'] = "비정상 이메일 주소: %s";
|
||||
$lang['email_attachment_missing'] = "이메일 첨부파일이 위치하지 않음: %s";
|
||||
$lang['email_attachment_unreadable'] = "이 첨부파일을 열수 없음: %s";
|
||||
$lang['email_no_recipients'] = "받는 사람이 포함되어야 함: 받는이, 참조 또는 숨은참조";
|
||||
$lang['email_send_failure_phpmail'] = "PHP Mail()를 이용해서 보낼 수 없음. 이 방식을 통해 메일 보내기가 설정되어 있지 않습니다.";
|
||||
$lang['email_send_failure_sendmail'] = "PHP Sendmail를 이용해서 보낼 수 없음. 이 방식을 통해 메일 보내기가 설정되어 있지 않습니다.";
|
||||
$lang['email_send_failure_smtp'] = "Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.";
|
||||
$lang['email_sent'] = "메세지가 해당 프로토콜을 통해 정상적으로 발송되었습니다.: %s";
|
||||
$lang['email_no_socket'] = "Sendmail의 소켓을 열수 없음. 설정을 확인하시기 바랍니다.";
|
||||
$lang['email_no_hostname'] = "SMTP 호스트명을 지정하지 않았음.";
|
||||
$lang['email_smtp_error'] = "SMTP 에러: %s";
|
||||
$lang['email_no_smtp_unpw'] = "오류: SMTP 유저명과 암호를 지정해야 합니다.";
|
||||
$lang['email_failed_smtp_login'] = "AUTH LOGIN 명령 실패. 오류: %s";
|
||||
$lang['email_smtp_auth_un'] = "유저명 인증 실패. 오류: %s";
|
||||
$lang['email_smtp_auth_pw'] = "암호 인증 실패. 오류: %s";
|
||||
$lang['email_smtp_data_failure'] = "데이타를 보낼 수 없음: %s";
|
||||
$lang['email_exit_status'] = "완료 상태 코드: %s";
|
||||
|
||||
|
||||
/* End of file email_lang.php */
|
||||
/* Location: ./system/language/korean/email_lang.php */
|
24
codepot/src/system/language/korean/form_validation_lang.php
Normal file
24
codepot/src/system/language/korean/form_validation_lang.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['required'] = "%s 필드가 요구됨.";
|
||||
$lang['isset'] = "%s 필드는 값이 있어야 함.";
|
||||
$lang['valid_email'] = "%s 필드는 유효한 이메일주소를 포함해야 함.";
|
||||
$lang['valid_emails'] = "%s 필드는 유효한 이메일주소들을 포함해야 함.";
|
||||
$lang['valid_url'] = "%s 필드는 유효한 URL를 포함해야 함.";
|
||||
$lang['valid_ip'] = "%s 필드는 유효한 IP를 포함해야 함.";
|
||||
$lang['min_length'] = "%s 필드는 최소한 %s 글자 이상이어야 함.";
|
||||
$lang['max_length'] = "%s 필드는 %s 글자를 초과함.";
|
||||
$lang['exact_length'] = "%s 필드는 정확히 %s 글자이어야 함.";
|
||||
$lang['alpha'] = "%s 필드는 영문자만 포함해야함.";
|
||||
$lang['alpha_numeric'] = "%s 필드는 영문과 숫자만 포함해야 함.";
|
||||
$lang['alpha_dash'] = "%s 필드는 영문,숫자,_,-만 포함해야 함.";
|
||||
$lang['numeric'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['is_numeric'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['integer'] = "%s 필드는 숫자(정수)만 포함해야 함.";
|
||||
$lang['matches'] = "%s 필드는 %s 필드와 일치 하지 않음.";
|
||||
$lang['is_natural'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['is_natural_no_zero'] = "%s 필드는 0이상의 숫자만 포함해야 함.";
|
||||
|
||||
|
||||
/* End of file form_validation_lang.php */
|
||||
/* Location: ./system/language/korean/form_validation_lang.php */
|
17
codepot/src/system/language/korean/ftp_lang.php
Normal file
17
codepot/src/system/language/korean/ftp_lang.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['ftp_no_connection'] = "유효한 접속 ID가 아님. 접속전 파일 루틴을 확인하시기 바랍니다.";
|
||||
$lang['ftp_unable_to_connect'] = "지원하는 호스트명을 이용한 FTP서버 접속이 안됨.";
|
||||
$lang['ftp_unable_to_login'] = "FTP 서버에 로그인이 안됨. 이름과 암호를 확인하시기 바랍니다.";
|
||||
$lang['ftp_unable_to_makdir'] = "지정한 디렉토리 생성이 안됨.";
|
||||
$lang['ftp_unable_to_changedir'] = "디렉토리 변경 안됨.";
|
||||
$lang['ftp_unable_to_chmod'] = "파일 권한 설정이 안됨. 경로를 확인하시기 바랍니다. 노트: 이 기능은 PHP 5이상에 지원됩니다.";
|
||||
$lang['ftp_unable_to_upload'] = "파일 업로드 안됨. 경로를 확인하시기 바랍니다.";
|
||||
$lang['ftp_no_source_file'] = "원본 파일이 없음. 경로를 확인하시기 바랍니다.";
|
||||
$lang['ftp_unable_to_rename'] = "파일명 변경 안됨.";
|
||||
$lang['ftp_unable_to_delete'] = "파일 삭제 안됨.";
|
||||
$lang['ftp_unable_to_move'] = "파일 이동 안됨. 대상 폴더가 존재하는지 확인시기 바랍니다.";
|
||||
|
||||
|
||||
/* End of file ftp_lang.php */
|
||||
/* Location: ./system/language/korean/ftp_lang.php */
|
24
codepot/src/system/language/korean/imglib_lang.php
Normal file
24
codepot/src/system/language/korean/imglib_lang.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['imglib_source_image_required'] = "당신의 설정에서 원본 이미지가 지정되어야 합니다.";
|
||||
$lang['imglib_gd_required'] = "이 기능에는 GD 이미지 라이브러리가 요구됩니다.";
|
||||
$lang['imglib_gd_required_for_props'] = "당신의 서버는 이미지 속성을 결정하기 위해서는 GD 이미지 라이브러리를 지원해야 합니다.";
|
||||
$lang['imglib_unsupported_imagecreate'] = "당신의 서버는 이러한 종류의 이미지를 처리하려는 GD 기능을 지원하지 않습니다.";
|
||||
$lang['imglib_gif_not_supported'] = "GIF 이미지는 종종 지불 라이센스 규정에 의해 지원하지 않습니다. 대신 JPG 나 PNG를 이용하시기 바랍니다.";
|
||||
$lang['imglib_jpg_not_supported'] = "JPG 이미지를 지원하지 않습니다.";
|
||||
$lang['imglib_png_not_supported'] = "PNG 이미지를 지원하지 않습니다.";
|
||||
$lang['imglib_jpg_or_png_required'] = "이미지 크기조절 프로토콜은 설정에 의해 JPEG 나 PNG 이미지에 대해서만 작업하게 되어 있습니다";
|
||||
$lang['imglib_copy_error'] = "파일을 교체 시도중 에러가 발생했습니다. 당신의 폴더에 쓰기가 가능한지 체크하시기 바랍니다";
|
||||
$lang['imglib_rotate_unsupported'] = "이미지 회전기능을 당신의 서버에 지원하지 않습니다.";
|
||||
$lang['imglib_libpath_invalid'] = "당신의 이미지 라이브러리 경로가 정확하지 않습니다. 정확한 경로를 설정파일에 지정하시기 바랍니다.";
|
||||
$lang['imglib_image_process_failed'] = "이미지 처리 실패. 당신의 서버에 선택한 프로토콜과 해당 이미지 라이브러리의 경로가 정확하지 확인하세요.";
|
||||
$lang['imglib_rotation_angle_required'] = "회전의 각도는 이미지의 회전이 요구됩니다.";
|
||||
$lang['imglib_writing_failed_gif'] = "GIF 이미지.";
|
||||
$lang['imglib_invalid_path'] = "이미지의 경로가 정확하지 않습니다.";
|
||||
$lang['imglib_copy_failed'] = "이미지 복사 실패.";
|
||||
$lang['imglib_missing_font'] = "사용 글끌을 찾을 수 없습니다.";
|
||||
$lang['imglib_save_failed'] = "이미지 저장을 할수 없습니다. 이미지나 디렉토리가 쓰기가능한지 확인하시기 바랍니다.";
|
||||
|
||||
|
||||
/* End of file imglib_lang.php */
|
||||
/* Location: ./system/language/korean/imglib_lang.php */
|
10
codepot/src/system/language/korean/index.html
Normal file
10
codepot/src/system/language/korean/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
11
codepot/src/system/language/korean/number_lang.php
Normal file
11
codepot/src/system/language/korean/number_lang.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$lang['terabyte_abbr'] = "TB";
|
||||
$lang['gigabyte_abbr'] = "GB";
|
||||
$lang['megabyte_abbr'] = "MB";
|
||||
$lang['kilobyte_abbr'] = "KB";
|
||||
$lang['bytes'] = "Bytes";
|
||||
|
||||
|
||||
/* End of file number_lang.php */
|
||||
/* Location: ./system/language/korean/number_lang.php */
|
20
codepot/src/system/language/korean/profiler_lang.php
Normal file
20
codepot/src/system/language/korean/profiler_lang.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
$lang['profiler_database'] = '데이타베이스';
|
||||
$lang['profiler_controller_info'] = '클래스/메쏘드';
|
||||
$lang['profiler_benchmarks'] = '벤치마크';
|
||||
$lang['profiler_queries'] = '쿼리';
|
||||
$lang['profiler_get_data'] = 'GET 데이';
|
||||
$lang['profiler_post_data'] = 'POST 데이타';
|
||||
$lang['profiler_uri_string'] = 'URI 문자열';
|
||||
$lang['profiler_memory_usage'] = '메모리 사용량';
|
||||
$lang['profiler_no_db'] = '현재 데이타베이스 드라이버를 읽지 못함.';
|
||||
$lang['profiler_no_queries'] = '실행된 쿼리 없음';
|
||||
$lang['profiler_no_post'] = 'POST 데이타 없음';
|
||||
$lang['profiler_no_get'] = 'GET 데이타 없음';
|
||||
$lang['profiler_no_uri'] = 'URI 데이타 없음';
|
||||
$lang['profiler_no_memory'] = '가능하지 않은 메모리 사용량';
|
||||
|
||||
|
||||
/* End of file profiler_lang.php */
|
||||
/* Location: ./system/language/korean/profiler_lang.php */
|
17
codepot/src/system/language/korean/scaffolding_lang.php
Normal file
17
codepot/src/system/language/korean/scaffolding_lang.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang['scaff_view_records'] = '레코드 보기';
|
||||
$lang['scaff_create_record'] = '새 레코드 작성';
|
||||
$lang['scaff_add'] = '데이타 추가';
|
||||
$lang['scaff_view'] = '데이타 보기';
|
||||
$lang['scaff_edit'] = '수정';
|
||||
$lang['scaff_delete'] = '삭제';
|
||||
$lang['scaff_view_all'] = '전체 보기';
|
||||
$lang['scaff_yes'] = '예';
|
||||
$lang['scaff_no'] = '아니';
|
||||
$lang['scaff_no_data'] = '현재 테이블에 아직 데이타가 없습니다';
|
||||
$lang['scaff_del_confirm'] = '해당 열을 정말 지우시겠습니까:';
|
||||
|
||||
|
||||
/* End of file scaffolding_lang.php */
|
||||
/* Location: ./system/language/korean/scaffolding_lang.php */
|
24
codepot/src/system/language/korean/unit_test_lang.php
Normal file
24
codepot/src/system/language/korean/unit_test_lang.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['ut_test_name'] = '테스트명';
|
||||
$lang['ut_test_datatype'] = '테스트 데이타타입';
|
||||
$lang['ut_res_datatype'] = '예상 데이타타입';
|
||||
$lang['ut_result'] = '결과';
|
||||
$lang['ut_undefined'] = '선언되지 않은 테스트명';
|
||||
$lang['ut_file'] = '파일명';
|
||||
$lang['ut_line'] = '줄';
|
||||
$lang['ut_passed'] = '통과';
|
||||
$lang['ut_failed'] = '실패';
|
||||
$lang['ut_boolean'] = '불린';
|
||||
$lang['ut_integer'] = '정수';
|
||||
$lang['ut_float'] = '실수';
|
||||
$lang['ut_double'] = '실수'; // can be the same as float
|
||||
$lang['ut_string'] = '문자열';
|
||||
$lang['ut_array'] = '배열';
|
||||
$lang['ut_object'] = '객체';
|
||||
$lang['ut_resource'] = '리소스';
|
||||
$lang['ut_null'] = 'Null';
|
||||
|
||||
|
||||
/* End of file unit_test_lang.php */
|
||||
/* Location: ./system/language/korean/unit_test_lang.php */
|
22
codepot/src/system/language/korean/upload_lang.php
Normal file
22
codepot/src/system/language/korean/upload_lang.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang['upload_userfile_not_set'] = "userfile의 post값을 찾을 수 없습니다.";
|
||||
$lang['upload_file_exceeds_limit'] = "PHP 설정의 허용된 최대 파일크기보다 큽니다.";
|
||||
$lang['upload_file_exceeds_form_limit'] = "업로드된 파일이 서브미션 폼에 허용된 최대 크기를 초과했습니다.";
|
||||
$lang['upload_file_partial'] = "이 파일은 부분적으로만 업로드 되었습니다.";
|
||||
$lang['upload_no_temp_directory'] = "임시폴더가 없음.";
|
||||
$lang['upload_unable_to_write_file'] = "디스크에 쓰기가 안됩니다.";
|
||||
$lang['upload_stopped_by_extension'] = "확장기능에 의해 파일 업로드가 중지되었습니다.";
|
||||
$lang['upload_no_file_selected'] = "업로드할 파일을 선택하지 않으셨습니다.";
|
||||
$lang['upload_invalid_filetype'] = "업로드에 허용된 확장자가 아닙니다.";
|
||||
$lang['upload_invalid_filesize'] = "당신이 업로드하려는 파일은 허용된 크기보다 큽니다.";
|
||||
$lang['upload_invalid_dimensions'] = "업로드하려는 이미지의 가로나 세로가 최대 허용치를 초과했습니다.";
|
||||
$lang['upload_destination_error'] = "이 문제는 업로드한 파일을 저장 폴더로 이동시키는 중에 발생했습니다.";
|
||||
$lang['upload_no_filepath'] = "업로드 경로가 정상적으로 보이지 않습니다.";
|
||||
$lang['upload_no_file_types'] = "현재 설정에는 어떠한 확장자도 허용되어 있지 않습니다.";
|
||||
$lang['upload_bad_filename'] = "이 파일명은 서버에 이미 존재합니다.";
|
||||
$lang['upload_not_writable'] = "업로드 저장 폴더에 쓰기가 가능하지 않습니다.";
|
||||
|
||||
|
||||
/* End of file upload_lang.php */
|
||||
/* Location: ./system/language/korean/upload_lang.php */
|
24
codepot/src/system/language/korean/validation_lang.php
Normal file
24
codepot/src/system/language/korean/validation_lang.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang['required'] = "%s 필드가 요구됨.";
|
||||
$lang['isset'] = "%s 필드는 값이 있어야 함.";
|
||||
$lang['valid_email'] = "%s 필드는 유효한 이메일주소를 포함해야 함.";
|
||||
$lang['valid_emails'] = "%s 필드는 유효한 이메일주소들을 포함해야 함.";
|
||||
$lang['valid_url'] = "%s 필드는 유효한 URL를 포함해야 함.";
|
||||
$lang['valid_ip'] = "%s 필드는 유효한 IP를 포함해야 함.";
|
||||
$lang['min_length'] = "%s 필드는 최소한 %s 글자 이상이어야 함.";
|
||||
$lang['max_length'] = "%s 필드는 %s 글자를 초과함.";
|
||||
$lang['exact_length'] = "%s 필드는 정확히 %s 글자이어야 함.";
|
||||
$lang['alpha'] = "%s 필드는 영문자만 포함해야함.";
|
||||
$lang['alpha_numeric'] = "%s 필드는 영문과 숫자만 포함해야 함.";
|
||||
$lang['alpha_dash'] = "%s 필드는 영문,숫자,_,-만 포함해야 함.";
|
||||
$lang['numeric'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['is_numeric'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['integer'] = "%s 필드는 숫자(정수)만 포함해야 함.";
|
||||
$lang['matches'] = "%s 필드는 %s 필드와 일치 하지 않음.";
|
||||
$lang['is_natural'] = "%s 필드는 숫자만 포함해야 함.";
|
||||
$lang['is_natural_no_zero'] = "%s 필드는 0이상의 숫자만 포함해야 함.";
|
||||
|
||||
|
||||
/* End of file validation_lang.php */
|
||||
/* Location: ./system/language/korean/validation_lang.php */
|
Loading…
Reference in New Issue
Block a user