diff --git a/README.md b/README.md index 3854bb716..eac20fa3a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![devDependency Status](https://david-dm.org/jekkos/opensourcepos/dev-status.svg)](https://david-dm.org/jekkos/opensourcepos#info=devDependencie) [![Dependency Status](https://gemnasium.com/badges/github.com/jekkos/opensourcepos.svg)](https://gemnasium.com/github.com/jekkos/opensourcepos) [![GitHub version](https://badge.fury.io/gh/jekkos%2Fopensourcepos.svg)](https://badge.fury.io/gh/jekkos%2Fopensourcepos) +[![Translation status](http://weblate.jpeelaer.net/widgets/ospos/-/svg-badge.svg)](http://weblate.jpeelaer.net/engage/ospos/?utm_source=widget) Introduction ------------ diff --git a/application/controllers/Login.php b/application/controllers/Login.php index de3e50139..054fe4767 100644 --- a/application/controllers/Login.php +++ b/application/controllers/Login.php @@ -62,4 +62,4 @@ class Login extends CI_Controller return TRUE; } } -?> \ No newline at end of file +?> diff --git a/application/hooks/load_stats.php b/application/hooks/load_stats.php index 24e4737f2..30ecaa135 100644 --- a/application/hooks/load_stats.php +++ b/application/hooks/load_stats.php @@ -60,4 +60,4 @@ function load_stats() return $login_footer; } -} \ No newline at end of file +} diff --git a/application/language/nl-BE/common_lang.php b/application/language/nl-BE/common_lang.php index bf9824150..2ccb08665 100755 --- a/application/language/nl-BE/common_lang.php +++ b/application/language/nl-BE/common_lang.php @@ -3,7 +3,7 @@ $lang["common_address_1"] = "Adres 1"; $lang["common_address_2"] = "Adres 2"; $lang["common_city"] = "Stad"; -$lang["common_close"] = "Close"; +$lang["common_close"] = "Sluit"; $lang["common_comments"] = "Commentaar"; $lang["common_common"] = "algemeen"; $lang["common_confirm_search"] = "U hebt een of meerdere rijen geselecteerd, deze zullen niet langer geselecteerd zijn na de zoekopdracht. Bent u zeker dat u wil verdergaan?"; @@ -31,7 +31,7 @@ $lang["common_list_of"] = "Lijst van"; $lang["common_logout"] = "Logout"; $lang["common_new"] = "Nieuw"; $lang["common_no_persons_to_display"] = "Er werden geen personen gevonden"; -$lang["common_none_selected_text"] = "Nothing selected"; +$lang["common_none_selected_text"] = "Geen selectie"; $lang["common_or"] = "Of"; $lang["common_phone_number"] = "Telefoon"; $lang["common_phone_number_required"] = ""; @@ -49,17 +49,17 @@ $lang["common_view_recent_sales"] = "Bekijk recente verkoop"; $lang["common_website"] = "website"; $lang["common_welcome"] = "Welkom"; $lang["common_welcome_message"] = "Welkom in OSPOS, klik beneden een module aan om te beginnen!"; -$lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale Version"; +$lang["common_you_are_using_ospos"] = "U gebruikt Open Source Point Of Sale Version"; $lang["common_zip"] = "Postcode"; $lang["common_import"] = "Import"; $lang["common_download_import_template"] = "Download Import Excel Template (CSV)"; $lang["common_import_excel"] = "Excel Import"; -$lang["common_import_full_path"] = "Full path to excel file required"; -$lang["common_import_select_file"] = "Select file"; -$lang["common_import_change_file"] = "Change"; -$lang["common_import_remove_file"] = "Remove"; +$lang["common_import_full_path"] = "Volledig pad naar excel file vereist"; +$lang["common_import_select_file"] = "Selecteer bestand"; +$lang["common_import_change_file"] = "Wijzig"; +$lang["common_import_remove_file"] = "Verwijder"; $lang["common_export_excel"] = "Excel Export"; -$lang["common_export_excel_yes"] = "Yes"; +$lang["common_export_excel_yes"] = "Ja"; $lang["common_export_excel_no"] = "No"; -$lang["common_required"] = "Required"; +$lang["common_required"] = "Vereist"; $lang["common_id"] = "Id";