By Guest on Thursday, 08 October 2015
Replies 7
Likes 0
Views 2.6K
Votes 0
Beim Bearbeiten von Events in deutscher Sprache erscheinen drei Schaltflächen.

1. Speichern
2. Speichern & Schließen
3. Cancel

"Cancel" heißt sonst immer "Abbrechen"


PHP Version : 5.4.44
MySQL Version : 5.1.73-log
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 5000
Club code set? : No
Joomla : 3.4.4
component_com_jevents : 3.2.20
component_com_jce : 2.5.8
module_mod_jevents_cal : 3.2.20
module_mod_jevents_custom : 3.2.20
module_mod_jevents_filter : 3.2.20
module_mod_jevents_latest : 3.2.20
module_mod_jevents_legend : 3.2.20
module_mod_jevents_switchview : 3.2.20
plugin_content_jevents : 3.2.20
plugin_finder_jevents : 3.2.20 (not enabled)
plugin_search_eventsearch : 3.2.20


Begeisterter JEvents-Nutzer

Rudi
Hello Rudi,

Can you please update to JEvents 3.4?

And also make sure you JEvents Core translation is up to date?

Thanks
Tony
·
Thursday, 08 October 2015 21:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Done. 3.4 installed and de-DE translations as of 2015.09.16.
It is still showing "Cancel" <!-- s:-( --><img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->


PHP Version : 5.4.44
MySQL Version : 5.1.73-log
Server Information : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Fix jQuery? : Yes
Load JEvents Bootstrap CSS? : Yes
Load JEvents Bootstrap JS? : Yes
Max Input Vars ? : 5000
Club code set? : No
User Agent : Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1
Joomla : 3.4.4
component_com_jevents : 3.4.0
component_com_jce : 2.5.8
module_mod_jevents_cal : 3.4.0
module_mod_jevents_custom : 3.4.0
module_mod_jevents_filter : 3.4.0
module_mod_jevents_latest : 3.4.0
module_mod_jevents_legend : 3.4.0
module_mod_jevents_switchview : 3.4.0
plugin_content_jevents : 3.4.0
plugin_finder_jevents : 3.4.0 (not enabled)
plugin_search_eventsearch : 3.4.0
plugin_system_gwejson : 3.4.0 (not enabled)
·
Friday, 09 October 2015 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
In our current translation that language string is correctly translated and I cannot see any issue in the langugae file. Can you please enable Joomla debug and language debug mode and see if any error arise when accessing the page?
·
Saturday, 10 October 2015 07:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanx for the quick response. I switched on debug and it shows

??JEV_MANAGE_EVENT??

when I click the pencil to start editing. After clicking

** Bearbeite den Hauptevent **

?? Cancel ??

appears as button description.

I hope this tells you more than me :-/

Thanx again and best regards

Rudi
·
Monday, 12 October 2015 17:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Rudi,
I see the problem now. It will be fixed in next release of JEvents.

Best!!
·
Tuesday, 13 October 2015 11:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I do not know if there are any side effects to be expected. However changing the line

$this->toolbarButton($evedrd, 'cancel', 'cancel', 'Cancel', false);

in

…\components\com_jevents\views\icalevent\view.html.php

to

$this->toolbarButton($evedrd, 'cancel', 'cancel', 'JEV_CANCEL', false);

it solves the issue.
·
Tuesday, 15 March 2016 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
I've made this change for the next release - thanks
·
Wednesday, 16 March 2016 14:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post