forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PHPMailer#307 from ceceprawiro/master
Indonesian translation
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?php | ||
/** | ||
* Indonesian PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Cecep Prawiro <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Kesalahan SMTP: Tidak dapat mengautentikasi.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Kesalahan SMTP: Tidak dapat terhubung ke host SMTP.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'Kesalahan SMTP: Data tidak diterima peladen.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Isi pesan kosong'; | ||
$PHPMAILER_LANG['encoding'] = 'Pengkodean karakter tidak dikenali: '; | ||
$PHPMAILER_LANG['execute'] = 'Tidak dapat menjalankan proses : '; | ||
$PHPMAILER_LANG['file_access'] = 'Tidak dapat mengakses berkas : '; | ||
$PHPMAILER_LANG['file_open'] = 'Kesalahan File: Berkas tidak bisa dibuka : '; | ||
$PHPMAILER_LANG['from_failed'] = 'Alamat pengirim berikut mengakibatkan error : '; | ||
$PHPMAILER_LANG['instantiate'] = 'Tidak dapat menginisialisasi fungsi email'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Gagal terkirim, alamat email tidak valid : '; | ||
$PHPMAILER_LANG['provide_address'] = 'Harus disediakan minimal satu alamat tujuan'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = 'Mailer tidak didukung'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Kesalahan SMTP: Alamat tujuan berikut menghasilkan error : '; | ||
$PHPMAILER_LANG['signing'] = 'Kesalahan dalam tanda tangan : '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() gagal.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Kesalahan peladen SMTP : '; | ||
$PHPMAILER_LANG['variable_set'] = 'Tidak berhasil mengatur atau mengatur ulang variable : '; |