mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-20 20:02:44 -04:00
Merge branch 'jekkos/master' into composer
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[](https://david-dm.org/jekkos/opensourcepos#info=devDependencie)
|
||||
[](https://gemnasium.com/github.com/jekkos/opensourcepos)
|
||||
[](https://badge.fury.io/gh/jekkos%2Fopensourcepos)
|
||||
[](http://weblate.jpeelaer.net/engage/ospos/?utm_source=widget)
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
@@ -62,4 +62,4 @@ class Login extends CI_Controller
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -60,4 +60,4 @@ function load_stats()
|
||||
|
||||
return $login_footer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user