First, sorry for convenience writing here in english, but if I knew your language, this thread will not be really useful
I'm working on a small app, who send by email pictures after some handlings like resizing or archiving.
For the moment, It's working on ubuntu, you can have some screenshots of it here :
http://forum.ubuntu-fr.org/viewtopic.php?id=137609
I want to do dutch translation of it, It's done in english, but I need your help for Dutch
So, if you have 5 minutes, It'll be very kind to translate this small perl hashtables :
%duguitext = (
"winapp" => "Email My Pictures",
"resframe" => "<b>Resize images</b>",
"reslabel" => "Set up the image size if you want your pictures rescaled",
"defresbtn" => "Don't change anything",
"hqresbtn" => "High Quality : 1024 pixels width",
"mqresbtn" => "Medium Quality : 800 pixels width",
"lqresbtn" => "Low Quality : 640 pixels width",
"portbtnlbl" => "Use this size for height of portrait pictures",
"mailframe" => "<b>Send by Email</b>",
"mailradiolbl" => "Send as Email attachment using :",
"folderradiolbl"=> "Save in folder :",
"optframe" => "<b>General settings</b>",
"jpeglabel" => "JPEG compression rate :",
"zipbtnlbl" => "Create Zip archive with the pictures",
"svgbtnlbl" => "Save the actual setting state");
%duinstall = ( "instmsg1" => "This application needs special components in order to work.\n"
."It's possible that some are missing on your system :\n"
."\n"
." * libgtk2-gladexml-perl\n"
." * liburi-perl\n"
." * libimage-imlib2-perl\n"
." * nautilus-actions\n"
."\n"
."You can easily install this components with :\n"
."<b>sudo apt-get install libgtk2-gladexml-perl "
."liburi-perl libimage-imlib2-perl nautilus-actions</b>\n"
."\n"
."You can continue this installation if you're sure this components are installed"
."on your system, or cancel now in order to install it",
"instmsg2" => "MailPictures is now installed in : $installfolder\n"
."Nautilus action configuration is done\n"
."A symbolic link has been created in nautilus-scripts folder.\n"
."\n"
."WARNING :\n"
."1. A small nautilus-actions bug prevent manual deleting "
."of this application. The best way is to use the <b>uninstall.pl</b> script. "
."You can delete all other files, but please keep this script..."
."2. Nautilus-actions installation needs nautilus to be restart, "
."it can be done logging out your session.\n"
."\n"
."<b> Thanks to report bug to razerraz-AT-free.fr </b>",
"uninstmsg1" => "MailPictures will be totaly deleted.\n"
."Are you sure ?";
"uninstmsg2" => "MailPictures has been deleted, $installfolder doesn't exist anymore\n"
."Symbolic link has been deleted in nautilus-scripts folder.\n"
."Nautilus-actions installation has been deleted, think to log out "
."in order to restart nautilus\n"
."<b>Thanks to have test this program</b>");
Thanks a lot in advance


