Re: [dspace-tech] Displaying item under : Browsing by

2017-07-14 Thread Lewatle Johannes Phaladi
Hi Claudia,

Thanks a lot for sharing.

Regards,
Lewatle 

On Thursday, 13 July 2017 13:17:49 UTC+2, Claudia Jürgen wrote:
>
> Hello Lewatle,
>
> in the source you find it at:
> [dspace-source]/dspace-api/src/main/resources/Messages.properties
> If you want to customize it copy it to
> [dspace-source]/dspace/modules/jspui/src/main/resources/
> Make your changes there and after rebuilding the files in modules will 
> overlay the original ones.
> The Messages.properties is then part of the dspace-api.jar.
>
> Hope this helps
>
> Claudia Jürgen
>
>
> Am 13.07.2017 um 13:11 schrieb Lewatle Johannes Phaladi:
>
> Hi Claudia,
>
> What is the location of Messages.properties under DSpace installation 
> directory?
>
> Regards,
> Lewatle 
>
> On Thursday, 13 July 2017 11:14:25 UTC+2, Claudia Jürgen wrote:
>
> Hello Johannes, 
>
> as you are using the jspui you need to customize the Messages.properties 
> file, the messages.xml is for the xmlui 
> see 
> https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-Messagecatalog.1
>  
> for details on where to find and where to customize the message catalogue. 
>
> Hope this helps 
>
> Claudia Jürgen 
>
> Am 13.07.2017 um 10:55 schrieb Lewatle Johannes Phaladi: 
>
> Dear DSpace Colleagues, 
>
> I have added type under browse by, i am using dspace 6.0 and jspui 
> interface, on drop down menu when i click on Browse type it appears on 
>
> the 
>
> list but it doest appear as one word type it comes as follows with 
>
> question 
>
> marks  : 
> ???browse.type.metadata.type??? 
>
> i have edited dspace.cfg and messages.xml file, i have re-indexed 
>
> discovery 
>
> and restarted tomcat, i thought maybe there is closed code i did not do 
>
> but 
>
> when i re-check i find all codes closed well  please advise as to how 
> can i make the type to appear as one word, when i click : 
> ???browse.type.metadata.type??? 
>
> under browse by it opens items types submitted, i only want to edit the 
> labeling part 
>
> Regards, 
> Lewatle 
>
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>
>
>
> -- 
> Claudia Juergen
> Eldorado
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43
> Fax: +49 231-755 40 32claudia...@tu-dortmund.de 
> www.ub.tu-dortmund.de
>
>
>
>
> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz 
> per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, 
> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder 
> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. 
> Important note: The information included in this e-mail is confidential. It 
> is solely intended for the recipient. If you are not the intended recipient 
> of this e-mail please contact the sender and delete this message. Thank 
> you. Without prejudice of e-mail correspondence, our statements are only 
> legally binding when they are made in the conventional written form (with 
> personal signature) or when such documents are sent by fax. * 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Displaying item under : Browsing by

2017-07-13 Thread Claudia Jürgen

Hello Lewatle,

in the source you find it at:
[dspace-source]/dspace-api/src/main/resources/Messages.properties
If you want to customize it copy it to
[dspace-source]/dspace/modules/jspui/src/main/resources/
Make your changes there and after rebuilding the files in modules will overlay 
the original ones.
The Messages.properties is then part of the dspace-api.jar.

Hope this helps

Claudia Jürgen


Am 13.07.2017 um 13:11 schrieb Lewatle Johannes Phaladi:

Hi Claudia,

What is the location of Messages.properties under DSpace installation
directory?

Regards,
Lewatle

On Thursday, 13 July 2017 11:14:25 UTC+2, Claudia Jürgen wrote:



Hello Johannes,

as you are using the jspui you need to customize the Messages.properties
file, the messages.xml is for the xmlui
see

https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-Messagecatalog.1
for details on where to find and where to customize the message catalogue.

Hope this helps

Claudia Jürgen

Am 13.07.2017 um 10:55 schrieb Lewatle Johannes Phaladi:


Dear DSpace Colleagues,

I have added type under browse by, i am using dspace 6.0 and jspui
interface, on drop down menu when i click on Browse type it appears on


the


list but it doest appear as one word type it comes as follows with


question


marks  :
???browse.type.metadata.type???

i have edited dspace.cfg and messages.xml file, i have re-indexed


discovery


and restarted tomcat, i thought maybe there is closed code i did not do


but


when i re-check i find all codes closed well  please advise as to how
can i make the type to appear as one word, when i click :
???browse.type.metadata.type???

under browse by it opens items types submitted, i only want to edit the
labeling part

Regards,
Lewatle




--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia...@tu-dortmund.de 
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für
diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher
Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines
solchen Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential.
It is solely intended for the recipient. If you are not the intended
recipient of this e-mail please contact the sender and delete this message.
Thank you. Without prejudice of e-mail correspondence, our statements are
only legally binding when they are made in the conventional written form
(with personal signature) or when such documents are sent by fax.







--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Displaying item under : Browsing by

2017-07-13 Thread Lewatle Johannes Phaladi
Hi Claudia,

I am on it thanks for the reply, hoping for good results.

Regards,
Lewatle 

On Thursday, 13 July 2017 11:14:25 UTC+2, Claudia Jürgen wrote:
>
> Hello Johannes, 
>
> as you are using the jspui you need to customize the Messages.properties 
> file, the messages.xml is for the xmlui 
> see 
>
> https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-Messagecatalog.1
>  
> for details on where to find and where to customize the message catalogue. 
>
> Hope this helps 
>
> Claudia Jürgen 
>
> Am 13.07.2017 um 10:55 schrieb Lewatle Johannes Phaladi: 
> > Dear DSpace Colleagues, 
> > 
> > I have added type under browse by, i am using dspace 6.0 and jspui 
> > interface, on drop down menu when i click on Browse type it appears on 
> the 
> > list but it doest appear as one word type it comes as follows with 
> question 
> > marks  : 
> > ???browse.type.metadata.type??? 
> > 
> > i have edited dspace.cfg and messages.xml file, i have re-indexed 
> discovery 
> > and restarted tomcat, i thought maybe there is closed code i did not do 
> but 
> > when i re-check i find all codes closed well  please advise as to how 
> > can i make the type to appear as one word, when i click : 
> > ???browse.type.metadata.type??? 
> > 
> > under browse by it opens items types submitted, i only want to edit the 
> > labeling part 
> > 
> > Regards, 
> > Lewatle 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231-755 40 32 
> claudia...@tu-dortmund.de  
> www.ub.tu-dortmund.de 
>
> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für 
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender 
> und vernichten Sie diese Mail. Vielen Dank. 
> Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
> ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
> Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines 
> solchen Schriftstücks per Telefax erfolgen. 
>
> Important note: The information included in this e-mail is confidential. 
> It is solely intended for the recipient. If you are not the intended 
> recipient of this e-mail please contact the sender and delete this message. 
> Thank you. Without prejudice of e-mail correspondence, our statements are 
> only legally binding when they are made in the conventional written form 
> (with personal signature) or when such documents are sent by fax. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Displaying item under : Browsing by

2017-07-13 Thread Claudia Jürgen

Hello Johannes,

as you are using the jspui you need to customize the Messages.properties
file, the messages.xml is for the xmlui
see
https://wiki.duraspace.org/display/DSDOC6x/Localization+L10n#LocalizationL10n-Messagecatalog.1
for details on where to find and where to customize the message catalogue.

Hope this helps

Claudia Jürgen

Am 13.07.2017 um 10:55 schrieb Lewatle Johannes Phaladi:

Dear DSpace Colleagues,

I have added type under browse by, i am using dspace 6.0 and jspui
interface, on drop down menu when i click on Browse type it appears on the
list but it doest appear as one word type it comes as follows with question
marks  :
???browse.type.metadata.type???

i have edited dspace.cfg and messages.xml file, i have re-indexed discovery
and restarted tomcat, i thought maybe there is closed code i did not do but
when i re-check i find all codes closed well  please advise as to how
can i make the type to appear as one word, when i click :
???browse.type.metadata.type???

under browse by it opens items types submitted, i only want to edit the
labeling part

Regards,
Lewatle



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.