source: trunk/gsdl3/resources/java/MGPPGDBMServices_fr.properties@ 3563

Last change on this file since 3563 was 3563, checked in by kjdon, 21 years ago

langauge stuff now uses properties files and resource bundles. these are the beginnings of the language files.

  • Property svn:keywords set to Author Date Id Revision
File size: 680 bytes
Line 
1#query params
2param.stem=Turn stemming
3param.case=Turn casefolding
4param.index=Index to search in
5param.level=Granularity to search at
6param.maxDocs=Maximum documents to return
7param.sortBy=Display documents in
8param.sortBy.rank=ranked order
9param.sortBy.natural=natural order
10param.matchMode=Match
11param.matchMode.all=all of the words
12param.matchMode.some=some of the words
13
14param.boolean.on=on
15param.boolean.off=off
16
17#service stuff
18TextQuery.name=Query
19TextQuery.submit=Recherche
20FieldQuery.name=Advanced Query
21FieldQuery.submit=Recherche
22ResourceRetrieve.name=Retrieve documents
23ResourceRetrieve.submit=Get
24MetadataRetrieve.name=Retrieve metadata
25MetadataRetrieve.submit=Get
Note: See TracBrowser for help on using the repository browser.