⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Dutch translation file



lherlaar
  • profile picture
  • Member

Posted 27 April 2012 - 13:47 PM

Hi,

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

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 27 April 2012 - 19:32 PM

Thanks Lennart ;)

Just add it to the master repository and it will be released with the version 1.2.2 ( https://github.com/s...0f657bc5beb1650 )

lherlaar
  • profile picture
  • Member

Posted 16 May 2012 - 14:00 PM

Hi,

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';

lherlaar
  • profile picture
  • Member

Posted 16 May 2012 - 14:02 PM

Oh, one more thing: in the English translation file it says:


$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.)

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 16 May 2012 - 20:49 PM

Thanks [member='lherlaar'] for both. I just did the changes ( https://github.com/scoumbourdis/grocery-crud/commit/1a5a446d27e752f73944e3b7c850f9abbe11c858 )