mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Dutch)
This commit is contained in:
parent
a6e9021ffb
commit
f9a17195c0
@ -104,10 +104,6 @@ return [
|
|||||||
'name' => 'Gebruiker'
|
'name' => 'Gebruiker'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*Menu Button*/
|
/*Menu Button*/
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'name' => 'Profiel'
|
'name' => 'Profiel'
|
||||||
@ -198,7 +194,6 @@ return [
|
|||||||
'name' => 'Mijn verkoop'
|
'name' => 'Mijn verkoop'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/* Right Dock*/
|
/* Right Dock*/
|
||||||
'right_secure_trading_subject' => [
|
'right_secure_trading_subject' => [
|
||||||
'name' => 'Veilige handel'
|
'name' => 'Veilige handel'
|
||||||
@ -364,7 +359,6 @@ return [
|
|||||||
'name' => 'Voorkeuren instellingen',
|
'name' => 'Voorkeuren instellingen',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
'corporate_settings' => [
|
'corporate_settings' => [
|
||||||
'name' => 'Bedrijfsinstellingen',
|
'name' => 'Bedrijfsinstellingen',
|
||||||
],
|
],
|
||||||
@ -444,4 +438,11 @@ return [
|
|||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => 'Tax Number'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// Profile page
|
||||||
|
'my_profile' => 'My Profile',
|
||||||
|
'edit_profile' => 'Edit Profile',
|
||||||
|
'edit_details' => 'Edit Details',
|
||||||
|
'update' => 'Update',
|
||||||
|
'change_password' => 'Change Password',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user