diff --git a/install/lang/da_wp/langconfig.php b/install/lang/da_wp/langconfig.php new file mode 100644 index 00000000000..9a735e628a9 --- /dev/null +++ b/install/lang/da_wp/langconfig.php @@ -0,0 +1,33 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['parentlanguage'] = 'da'; +$string['thislanguage'] = 'Dansk til Workplace'; diff --git a/install/lang/id/error.php b/install/lang/id/error.php new file mode 100644 index 00000000000..2d82e20df77 --- /dev/null +++ b/install/lang/id/error.php @@ -0,0 +1,49 @@ +. + +/** + * Automatically generated strings for Moodle installer + * + * Do not edit this file manually! It contains just a subset of strings + * needed during the very first steps of installation. This file was + * generated automatically by export-installer.php (which is part of AMOS + * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the + * list of strings defined in /install/stringnames.txt. + * + * @package installer + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$string['cannotcreatedboninstall'] = '

Tidak dapat membuat basis data.

Basis data yang ditentukan tidak ada dan pengguna yang diberikan tidak memiliki izin untuk membuat basis data.

Administrator situs harus memverifikasi konfigurasi basis data. < / p>'; +$string['cannotcreatelangdir'] = 'Tidak dapat membuat direktori lang'; +$string['cannotcreatetempdir'] = 'Tidak dapat membuat direktori temp'; +$string['cannotdownloadcomponents'] = 'Tidak dapat mengunduh komponen'; +$string['cannotdownloadzipfile'] = 'Tidak dapat mengunduh berkas ZIP'; +$string['cannotfindcomponent'] = 'Tidak dapat menemukan komponen'; +$string['cannotsavemd5file'] = 'Tidak dapat menyimpan berkas md5'; +$string['cannotsavezipfile'] = 'Tidak dapat menyimpan berkas ZIP'; +$string['cannotunzipfile'] = 'Tidak dapat mengekstrak berkas'; +$string['componentisuptodate'] = 'Komponen sudah mutakhir'; +$string['dmlexceptiononinstall'] = '

Terjadi kesalahan basis data [{$a->errorcode}].
{$a->debuginfo}

'; +$string['downloadedfilecheckfailed'] = 'Pemeriksaan berkas yang diunduh gagal'; +$string['invalidmd5'] = 'Variabel periksa salah - coba lagi'; +$string['missingrequiredfield'] = 'Beberapa ruas wajib tidak ada'; +$string['remotedownloaderror'] = '

Pengunduhan komponen ke peladen Anda gagal. Harap verifikasi setelan proksi; ekstensi PHP cURL sangat direkomendasikan.

Anda harus mengunduh berkas {$a->url} secara manual, menyalinnya ke"{$a->dest} "di peladen Anda dan uraikan di sana.

'; +$string['wrongdestpath'] = 'Jalur tujuan salah'; +$string['wrongsourcebase'] = 'Basis URL sumber salah'; +$string['wrongzipfilename'] = 'Nama file ZIP salah'; diff --git a/install/lang/vi/moodle.php b/install/lang/vi/moodle.php index c22ff85e760..09260a983ae 100644 --- a/install/lang/vi/moodle.php +++ b/install/lang/vi/moodle.php @@ -30,6 +30,7 @@ defined('MOODLE_INTERNAL') || die(); $string['language'] = 'Ngôn ngữ'; +$string['moodlelogo'] = 'Logo Moodle'; $string['next'] = 'Tiếp theo'; $string['previous'] = 'Trước'; $string['reload'] = 'Nạp lại';