Wiki source code of Solr Search Translations
Last modified by Frank Fock on 2024/02/07 14:48
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | solr.admin.title=Solr Search Administration | ||
| 2 | solr.admin.submit=Apply | ||
| 3 | solr.admin.error.action={0} failed: | ||
| 4 | solr.admin.error.notallowed=You are not allowed to perform this action. | ||
| 5 | solr.admin.error.norights=Administration rights are required to access this section. | ||
| 6 | solr.admin.success.action={0} successfully triggered. | ||
| 7 | |||
| 8 | solr.admin.status.title=Status | ||
| 9 | solr.admin.status.queueSize.label=Queue size | ||
| 10 | solr.admin.status.queueSize.hint=The number of entities that are left to be indexed, re-indexed or deleted from the index (depending on the executed action). | ||
| 11 | |||
| 12 | solr.admin.indexing.title=Indexing | ||
| 13 | solr.admin.indexing.action.label=Action | ||
| 14 | solr.admin.indexing.action.hint=The action to perform on the index. | ||
| 15 | solr.admin.indexing.action.select_index=Add to index | ||
| 16 | solr.admin.indexing.action.select_delete=Delete from index | ||
| 17 | solr.admin.indexing.action.select_reindex=Reindex | ||
| 18 | solr.admin.indexing.wiki.label=Wiki | ||
| 19 | solr.admin.indexing.wiki.hint=The wiki for which all its documents will be affected by the selected action. | ||
| 20 | solr.admin.indexing.wiki.select_farm=Entire farm | ||
| 21 | solr.admin.indexing.query.label=Custom query | ||
| 22 | solr.admin.indexing.query.hint=Optional query to limit the documents that will be affected by the selected action in the index. | ||
| 23 | |||
| 24 | solr.admin.info.affectedDocuments=Affected documents in the index: | ||
| 25 | |||
| 26 | solr.sortBy=Sort by: | ||
| 27 | solr.sortBy.score=Relevance | ||
| 28 | solr.sortBy.title_sort=Title | ||
| 29 | solr.sortBy.date=Last modification date | ||
| 30 | solr.sortBy.author_display_sort=Last author | ||
| 31 | solr.sortBy.filename_sort=File name | ||
| 32 | solr.sortBy.attsize_sort=File size | ||
| 33 | solr.sortBy.attdate_sort=Upload date | ||
| 34 | solr.sortBy.attauthor_display_sort=Uploaded by | ||
| 35 | solr.sortOrder.asc=Ascending | ||
| 36 | solr.sortOrder.desc=Descending | ||
| 37 | |||
| 38 | solr.options=Show: | ||
| 39 | solr.options.highlight=Highlighting | ||
| 40 | solr.options.highlight.title=Display en extract of what was matched in each result | ||
| 41 | solr.options.facet=Facets | ||
| 42 | solr.options.facet.title=Allow extra filtering of the result | ||
| 43 | |||
| 44 | solr.result.language=Language | ||
| 45 | solr.result.locatedIn=Located in | ||
| 46 | solr.result.author=Modified by {0} on {1} | ||
| 47 | solr.result.mediaType=File of type {0} | ||
| 48 | solr.result.uploadedBy=Uploaded by {0} on {1} ({2}) | ||
| 49 | solr.result.highlightAll=Highlight all matches | ||
| 50 | |||
| 51 | solr.facets.title=Refine your search | ||
| 52 | solr.facets.hint=Select a category and activate filters on the current results | ||
| 53 | solr.facets.resetAll=Reset all | ||
| 54 | solr.facets.expandAll=Expand all | ||
| 55 | solr.facets.collapseAll=Collapse all | ||
| 56 | solr.facets.emptyValue=Empty value | ||
| 57 | solr.facets.moreValues={0} more | ||
| 58 | |||
| 59 | solr.filterBy.type.document=Document | ||
| 60 | solr.filterBy.type.attachment=Attachment | ||
| 61 | solr.filterBy.type.object=Object | ||
| 62 | solr.filterBy.type.object_property=Object property | ||
| 63 | |||
| 64 | solr.filterBy.fileType.image=Image | ||
| 65 | solr.filterBy.fileType.audio=Audio | ||
| 66 | solr.filterBy.fileType.video=Video | ||
| 67 | solr.filterBy.fileType.text=Text | ||
| 68 | solr.filterBy.fileType.office=Office | ||
| 69 | solr.filterBy.fileType.word=Word | ||
| 70 | solr.filterBy.fileType.presentation=Presentation | ||
| 71 | solr.filterBy.fileType.spreadsheet=Spreadsheet | ||
| 72 | solr.filterBy.fileType.archive=Archive | ||
| 73 | solr.filterBy.fileType.font=Font | ||
| 74 | solr.filterBy.fileType.other=Other | ||
| 75 | solr.facet.fileType.text.plain=Plain text | ||
| 76 | solr.facet.fileType.text.javascript=JavaScript | ||
| 77 | solr.facet.fileType.text.java-source=Java source | ||
| 78 | solr.facet.fileType.text.sh=Shell Script | ||
| 79 | solr.facet.fileType.image.icon=Icon | ||
| 80 | solr.facet.fileType.archive.java-archive=JAR | ||
| 81 | solr.facet.fileType.archive.xara=XAR | ||
| 82 | solr.facet.fileType.other.octet-stream=Binary data | ||
| 83 | |||
| 84 | solr.facet.date.today=Today | ||
| 85 | solr.facet.date.last7Days=Last 7 days | ||
| 86 | solr.facet.date.last30Days=Last 30 days | ||
| 87 | solr.facet.date.olderThan30Days=Older than 30 days | ||
| 88 | solr.facet.date.customInterval=Custom date & time interval | ||
| 89 | solr.facet.date.start=Start date and time | ||
| 90 | solr.facet.date.end=End date and time | ||
| 91 | solr.facet.date.applyCustomInterval=Apply | ||
| 92 | solr.facet.date.between=From {0} to {1} | ||
| 93 | solr.facet.date.after=After {0} | ||
| 94 | solr.facet.date.before=Before {0} | ||
| 95 | solr.facet.date.any=Any date | ||
| 96 | |||
| 97 | solr.facet.size.tiny=Tiny | ||
| 98 | solr.facet.size.small=Small | ||
| 99 | solr.facet.size.medium=Medium | ||
| 100 | solr.facet.size.large=Large | ||
| 101 | solr.facet.size.between=Between {0} and {1} | ||
| 102 | solr.facet.size.lessThan=Less than {0} | ||
| 103 | solr.facet.size.moreThan=More than {0} | ||
| 104 | solr.facet.size.any=Any size | ||
| 105 | |||
| 106 | solr.field.type=Result type | ||
| 107 | solr.field.locale=Language | ||
| 108 | solr.field.locale.emptyValue=No language | ||
| 109 | solr.field.locale.emptyValue.hint=Some documents don't have a language set because they contain scripts (which are not written in a natural language) or they make up the user interface which is displayed in the current language (like this page). | ||
| 110 | solr.field.wiki=Wiki | ||
| 111 | solr.field.spaces=Location | ||
| 112 | solr.field.space_exact=Location | ||
| 113 | solr.field.space_facet=Location | ||
| 114 | solr.field.name=Page | ||
| 115 | solr.field.name_exact=Page | ||
| 116 | solr.field.title=Title | ||
| 117 | solr.field.author=Last author | ||
| 118 | solr.field.author_display=Last author | ||
| 119 | solr.field.creator=Creator | ||
| 120 | solr.field.creator_display=Creator | ||
| 121 | solr.field.date=Last modification date | ||
| 122 | solr.field.creationdate=Creation date | ||
| 123 | solr.field.doccontent=Rendered document content | ||
| 124 | solr.field.doccontentraw=Raw document content | ||
| 125 | solr.field.class=Object type | ||
| 126 | solr.field.class.definedBy=Defined by {0} ยป {1} | ||
| 127 | solr.field.propertyname=Property name | ||
| 128 | solr.field.propertyvalue=Property value | ||
| 129 | solr.field.filename=Attachment name | ||
| 130 | solr.field.attcontent=Attachment content | ||
| 131 | solr.field.comment=Comments | ||
| 132 | solr.field.objcontent=Objects | ||
| 133 | solr.field.mimetype=File type | ||
| 134 | solr.field.attauthor=Uploaded by | ||
| 135 | solr.field.attauthor_display=Uploaded by | ||
| 136 | solr.field.attdate=Upload date | ||
| 137 | solr.field.attsize=File size | ||
| 138 | |||
| 139 | solr.uix.docdoesnotexist.title=Were you looking for one of the following pages instead? | ||
| 140 | solr.uix.attachmentdoesnotexist.title=Were you looking for one of the following attachments instead? | ||
| 141 | |||
| 142 | ## Used to indicate where deprecated keys start | ||
| 143 | #@deprecatedstart | ||
| 144 | |||
| 145 | ## until 7.2M3 | ||
| 146 | solr.result.location=Located in {0} \u00BB {1} \u00BB {2} | ||
| 147 | |||
| 148 | ## until 7.2RC1 | ||
| 149 | solr.field.space=Location | ||
| 150 | |||
| 151 | ## Used to indicate where deprecated keys end | ||
| 152 | #@deprecatedend |