Show last authors
1 annotations.title=Annotate
2 annotations.menu.loading=Loading annotation settings
3 annotations.menu.loaderror=Failed:
4 annotations.tab.info.noannotations=No annotations on this page
5
6 annotations.settings.display=Show annotations
7 annotations.settings.error.wrongsyntax=Annotations are not available for pages written in XWiki/1.0 syntax.
8 annotations.settings.error.notarget=No page specified to get annotations settings for.
9
10 annotations.annotated.loading=Loading annotated page
11 annotations.annotated.loaderror=Failed:
12 annotations.annotated.loaderror.wrongresponse=Wrongly formatted server response
13 annotations.annotated.error.noannotatedelement=Annotations could not be loaded because the content is not available.
14 annotations.annotated.error.wrongsyntax=Annotations are not available for pages written in XWiki/1.0 syntax.
15
16 annotations.action.edit.text=[Edit]
17 annotations.action.edit.tooltip=Edit annotation
18 annotations.action.edit.submit.text=Update
19 annotations.action.edit.cancel.text=Cancel
20 annotations.action.edit.success=Annotation updated.
21 annotations.action.edit.loaderror=Failed:
22 annotations.action.edit.error.notfound=This annotation does not exist anymore. Please refresh the page for an updated view.
23
24 annotations.action.delete.text=[Delete]
25 annotations.action.delete.tooltip=Delete annotation
26 annotations.action.delete.confirm=Are you sure you want to delete this annotation?
27 annotations.action.delete.inProgress=Deleting annotation...
28 annotations.action.delete.done=Annotation deleted
29 annotations.action.delete.failed=Failed to delete annotation:
30
31 annotations.action.create.submit.text=Add annotation
32 annotations.action.create.cancel.text=Cancel
33 annotations.action.create.selection.invalid=Please select a non-empty text in the page content.
34 annotations.action.create.form.loaderror=Failed:
35 annotations.action.create.success=Annotation added.
36 annotations.action.create.loaderror=Failed:
37 annotations.action.create.error.unauthorized=You are not authorized to add annotations on this page.
38 annotations.action.create.error.unauthorizedguest=You are not authorized to add annotations on this page. Try to login first.
39 annotations.action.create.helpmessage=To annotate a piece of text, select it and hit {0}.
40 annotations.action.create.error.wrongsyntax=Annotations are not available for pages written in XWiki/1.0 syntax.
41 annotations.action.create.error.notarget=Unspecified target (page) to create annotations for.
42
43 annotations.action.view.hide.text=hide
44 annotations.action.view.form.loaderror=Failed:
45 annotations.action.view.error.notfound=This annotation does not exist anymore. Please refresh the page for an updated view.
46 annotations.action.view.thread=View thread
47
48 annotations.altered.text=This annotation could not be displayed because the annotated text was not found in the page:
49 annotations.updated.text=This annotation was automatically repositioned after a page update. Originally:
50 annotations.action.validate.text=[Validate]
51 annotations.action.validate.tooltip=Validate the automatic update of the selected text of this annotation
52 annotations.action.validate.success=Annotation validated.
53 annotations.action.validate.loaderror=Failed:
54
55 annotations.filters.show=Filter
56 annotations.filters.nooption=There are no values to filter for "{0}"
57 annotations.filters.anyvalue=any value
58 annotations.filters.clearvalue=clear
59
60 annotations.config.title=Annotations configuration panel
61 annotations.config.display.title=Annotation display
62 annotations.config.type.title=Annotation type
63 annotations.config.activate.title=Annotation activation
64 annotations.config.activate.explanation=The following two settings allow you to configure which locations annotations are active in. The first setting specifies the general rule, while the second list specifies the locations for which the rule shouldn't apply. For example, activated "yes" and exception locations "XWiki" and "Main" means that annotations will be active on all locations except for "XWiki" and "Main". As an opposite example, using activated "no" and exception locations "Documents" means that annotations will be active only for the "Documents" location.
65 annotations.config.type.explanation=Add properties to this class if you want extra properties for your annotations.
66 admin.annotations=Annotations
67 admin.annotations.description=Configure the page annotations
68
69 AnnotationCode.AnnotationConfig_activated=Annotations are activated
70 AnnotationCode.AnnotationConfig_activated.hint=Decide if annotations are active on the wiki
71 AnnotationCode.AnnotationConfig_exceptionSpaces=Except for the following locations
72 AnnotationCode.AnnotationConfig_exceptionSpaces.hint=Deactivate annotations for the following subset of locations:
73 AnnotationCode.AnnotationConfig_displayed=Display annotations by default
74 AnnotationCode.AnnotationConfig_displayed.hint=Decide if annotations are displayed by default or only when "Show annotations" is checked on each page
75 AnnotationCode.AnnotationConfig_displayHighlight=Highlight annotations by default
76 AnnotationCode.AnnotationConfig_displayHighlight.hint=Decide if highlighting of an annotation should be displayed always or only when hovering over an annotation or a structure of annotations
77 AnnotationCode.AnnotationConfig_annotationClass=XWiki class defining annotations structure