ko.php 1.89 KB
<?php $TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "내부 통신을 위하여 많은 프로그램에서 php-json 모듈을 필요합니다",
"The php-curl module is needed to fetch the page title when adding a bookmark" => "php-curl 모듈은 책갈피를 추가할 때 페이지 제목을 가져올 때 필요합니다",
"The php-gd module is needed to create thumbnails of your images" => "php-gd 모듈은 미리 보기 그림을 만드는 데 필요합니다",
"The php-ldap module is needed connect to your ldap server" => "php-ladp 모듈은 LDAP 서버에 접속하는 데 필요합니다",
"The php-zip module is needed download multiple files at once" => "php-zip 모듈은 여러 개의 파일을 한번에 다운로드하는 데 필요합니다",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "php-mb_multibyte 모듈은 인코딩을 올바르게 관리하는 데 필요합니다",
"The php-ctype module is needed validate data." => "php-ctype 모듈은 데이터 유효성을 검사하는 데 필요합니다",
"The php-xml module is needed to share files with webdav." => "php-xml 모듈은 WebDAV로 파일을 공유하는 데 필요합니다",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "OCS 서버에서 도움말 항목을 가져오려면 php.ini 파일의 allow_url_fopen 지시자를 1로 설정해야 합니다",
"The php-pdo module is needed to store owncloud data into a database." => "php-pdo 모듈은 ownCloud 데이터를 데이터베이스에 저장하는 데 필요합니다",
"The iconv module is needed to convert data into the correct charset." => "iconv 모듈은 데이터를 올바른 문자 인코딩으로 변환하는 데 필요합니다.",
"Dependencies status" => "의존성 상태",
"Used by :" => "다음에서 사용함:"
);