Ignore:
Timestamp:
2012-12-04T15:46:11+13:00 (11 years ago)
Author:
ak19
Message:

All backslash-n (newline) chars replaced with html break since that's what the interface_basic.properties file for English uses for newline.

Location:
main/trunk/greenstone3/web/WEB-INF/classes
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/QBRWebServicesHelp.properties

    r15299 r26546  
    11#### Help properties file for Greenstone3's QBR web services
    22
    3 describe=String describe(String lang, String subsetOption)\nSends a describe message to the MessageRouter.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.\nParam lang: the language of the display strings in the response.\nIf "", assumed to be "en" for English.\nParam subsetOption: the requested list of items to return in the response.\nFor the Message Router the value of this can be collectionList,\nserviceClusterList, serviceList, siteList.\n
     3describe=String describe(String lang, String subsetOption)<br />Sends a describe message to the MessageRouter.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.<br />Param lang: the language of the display strings in the response.<br />If "", assumed to be "en" for English.<br />Param subsetOption: the requested list of items to return in the response.<br />For the Message Router the value of this can be collectionList,<br />serviceClusterList, serviceList, siteList.<br />
    44
    5 describeCollection=String describeCollection(String collection, String lang,\n\tString subsetOption)\nFor sending Describe messages to Collections.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.\nParam collection: the name of the Collection that this describe request\nis sent to.\nParam lang: the language of the display content in the response.\nIf "", assumed to be "en" for English.\nParam subsetOption: the requested list of items to return in the\nresponse. For Collections the value of this can be metadataList,\nserviceList, displayItemList.\n
     5describeCollection=String describeCollection(String collection, String lang,<br />\tString subsetOption)<br />For sending Describe messages to Collections.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.<br />Param collection: the name of the Collection that this describe request<br />is sent to.<br />Param lang: the language of the display content in the response.<br />If "", assumed to be "en" for English.<br />Param subsetOption: the requested list of items to return in the<br />response. For Collections the value of this can be metadataList,<br />serviceList, displayItemList.<br />
    66
    7 describeServiceCluster=String describeServiceCluster(String serviceCluster, String lang,\n\tString subsetOption)\nFor sending Describe messages to Service Clusters.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.\nParam serviceCluster: the name of the Service Cluster that this describe\nrequest is sent to.\nParam lang: the language of the display content in the response.\nIf "", assumed to be "en" for English.\nParam subsetOption: the requested list of items to return in the\nresponse. For Service Clusters the value of this can be metadataList,\nserviceList, displayItemList.\n
     7describeServiceCluster=String describeServiceCluster(String serviceCluster, String lang,<br />\tString subsetOption)<br />For sending Describe messages to Service Clusters.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.<br />Param serviceCluster: the name of the Service Cluster that this describe<br />request is sent to.<br />Param lang: the language of the display content in the response.<br />If "", assumed to be "en" for English.<br />Param subsetOption: the requested list of items to return in the<br />response. For Service Clusters the value of this can be metadataList,<br />serviceList, displayItemList.<br />
    88
    9 describeCollectionService=String describeCollectionService(String collection, String service,\n\tString lang, String subsetOption)\nFor sending a describe message to a Collection's Service.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.\nParam collection: the name of the Collection whose service this describe\nrequest is sent to.\nParam service: the name of the Service (of that collection) to which\nthis describe request is sent.\nParam lang: the language of the display content in the response.\nIf "", assumed to be "en" for English.\nParam subsetOption: the requested list of items to return in the\nresponse. For Services the value of this can be paramList, displayItemList.\n
     9describeCollectionService=String describeCollectionService(String collection, String service,<br />\tString lang, String subsetOption)<br />For sending a describe message to a Collection's Service.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.<br />Param collection: the name of the Collection whose service this describe<br />request is sent to.<br />Param service: the name of the Service (of that collection) to which<br />this describe request is sent.<br />Param lang: the language of the display content in the response.<br />If "", assumed to be "en" for English.<br />Param subsetOption: the requested list of items to return in the<br />response. For Services the value of this can be paramList, displayItemList.<br />
    1010
    11 describeService=String describeService(String service, String lang, String subsetOption)\nFor sending a describe message to a Service hosted by the Message\nRouter (no collection).\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.\nParam service: the name of the MessageRouter's Service to which this\ndescribe request is sent.\nParam lang: the language of the display content in the response.\nParam subsetOption: the requested list of items to return in the\nresponse. For Services the value of this can be paramList, displayItemList.\n
     11describeService=String describeService(String service, String lang, String subsetOption)<br />For sending a describe message to a Service hosted by the Message<br />Router (no collection).<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 35-41.<br />Param service: the name of the MessageRouter's Service to which this<br />describe request is sent.<br />Param lang: the language of the display content in the response.<br />Param subsetOption: the requested list of items to return in the<br />response. For Services the value of this can be paramList, displayItemList.<br />
    1212
    13 query=String query(String collection, String service,\n\tString lang, Map nameToValsMap)\nFor executing a (process-type message) query-type service.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page 45.\nParam collection: the name of the Collection whose query service this\nquery-process request is sent to. For "" the Message Router is assumed.\nParam service: the name of the Query Service (of that collection) to\nwhich  this request is sent.\nParam lang: the language of the display content in the response.\nParam nameToValsMap: a Map of the (fieldname, value) pairs for the\nparameters of the query. The field names should be those recognised by\nGreenstone 3. That is, the names must exist for the (Collection-)Service\nQuery that this message is sent To (as given in "to" argument).\nFor names of Greenstone-accepted arguments, see\nhttp://wiki.greenstone.org/wiki/index.php/Actions_and_Arguments\n
     13query=String query(String collection, String service,<br />\tString lang, Map nameToValsMap)<br />For executing a (process-type message) query-type service.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page 45.<br />Param collection: the name of the Collection whose query service this<br />query-process request is sent to. For "" the Message Router is assumed.<br />Param service: the name of the Query Service (of that collection) to<br />which  this request is sent.<br />Param lang: the language of the display content in the response.<br />Param nameToValsMap: a Map of the (fieldname, value) pairs for the<br />parameters of the query. The field names should be those recognised by<br />Greenstone 3. That is, the names must exist for the (Collection-)Service<br />Query that this message is sent To (as given in "to" argument).<br />For names of Greenstone-accepted arguments, see<br />http://wiki.greenstone.org/wiki/index.php/Actions_and_Arguments<br />
    1414
    15 retrieveDocumentContent=String retrieveDocumentContent(String collection, String lang,\n\tString[] docNodeIDs)\nDocumentContentRetrieve request sent to a collection's\nDocumentContentRetrieve service (see manual, p.48).\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page 48\nParam collection: the name of the Collection whose\nDocumentContentRetrieve is requested\nParam lang: the language of the display content in the response\nParam docNodeIDs: the list of documentNodeIDs for which the content\nought to be retrieved.\n
     15retrieveDocumentContent=String retrieveDocumentContent(String collection, String lang,<br />\tString[] docNodeIDs)<br />DocumentContentRetrieve request sent to a collection's<br />DocumentContentRetrieve service (see manual, p.48).<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page 48<br />Param collection: the name of the Collection whose<br />DocumentContentRetrieve is requested<br />Param lang: the language of the display content in the response<br />Param docNodeIDs: the list of documentNodeIDs for which the content<br />ought to be retrieved.<br />
    1616
    17 retrieveEntireDocumentStructure=String retrieveEntireDocumentStructure(String collection,\n\tString lang, String[] docNodeIDs)\nDocumentStructureRetrieve request sent to a collection's\nDocumentStructureRetrieve service (manual pp.48, 49) to retrieve\nthe entire document structure.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 48, 49\nParam collection: the name of the Collection whose\nDocumentStructureRetrieve is requested.\nParam lang: the language of the display content in the response.\nParam docNodeIDs: the list of documentNodeIDs for which the\nentire structure ought to be retrieved.\n
     17retrieveEntireDocumentStructure=String retrieveEntireDocumentStructure(String collection,<br />\tString lang, String[] docNodeIDs)<br />DocumentStructureRetrieve request sent to a collection's<br />DocumentStructureRetrieve service (manual pp.48, 49) to retrieve<br />the entire document structure.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 48, 49<br />Param collection: the name of the Collection whose<br />DocumentStructureRetrieve is requested.<br />Param lang: the language of the display content in the response.<br />Param docNodeIDs: the list of documentNodeIDs for which the<br />entire structure ought to be retrieved.<br />
    1818
    19 retrieveDocumentStructure=String retrieveDocumentStructure(String collection,\n\tString lang, String[] docNodeIDs, String[] structure, String[] info)\nDocumentStructureRetrieve request sent to a collection's\nDocumentStructureRetrieve service (manual pp.48, 49) to retrieve\nthe specified part of the document's structure.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 48, 49\nParam collection: the name of the Collection whose\nDocumentStructureRetrieve is requested.\nParam lang: the language of the display content in the response.\nParam docNodeIDs: the list of documentNodeIDs for which the\nstructure ought to be retrieved.\nParam structure: specifies what structure information needs to\nbe retrieved. The values can be one or more of ancestors, parent,\nsiblings, children, descendents (NOTE SPELLING), entire.\nParam info: for specifying extra information to be retrieved.\nPossible values for info parameters are numSiblings, siblingPosition,\nnumChildren.\n
     19retrieveDocumentStructure=String retrieveDocumentStructure(String collection,<br />\tString lang, String[] docNodeIDs, String[] structure, String[] info)<br />DocumentStructureRetrieve request sent to a collection's<br />DocumentStructureRetrieve service (manual pp.48, 49) to retrieve<br />the specified part of the document's structure.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 48, 49<br />Param collection: the name of the Collection whose<br />DocumentStructureRetrieve is requested.<br />Param lang: the language of the display content in the response.<br />Param docNodeIDs: the list of documentNodeIDs for which the<br />structure ought to be retrieved.<br />Param structure: specifies what structure information needs to<br />be retrieved. The values can be one or more of ancestors, parent,<br />siblings, children, descendents (NOTE SPELLING), entire.<br />Param info: for specifying extra information to be retrieved.<br />Possible values for info parameters are numSiblings, siblingPosition,<br />numChildren.<br />
    2020
    21 retrieveAllDocumentMetadata=String retrieveAllDocumentMetadata(String collection,\n\tString lang, String[] docNodeIDs)\nDocumentMetadataRetrieve request sent to a collection's\nDocumentMetadataRetrieve service to retrieve all of a document's metadata.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page. 47\nParam collection: the name of the Collection whose\nDocumentMetadataRetrieve is requested\nParam lang: the language of the display content in the response\nParam docNodeIDs: the list of documentNodeIDs for which the\nstructure ought to be retrieved.\n
     21retrieveAllDocumentMetadata=String retrieveAllDocumentMetadata(String collection,<br />\tString lang, String[] docNodeIDs)<br />DocumentMetadataRetrieve request sent to a collection's<br />DocumentMetadataRetrieve service to retrieve all of a document's metadata.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page. 47<br />Param collection: the name of the Collection whose<br />DocumentMetadataRetrieve is requested<br />Param lang: the language of the display content in the response<br />Param docNodeIDs: the list of documentNodeIDs for which the<br />structure ought to be retrieved.<br />
    2222
    23 retrieveDocumentMetadata=String retrieveDocumentMetadata(String collection,\n\tString lang, String[] docNodeIDs, String[] metaNames)\nDocumentMetadataRetrieve service to retrieve some specific\nmetadata values of a document. (Manual on page 47.)\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page 47\nParam collection: the name of the Collection whose\nDocumentContentRetrieve is requested.\nParam lang: the language of the display content in the response\nParam docNodeIDs: the list of documentNodeIDs for which the\nstructure ought to be retrieved.\nParam metaNames: a list of metadata names which are requested\nto be fetched for the specified documents.\n
     23retrieveDocumentMetadata=String retrieveDocumentMetadata(String collection,<br />\tString lang, String[] docNodeIDs, String[] metaNames)<br />DocumentMetadataRetrieve service to retrieve some specific<br />metadata values of a document. (Manual on page 47.)<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page 47<br />Param collection: the name of the Collection whose<br />DocumentContentRetrieve is requested.<br />Param lang: the language of the display content in the response<br />Param docNodeIDs: the list of documentNodeIDs for which the<br />structure ought to be retrieved.<br />Param metaNames: a list of metadata names which are requested<br />to be fetched for the specified documents.<br />
    2424
    25 retrieveAllBrowseMetadata=String retrieveAllBrowseMetadata(String collection,\n\tString categoryName, String lang, String[] nodeIDs)\nRetrieve all classification Metadata for browsing (sent to the\nClassifierBrowseMetadataRetrieve service).\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 47, 48\nParam collection: the name of the Collection whose\nClassifierBrowseMetadataRetrieve service is called\nParam categoryName: name of the browsing category, usually\nClassifierBrowse. (If left as \"\", then it defaults to ClassifierBrowse)\nParam lang: the language of the display content in the response\nParam nodeIDs: the list of document or classifier NodeIDs\nfor which the metadata ought to be retrieved.\n
     25retrieveAllBrowseMetadata=String retrieveAllBrowseMetadata(String collection,<br />\tString categoryName, String lang, String[] nodeIDs)<br />Retrieve all classification Metadata for browsing (sent to the<br />ClassifierBrowseMetadataRetrieve service).<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 47, 48<br />Param collection: the name of the Collection whose<br />ClassifierBrowseMetadataRetrieve service is called<br />Param categoryName: name of the browsing category, usually<br />ClassifierBrowse. (If left as \"\", then it defaults to ClassifierBrowse)<br />Param lang: the language of the display content in the response<br />Param nodeIDs: the list of document or classifier NodeIDs<br />for which the metadata ought to be retrieved.<br />
    2626
    27 retrieveBrowseMetadata=String retrieveBrowseMetadata(String collection,\n\tString categoryName, String lang, String[] nodeIDs, String[] metaNames)\nClassifierBrowseMetadataRetrieve service to retrieve some specific\nmetadata values of a document.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 47, 48\nParam collection: the name of the Collection whose\nClassifierBrowseMetadataRetrieve service is called\nParam categoryName: name of the browsing category, usually\nClassifierBrowse. (If left as \"\", then it defaults to ClassifierBrowse)\nParam lang: the language of the display content in the response\nParam nodeIDs: the list of document or classifier NodeIDs\nfor which the metadata ought to be retrieved.\nParam metaNames: a list of metadata names which are requested\nto be fetched for the specified documents or classifiers.\n
     27retrieveBrowseMetadata=String retrieveBrowseMetadata(String collection,<br />\tString categoryName, String lang, String[] nodeIDs, String[] metaNames)<br />ClassifierBrowseMetadataRetrieve service to retrieve some specific<br />metadata values of a document.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - pages 47, 48<br />Param collection: the name of the Collection whose<br />ClassifierBrowseMetadataRetrieve service is called<br />Param categoryName: name of the browsing category, usually<br />ClassifierBrowse. (If left as \"\", then it defaults to ClassifierBrowse)<br />Param lang: the language of the display content in the response<br />Param nodeIDs: the list of document or classifier NodeIDs<br />for which the metadata ought to be retrieved.<br />Param metaNames: a list of metadata names which are requested<br />to be fetched for the specified documents or classifiers.<br />
    2828
    29 browseDescendants=String browseDescendants(String collection,\n\tString browseService, String lang, String[] classifierNodeIDs)\nTo send a browse request for all the descendants of a classifier node.\nUseful for getting the entire structure of a top-level <classifierNode>\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page 46\nParam collection: the name of the Collection whose browse Classifier\nBrowse Service is called\nParam browseService: the name of the (Classifier) Browse Service (of\nthe given collection) to which this request message is sent.\nParam lang: the language of the display content in the response\nParam classifierNodeIDs: an array of classifierNodeIDs for which the\nstructures ought to be retrieved.\n
     29browseDescendants=String browseDescendants(String collection,<br />\tString browseService, String lang, String[] classifierNodeIDs)<br />To send a browse request for all the descendants of a classifier node.<br />Useful for getting the entire structure of a top-level <classifierNode><br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page 46<br />Param collection: the name of the Collection whose browse Classifier<br />Browse Service is called<br />Param browseService: the name of the (Classifier) Browse Service (of<br />the given collection) to which this request message is sent.<br />Param lang: the language of the display content in the response<br />Param classifierNodeIDs: an array of classifierNodeIDs for which the<br />structures ought to be retrieved.<br />
    3030
    31 browse=String browse(String collection, String browseService,\n\tString lang, String[]classifierNodeIDs, String[] structureParams)\nTo send a browse request for specific parts of a classifier node\n(children, ancestors, descendants). Useful for getting specific parts\nof the structure of a top-level <classifierNode>.\nSee http://www.greenstone.org/docs/greenstone3/manual.pdf - page 46\nParam collection: the name of the Collection whose browse Classifier\nBrowse Service is called.\nParam browseService: the name of the (Classifier) Browse Service (of\nthe given collection) to which this request message is sent.\nParam lang: the language of the display content in the response\nParam classifierNodeIDs is the list of classifierNodeIDs for which the\nstructure ought to be retrieved.\nParam structureParams: the list of parameters indicating what structure\ninformation is requested. Accepted values are ancestors, parent,\nsiblings, children, descendants.\n
     31browse=String browse(String collection, String browseService,<br />\tString lang, String[]classifierNodeIDs, String[] structureParams)<br />To send a browse request for specific parts of a classifier node<br />(children, ancestors, descendants). Useful for getting specific parts<br />of the structure of a top-level <classifierNode>.<br />See http://www.greenstone.org/docs/greenstone3/manual.pdf - page 46<br />Param collection: the name of the Collection whose browse Classifier<br />Browse Service is called.<br />Param browseService: the name of the (Classifier) Browse Service (of<br />the given collection) to which this request message is sent.<br />Param lang: the language of the display content in the response<br />Param classifierNodeIDs is the list of classifierNodeIDs for which the<br />structure ought to be retrieved.<br />Param structureParams: the list of parameters indicating what structure<br />information is requested. Accepted values are ancestors, parent,<br />siblings, children, descendants.<br />
    3232
    33 help=String help()\nReturns a String containing help usage and the list of methods\nsupported by Greenstone 3's web services.\n
     33help=String help()<br />Returns a String containing help usage and the list of methods<br />supported by Greenstone 3's web services.<br />
    3434
    35 helpWithMethod=String helpWithMethod(String methodName)\nReturns a String containing a description of the requested web\nservice method denoted by "methodName".\nParam methodName: the name of the web service operation for which\nthe help description string is to be returned.\n
     35helpWithMethod=String helpWithMethod(String methodName)<br />Returns a String containing a description of the requested web<br />service method denoted by "methodName".<br />Param methodName: the name of the web service operation for which<br />the help description string is to be returned.<br />
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_ar.properties

    r26483 r26546  
    5252document.gotopage=اذهؚ إلى الصفحة
    5353doc.expand_doc_b=تÙ
    54 Ø¯ÙŠØ¯\nالنص
     54ديد<br />النص
    5555doc.expand_doc_tip=عرض كاÙ
    5656ل النص
     
    6161doc.expand_contents_b=تÙ
    6262ديد قا؊Ù
    63 Ø©\nالÙ
     63Ø©<br />الÙ
    6464حتويات
    6565doc.expand_contents_tip=عرض تفاصيل الÙ
    6666حتويات
    6767doc.contract_contents_b=تقليص قا؊Ù
    68 Ø©\nالÙ
     68Ø©<br />الÙ
    6969حتويات
    7070doc.contract_contents_tip=إخفاء تفاصيل الÙ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_bn.properties

    r26483 r26546  
    2828query.results=àŠ«àŠ²àŠŸàŠ«àŠ²àŠ—à§àŠ²àŠ¿
    2929document.gotopage=àŠªàŠŸàŠ€àŠŸà§Ÿ àŠ¯à§‡àŠ€à§‡
    30 doc.expand_doc_b=àŠžàŠ®à§àŠªà§àŠ°àŠžàŠŸàŠ°àŠ£\nàŠ®à§‚àŠ²àŠªàŠŸàŠ 
     30doc.expand_doc_b=àŠžàŠ®à§àŠªà§àŠ°àŠžàŠŸàŠ°àŠ£<br />àŠ®à§‚àŠ²àŠªàŠŸàŠ 
    3131doc.expand_doc_tip=àŠžàŠ¬ àŠ²à§‡àŠ–àŠŸ àŠŠà§‡àŠ–àŠŸàŠš
    32 doc.contract_doc_b=àŠšà§àŠ•à§àŠ€àŠ¿\nàŠ®à§‚àŠ²àŠªàŠŸàŠ 
     32doc.contract_doc_b=àŠšà§àŠ•à§àŠ€àŠ¿<br />àŠ®à§‚àŠ²àŠªàŠŸàŠ 
    3333doc.contract_doc_tip=àŠ¶à§àŠ§à§àŠ®àŠŸàŠ€à§àŠ° àŠ¬àŠ°à§àŠ€àŠ®àŠŸàŠšà§‡ àŠšàŠ¿àŠ¹à§àŠšàŠ¿àŠ€  àŠ
    3434àŠ‚àŠ¶ àŠŠà§‡àŠ–àŠŸàŠš
    35 doc.expand_contents_b=àŠžàŠ®à§àŠªà§àŠ°àŠžàŠŸàŠ°àŠ£\nàŠžà§àŠšàŠ¿àŠªàŠ€à§àŠ°
     35doc.expand_contents_b=àŠžàŠ®à§àŠªà§àŠ°àŠžàŠŸàŠ°àŠ£<br />àŠžà§àŠšàŠ¿àŠªàŠ€à§àŠ°
    3636doc.expand_contents_tip=àŠ¬àŠ¿àŠ¬àŠ°àŠšà§€ àŠ€àŠŸàŠ²àŠ¿àŠ•àŠŸàŠŸàŠ¿  àŠžàŠ®à§àŠªà§àŠ°àŠžàŠŸàŠ°àŠ¿àŠ€  àŠ•àŠ°à§àŠ£
    37 doc.contract_contents_b=àŠšà§àŠ•à§àŠ€àŠ¿\nàŠžà§àŠšàŠ¿àŠªàŠ€à§àŠ°
     37doc.contract_contents_b=àŠšà§àŠ•à§àŠ€àŠ¿<br />àŠžà§àŠšàŠ¿àŠªàŠ€à§àŠ°
    3838doc.contract_contents_tip=àŠŸà§‡àŠ¬àŠ¿àŠ²à§‡àŠ° àŠ¬àŠ¿àŠ¬àŠ°àŠ£àŠ—à§àŠ²àŠ¿ àŠ®à§àŠ›à§‡ àŠ«à§‡àŠ²à§àŠš
    3939doc.detach_page_b=àŠ†àŠ²àŠŸàŠŠàŠŸ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_ca.properties

    r26483 r26546  
    2929query.results=resultats
    3030document.gotopage=vés a la pàgina
    31 doc.expand_doc_b=TEXT\nCOMPLET
     31doc.expand_doc_b=TEXT<br />COMPLET
    3232doc.expand_doc_tip=Mostra tot el text
    33 doc.contract_doc_b=CONTREU\nEL TEXT
     33doc.contract_doc_b=CONTREU<br />EL TEXT
    3434doc.contract_doc_tip=Mostra només el text de la secció seleccionada
    35 doc.expand_contents_b=SUMARI\nCOMPLET
     35doc.expand_contents_b=SUMARI<br />COMPLET
    3636doc.expand_contents_tip=Mostra el sumari complet
    37 doc.contract_contents_b=CONTREU\nEL SUMARI
     37doc.contract_contents_b=CONTREU<br />EL SUMARI
    3838doc.contract_contents_tip=Contreu el sumari
    3939doc.detach_page_b=SEPARA
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_cs.properties

    r26483 r26546  
    2929query.results=záznamů
    3030document.gotopage=jít na stranu
    31 doc.expand_doc_b=ROZVINOUT\nTEXT
     31doc.expand_doc_b=ROZVINOUT<br />TEXT
    3232doc.expand_doc_tip=Ukázat veškerÜ text
    33 doc.contract_doc_b=SBALIT\nTEXT
     33doc.contract_doc_b=SBALIT<br />TEXT
    3434doc.contract_doc_tip=Ukázat text pouze pro aktuální sekci
    35 doc.expand_contents_b=ROZVINOUT\nOBSAH
     35doc.expand_contents_b=ROZVINOUT<br />OBSAH
    3636doc.expand_contents_tip=Rozvinout obsah
    37 doc.contract_contents_b=SBALIT\nOBSAH
     37doc.contract_contents_b=SBALIT<br />OBSAH
    3838doc.contract_contents_tip=Sbalit obsah
    39 doc.detach_page_b=OTEVŘÍT V\nNOVÉM OKNĚ
     39doc.detach_page_b=OTEVŘÍT V<br />NOVÉM OKNĚ
    4040doc.detach_page_tip=Otevřít tuto stránku v novém okně
    4141param.sortBy.1=klasifikovanÜ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_de.properties

    r26483 r26546  
    2323query.matches=Passende Dokumente
    2424document.gotopage=Gehe zur Seite
    25 doc.expand_doc_b=EXPANDIEREN\nDES TEXTS
     25doc.expand_doc_b=EXPANDIEREN<br />DES TEXTS
    2626doc.expand_doc_tip=Anzeigen des gesamten Texts
    27 doc.contract_doc_b=KONTRAKTION\nDES TEXTS
     27doc.contract_doc_b=KONTRAKTION<br />DES TEXTS
    2828doc.contract_doc_tip=Anzeigen des Textes nur fÌr die augenblicklich ausgewÀhlte Sektion
    29 doc.expand_contents_b=EXPANDIEREN\nDES INHALTS
     29doc.expand_contents_b=EXPANDIEREN<br />DES INHALTS
    3030doc.expand_contents_tip=Expandierte Version des Inhaltsverzeichnisses
    31 doc.contract_contents_b=KONTRAKTIONDES\nINHALTS
     31doc.contract_contents_b=KONTRAKTIONDES<br />INHALTS
    3232doc.contract_contents_tip=Verkleinerte Version des Inhaltsverzeichnisses
    33 doc.detach_page_b=SEPARATES\nFENSTER
     33doc.detach_page_b=SEPARATES<br />FENSTER
    3434doc.detach_page_tip=öffnen dieser Seite in einem neuen Fenster
    3535param.sortBy.1=gestaffelt
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_el.properties

    r26483 r26546  
    4747query.results=αποτελέσΌατα
    4848document.gotopage=πήγαιΜετε στη σελίΎα
    49 doc.expand_doc_b=ΜΕΓΕΝΘΥΣΗ\nΚΕΙΜΕΝΟΥ
     49doc.expand_doc_b=ΜΕΓΕΝΘΥΣΗ<br />ΚΕΙΜΕΝΟΥ
    5050doc.expand_doc_tip=ΕΌφάΜισε ολόκληρο το κείΌεΜο
    51 doc.contract_doc_b=ΚΕΙΜΕΝΟ\nΣΥΜΒΟΛΑΙΟΥ
     51doc.contract_doc_b=ΚΕΙΜΕΝΟ<br />ΣΥΜΒΟΛΑΙΟΥ
    5252doc.contract_doc_tip=ΕΌφάΜιση κειΌέΜοÏ
    5353 ÎŒÏŒÎœÎ¿ για τηΜ προεπιλεγΌέΜη εΜότητα
    54 doc.expand_contents_b=ΜΕΓΕΝΘΥΣΗ ΀ΩΝ\nΠΕΡΙΕΧΟΜΕΝΩΝ
     54doc.expand_contents_b=ΜΕΓΕΝΘΥΣΗ ΀ΩΝ<br />ΠΕΡΙΕΧΟΜΕΝΩΝ
    5555doc.expand_contents_tip=ΑΜάπτÏ
    5656Οη τοÏ
    5757 Ï€Î¯ÎœÎ±ÎºÎ± περιεχοΌέΜωΜ
    58 doc.contract_contents_b=ΠΕΡΙΕΧΟΜΕΝΑ\nΣΥΜΒΟΛΑΙΟΥ
     58doc.contract_contents_b=ΠΕΡΙΕΧΟΜΕΝΑ<br />ΣΥΜΒΟΛΑΙΟΥ
    5959doc.contract_contents_tip=ΣύΌπτηΟη τοÏ
    6060 Ï€Î¯ÎœÎ±ÎºÎ± περιεχοΌέΜωΜ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_fi.properties

    r26483 r26546  
    2828query.results=tulokset
    2929document.gotopage=sivulle
    30 doc.expand_doc_b=LAAJENNA\nTEKSTIÄ
     30doc.expand_doc_b=LAAJENNA<br />TEKSTIÄ
    3131doc.expand_doc_tip=NÀytÀ koko teksti
    32 doc.contract_doc_b=TIIVISTÄ\nTEKSTIÄ
     32doc.contract_doc_b=TIIVISTÄ<br />TEKSTIÄ
    3333doc.contract_doc_tip=NÀytÀ teksti vain valitulle osalle
    34 doc.expand_contents_b=LAAJENNA\nSISÄLTÖÄ
     34doc.expand_contents_b=LAAJENNA<br />SISÄLTÖÄ
    3535doc.expand_contents_tip=Laajenna sisÀllysluetteloa
    36 doc.contract_contents_b=TIIVISTÄ\nSISÄLTÖÄ
     36doc.contract_contents_b=TIIVISTÄ<br />SISÄLTÖÄ
    3737doc.contract_contents_tip=TiivistÀ sisÀllysluetteloa
    38 doc.detach_page_b=UUTEEN\nIKKUNAAN
     38doc.detach_page_b=UUTEEN<br />IKKUNAAN
    3939doc.detach_page_tip=Avaa tÀmÀ sivu uudessa ikkunassa
    4040param.sortBy.1=asetettu jÀrjestykseen
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_gl.properties

    r26483 r26546  
    2929query.results=resultados
    3030document.gotopage=ir á páxina
    31 doc.expand_doc_b=TEXTO\nCOMPLETO
     31doc.expand_doc_b=TEXTO<br />COMPLETO
    3232doc.expand_doc_tip=Mostrar o texto completo
    33 doc.contract_doc_b=CONTRAER\nTEXTO
     33doc.contract_doc_b=CONTRAER<br />TEXTO
    3434doc.contract_doc_tip=Mostrar unicamente o texto da sección seleccionada
    35 doc.expand_contents_b=EXPANDIR\níNDICE
     35doc.expand_contents_b=EXPANDIR<br />íNDICE
    3636doc.expand_contents_tip=Expandir o índice de contido
    37 doc.contract_contents_b=CONTRAER\níNDICE
     37doc.contract_contents_b=CONTRAER<br />íNDICE
    3838doc.contract_contents_tip=Contraer o índice de contido
    3939doc.detach_page_b=SEPARAR
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_he.properties

    r26483 r26546  
    2727query.results=תו׊אות
    2828document.gotopage=לך לעמוד
    29 doc.expand_doc_b=ביח׹הל\nטסקט
     29doc.expand_doc_b=ביח׹הל<br />טסקט
    3030doc.expand_doc_tip=השג את כל הטקסט
    31 doc.contract_doc_b=ץווכל\nתא טסקטה
     31doc.contract_doc_b=ץווכל<br />תא טסקטה
    3232doc.contract_doc_tip=השג טקסט ךק עבוך החלק המסומן
    33 doc.expand_contents_b=ביח׹הל\nתא ןכותה
     33doc.expand_contents_b=ביח׹הל<br />תא ןכותה
    3434doc.expand_contents_tip=השג תוכן עיניינים
    35 doc.contract_contents_b=ץווכל\nתא ןכותה
     35doc.contract_contents_b=ץווכל<br />תא ןכותה
    3636doc.contract_contents_tip=׊מ׊ם תוכן עיניינים
    3737doc.detach_page_b=קתנל
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_hy.properties

    r26483 r26546  
    3030document.gotopage=Õ£Õ¶Õ¡ Õ§Õ»
    3131doc.expand_doc_b=ԞՆԎԌԱÕ
    32 Õ†ÔµÔŒ\nՏԵՔՍՏԞ
     32Õ†ÔµÔŒ<br />ՏԵՔՍՏԞ
    3333doc.expand_doc_tip=Արտածիր ÕžÕ²Õ» տեք՜տ՚
    3434doc.contract_doc_b=ՍԵՂՄԵԌ ՏԵՔՍՏԞ
    3535doc.contract_doc_tip=Արտածիր ÕŽÕ«Õ¡ÕµÕ¶ ÕšÕ¶Õ¿Ö€ÕŸÕ¡Õ® ՚նթացիկ Õ¢Õ¡ÕªÕ¶Õ« Õ°Õ¡ÕŽÕ¡Ö€
    3636doc.expand_contents_b=ԞՆԎԌԱÕ
    37 Õ†ÔµÔŒ\nÔ²ÕˆÕŽÔ±Õ†ÔŽÔ±Ô¿ÕˆÕ’Ô¹Õ
     37Õ†ÔµÔŒ<br />Ô²ÕˆÕŽÔ±Õ†ÔŽÔ±Ô¿ÕˆÕ’Ô¹Õ
    3838ÕˆÕ’Õ†Ôž
    3939doc.expand_contents_tip=ÔžÕ¶Õ€Õ¬Õ¡ÕµÕ¶Õ«Ö€ Õ¢ÕžÕŸÕ¡Õ¶Õ€Õ¡Õ¯ÕžÖ‚Õ©ÕµÕžÖ‚Õ¶Õš
    40 doc.contract_contents_b=ՍԵՂՄԵԌ\nÔ²ÕˆÕŽÔ±Õ†ÔŽÔ±Ô¿ÕˆÕ’Ô¹Õ
     40doc.contract_contents_b=ՍԵՂՄԵԌ<br />Ô²ÕˆÕŽÔ±Õ†ÔŽÔ±Ô¿ÕˆÕ’Ô¹Õ
    4141ÕˆÕ’Õ†Ôž
    4242doc.contract_contents_tip=ՍեղՎիր Õ¢ÕžÕŸÕ¡Õ¶Õ€Õ¡Õ¯ÕžÖ‚Õ©ÕµÕžÖ‚Õ¶Õš
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_it.properties

    r26483 r26546  
    2929query.results=risultati
    3030document.gotopage=vai a pagina
    31 doc.expand_doc_b=ESPANDI\nTESTO
     31doc.expand_doc_b=ESPANDI<br />TESTO
    3232doc.expand_doc_tip=Mostra tutto il testo
    33 doc.contract_doc_b=NASCONDI\nTESTO
     33doc.contract_doc_b=NASCONDI<br />TESTO
    3434doc.contract_doc_tip=Mostra il testo solo per la sezione correntemente selezionata
    35 doc.expand_contents_b=MOSTRA\nINDICE
     35doc.expand_contents_b=MOSTRA<br />INDICE
    3636doc.expand_contents_tip=Mostra indice
    37 doc.contract_contents_b=NASCONDI\nINDICE
     37doc.contract_contents_b=NASCONDI<br />INDICE
    3838doc.contract_contents_tip=Nascondi indice
    39 doc.detach_page_b=NUOVA\nFINESTRA
     39doc.detach_page_b=NUOVA<br />FINESTRA
    4040doc.detach_page_tip=Apri questa pagina in una nuova finestra
    4141param.sortBy.1=posizione
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_ka.properties

    r26483 r26546  
    2929query.results=ჹედეგი  (იგულისხმება Found Results:)
    3030document.gotopage=გადასვლა გვერდზე
    31 doc.expand_doc_b=ტექსტის\nგაჹლა
     31doc.expand_doc_b=ტექსტის<br />გაჹლა
    3232doc.expand_doc_tip=მთელი ტექსტის გამოტანა
    33 doc.contract_doc_b=ხელლეკრულების\nტექსტი
     33doc.contract_doc_b=ხელლეკრულების<br />ტექსტი
    3434doc.contract_doc_tip=ტექსტის გამოტანა მხოლოდ ახლად არჩეული განყოჀილებიდან
    35 doc.expand_contents_b=სარჩევის\nგაჹლა
     35doc.expand_contents_b=სარჩევის<br />გაჹლა
    3636doc.expand_contents_tip=სარჩევის გაჀართოება
    37 doc.contract_contents_b=ხელლეკრულების\nლინაარსი
     37doc.contract_contents_b=ხელლეკრულების<br />ლინაარსი
    3838doc.contract_contents_tip=სარჩევის აკეცვა
    39 doc.detach_page_b=ახალი\nჀანჯარა
     39doc.detach_page_b=ახალი<br />Ⴠანჯარა
    4040doc.detach_page_tip=გვერდის გახსნა ახალ Ⴠანჯარალი
    4141param.sortBy.1=რანჟირებული
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_kk.properties

    r26483 r26546  
    3030query.results=кезЎесулер
    3131document.gotopage=параққа көшу
    32 doc.expand_doc_b=БАРЛЫҚ\nМӘТІН
     32doc.expand_doc_b=БАРЛЫҚ<br />МӘТІН
    3333doc.expand_doc_tip=Барлық ЌәтіМЎі көрсету
    34 doc.contract_doc_b=МӘТІНДІ\nЖИЫРУ
     34doc.contract_doc_b=МӘТІНДІ<br />ЖИЫРУ
    3535doc.contract_doc_tip=тек баса айқыМЎалғаМ секцОяларға ЌәтіМЎі көрсету
    36 doc.expand_contents_b=МАЗМҰНДЫ\nжаю
     36doc.expand_contents_b=МАЗМҰНДЫ<br />жаю
    3737doc.expand_contents_tip=МазЌұМыМ кеңіМеМ көрсету
    38 doc.contract_contents_b=МАЗМҰНДЫ\nЖИЫРУ
     38doc.contract_contents_b=МАЗМҰНДЫ<br />ЖИЫРУ
    3939doc.contract_contents_tip=МазЌұМыМ жОыру
    40 doc.detach_page_b=ЖАҢА\nТЕРЕЗЕ
     40doc.detach_page_b=ЖАҢА<br />ТЕРЕЗЕ
    4141doc.detach_page_tip=Жаңа терезеЎе парақ ашу
    4242param.sortBy.1=РеттелгеМ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_ky.properties

    r26483 r26546  
    2828query.results=кезЎешүүлөр
    2929document.gotopage=бетке өтүү
    30 doc.expand_doc_b=БААРДЫК\nТЕКСТ
     30doc.expand_doc_b=БААРДЫК<br />ТЕКСТ
    3131doc.expand_doc_tip=БаарЎык тексттО көрсөтүү
    3232doc.contract_doc_b=ЖАБУУ
     
    3636doc.contract_contents_b=ЖАБУУ
    3737doc.contract_contents_tip=МазЌуМЎуу түрүү
    38 doc.detach_page_b=ЖАҢЫ\nТЕРЕЗЕ
     38doc.detach_page_b=ЖАҢЫ<br />ТЕРЕЗЕ
    3939doc.detach_page_tip=Жаңы терезеЎеМ бул беттО ачуу
    4040param.sortBy.1=ОреттелгеМ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_lv.properties

    r26483 r26546  
    2929query.results=iznākumi
    3030document.gotopage=aiziet uz lapu
    31 doc.expand_doc_b=IZVĒRST\nTEKSTU
     31doc.expand_doc_b=IZVĒRST<br />TEKSTU
    3232doc.expand_doc_tip=Parādīt visu tekstu
    33 doc.contract_doc_b=SAĪSINĀT\nTEKSTU
     33doc.contract_doc_b=SAĪSINĀT<br />TEKSTU
    3434doc.contract_doc_tip=Parādīt tekstu tikai pašlaikt atlasītai sekcijai
    35 doc.expand_contents_b=IZVĒRST\nSATURU
     35doc.expand_contents_b=IZVĒRST<br />SATURU
    3636doc.expand_contents_tip=Atvērt satura tabulu
    37 doc.contract_contents_b=SAĪSINĀT\nSATURU
     37doc.contract_contents_b=SAĪSINĀT<br />SATURU
    3838doc.contract_contents_tip=Aizvērt satura tabulu
    3939doc.detach_page_b=ATDALĪT
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_mi.properties

    r26483 r26546  
    2828query.results=ngā kitenga
    2929document.gotopage=poka noa ki
    30 doc.expand_doc_b=WHAKANUI\nKUPU TUHITUHI
     30doc.expand_doc_b=WHAKANUI<br />KUPU TUHITUHI
    3131doc.expand_doc_tip=Titiro ki ngā kupu katoa
    32 doc.contract_doc_b=WHAKAITI\nKUPU TUHITUHI
     32doc.contract_doc_b=WHAKAITI<br />KUPU TUHITUHI
    3333doc.contract_doc_tip=Titiro ki ngā kupu anakē o te wāhanga kua kōwhiritia
    34 doc.expand_contents_b=WHAKANUI\nWHAKARĀRANGI\nKAUPAPA
     34doc.expand_contents_b=WHAKANUI<br />WHAKARĀRANGI<br />KAUPAPA
    3535doc.expand_contents_tip=Whakanuia te whakarārangi kaupapa
    36 doc.contract_contents_b=WHAKAITI\nWHAKARĀRANGI\nKAUPAPA
     36doc.contract_contents_b=WHAKAITI<br />WHAKARĀRANGI<br />KAUPAPA
    3737doc.contract_contents_tip=Whakaitihia te whakarārangi kaupapa
    3838doc.detach_page_b=WHAKAWEHE
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_nl.properties

    r26483 r26546  
    2020query.matches=passende teksten
    2121document.gotopage=Ga naar pagina
    22 doc.expand_doc_b=TEKST\nUITBREIDEN
     22doc.expand_doc_b=TEKST<br />UITBREIDEN
    2323doc.expand_doc_tip=Hele tekst weergeven
    24 doc.contract_doc_b=TEKST\nINKRIMPEN
     24doc.contract_doc_b=TEKST<br />INKRIMPEN
    2525doc.contract_doc_tip=Alleen maar geselecteerde tekst weergeven
    26 doc.expand_contents_b=INHOUD\nUITBREIDEN
     26doc.expand_contents_b=INHOUD<br />UITBREIDEN
    2727doc.expand_contents_tip=Inhouds opgave uitbreiden
    28 doc.contract_contents_b=INHOUD\nINKRIMPEN
     28doc.contract_contents_b=INHOUD<br />INKRIMPEN
    2929doc.contract_contents_tip=Inhoudsopgave inkorten
    30 doc.detach_page_b=NIEUW\nVENSTER
     30doc.detach_page_b=NIEUW<br />VENSTER
    3131doc.detach_page_tip=Open en nieuw venster voor deze pagina
    3232param.sortBy.1=gestaffelde
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_pl.properties

    r26483 r26546  
    3535query.results=wyniki
    3636document.gotopage=przejdź do strony
    37 doc.expand_doc_b=ROZWIŃ\nTEKST
     37doc.expand_doc_b=ROZWIŃ<br />TEKST
    3838doc.expand_doc_tip=Wyświetlaj cały tekst
    39 doc.contract_doc_b=ZWIŃ\nTEKST
     39doc.contract_doc_b=ZWIŃ<br />TEKST
    4040doc.contract_doc_tip=Wyświetlaj tekst jedynie dla bieÅŒÄ
    4141cego rozdziału
    42 doc.expand_contents_b=ROZWIŃ\nSPIS TREŚCI
     42doc.expand_contents_b=ROZWIŃ<br />SPIS TREŚCI
    4343doc.expand_contents_tip=Rozwiń spis treści
    44 doc.contract_contents_b=ZWIŃ\nSPIS TREŚCI
     44doc.contract_contents_b=ZWIŃ<br />SPIS TREŚCI
    4545doc.contract_contents_tip=Zwiń spis treści
    4646doc.detach_page_b=NOWE OKNO
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_prs.properties

    r26483 r26546  
    5252تن
    5353doc.contract_doc_b=جÙ
    54 Ø¹\nكردن Ù
     54ع<br />كردن Ù
    5555تن
    5656doc.contract_doc_tip=ؚراي ؚخ؎ انتخاي فقط Ù
     
    6262حتويات
    6363doc.contract_contents_b=جÙ
    64 Ø¹ كردن\nÙ
     64ع كردن<br />Ù
    6565حتويات
    6666doc.contract_contents_tip=جÙ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_pt-br.properties

    r26483 r26546  
    2020query.matches=Consulta
    2121document.gotopage=ir para página
    22 doc.expand_doc_b=AMPLIAR\nTEXTO
     22doc.expand_doc_b=AMPLIAR<br />TEXTO
    2323doc.expand_doc_tip=Exibir todo texto
    24 doc.contract_doc_b=ABREVIAR\nTEXTO
     24doc.contract_doc_b=ABREVIAR<br />TEXTO
    2525doc.contract_doc_tip=Exibe texto somente das seções selecionadas
    26 doc.expand_contents_b=AMPLIAR\nCONTEúDO
     26doc.expand_contents_b=AMPLIAR<br />CONTEúDO
    2727doc.expand_contents_tip=Amplia tabela de conteúdo
    28 doc.contract_contents_b=ABREVIAR\nCONTEúDO
     28doc.contract_contents_b=ABREVIAR<br />CONTEúDO
    2929doc.contract_contents_tip=Reduz tabela de conteúdo
    3030doc.detach_page_b=RESUMIR
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_pt-pt.properties

    r26483 r26546  
    2828query.results=resultados
    2929document.gotopage=ir para página
    30 doc.expand_doc_b=EXPANDIR\nTEXTO
     30doc.expand_doc_b=EXPANDIR<br />TEXTO
    3131doc.expand_doc_tip=Mostrar todo o texto
    32 doc.contract_doc_b=CONTRAIR\nTEXTO
     32doc.contract_doc_b=CONTRAIR<br />TEXTO
    3333doc.contract_doc_tip=Mostra texto apenas para as secções selecionadas
    34 doc.expand_contents_b=EXPANDIR\nCONTEÚDO
     34doc.expand_contents_b=EXPANDIR<br />CONTEÚDO
    3535doc.expand_contents_tip=Expandir índice de conteúdos
    36 doc.contract_contents_b=CONTRAIR\nCONTEÚDO
     36doc.contract_contents_b=CONTRAIR<br />CONTEÚDO
    3737doc.contract_contents_tip=Reduzir índice de conteúdos
    3838doc.detach_page_b=SEPARAR
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_ru.properties

    r26483 r26546  
    3232ПжЎеМОй
    3333document.gotopage=перейтО Ма страМОцу
    34 doc.expand_doc_b=ВЕСЬ\nТЕКСТ
     34doc.expand_doc_b=ВЕСЬ<br />ТЕКСТ
    3535doc.expand_doc_tip=ППказать весь текст
    3636doc.contract_doc_b=СВЕРНУТЬ
     
    4141doc.contract_contents_b=СВЕРНУТЬ
    4242doc.contract_contents_tip=СверМуть ПглавлеМОе
    43 doc.detach_page_b=НОВОЕ\nОКНО
     43doc.detach_page_b=НОВОЕ<br />ОКНО
    4444doc.detach_page_tip=Открыть страМОцу в МПвПЌ ПкМе
    4545param.sortBy.1=упПряЎПчеММый
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_sr.properties

    r26483 r26546  
    2828query.results=rezultati
    2929document.gotopage=idi na stranicu
    30 doc.expand_doc_b=PRIKAZIVANJE\nTEKSTA
     30doc.expand_doc_b=PRIKAZIVANJE<br />TEKSTA
    3131doc.expand_doc_tip=Prikazivanje celokupnog teksta
    32 doc.contract_doc_b=SUÅœAVANJE\nTEKSTA
     32doc.contract_doc_b=SUÅœAVANJE<br />TEKSTA
    3333doc.contract_doc_tip=Prikazivanje teksta za trenutno odabrane odeljke
    34 doc.expand_contents_b=PRIKAZIVANJE\nSADRÅœAJA
     34doc.expand_contents_b=PRIKAZIVANJE<br />SADRÅœAJA
    3535doc.expand_contents_tip=Å irenje sadrÅŸaja
    36 doc.contract_contents_b=SUÅœAVANJE\nSADRÅœAJA
     36doc.contract_contents_b=SUÅœAVANJE<br />SADRÅœAJA
    3737doc.contract_contents_tip=SaÅŸimanje sadrÅŸaja
    38 doc.detach_page_b=NOVI\nPROZOR
     38doc.detach_page_b=NOVI<br />PROZOR
    3939doc.detach_page_tip=Otvaranje stranice u novom prozoru
    4040param.sortBy.1=rangirano
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_tr.properties

    r26483 r26546  
    2929query.results=sonuç
    3030document.gotopage=sayfaya git
    31 doc.expand_doc_b=METNÄ°\nGENİŞLET
     31doc.expand_doc_b=METNÄ°<br />GENİŞLET
    3232doc.expand_doc_tip=TÌm metni göster
    33 doc.contract_doc_b=METNÄ°\nDARALT
     33doc.contract_doc_b=METNÄ°<br />DARALT
    3434doc.contract_doc_tip=Sadece seçilmiş bölÃŒmÃŒn metnini görÃŒntÃŒle
    35 doc.expand_contents_b=İÇİNDEKÄ°LERÄ°\nAÇ
     35doc.expand_contents_b=İÇİNDEKÄ°LERÄ°<br />AÇ
    3636doc.expand_contents_tip=İçindekiler tablosunu genişlet
    37 doc.contract_contents_b=İÇİNDEKÄ°LERÄ°\nDARALT
     37doc.contract_contents_b=İÇİNDEKÄ°LERÄ°<br />DARALT
    3838doc.contract_contents_tip=İçindekiler tablosunu daralt
    3939doc.detach_page_b=AÇ
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_uk.properties

    r26483 r26546  
    2323query.results=результатО
    2424document.gotopage=перейтО Ма стПріМку
    25 doc.expand_doc_b=РОЗГОРНУТИ\nТЕКСТ
     25doc.expand_doc_b=РОЗГОРНУТИ<br />ТЕКСТ
    2626doc.expand_doc_tip=ППказатО весь текст
    27 doc.contract_doc_b=ПОРІВНЯТИ\nТЕКСТ
     27doc.contract_doc_b=ПОРІВНЯТИ<br />ТЕКСТ
    2828doc.contract_doc_tip=ППказуватО текст лОше Ўля вОбраМПї частОМО
    2929doc.expand_contents_tip=ЗгПрМутО таблОцю вЌісту
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_basic_vi.properties

    r26483 r26546  
    4040doc.contract_contents_b=Liên hệ nội dung
    4141doc.contract_contents_tip=Thu nhỏ bảng mục lục
    42 doc.detach_page_b=Mở cá»­a\nsổ mới
     42doc.detach_page_b=Mở cá»­a<br />sổ mới
    4343doc.detach_page_tip=Mở trang này trong một cửa sổ mới
    4444param.sortBy.1=được xếp hạng thứ
Note: See TracChangeset for help on using the changeset viewer.