From 7920871bcf1a3763bb50e795ad973b6c6c8ce882 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 7 Nov 2014 23:11:06 +0000 Subject: [PATCH] Rework the section of providing new translations. --- doc/mkws-manual.markdown | 69 +++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 25 deletions(-) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 2473ed9..95ade13 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -1100,36 +1100,55 @@ in the specified language. For example: } The following strings occurring in the UI can be translated: -`Displaying`, -`Next`, -`Prev`, -`Records`, -`Search`, -`Sort by`, -`Targets`, -`Facets`, -`and show`, -`found`, -`of`, -`per page` -and -`to`. + +* `Search complete: found` +* `records` +* `Displaying` +* `to` +* `of` +* `found` +* `Prev` +* `Next` +* `Sort by` +* `and show` +* `per page` +* `Search` +* `Active clients` +* `Retrieved records` +* `Records` +* `Targets` +* `Target ID` +* `Hits` +* `Diags` +* `Records` +* `State` In addition, facet names can be translated: -`Authors`, -`Sources` -and -`Subjects`. + +* `Authors` +* `Sources` +* `Subjects` + +and whatever field captions are defined by `facet_caption_*` settings. + +And sort-orders: + +* `relevance` +* `title` +* `newest` +* `oldest` + +and whatever sort-orders are defined by the `sort_options` setting. Finally, the names of fields in the full-record display can be translated. These include, but may not be limited to: -`Title`, -`Date`, -`Author`, -`Links`, -`Subject` -and -`Locations`. + +* `Title` +* `Date` +* `Author` +* `Links` +* `Subject` +* `Locations` jQuery UI popup invocation -------------------------- -- 1.7.10.4