help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
plugin jemmyattending_v2.3.1
- edjereloaded
-
Topic Author
- Offline
- New Member
-
- Posts: 15
- Thanks: 1
plugin jemmyattending_v2.3.1
1 year 11 months ago
Dear members,
Maybe somebody can help me.
I have installed the plugin jemmyattending_v2.3.1. Now I want to change the text that I highlighted in yellow in the attached photo.
Can someone tell me where I can find that?
Many thanks for your responses.
Ed
Maybe somebody can help me.
I have installed the plugin jemmyattending_v2.3.1. Now I want to change the text that I highlighted in yellow in the attached photo.
Can someone tell me where I can find that?
Many thanks for your responses.
Ed
Please Log in or Create an account to join the conversation.
Re: plugin jemmyattending_v2.3.1
1 year 11 months ago
Hi, welcome here. Actually I am not at home, so I can't help you more.
Best is to make a CB language override. Years ago I posted this solution. Tomorrow I can help more
Best is to make a CB language override. Years ago I posted this solution. Tomorrow I can help more
Please Log in or Create an account to join the conversation.
- edjereloaded
-
Topic Author
- Offline
- New Member
-
- Posts: 15
- Thanks: 1
Re: plugin jemmyattending_v2.3.1
1 year 11 months ago
Thanks for your quick response.
There is no hurry. I see your message coming through.
Good evening
Ed
There is no hurry. I see your message coming through.
Good evening
Ed
Please Log in or Create an account to join the conversation.
Re: plugin jemmyattending_v2.3.1
1 year 11 months ago
In CB the language files are a bit special. My solution is:
I wrote for german in components/com_comprofiler/plugin/language/de-de/override.php with following text
Write the dutch words and you have a solution!
If you come better clear with the cb language system, share it here please.
jojo12
I wrote for german in components/com_comprofiler/plugin/language/de-de/override.php with following text
Code:
<?php
defined('CBLIB') or die();
return array (
// language strings from files plug_jemmyevents and plug_jemmyattendings
'JEMMYEVENTS_TITLE' => 'Was',
'JEMMYEVENTS_START' => 'Beginn',
'JEMMYEVENTS_DATE' => 'Wann',
'JEMMYEVENTS_CATEGORY' => 'Kategorie',
'JEMMYEVENTS_IMAGE' => 'Bild',
'JEMMYEVENTS_END' => 'Ende',
'JEMMYEVENTS_VENUE' => 'Wo',
'JEMMYEVENTS_NOENTRY' => 'Keine Ausschreibungen',
'JEMMYEVENTS_ATTENDING' => 'Teilnahme',
'Startdate' => 'Startdatum',
'Enddate' => 'Enddatum',
'Combine Date Columns' => 'Datenspalten kombiniert',
'Image' => 'Bild',
'Category' => 'Kategorie',
'Venue' => 'Örtlichkeit',
'Attending' => 'Teilnahme',
'Event description' => 'Eventbeschreibung',
'Show/Hide the start date/time' => 'Startdatum/-zeit anzeigen',
'Show/Hide the end date/time' => 'Enddatum/-zeit anzeigen',
'Show/Hide the image' => 'Bild anzeigen',
'JEMMYATTENDING_NOENTRY' => 'Keine Rückmeldungen',
'JEMMYATTENDING_VENUE' => 'Lokalität',
'JEMMYATTENDING_TITLE' => 'Event',
'JEMMYATTENDING_DESC' => 'Beschreibung',
'JEMMYATTENDING_STARTEND' => 'Start/Ende',
'JEMMYATTENDING_START' => 'Beginn',
'JEMMYATTENDING_END' => 'Ende',
'JEMMYATTENDING_STATUS' => 'Rückmeldung',
'JEMMYATTENDING_COMMENT' => 'Kommentar',
'JEMMYATTENDING_STATUS_UNREGISTERED' => 'Abgemeldet',
'JEMMYATTENDING_STATUS_INVITED' => 'Eingeladen',
'JEMMYATTENDING_STATUS_WAITINGLIST' => 'Auf Warteliste',
'JEMMYATTENDING_STATUS_UNKNOWN' => 'Unklar',
);
Write the dutch words and you have a solution!
If you come better clear with the cb language system, share it here please.
jojo12
The following user(s) said Thank You: Karsten73
Please Log in or Create an account to join the conversation.
Re: plugin jemmyattending_v2.3.1
1 year 10 months ago
@edjereloaded: some reaction would be fair!
Please Log in or Create an account to join the conversation.
Time to create page: 0.401 seconds