From 838df08eae034a75dfa463e226d8cc8f87e2c8f0 Mon Sep 17 00:00:00 2001 From: Joe Salty Date: Tue, 13 Sep 2016 19:23:31 +0000 Subject: [PATCH 1/4] Translated using Weblate (Hungarian) Currently translated at 100.0% (22 of 22 strings) --- application/language/hu-HU/customers_lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/language/hu-HU/customers_lang.php b/application/language/hu-HU/customers_lang.php index 76c3f8bda..cd04d50ce 100644 --- a/application/language/hu-HU/customers_lang.php +++ b/application/language/hu-HU/customers_lang.php @@ -6,7 +6,7 @@ $lang["customers_cannot_be_deleted"] = "Nem lehet törölni a kiválasztott vev $lang["customers_company_name"] = "Cég neve."; $lang["customers_confirm_delete"] = "Biztos törölni kívánja a kiválasztott vevőket?"; $lang["customers_customer"] = "Vevő"; -$lang["customers_discount"] = "Discount"; +$lang["customers_discount"] = "Kedvezmény"; $lang["customers_error_adding_updating"] = "Hiba a vásárló modosításánál/hozzáadásánál"; $lang["customers_new"] = "Új vevő"; $lang["customers_none_selected"] = "Nem választott ki egyetlen vásárlót sem a törléshez"; @@ -15,10 +15,10 @@ $lang["customers_successful_adding"] = "Sikeresen hozzáadott egy vevőt"; $lang["customers_successful_deleted"] = "Sikeres törlés."; $lang["customers_successful_updating"] = "Sikeresen módosította a vevőt"; $lang["customers_taxable"] = "Adóköteles"; -$lang["customers_total"] = "Total"; +$lang["customers_total"] = "Összesen"; $lang["customers_update"] = "Vevő módosítása"; $lang["customers_import_items_excel"] = "Vevők importálása Excelből"; $lang["customers_excel_import_failed"] = "Excel import sikertelen"; -$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format"; -$lang["customers_excel_import_success"] = "Import of Customers successful"; -$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list"; +$lang["customers_excel_import_nodata_wrongformat"] = "A feltöltött fájlban nincs adat, vagy rossz formátum."; +$lang["customers_excel_import_success"] = "Vásárlók importálása sikeres"; +$lang["customers_excel_import_partially_failed"] = "A legtöbb vásárló importálva. alább a lista a kimaradottakról"; From 83b4f9f8a8debddf09e773ec46b9a4b3966ca5ef Mon Sep 17 00:00:00 2001 From: Joe Salty Date: Tue, 13 Sep 2016 19:22:23 +0000 Subject: [PATCH 2/4] Translated using Weblate (Hungarian) Currently translated at 100.0% (89 of 89 strings) --- application/language/hu-HU/items_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/hu-HU/items_lang.php b/application/language/hu-HU/items_lang.php index 0918ca6cb..f5c67d788 100644 --- a/application/language/hu-HU/items_lang.php +++ b/application/language/hu-HU/items_lang.php @@ -30,7 +30,7 @@ $lang["items_edit_multiple_items"] = "Editing Multiple Items"; $lang["items_error_adding_updating"] = "Termék módositása/hozzáadása sikertelen."; $lang["items_error_updating_multiple"] = "Termék módositás sikertelen"; $lang["items_excel_import_failed"] = "Excel import sikertelen"; -$lang["items_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format"; +$lang["items_excel_import_nodata_wrongformat"] = "A feltöltött fájlban nincs adat, vagy rossz formátum."; $lang["items_excel_import_success"] = "Import of Items successful"; $lang["items_excel_import_partially_failed"] = "Most Items imported. But some were not, here is the list"; $lang["items_generate_barcodes"] = "Vonalkód generálás"; From ceaa378978d7ed4fcda982dc0db48a1dbb2ca291 Mon Sep 17 00:00:00 2001 From: Joe Salty Date: Tue, 13 Sep 2016 19:19:46 +0000 Subject: [PATCH 3/4] Translated using Weblate (Hungarian) Currently translated at 100.0% (12 of 12 strings) --- application/language/hu-HU/messages_lang.php | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/application/language/hu-HU/messages_lang.php b/application/language/hu-HU/messages_lang.php index ed1f113a8..d968b39ad 100644 --- a/application/language/hu-HU/messages_lang.php +++ b/application/language/hu-HU/messages_lang.php @@ -1,14 +1,14 @@ Date: Wed, 14 Sep 2016 03:35:30 +0100 Subject: [PATCH 4/4] Fixed login issue (#859 #862) --- application/controllers/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Login.php b/application/controllers/Login.php index 054fe4767..95aaaf73d 100644 --- a/application/controllers/Login.php +++ b/application/controllers/Login.php @@ -32,7 +32,7 @@ class Login extends CI_Controller $this->tracking_lib->track_page('login', 'login', $login_info); $this->tracking_lib->track_event('Stats', 'Theme', $this->config->item('theme')); - $this->tracking_lib->track_event('Stats', 'Language', current_language()); + $this->tracking_lib->track_event('Stats', 'Language', $this->config->item('language')); $this->tracking_lib->track_event('Stats', 'Timezone', $this->config->item('timezone')); $this->tracking_lib->track_event('Stats', 'Currency', $this->config->item('currency_symbol')); $this->tracking_lib->track_event('Stats', 'Tax Included', $this->config->item('tax_included'));