Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fe1fb9f9d07b400d31a67200a9705138da9e3ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
###############################################################################
# Copyright (c) 2013 Stefan Seelmann
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Stefan Seelmann - initial API and implementation
###############################################################################
LinkDefinitionValidationRule.missing=Footnote ''{0}'' is missing.
LinkDefinitionValidationRule.unused=Footnote ''{0}'' is never used.

Back to the top