Bump version to 2.3.4

Update dutch translation for company_name
Fix timeformat for date filtering in items module
This commit is contained in:
jekkos
2016-01-07 19:53:52 +01:00
parent c408afad67
commit 4ddde65b41
5 changed files with 11 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
|
|
*/
$config['application_version'] = '2.3.3';
$config['application_version'] = '2.3.4';
/*
|--------------------------------------------------------------------------

View File

@@ -3,7 +3,7 @@
$lang["suppliers_account_number"] = "Btw nummer";
$lang["suppliers_basic_information"] = "Informatie Leverancier";
$lang["suppliers_cannot_be_deleted"] = "De geselecteeerde leveranciers konden niet worden verwijderd. Eén of meerdere leveranciers hebben ordergegevens in de database zitten.";
$lang["suppliers_company_name"] = "Bedrijfsnaam";
$lang["suppliers_company_name"] = "Leverancier";
$lang["suppliers_company_name_required"] = "Bedrijfsnaam moet ingevuld worden";
$lang["suppliers_agency_name"] = "Agencynaam";
$lang["suppliers_confirm_delete"] = "Bent u zeker dat u de geselecteerde leveranciers wil verwijderen?";

View File

@@ -46,11 +46,14 @@ $(document).ready(function()
}
});
$(".date_filter").datepicker({onSelect: function(d,i){
$(".date_filter").datepicker({onSelect: function(d,i)
{
if(d !== i.lastVal){
$(this).change();
}
}, dateFormat: "<?php echo dateformat_jquery($this->config->item('dateformat'));?>"}).change(function() {
}, dateFormat: '<?php echo dateformat_jquery($this->config->item("dateformat"));?>',
timeFormat: '<?php echo dateformat_jquery($this->config->item("timeformat"));?>'
}).change(function() {
do_search(true);
return false;
});

View File

@@ -40,7 +40,9 @@ $(document).ready(function()
if(d !== i.lastVal){
$(this).change();
}
}, dateFormat: "<?php echo dateformat_jquery($this->config->item('dateformat'));?>"}).change(function() {
}, dateFormat: "<?php echo dateformat_jquery($this->config->item('dateformat'));?>",
timeFormat: "<?php echo dateformat_jquery($this->config->item('timeFormat'));?>"
}).change(function() {
do_search(true, function(response) {
$("#payment_summary").html(response.payment_summary);
});

View File

@@ -2,7 +2,7 @@ label,nl-BE,es,en,fr,zh,ru,th,tr,id
suppliers_account_number,Btw nummer,Cuenta #,Account #,# Compte,帳號 #,№ счета,บัญชี #,Hesap No,Nomor Akun Pemasok
suppliers_basic_information,Informatie Leverancier,Información de Proveedores,Supplier Information,Informations fournisseur,供應商資料,Информация о поставщике,ข้อมูลผู้ผลิต,Sağlayıcı Bilgisi,Informasi Pemasok
suppliers_cannot_be_deleted,De geselecteeerde leveranciers konden niet worden verwijderd. Eén of meerdere leveranciers hebben ordergegevens in de database zitten.,No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas.,"Could not deleted selected suppliers, one or more of the selected suppliers has sales.",Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes.,無法刪除所選擇的供應商,選定的供應商中至少有一家已有銷售紀錄。,"Не удалось удалить выбранные поставщиков, один или более из выбранных поставщиков имеет продаж.","ลบผู้ผลิตที่ถูกเลือกไม่ได้, one or more of the selected suppliers has sales.","Sağlayıcı silinemedi, bazı sağlayıcıların satışı var.","Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan."
suppliers_company_name,Bedrijfsnaam,Nombre de la Compañía,Company Name,Nom d\'Entreprise,公司名稱,Название компании,ชื่อบริษัท,Şirket Adı,Nama Perusahaan
suppliers_company_name,Leverancier,Nombre de la Compañía,Company Name,Nom d\'Entreprise,公司名稱,Название компании,ชื่อบริษัท,Şirket Adı,Nama Perusahaan
suppliers_company_name_required,Bedrijfsnaam moet ingevuld worden,Nombre de la Compañía es requerido,Company Name is a required field,Le Nom d\'Entreprise est un champ requis,公司名稱是必填欄位,Название компании является обязательным полем,ชื่อบริษัทต้องกรอก,Şirket Adı zorunlu alandır,Nama Perusahaan wajib diisi
suppliers_agency_name,Agencynaam,Nombre de la Agency,Agency Name,Nom d\'Agence, , , , ,Nama
suppliers_confirm_delete,Bent u zeker dat u de geselecteerde leveranciers wil verwijderen?,¿Seguro(a) de querer borrar los proveedores seleccionados?,Are you sure you want to delete the selected suppliers?,Etes vous sûr(e) de vouloir supprimer ce(s) fournisseur(s)?,你確定要刪除選定的供應商嗎?,"Вы уверены, что хотите удалить выбранных поставщиков?",แน่ใจหรือไม่ที่จะลบผู้ผลิตที่ถููกเลือก?,Seçili sağlayıcıları düzenlemek istiyor musunuz?,Apakah Anda yakin ingin menghapus pemasok yang dipilih?
1 label nl-BE es en fr zh ru th tr id
2 suppliers_account_number Btw nummer Cuenta # Account # # Compte 帳號 # № счета บัญชี # Hesap No Nomor Akun Pemasok
3 suppliers_basic_information Informatie Leverancier Información de Proveedores Supplier Information Informations fournisseur 供應商資料 Информация о поставщике ข้อมูลผู้ผลิต Sağlayıcı Bilgisi Informasi Pemasok
4 suppliers_cannot_be_deleted De geselecteeerde leveranciers konden niet worden verwijderd. Eén of meerdere leveranciers hebben ordergegevens in de database zitten. No se pudo borrar los proveedores seleccionados. Uno o más de los seleccionados tiene ventas. Could not deleted selected suppliers, one or more of the selected suppliers has sales. Impossible de supprimer le(s) fournisseur(s) sélectionné(s). Un ou plusieurs ont des ventes. 無法刪除所選擇的供應商,選定的供應商中至少有一家已有銷售紀錄。 Не удалось удалить выбранные поставщиков, один или более из выбранных поставщиков имеет продаж. ลบผู้ผลิตที่ถูกเลือกไม่ได้, one or more of the selected suppliers has sales. Sağlayıcı silinemedi, bazı sağlayıcıların satışı var. Tidak bisa dihapus pemasok yang dipilih, satu atau lebih dari pemasok yang dipilih memiliki penjualan.
5 suppliers_company_name Bedrijfsnaam Leverancier Nombre de la Compañía Company Name Nom d\'Entreprise 公司名稱 Название компании ชื่อบริษัท Şirket Adı Nama Perusahaan
6 suppliers_company_name_required Bedrijfsnaam moet ingevuld worden Nombre de la Compañía es requerido Company Name is a required field Le Nom d\'Entreprise est un champ requis 公司名稱是必填欄位 Название компании является обязательным полем ชื่อบริษัทต้องกรอก Şirket Adı zorunlu alandır Nama Perusahaan wajib diisi
7 suppliers_agency_name Agencynaam Nombre de la Agency Agency Name Nom d\'Agence Nama
8 suppliers_confirm_delete Bent u zeker dat u de geselecteerde leveranciers wil verwijderen? ¿Seguro(a) de querer borrar los proveedores seleccionados? Are you sure you want to delete the selected suppliers? Etes vous sûr(e) de vouloir supprimer ce(s) fournisseur(s)? 你確定要刪除選定的供應商嗎? Вы уверены, что хотите удалить выбранных поставщиков? แน่ใจหรือไม่ที่จะลบผู้ผลิตที่ถููกเลือก? Seçili sağlayıcıları düzenlemek istiyor musunuz? Apakah Anda yakin ingin menghapus pemasok yang dipilih?