diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php
index 1e2c36822cf..279a2eefea3 100644
--- a/install/lang/en_utf8/installer.php
+++ b/install/lang/en_utf8/installer.php
@@ -9,6 +9,7 @@
/// File generated by cvs://contrib/lang2installer/installer_builder
/// using strings defined in stringnames.txt (same dir)
+$string['aborting'] = 'Aborting installation';
$string['admindirerror'] = 'The admin directory specified is incorrect';
$string['admindirname'] = 'Admin Directory';
$string['admindirsetting'] = 'A very few webhosts use /admin as a special URL for you to access a
@@ -31,10 +32,10 @@ $string['adminlastname'] = 'Last Name :';
$string['adminpassword'] = 'Password :';
$string['adminusername'] = 'Username :';
$string['askcontinue'] = 'Continue (yes/no) :';
-$string['availabledbtypes']='\nAvailable db types \n';
-$string['availablelangs']='List of available languages \n';
+$string['availabledbtypes']='Available db types';
+$string['availablelangs']='List of available languages';
$string['bypassed'] = 'Bypassed';
-$string['cannotconnecttodb'] = 'Cannot connect to db \n';
+$string['cannotconnecttodb'] = 'Cannot connect to db';
$string['cannotcreatelangdir'] = 'Cannot create lang dir.';
$string['cannotcreatetempdir'] = 'Cannot create temp dir.';
$string['cannotdownloadcomponents'] = 'Cannot download components.';
@@ -45,7 +46,7 @@ $string['cannotsavezipfile'] = 'Cannot save ZIP file.';
$string['cannotunzipfile'] = 'Cannot unzip file.';
$string['caution'] = 'Caution';
$string['check'] = 'Check';
-$string['checkingphpsettings']='\n\nChecking PHP Settings\n\n';
+$string['checkingphpsettings']='Checking PHP Settings';
$string['chooselanguage'] = 'Choose a language';
$string['chooselanguagehead'] = 'Choose a language';
$string['chooselanguagesub'] = 'Please choose a language for the installation ONLY. You will be able to choose site and user languages on a later screen.';
@@ -54,16 +55,16 @@ $string['compatibilitysettings'] = 'Checking your PHP settings ...';
$string['compatibilitysettingshead'] = 'Checking your PHP settings ...';
$string['compatibilitysettingssub'] = 'Your server should pass all these tests to make Moodle run properly';
$string['componentisuptodate'] = 'Component is up to date.';
-$string['configfilecreated'] = 'Configuration file successfully created\n ';
+$string['configfilecreated'] = 'Configuration file successfully created';
$string['configfiledoesnotexist'] = 'Configuration file does not exist !!!';
$string['configfilenotwritten'] = 'The installer script was not able to automatically create a config.php file containing your chosen settings, probably because the Moodle directory is not writeable. You can manually copy the following code into a file named config.php within the root directory of Moodle.';
$string['configfilewritten'] = 'config.php has been successfully created';
$string['configurationcomplete'] = 'Configuration completed';
$string['configurationcompletehead'] = 'Configuration completed';
$string['configurationcompletesub'] = 'Moodle made an attempt to save your configuration in a file in the root of your Moodle installation.';
-$string['configurationfileexist']='Configuration file already exist!\n';
+$string['configurationfileexist']='Configuration file already exist!';
$string['continue'] = 'Continue';
-$string['creatingconfigfile'] =' Creating configuration file ...\n';
+$string['creatingconfigfile'] =' Creating configuration file ...';
$string['curlrecommended'] = 'Installing the optional cURL library is highly recommended in order to enable Moodle Networking functionality.';
$string['customcheck'] = 'Other Checks';
$string['database'] = 'Database';
@@ -99,7 +100,7 @@ $string['databasesettings'] = 'Now you need to configure the database where most
User: your database username
Password: your database password
Tables Prefix: optional prefix to use for all table names';
-$string['databasesettingsformoodle']='\n\nDatabase settings for Moodle\n\n';
+$string['databasesettingsformoodle']='Database settings for Moodle';
$string['databasesettingshead'] = 'Now you need to configure the database where most Moodle data
will be stored. This database must already have been created
and a username and password created to access it.';
@@ -209,7 +210,7 @@ $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.';
$string['downloadlanguagebutton'] = 'Download the "$a" language pack';
$string['downloadlanguagehead'] = 'Download language pack';
$string['downloadlanguagenotneeded'] = 'You may continue the installation process using the default language pack, \"$a\".';
-$string['downloadlanguagepack']='\n\nDo you want to download language pack now(yes/no) :';
+$string['downloadlanguagepack']='Do you want to download language pack now(yes/no) :';
$string['downloadlanguagesub'] = 'You now have the option of downloading a language pack and continuing the installation process in this language.
If you are unable to download the language pack, the installation process will continue in English. (Once the installation process is complete, you will have the opportunity to download and install additional language packs.)';
$string['downloadsuccess'] = 'Language Pack Downloaded Successfuly';
$string['doyouagree'] = 'Do you agree ? (yes/no):';
@@ -224,7 +225,7 @@ $string['environmentrequireversion'] = 'version $a->needed is required and you a
$string['environmentsub'] = 'We are checking if the various components of your system meet the system requirements';
$string['environmentxmlerror'] = 'Error reading environment data ($a->error_code)';
$string['error'] = 'Error';
-$string['errorsinenvironment'] ='Errors in the environment !\n';
+$string['errorsinenvironment'] ='Errors in the environment!';
$string['fail'] = 'Fail';
$string['fileuploads'] = 'File Uploads';
$string['fileuploadserror'] = 'This should be on';
@@ -266,26 +267,26 @@ $string['inputdatadirectory']='Data Directory :';
$string['inputwebadress']='Web address :';
$string['inputwebdirectory']='Moodle Directory :';
$string['installation'] = 'Installation';
-$string['installationiscomplete'] = 'Installtion is completed !\n';
+$string['installationiscomplete'] = 'Installation is completed!';
$string['invalidargumenthelp']='
Error: Invalid argument(s)
Usage: \$php cliupgrade.php OPTIONS
- Use --help option to get more help\n';
+ Use --help option to get more help';
$string['invalidemail'] = 'Invalid Email';
$string['invalidhost'] = 'Invalid Host ';
-$string['invalidint']='Error: value is not an integer \n';
-$string['invalidintrange'] = 'Error: Value is outside valid range\n';
+$string['invalidint']='Error: value is not an integer';
+$string['invalidintrange'] = 'Error: Value is outside valid range';
$string['invalidmd5'] = 'Invalid md5';
$string['invalidpath'] = 'Invalid Path ';
-$string['invalidsetelement']= 'Error: Value given is not in the given options \n';
+$string['invalidsetelement']= 'Error: Value given is not in the given options';
$string['invalidtextvalue'] = 'Invalid Text Value';
$string['invalidurl'] = 'Invalid URL ';
-$string['invalidvalueforlanguage']='Invalid value for --lang option. Type --help for more help\n';
-$string['invalidyesno'] = 'Error: value is not a valid yes/no argument \n';
+$string['invalidvalueforlanguage']='Invalid value for --lang option. Type --help for more help';
+$string['invalidyesno'] = 'Error: value is not a valid yes/no argument';
$string['langdownloaderror'] = 'Unfortunately the language \"$a\" was not installed. The installation process will continue in English.';
$string['langdownloadok'] = 'The language \"$a\" was installed successfully. The installation process will continue in this language.';
$string['language'] = 'Language';
-$string['locationanddirectories']= '\n\nLocation and directories \n\n';
+$string['locationanddirectories']= 'Location and directories';
$string['magicquotesruntime'] = 'Magic Quotes Run Time';
$string['magicquotesruntimeerror'] = 'This should be off';
$string['magicquotesruntimehelp'] = '
Magic quotes runtime should be turned off for Moodle to function properly.
@@ -365,7 +366,7 @@ $string['safemodehelp'] = 'Moodle may have a variety of problems with safe mo to just find a new web hosting company for your Moodle site.
You can try continuing the install if you like, but expect a few problems later on.
'; -$string['selectlanguage']='\n\nSelecting a language for installation\n'; +$string['selectlanguage']='Selecting a language for installation'; $string['serverchecks'] = 'Server Checks'; $string['sessionautostart'] = 'Session Auto Start'; $string['sessionautostarterror'] = 'This should be off'; @@ -385,12 +386,11 @@ $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'English'; $string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; -$string['unsafedirname'] = 'Error: Unsafe characters in directory name. valid characters are a-zA-Z0-9_-\n'; $string['upgradingactivitymodule']= 'Upgrading Activity Module'; $string['upgradingbackupdb'] = 'Upgrading Backup Database'; $string['upgradingblocksdb'] = 'Upgrading Blocks Database'; $string['upgradingblocksplugin'] = 'Upgrading Blocks Plugin'; -$string['upgradingcompleted'] = 'Upgrading completed...\n'; +$string['upgradingcompleted'] = 'Upgrading completed...'; $string['upgradingcourseformatplugin'] = 'Upgrading Course Format Pluggin'; $string['upgradingenrolplugin'] = 'Upgrading Enrol Plugin'; $string['upgradinggradeexportplugin'] = 'Upgrading Grade Export Plugin'; @@ -402,7 +402,8 @@ $string['upgradingqtypeplugin'] = 'Upgrading Question/type Plugin'; $string['upgradingrpcfunctions'] = 'Upgrading RPC Functions'; $string['usagehelp']=' Synopsis: -\$php cliupgrade.php OPTIONS\n +\$php cliupgrade.php OPTIONS + OPTIONS --lang Valid installed language for installation. Default is English(en) --webaddr Web address for the Moodle site @@ -426,9 +427,10 @@ OPTIONS --adminusername Username for the admin. Default is admin --adminpassword Password for the admin. Default is admin --adminemail Email address of admin. Default is root@localhost ---help print out this help\n +--help print out this help + Usage: -\$php cliupgrade.php --lang=en --webaddr=http://www.example.com --moodledir=/var/www/html/moodle --datadir=/var/moodledata --dbtype=mysql --dbhost=localhost --dbname=moodle --dbuser=root --prefix=mdl --agreelicense=yes --confirmrelease=yes --sitefullname=\"Example Moodle Site\" --siteshortname=moodle --sitesummary=siteforme --adminfirstname=Admin --adminlastname=User --adminusername=admin --adminpassword=admin --adminemail=admin@example.com --verbose=1 --interactivelevel=2 \n'; +\$php cliupgrade.php --lang=en --webaddr=http://www.example.com --moodledir=/var/www/html/moodle --datadir=/var/moodledata --dbtype=mysql --dbhost=localhost --dbname=moodle --dbuser=root --prefix=mdl --agreelicense=yes --confirmrelease=yes --sitefullname=\"Example Moodle Site\" --siteshortname=moodle --sitesummary=siteforme --adminfirstname=Admin --adminlastname=User --adminusername=admin --adminpassword=admin --adminemail=admin@example.com --verbose=1 --interactivelevel=2'; $string['user'] = 'User'; $string['versionerror'] = 'User aborted due to version Error '; $string['welcomep10'] = '$a->installername ($a->installerversion)'; @@ -445,12 +447,12 @@ $string['welcomep60'] = 'The following pages will lead you through some easy to configure and set up Moodle on your computer. You may accept the default settings or, optionally, amend them to suit your own needs.'; $string['welcomep70'] = 'Click the \"Next\" button below to continue with the set up of Moodle.'; -$string['welcometext']='\n\n---Welcome to moodle commandline installer---\n\n'; +$string['welcometext']='---Welcome to moodle commandline installer---'; $string['writetoconfigfilefaild'] = 'Error: Write to config file failed '; $string['wrongdestpath'] = 'Wrong destination path.'; $string['wrongsourcebase'] = 'Wrong source URL base.'; $string['wrongzipfilename'] = 'Wrong ZIP filename.'; $string['wwwroot'] = 'Web address'; $string['wwwrooterror'] = 'The \'Web Address\' does not appear to be valid - this Moodle installation doesn\'t appear to be there. The value below has been reset.'; -$string['yourchoice']='\nYour choice :'; +$string['yourchoice']='Your choice :'; ?> diff --git a/install/lang/ja_utf8/installer.php b/install/lang/ja_utf8/installer.php index 6fc392a9832..a6f34a8527a 100644 --- a/install/lang/ja_utf8/installer.php +++ b/install/lang/ja_utf8/installer.php @@ -331,7 +331,6 @@ $string['thisdirection'] = 'ltr'; $string['thislanguage'] = '日本語'; $string['unicoderecommended'] = 'あなたのすべてのデータをユニコードフォーマット (UTF-8) で保存することをお勧めします。Moodleの新しいインストールは、ユニコードがデフォルトキャラクタにセットされたデータベースに実行される必要があります。アップグレードの場合、UTF-8移行プロセスを実行してださい (詳細は管理ページをご覧ください)。'; $string['unicoderequired'] = 'あなたのすべてのデータをユニコードフォーマット (UTF-8) で保存することが必須です。Moodleの新しいインストールは、ユニコードがデフォルトキャラクタにセットされたデータベースに実行される必要があります。アップグレードの場合、UTF-8移行プロセスを実行してださい (詳細は管理ページをご覧ください)。'; -$string['unsafedirname'] = 'エラー: ディレクトリ名に安全でない文字が含まれています。有効な文字は、「a-zA-Z0-9_」です。'; $string['upgradingactivitymodule'] = '活動モジュールのアップグレード'; $string['upgradingbackupdb'] = 'バックアップデータのアップブレード'; $string['upgradingblocksdb'] = 'ブロックデータベースのアップグレード'; diff --git a/install/lang/ko_utf8/installer.php b/install/lang/ko_utf8/installer.php index cb943748bc4..a38c469015b 100644 --- a/install/lang/ko_utf8/installer.php +++ b/install/lang/ko_utf8/installer.php @@ -16,8 +16,17 @@ $string['admindirsetting'] = '간혹 웹호스트 업체는 당신이 관리 구 그러면 무들에 있는 관리 링크가 고쳐질 것입니다.'; $string['admindirsettinghead'] = '관리자 디렉토리 설정 ...'; $string['admindirsettingsub'] = '몇 개의 웹사이트만이 제어판 등을 제공하는 특별한 URL으로서 /admin을 사용합니다. 불행하게도 이것은 무들 관리페이지를 위한 표준 위치와 충돌을 일으킵니다. 설치과정에서 관리 디렉토리의 이름을 바꿈으로서 이 문제를 고칠수 있는 데, 다음의 예와 같이 새이름을 여기에 넣으면 됩니다. 예:magic_quotes_gpc = Off 과 register_globals = $string['help'] = '도움'; $string['iconvrecommended'] = '당신의 사이트가 라틴언어계열이 아닌 언어를 지원하는 경우, 사이트의 성능을 향상시키기 위해서는 ICONV라이브러리를 설치할 것을 권장합니다.'; $string['info'] = '정보'; +$string['inputdatadirectory'] = '데이터 경로 :'; +$string['inputwebadress'] = '웹 주소 :'; +$string['inputwebdirectory'] = '무들 경로 :'; $string['installation'] = '설치'; -$string['invalidemail'] = '쓸 수 없는 이메일 주소'; +$string['installationiscomplete'] = '설치 완료! /n'; +$string['invalidargumenthelp'] = '오류 : 잘못된 인수 사용예 : $php cliupgrade.php OPTIONS 좀 더 자세한 내용을 알고 싶으면 --help 옵션을 사용하세요 /n'; +$string['invalidemail'] = '잘못된 이메일주소'; +$string['invalidhost'] = '잘못된 호스트'; +$string['invalidint'] = '오류 : 정수값이 아닙니다 /n'; +$string['invalidintrange'] = '오류 : 범위를 벗어난 값입니다 /n'; $string['invalidmd5'] = '잘못된 md5'; +$string['invalidpath'] = '잘못된 경로'; +$string['invalidsetelement'] = '오류 : 주어진 옵션에 적절한 값이 아닙니다 /n'; +$string['invalidtextvalue'] = '잘못된 문자값'; $string['invalidurl'] = '잘못된 웹주소'; +$string['invalidvalueforlanguage'] = '--lang 옵션에 맞지 않는 값. --help 를 쳐서 알아보세요. /n'; +$string['invalidyesno'] = '오류 : yes/no에 적절하지 않은 인수 /n'; $string['langdownloaderror'] = '안타깝게도 \"$a\" 언어팩이 설치되지 않았습니다. 대신 영어를 이용하여 설치될 것입니다.'; $string['langdownloadok'] = '\"$a\" 언어팩이 성공적으로 설치되었습니다. 해당 언어를 이용하여 설치가 진행될 것입니다.'; $string['language'] = '언어'; +$string['locationanddirectories'] = '/n/n 지역 및 경로 /n/n'; $string['magicquotesruntime'] = 'Magic Quotes 실행 시간'; $string['magicquotesruntimeerror'] = '이것은 꺼져야 합니다.'; $string['magicquotesruntimehelp'] = '
Magic quotes runtime은 무들이 제대로 작동하기 위해 꺼져야(Off) 합니다.
@@ -261,7 +299,7 @@ $string['postgres7'] = 'PostgreSQL (postgres7)'; $string['previous'] = '이전으로'; $string['qtyperqpwillberemoved'] = '갱신과정에서 RQP 문제 유형은 제거될 것입니다. 만일 이 유형의 문제를 사용하지 않았다면, 추후에는 어떤 문제도 발생하지 않을 것입니다.'; $string['qtyperqpwillberemovedanyway'] = '갱신과정에서 RQP 문제 유형은 제거될 것입니다. 데이터베이스에 RQP 문제가 탑재되어 있다면, 비록 갱신하기 전에 http://moodle.org/mod/data/view.php?d=13&rid=797 에서 코드를 다시 불러들였다 하더라도 작업이 중단될 것입니다.'; -$string['releasenoteslink'] = '무들 버전에 대한 정보를 얻기 위해서는 온라인 릴리즈 노트 를 보십시요.'; +$string['releasenoteslink'] = '본 무들판에 대한 좀 더 자세한 내용을 알고 싶으면, $a 에 있는 개정 안내(Release Notes)를 참조하기 바랍니다.'; $string['remotedownloaderror'] = '서버로 구성요소를 다운로드하는데 실패하였습니다. 프록시 설정을 확인하십시요.PHP cURL 확장라이브러리를 추천합니다.무들은 safe mode on 상태에서는 작동이 원활하지 않을 텐데, 아마 그 중 하나가 새로운 파일을 못 만들게 하는 문제일 것입니다.
Safe mode는 일단의 보안 편집증적인 웹호스트에서 이를 켜 놓을 것인데, 무들 사이트를 원활히 운용하기 위해서는 새로운 웹호스트를 찾아보시는 편이 나을 겁니다.
원한다면 설치는 계속할 수는 있는데, 나중에 문제에 봉착할 것이라는 점을 염두에 두기 바랍니다.
'; +$string['selectlanguage'] = '/n/n 설치를 위한 언어 선택 /n/n'; $string['serverchecks'] = '서버 점검'; $string['sessionautostart'] = '세션 자동 시작'; $string['sessionautostarterror'] = '이것은 꺼져 있어야(Off) 합니다.'; $string['sessionautostarthelp'] = '무들은 세션의 지원이 필요하고 그것 없이는 작동하지 않을 것 입니다.
세션은 php.ini 파일 안에서 조정될 수 있습니다. session.auto_start 항목을 살펴보세요.
'; +$string['sitefullname'] = '사이트명칭 :'; +$string['siteinfo'] = '사이트 소개'; +$string['sitenewsitems'] = '새소식 항목 :'; +$string['siteshortname'] = '사이트 단축명 :'; +$string['sitesummary'] = '사이트 개요 :'; $string['skipdbencodingtest'] = 'DB 엔코딩 테스트 생략'; $string['status'] = '상태'; +$string['tableprefix'] = '테이블 접두어 :'; $string['thischarset'] = 'UTF-8'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = '한국어'; $string['unicoderecommended'] = '모든 자료를 유니코드(UTF-8)로 저장해야 합니다. 새 설정은 기본 문자코드가 유니코드로 저장되어 있다고 가정하고 작동이 됩니다. 만일 업그레이드 중이라면 반드시 UTF-8 변환과정을 수행하여야만 합니다.(관리화면 참조)'; $string['unicoderequired'] = '모든 자료가 유니코드(UTF-8)로 저장되야 합니다. 새 설정은 기본 문자코드가 유니코드로 저장되어 있다고 가정하고 작동이 됩니다. 만일 업그레이드 중이라면 반드시 UTF-8 변환과정을 수행하여야만 합니다.(관리화면 참조)'; +$string['upgradingactivitymodule'] = '활동 모듈 갱신'; +$string['upgradingbackupdb'] = '백업 데이터베이스 갱신'; +$string['upgradingblocksdb'] = '블록 데이터베이스 갱신'; +$string['upgradingblocksplugin'] = '블록 플러그인 갱신'; +$string['upgradingcompleted'] = '갱신 완료 /n'; +$string['upgradingcourseformatplugin'] = '강좌 포맷 플러그인 갱신'; +$string['upgradingenrolplugin'] = '출석 플러그인 갱신'; +$string['upgradinggradeexportplugin'] = '성적 내보내기 플러그인 갱신'; +$string['upgradinggradeimportplugin'] = '성적 불러들이기 플러그인 갱신'; +$string['upgradinggradereportplugin'] = '성적표 작성 플러그인 갱신'; +$string['upgradinglocaldb'] = '지역 데이터베이스 갱신'; +$string['upgradingmessageoutputpluggin'] = '메시지 송출 플러그인 갱신'; +$string['upgradingqtypeplugin'] = '문항/유형 플러그인 갱신'; +$string['upgradingrpcfunctions'] = 'RPC 기능 갱신'; +$string['usagehelp'] = '개괄: +$php cliupgrade.php OPTIONS /n +옵션 +--lang 설치를 위한 준비된 언어. 기본값은 영어(en) +--webaddr 무들 사이트를 위한 웹 주소 +--moodledir 무들 웹 경로 위치 +--datadir 무들 자료 경로(data folder) 위치(웹에서 보이지 않아야 함) +--dbtype 데이터베이스 유형. 기본값은 mysql +--dbhost 데이터베이스 호스트. 기본값은 localhost +--dbname 데이터베이스명. 기본값은 moodle +--dbuser 데이터베이스 사용자. 기본값은 공난 +--dbpass 데이터베이스 암호. 기본값은 공난 +--prefix 상기 데이터베이스의 테이블 접두어. 기본값은 mdl +--verbose 0 출력없음, 1 요약 출력(기본값), 2 상세 출력 +--interactivelevel 0 Non interactive, 1 semi interactive(Default), 2 interactive +--agreelicense Yes(기본값) 혹은 No +--confirmrelease Yes(기본값) 혹은 No +--sitefullname 사이트 전체 이름. 기본값은 : Moodle Site (사이트명을 바꾸세요!!) +--siteshortname 사이트 단축명. 기본값은 moodle +--sitesummary 사이트 개요. 기본값은 공난 +--adminfirstname 관리자 이름. 기본값은 Admin +--adminlastname 관리자의 성. 기본값은 User +--adminusername 관리자 ID. 기본값은 admin +--adminpassword 관리자 암호. 기본값은 admin +--adminemail 관리자 이메일. 기본값은 root@localhost +--help 본 도움말 출력 /n +사용예시: +$php cliupgrade.php --lang=en --webaddr=http://www.example.com --moodledir=/var/www/html/moodle --datadir=/var/moodledata --dbtype=mysql --dbhost=localhost --dbname=moodle --dbuser=root --prefix=mdl --agreelicense=yes --confirmrelease=yes --sitefullname=\"Example Moodle Site\" --siteshortname=moodle --sitesummary=siteforme --adminfirstname=Admin --adminlastname=User --adminusername=admin --adminpassword=admin --adminemail=admin@example.com --verbose=1 --interactivelevel=2 /n'; $string['user'] = '사용자'; +$string['versionerror'] = '판오류로 인한 사용자 취소'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = '당신의 컴퓨터에 $a->packname $a->packversion 패키지를 성공적으로 설치한 것을 축하합니다!'; $string['welcomep30'] = '$a->installername 의 이 릴리스는 무들이 그 속에서 동작하는 환경을 생성하기 위한 어플리케이션을 포함하고 있습니다.'; @@ -292,9 +380,12 @@ $string['welcomep50'] = '이 패키지에 있는 모든 어플리케이션을 공개 소스이며 GPL 라이선스에 의해 배포됩니다.'; $string['welcomep60'] = '다음 페이지들은 당신의 컴퓨터에 무들을 설정하고 설치하는데 따라하기 쉬운 방법으로 당신을 안내할 것입니다. 당신은 기본 설정을 선택하거나 당신의 목적에 맞게 선택적으로 수정할 수 있습니다.'; $string['welcomep70'] = '무들 설정을 계속하기 위해서는 \"다음\" 버튼을 클릭하세요.'; +$string['welcometext'] = '/n/n --무들 설치를 위한 명령입력 모드입니다-- /n/n'; +$string['writetoconfigfilefaild'] = '오류 : 설정 파일 쓰기 실패'; $string['wrongdestpath'] = '잘못된 목적 경로'; $string['wrongsourcebase'] = '잘못된 소스 URL 베이스'; $string['wrongzipfilename'] = '잘못된 ZIP 파일명'; $string['wwwroot'] = '웹 주소'; $string['wwwrooterror'] = '이 웹 주소는 유효한 것 같지 않습니다 - 무들 설치 프로그램이 거기에 없습니다.'; +$string['yourchoice'] = '/n 선택 :'; ?> diff --git a/install/lang/nl_utf8/installer.php b/install/lang/nl_utf8/installer.php index 4bb185de465..6114c603797 100644 --- a/install/lang/nl_utf8/installer.php +++ b/install/lang/nl_utf8/installer.php @@ -14,8 +14,17 @@ $string['admindirname'] = 'Admin-map'; $string['admindirsetting'] = 'Enkele webhosts gebruiken /admin als speciale URL om je toegang te geven tot een controlepaneel of iets dergelijks. Jammer genoeg geeft dit conflicten met de standaardmap voor de Moodle-beheerpagina\'s. Je kunt dit toch aan het werk krijgen door de adminmap van jouw installatie te hernoemen en deze nieuwe mapnaam hier te zetten. BijvoorbeeldHet lijkt er op dat het uploaden van bestanden uitgeschakeld is op jouw server.
@@ -196,13 +220,29 @@ $string['globalsquoteshelp'] = 'De combinatie van uitgeschakelde Magic Quotes $string['help'] = 'Help'; $string['iconvrecommended'] = 'Als je site andere talen dan die uit de Latin1 tekenset gebruikt, dan is het installeren van de optionele ICONV library ten zeerste aangeraden om de performantie van de site te verhogen.'; $string['info'] = 'Informatie'; +$string['inputdatadirectory'] = 'Data map:'; +$string['inputwebadress'] = 'Web adres:'; +$string['inputwebdirectory'] = 'Moodle map:'; $string['installation'] = 'Installatie'; +$string['installationiscomplete'] = 'Installatie is klaar!'; +$string['invalidargumenthelp'] = 'Fout: Invalid argument(s) +Syntax: $php cliupgrade.php OPTIONS +Gebruik de --help optie om meer hulp te krijgen.'; $string['invalidemail'] = 'Ongeldig e-mailadres'; +$string['invalidhost'] = 'Ongeldige host'; +$string['invalidint'] = 'Fout: waarde is geen integer'; +$string['invalidintrange'] = 'Fout: waarde is valt buiten het geldig bereik'; $string['invalidmd5'] = 'Ongeldig md5'; +$string['invalidpath'] = 'Ongeldig pad'; +$string['invalidsetelement'] = 'Fout: de gegeven waarde staat niet bij de voorgestelde opties'; +$string['invalidtextvalue'] = 'Ongeldige tekstwaarde'; $string['invalidurl'] = 'Ongeldige url'; +$string['invalidvalueforlanguage'] = 'Ongeldige waarde voor de --lang optie. Typ --help voor meer uitleg'; +$string['invalidyesno'] = 'Fout: waarde is geen geldig ja/nee-argument'; $string['langdownloaderror'] = 'De taal \"$a\" is jammer genoeg niet geïnstalleerd. Het installatieproces gaat verder in het Engels.'; $string['langdownloadok'] = 'De taal \"$a\" is met succes geïnstalleerd. Het installatieproces zal in deze taal verder gaan.'; $string['language'] = 'Taal'; +$string['locationanddirectories'] = 'Locatie en mappen'; $string['magicquotesruntime'] = 'Magic Quotes runtime'; $string['magicquotesruntimeerror'] = 'Dit moet uitgeschakeld zijn'; $string['magicquotesruntimehelp'] = '
Magic Quotes runtime moet uitgeschakeld zijn om Moodle goed te laten functioneren.
@@ -253,7 +293,7 @@ $string['postgres7'] = 'PostgreSQL (postgres 7)'; $string['previous'] = 'Vorige'; $string['qtyperqpwillberemoved'] = 'Tijdens de upgrade zal het RQP vraagtype verwijderd worden. Je gebruikte deze vraag niet, dus je zult hier geen problemen mee krijgen.'; $string['qtyperqpwillberemovedanyway'] = 'Tijdens de upgrade zal het RQP vraagtype verwijderd worden. Er zijn vragen van dit type in je database. Die zullen stoppen met werken, tenzij je de code herinstalleert van http://moodle.org/mod/data/view.php?d=13&rid=797 voor je verder gaat met de upgrade.'; -$string['releasenoteslink'] = 'Bekijk de on line Release Notes voor informatie over deze versie van Moodle.'; +$string['releasenoteslink'] = 'Informatie over deze Moodleversie kun je vinden in de Release Notes op $a'; $string['remotedownloaderror'] = 'De download van de component naar jouw server is mislukt, controleer je proxy-instellingen, de PHP cURL-extentie wordt ten zeerste aanbevolen te installeren.Moodle zal heel wat problemen vertonen met safe mode ingeschakeld, waaronder bijvoorbeeld het niet kunnen aanmaken van nieuwe bestanden.
Safe mode is gewoonlijk alleen maar ingeschakeld bij paranoïde webhosts, je zult dus best op zoek gaan naar een nieuwe webhost voor je Moodlesite.
Je kunt proberen verder te gaan met de installatie als je dat wil, maar verwacht je wat verder door aan heel wat problemen.
'; +$string['selectlanguage'] = 'Taal kiezen voor installatie'; $string['serverchecks'] = 'Servercontroles'; $string['sessionautostart'] = 'Session Auto Start'; $string['sessionautostarterror'] = 'Dit moet uitgeschakeld zijn'; $string['sessionautostarthelp'] = 'Moodle heeft session support nodig en zal zonder niet werken.
Sessies kunnen ingeschakeld worden in het php.ini-bestand ... zoek naar de session.auto_start parameter.
'; +$string['sitefullname'] = 'Volledige naam voor de site:'; +$string['siteinfo'] = 'Details voor de site:'; +$string['sitenewsitems'] = 'Nieuwsitems:'; +$string['siteshortname'] = 'Verkorte naam voor de site:'; +$string['sitesummary'] = 'Site samenvatting:'; $string['skipdbencodingtest'] = 'Negeer DB-encodingtest'; $string['status'] = 'Status'; +$string['tableprefix'] = 'Tabelvoorvoegsel:'; $string['thischarset'] = 'UTF-8'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Nederlands'; $string['unicoderecommended'] = 'Aanbevolen wordt om al je data als Unicode (UTF-8) te bewaren. Nieuwe installaties zouden moeten geïnstalleerd worden met Unicode als standaard tekenset voor de databank. Als je upgrade, moet je het UTF-8 migratieproces laten lopen (zie pagina Beheer).'; $string['unicoderequired'] = 'Je moet al je data als Unicode (UTF-8) bewaren. Nieuwe installaties moeten geïnstalleerd worden met Unicode als standaard tekenset voor de databank. Als je upgrade, moet je het UTF-8 migratieproces laten lopen (zie pagina Beheer).'; +$string['upgradingactivitymodule'] = 'Upgraden module'; +$string['upgradingbackupdb'] = 'Upgraden backup databank'; +$string['upgradingblocksdb'] = 'Upgraden blok databank'; +$string['upgradingblocksplugin'] = 'Upgraden blok plugin'; +$string['upgradingcompleted'] = 'Upgraden klaar'; +$string['upgradingcourseformatplugin'] = 'Upgraden cursus format plugin'; +$string['upgradingenrolplugin'] = 'Upgraden aanmeldingsplugin'; +$string['upgradinggradeexportplugin'] = 'Upgraden cijfer export plugin'; +$string['upgradinggradeimportplugin'] = 'Upgraden cijfer import plugin'; +$string['upgradinggradereportplugin'] = 'Upgraden cijferrapport plugin'; +$string['upgradinglocaldb'] = 'Upgraden locale databank'; +$string['upgradingmessageoutputpluggin'] = 'Upgraden berichtensysteem plugin'; +$string['upgradingqtypeplugin'] = 'Upgraden vraagtype plugin'; +$string['upgradingrpcfunctions'] = 'Upgraden RPC functies'; +$string['usagehelp'] = 'Samenvatting: +$php cliupgrad.php OPTIES + +OPTIES +--lang Geldige geïnstalleerde taal voor installatie. Standaard is Engels (en) +--webaddr URL voor de Moodle site +--moodledir Fysiek pad van de Moodle web map +--datadir Fysiek pad van de Moodle data map (mag niet zichtbaar zijn vanaf het internet) +--dbtype Databank type. Standaard is mysql +--dbhost Databank host. Standaard is localhost +--dbname Naam databank. Standaard is moodle +--dbuser Databank gebruikersnaam. Standaard is leeg +--dbpass Databank wachtwoord. Standaard is leeg +--prefix Tabelvoorvoegsel voor bovenstaande databanktabellen. Standaard is mdl +--verbose 0 geen informatie, 1 samenvatting (standaaard), 2 gedetailleerde informatie +--interactivelevel 0 Niet interactief, 1 half interactief (standaard), 2 interactief +--aggreelicense Ja(standaard) of Nee +--confirmrelease Ja(standaard) of Nee +--sitefullname Volledige naam voor de site. Standaard is Moodle Site (VERANDER DIT) +--siteshortname Verkorte naam voor de site. Standaard is moodle +--sitesummary Samenvatting voor de site. Standaard is leeg +--adminfirstname Voornaam van de beheerder. Standaard is Admin +--adminlastname Achternaam van de beheerder. Standaard is Gebruiker +--adminusername Gebruikersnaam van de beheerder. Standaard is admin +--adminpassword Wachtwoord van de beheerder. Standaard is admin +--adminemail Emailadres van de beheerder. Standaard is root@localhost +--help Toon deze informatie + +Gebruik: +$php cliupgrade.php --lang=nl +--webaddr=http://www.voorbeeld.com --moodledir=/var/www/html/moodle --datadir=/var/moodledata --dbtype=mysql --dbhost=localhost --dbname=moodle --dbuser=root --prefix=mdl --agreelicense=yes --confirmrelease=yes --sitefullname=\"Voorbeeld Moodle Site\" --siteshortname=moodle --sitesummary=siteforme --adminfirstname=Admin --adminlastname=User --adminusername=admin --adminpassword=admin --adminemail=admin@voorbeeld.com --verbose=1 --interactivelevel=2'; $string['user'] = 'Gebruiker'; +$string['versionerror'] = 'Onderbroken door de gebruiker wegens versiefout'; $string['welcomep10'] = '$a->installername ($a->installerversion)'; $string['welcomep20'] = 'Je krijgt deze pagina te zien omdat je met succes het $a->packname $a->packversion packet op je computer gezet en gestart hebt. Proficiat!'; $string['welcomep30'] = 'Deze uitgave van $a->installername bevat de software die nodig is om een omgeving te creëren waarin Moodle zal werken, namelijk:'; @@ -284,9 +377,12 @@ $string['welcomep50'] = 'Het gebruik van alle programma\'s in dit pakket wordt g open source en wordt verdeeld onder de GPL licentie.'; $string['welcomep60'] = 'De volgende pagina\'s leiden je door een aantal makkelijk te volgen stappen om Moodle te installeren op je computer. Je kunt de standaardinstellingen overnemen of, optionneel, ze aanpassen aan je noden.'; $string['welcomep70'] = 'Klik op de \"volgende\"-knop om verder te gaan met de installatie van Moodle'; +$string['welcometext'] = 'Welcome bij de Moodle command line installer'; +$string['writetoconfigfilefaild'] = 'Fout: schrijven naar config.php-bestand mislukt'; $string['wrongdestpath'] = 'Fout pad voor bestemming'; $string['wrongsourcebase'] = 'Foute URL voor de bron'; $string['wrongzipfilename'] = 'Foute ZIP-bestandsnaam'; $string['wwwroot'] = 'Web adres'; $string['wwwrooterror'] = 'Het webadres lijkt niet geldig te zijn - deze Moodle-installatie is blijkbaar niet op die plaats.'; +$string['yourchoice'] = 'Jouw keuze:'; ?>