diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-21 21:02:11 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-21 21:02:43 +0200 |
commit | 6d048564678b862f6ea5d16b7e5a2240f5993113 (patch) | |
tree | 4c7d63c87d26fcf98525795f135e65a107a59f32 /src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties | |
parent | 4f701485740a487249491ae6f49a1ddeaae0f116 (diff) | |
download | gitblit-6d048564678b862f6ea5d16b7e5a2240f5993113.tar.gz gitblit-6d048564678b862f6ea5d16b7e5a2240f5993113.zip |
fix: Remove duplicate property keys from properties files
Some property keys were duplicated, mostly `status`, `permission` and
`comment`.
The problem with `gb.comment` is, that it is used in two different
locations in two different meanings. One as a verb, the second as a
noun. Which makes no difference in English, but other languages.
The solution is that the second key is renamed to `gb.sshKeyComment`.
The code is adjusted accordingly.
Diffstat (limited to 'src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties')
-rw-r--r-- | src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties b/src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties index 8b765fd2..30d8c2a9 100644 --- a/src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties +++ b/src/main/java/com/gitblit/wicket/GitBlitWebApp_fr.properties @@ -170,7 +170,6 @@ gb.accessLevel = niveau d'acc\u00e8s gb.default = d\u00e9faut gb.setDefault = d\u00e9finir par d\u00e9faut gb.since = depuis -gb.status = \u00e9tat gb.bootDate = date de d\u00e9marrage gb.servletContainer = conteneur de servlet gb.heapMaximum = pile maximum @@ -683,6 +682,7 @@ gb.diffTruncated = Affichage de diff\u00e9rences supprim\u00e9e apr\u00e8s le fi gb.opacityAdjust = ajuster l'opacit\u00e9 gb.blinkComparator = Comparateur \u00e0 clignotement gb.imgdiffSubtract = Diff\u00e9rence (noir = identique) +gb.sshKeyComment = Commentaire # This last property for unit tests to test successful loading of the resource file gb.loadLang = fran\u00e7ais |