|
| 1 | +# --------------------------------------------------------------------------- |
| 2 | +# See the NOTICE file distributed with this work for additional |
| 3 | +# information regarding copyright ownership. |
| 4 | +# |
| 5 | +# This is free software; you can redistribute it and/or modify it |
| 6 | +# under the terms of the GNU Lesser General Public License as |
| 7 | +# published by the Free Software Foundation; either version 2.1 of |
| 8 | +# the License, or (at your option) any later version. |
| 9 | +# |
| 10 | +# This software is distributed in the hope that it will be useful, |
| 11 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | +# Lesser General Public License for more details. |
| 14 | +# |
| 15 | +# You should have received a copy of the GNU Lesser General Public |
| 16 | +# License along with this software; if not, write to the Free |
| 17 | +# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA |
| 18 | +# 02110-1301 USA, or see the FSF site: http://www.fsf.org. |
| 19 | +# --------------------------------------------------------------------------- |
| 20 | + |
| 21 | +############################################################################### |
| 22 | +# Wiki Component localization |
| 23 | +# |
| 24 | +# This contains the translations of the module in the default language |
| 25 | +# (generally English). |
| 26 | +# |
| 27 | +# Translation key syntax: |
| 28 | +# <short top level project name>.<short module name>.<propertyName> |
| 29 | +# where: |
| 30 | +# * <short top level project name> = top level project name without the "xwiki-" prefix, |
| 31 | +# for example: commons, rendering, platform, enterprise, manager, etc |
| 32 | +# * <short module name> = the name of the Maven module without the <short top level project name> prefix, |
| 33 | +# for example: oldcore, scheduler, activitystream, etc |
| 34 | +# * <propertyName> = the name of the property using camel case, |
| 35 | +# for example updateJobClassCommitComment |
| 36 | +# |
| 37 | +# Comments: it's possible to add some detail about a key to make easier to |
| 38 | +# translate it by adding a comment before it. To make sure a comment is not |
| 39 | +# assigned to the following key use at least three sharps (###) for the comment |
| 40 | +# or after it. |
| 41 | +# |
| 42 | +# Deprecated keys: |
| 43 | +# * when deleting a key it should be moved to deprecated section at the end |
| 44 | +# of the file (between #@deprecatedstart and #@deprecatedend) and associated to the |
| 45 | +# first version in which it started to be deprecated |
| 46 | +# * when renaming a key, it should be moved to the same deprecated section |
| 47 | +# and a comment should be added with the following syntax: |
| 48 | +# #@deprecated new.key.name |
| 49 | +# old.key.name=Some translation |
| 50 | +############################################################################### |
| 51 | + |
| 52 | +platform.component.wiki.programmingRightRequiredMessage=Registering wiki components requires programming rights |
0 commit comments