Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Dutch language in simple image pro

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26555 by michiel Knaven
Dutch language in simple image pro was created by michiel Knaven
Hi there,

Just switched to the newer version of simpro and cannot find the way
to style the whole thing in Dutch.

Could someone give me a hint?

thanks in advance,

|\/|ichiel

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 8 months ago #26556 by Yiota
Replied by Yiota on topic Re: Dutch language in simple image pro
You could locate the file language/en-GB/en-GB.plg_content_jw_sigpro.ini and translate it in dutch after copy-paste to the folder of dutch with the right prefix.
After that and after selecting the popup engine that suits you, you will have to also translate some elements of the popup.

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26557 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
Thank you. Unfortunatly the file is not in the language/en-GB folder! Is there a way to get/download it from the joomlaworkssite?

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 8 months ago #26558 by Yiota
Replied by Yiota on topic Re: Dutch language in simple image pro
It's inside the zip package you have purchashed. Probably the language folder didn't have the appropriate permissions so it wasn't installed.

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26559 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
Hi Yiota,

Found the en-GB.plg_content_jw_sigpro.ini, made a copy and placed it into the
language/nl-NL folder and renamed the file as: nl-NL.plg_content_jw_sigpro.ini.
After translating nothing changed!
In the XML file of the plugin I changed:
  <languages>
    <language tag="en-GB">en-GB.plg_content_jw_sigpro.ini</language>
  </languages>
into:
  <languages>
    <language tag="nl-NL">nl-NL.plg_content_jw_sigpro.ini</language>
  </languages>
still no results..

Is the problem maybe in the jw_sigpro.php file:

// load the plugin language file the proper way
if($mainframe->isAdmin()){
JPlugin::loadLanguage( 'plg_content_'.$plg_name );
} else {
JPlugin::loadLanguage( 'plg_content_'.$plg_name, 'administrator' );
}

I am getting desperate, have to have the plugin running for little kids at the
end of the week and they don't speak english..

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 8 months ago #26560 by Yiota
Replied by Yiota on topic Re: Dutch language in simple image pro
Could you tell me exactly what you want to translate, what popup engine do you use or even better maybe you could attach an image, where the parts you want to translate are noted.

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26561 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
I use the PrettyPhoto popup engine and the default layout template (see image)

I want to change these text's: ( from the language ini file)
// FRONTEND

JWSP_FE_CPNTITLE=Click to open image!
JWSP_FE_CPNDESCRIPTION=<b>Navigation tip:</b> Hover mouse on top of the right or left side of the image to see the next or previous image respectively.

You are browsing images from the article:
JWSP_FE_IMGTITLE=Click to open image!
JWSP_FE_DOWNLOAD=Download this image
JWSP_DL_ERROR=Sorry, download unavailable or wrong file path set!

Please contact the administrator of this site.

<a href="javascript:history.go(-1);">Return</a>

thanks,

|\/|ikes
Attachments:

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 8 months ago #26562 by Yiota
Replied by Yiota on topic Re: Dutch language in simple image pro
So you actually translate them inside the nl-NL.plg_content_jw_sigpro.ini file and for some reason none of them work?

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26563 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
yes!

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 8 months ago #26564 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
Hi Yiota,

I notice a BIG difference between version 1.2 and 2.4 in the backend!
In version 1.2 you can choose for language, fill in the navigation tip message,
popup window message, click top open message. All of this is missing in version 2.4!!!

is patch possible?

|\/|ikes

Please Log in or Create an account to join the conversation.

More
15 years 7 months ago #26565 by Otto Roth
Replied by Otto Roth on topic Re: Dutch language in simple image pro
I've had the same troubles, I also wanted to have the Dutch language.

I noticed the language file is copied to joomlaroot/administrator/language/en-GB. The first 20 minutes after I read this thread, I was searching for the language file in joomlaroot/language/en-GB/, not finding it, manually copying it, translating, checking if it worked (ofcourse not), etc.  :-\

I agree it would be much more easy to have the language editable directly from the settings in Joomla, just as in the free edition. It would have saved me quite some time. :)

Please Log in or Create an account to join the conversation.

  • michiel Knaven
  • michiel Knaven's Avatar Topic Author
  • Offline
  • New Member
More
15 years 7 months ago #26566 by michiel Knaven
Replied by michiel Knaven on topic Re: Dutch language in simple image pro
I hope we will get a solution for the language problem, for now I did
the following:
changed the images "next, previous and close" to a dutch version
set the caption on, now you can add dutch texts.

What is still left is: "click to open image" which is generated from which(?) php
file as "alt text", the "download text" and the text "you are browsing images from.."etc.

Yiota, can please give us some clues?

thanks in advance,

|\/|ikes

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #26567 by Piet Manders
Replied by Piet Manders on topic Re: Dutch language in simple image pro
Hallo Mike.

Ik heb de oplossing voor je.
Ga via ftp naar administrator en dan language.
Zoek de file en-GB.plg_content_jw_sigpro.ini op.

Zoek deze regel op (29 tot 34)

Het staat nu in het Engels maar dit kun je aanpassen in de volgende regels:

JW_SIGP_LABELS_01="Title"
JW_SIGP_LABELS_02="<b>Description</b>
You can use HTML as you can see!"
JW_SIGP_LABELS_03="Klik om de foto te openen!"
JW_SIGP_LABELS_04="<b>Navigatie tip:</b> Ga met de muis naar de linkerkant van de foto om terug te bladeren en naar de rechterkant om vooruit te bladeren.


Je gaat nu door dit album heen :"
JW_SIGP_LABELS_05="Download deze foto"

Succes ermee...

Please Log in or Create an account to join the conversation.

More
13 years 4 months ago #26568 by Katia
Replied by Katia on topic Re: Dutch language in simple image pro
@mandersp,
please post in English.

Please Log in or Create an account to join the conversation.

  • la marie de chez jolly
  • la marie de chez jolly's Avatar
  • Offline
  • New Member
More
13 years 3 months ago #26569 by la marie de chez jolly
Replied by la marie de chez jolly on topic Re: Dutch language in simple image pro
Hi !

I have the quite same problem but in french !
When i want to give name to my pictures
With the text file :
image-MDF-1.jpg|Séjour|<b>Description image 1</b>
Tu veux pas prendre les accents ?? à é ö
It doesn't work but when i do the same without accented letters it works !

I read your message but i don't find the solution !!

Can you help me ?

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #26570 by Katia
Replied by Katia on topic Re: Dutch language in simple image pro
Try to save your labels.txt to Unicode please.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum