Dutch translation file
- Single Page
Posted 27 April 2012 - 13:47 PM
I just started using grocery CRUD for an application in Dutch, so here's a Dutch translation file.
BTW I have to say that I'm impressed with grocery CRUD and the support we're getting here.
Thanks!
Lennart
Posted 27 April 2012 - 19:32 PM
Just add it to the master repository and it will be released with the version 1.2.2 ( https://github.com/s...0f657bc5beb1650 )
Posted 16 May 2012 - 14:00 PM
Here's an addition to the Dutch language file for 1.2.2.
/* Added in version 1.2.2 */
$lang['form_save_and_go_back'] = 'Opslaan en terug naar lijst';
$lang['form_update_and_go_back']= 'Verwerken en terug naar lijst';
/* Upload functionality */
$lang['string_delete_file'] = "Bestand wordt verwijderd";
$lang['string_progress'] = "Voortgang: ";
$lang['error_on_uploading'] = "Er is een fout opgetreden bij het uploaden.";
$lang['message_promt_delete_file'] = "Bestand verwijderen?";
$lang['error_max_number_of_files'] = "Er kan slechts één bestand per keer geupload worden.";
$lang['error_accept_file_types'] = "Het uploaden van dit bestandstype is niet toegestaan.";
$lang['error_max_file_size'] = "Het geuploade bestand is groter dan het ingestelde maximum van {max_file_size}.";
$lang['error_min_file_size'] = "Het uploaden van een leeg bestand is niet mogelijk.";
And also a small change to the previous translations:
$lang['form_upload_a_file'] = 'Bestand uploaden';
Posted 16 May 2012 - 14:02 PM
$lang['error_min_file_size'] = "Your cannot upload an empty file.";
instead of:
$lang['error_min_file_size'] = "You cannot upload an empty file.";
(The same change applies to all 1.2.2 placeholders that have not yet been translated.)
Posted 16 May 2012 - 20:49 PM