mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
34 lines
2.8 KiB
PHP
Executable File
34 lines
2.8 KiB
PHP
Executable File
<?php
|
|
// +-----------------------------------------------------------------------+
|
|
// | This file is part of Piwigo. |
|
|
// | |
|
|
// | For copyright and license information, please view the COPYING.txt |
|
|
// | file that was distributed with this source code. |
|
|
// +-----------------------------------------------------------------------+
|
|
$lang['verification'] = 'Verifikasi';
|
|
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Butuh bantuan? Ajukan pertannyaan anda ke <a href="%s">Piwigo message board</a>.';
|
|
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Catat bahwa anda dapat mengubah pengaturan anda sendiri kemudian mulai ulang Piwigo.';
|
|
$lang['PHP 5 is required'] = 'PHP 5.2 diperlukan';
|
|
$lang['Password ']['confirm'] = 'Kata sandi [konfirmasi]';
|
|
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo mungkin akan mencoba mengganti pengaturan anda ke PHP 5.2 dengan membuat atau mengubah sebuah berkan .httaccess';
|
|
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo tidak dapat mengatur PHP 5.2';
|
|
$lang['Sorry!'] = 'Maaf!';
|
|
$lang['Start Install'] = 'Mulai pemasangan';
|
|
$lang['Try to configure PHP 5'] = 'Cobalah untuk mengatur PHP 5.2';
|
|
$lang['User'] = 'Pengguna';
|
|
$lang['Visitors will be able to contact site administrator with this mail'] = 'Pengunjung akan dapat menggunakan email ini untuk menghubungi administrator situs';
|
|
$lang['Welcome to my photo gallery'] = 'Selamat datang ke foto galeriku';
|
|
$lang['Welcome to your new installation of Piwigo!'] = 'Selamat datang ke instalasi baru dari Piwigo!';
|
|
$lang['Admin configuration'] = 'Pengaturan administrasi';
|
|
$lang['Basic configuration'] = 'Pengaturan dasar';
|
|
$lang['Can\'t connect to server'] = 'Tidak dapat terhubung ke server';
|
|
$lang['Congratulations, Piwigo installation is completed'] = 'Selamat, Instalasi piwigo telah selesai';
|
|
$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Koneksi ke server berhasil, tetapi koneksi ke database tidak memungkinkan.';
|
|
$lang['Creation of config file local/config/database.inc.php failed.'] = 'Pembuatan berkas pengaturan local/config.database.inc.php gagal.';
|
|
$lang['Database configuration'] = 'Pengaturan database';
|
|
$lang['Database name'] = 'Nama database';
|
|
$lang['Database table prefix'] = 'Prefiks tabel database';
|
|
$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Jangan ragu untuk berkosultasi ke forum kami untuk bantuan apapun: %s';
|
|
$lang['Download the config file'] = 'Unduh berkas pengaturan';
|
|
$lang['Hope to see you back soon.'] = 'Berharap akan bertemu anda kembali.';
|
|
$lang['Installation'] = 'Pemasangan'; |