source: main/trunk/greenstone3/web/WEB-INF/classes/metadata_names.properties@ 30682

Last change on this file since 30682 was 30682, checked in by ak19, 8 years ago

3 new strings introduced by Kathy contained the :, which is used as a separator in the properties file. Although Kathy tried to escape it with a backslash, it broke GTI because GTI doesn't recognise the backslash as a separator and all kinds of weird things happened from then on, so that the Gujarati translator kept having to translte the current date rather than a real GS3 interface string. Modified the gti.pl code (to be committed) and the new strings that Kathy introduced, so that hopefully, GTI can now handle it. Property names and values will be split at the right-most separator character now (= or :) and any on the left should not be escaped.

  • Property svn:keywords set to Author Date Id Revision
File size: 888 bytes
Line 
1text=text
2section:text=section text
3document:text=entire documents
4section:Title=section titles
5allfields=all fields
6Subject=Subject
7Subject.buttonname=subjects
8Title=Title
9Title.buttonname=titles
10Organisation=Organisation
11Organisation.buttonname=organisations
12Organization=Organisation
13Organization.buttonname=organisations
14Keyword=Keyword
15Keyword.buttonname=keywords
16HowTo=How To
17HowTo.buttonname=how to
18Howto=How To
19Howto.buttonname=how to
20Creator=Creator
21Creator.buttonname=creators
22Date=Date
23Date.buttonname=dates
24From=From
25From.buttonname=senders
26To=To
27To.buttonname=recipients
28Source=Source
29Source.buttonname=filenames
30Acronym=Acronym
31Acronym.buttonname=acronyms
32Topic=Topic
33Topic.buttonname=topics
34Collage=Collage
35Collage.buttonname=collage
36Countries=Countries
37Countries.buttonname=countries
38Language=Language
39Language.buttonname=languages
40Artist=Artist
41Artist.buttonname=artists
Note: See TracBrowser for help on using the repository browser.