-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc809bd
commit bf413d4
Showing
23 changed files
with
164 additions
and
164 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
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
'message_too_long' => 'Message length limit exceeded.', | ||
'start_date_incorrect' => 'Invalid start date. Proceeded with system date.', | ||
'end_date_incorrect' => 'Invalid end date. Proceeded with system date.', | ||
'sender_incorrect' => 'Message title (sender name) is not defined in system', | ||
'credentials_incorrect' => 'Invalid username and password or user does not have API access', | ||
'parameters_incorrect' => 'invalid query. One of the parameters that you send is invalid or required parameters are missing.', | ||
'receiver_incorrect' => 'Invalid recipient.', | ||
'message_too_long' => 'Message length limit exceeded.', | ||
'start_date_incorrect' => 'Invalid start date. Proceeded with system date.', | ||
'end_date_incorrect' => 'Invalid end date. Proceeded with system date.', | ||
'sender_incorrect' => 'Message title (sender name) is not defined in system', | ||
'credentials_incorrect' => 'Invalid username and password or user does not have API access', | ||
'parameters_incorrect' => 'invalid query. One of the parameters that you send is invalid or required parameters are missing.', | ||
'receiver_incorrect' => 'Invalid recipient.', | ||
'otp_account_not_defined' => 'There is no OTP SMS package in your account.', | ||
'query_limit_exceed' => 'Query limit exceeded.', | ||
'system_error' => 'system error.', | ||
'netgsm_general_error' => 'Netgsm responded an error :', | ||
'no_record' => 'No record', | ||
'job_id_not_found' => 'Job id not found', | ||
'query_limit_exceed' => 'Query limit exceeded.', | ||
'system_error' => 'system error.', | ||
'netgsm_general_error' => 'Netgsm responded an error :', | ||
'no_record' => 'No record', | ||
'job_id_not_found' => 'Job id not found', | ||
|
||
'invalid_netgsm_message' => 'invalid netgsm message', | ||
'method_not_allowed' => ':method method is not allowed', | ||
'method_not_allowed' => ':method method is not allowed', | ||
]; |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
'message_too_long' => 'Mesaj metnindeki bir problemden dolayı gönderilemedi veya standart maksimum mesaj karakter sayısını geçtiniz.', | ||
'start_date_incorrect' => 'Mesaj gönderim baslangıç tarihinde hata var. Sistem tarihi ile değiştirilip işleme alındı.', | ||
'end_date_incorrect' => 'Mesaj gönderim sonlandırılma tarihinde hata var. Sistem tarihi ile değiştirilip işleme alındı.Bitiş tarihi başlangıç tarihinden küçük girilmiş ise, sistem bitiş tarihine içinde bulunduğu tarihe 24 saat ekler.', | ||
'sender_incorrect' => 'Mesaj başlığınız (gönderici adınızın) sistemde tanımlı değil.', | ||
'credentials_incorrect' => 'Geçersiz kullanıcı adı, şifre veya kullanıcınızın API erişim izni yok.', | ||
'parameters_incorrect' => 'Hatalı sorgulama. Gönderdiğiniz parametrelerden birisi hatalı veya zorunlu alanlardan biri eksik.', | ||
'receiver_incorrect' => 'Gönderilen numara hatalı.', | ||
'message_too_long' => 'Mesaj metnindeki bir problemden dolayı gönderilemedi veya standart maksimum mesaj karakter sayısını geçtiniz.', | ||
'start_date_incorrect' => 'Mesaj gönderim baslangıç tarihinde hata var. Sistem tarihi ile değiştirilip işleme alındı.', | ||
'end_date_incorrect' => 'Mesaj gönderim sonlandırılma tarihinde hata var. Sistem tarihi ile değiştirilip işleme alındı.Bitiş tarihi başlangıç tarihinden küçük girilmiş ise, sistem bitiş tarihine içinde bulunduğu tarihe 24 saat ekler.', | ||
'sender_incorrect' => 'Mesaj başlığınız (gönderici adınızın) sistemde tanımlı değil.', | ||
'credentials_incorrect' => 'Geçersiz kullanıcı adı, şifre veya kullanıcınızın API erişim izni yok.', | ||
'parameters_incorrect' => 'Hatalı sorgulama. Gönderdiğiniz parametrelerden birisi hatalı veya zorunlu alanlardan biri eksik.', | ||
'receiver_incorrect' => 'Gönderilen numara hatalı.', | ||
'otp_account_not_defined' => 'Hesabınızda OTP SMS Paketi tanımlı değildir.', | ||
'query_limit_exceed' => 'Hesabınızda OTP SMS Paketi tanımlı değildir.', | ||
'system_error' => 'Sistem hatası.', | ||
'netgsm_general_error' => 'Netgsm hatalı cevap döndü :', | ||
'no_record' => 'Kayıt yok', | ||
'job_id_not_found' => 'Job id bulunamadı', | ||
'query_limit_exceed' => 'Hesabınızda OTP SMS Paketi tanımlı değildir.', | ||
'system_error' => 'Sistem hatası.', | ||
'netgsm_general_error' => 'Netgsm hatalı cevap döndü :', | ||
'no_record' => 'Kayıt yok', | ||
'job_id_not_found' => 'Job id bulunamadı', | ||
|
||
'invalid_netgsm_message' => 'Geçerli bir Netgsm mesajı değil', | ||
'method_not_allowed' => ':method metoduna izin verilmiyor', | ||
'method_not_allowed' => ':method metoduna izin verilmiyor', | ||
]; |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.