summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitBlitWebApp_no.properties
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove trailing spaces from property bundle filesFlorian Zschocke2021-10-211-31/+31
|
* fix: Remove duplicate property keys from properties filesFlorian Zschocke2021-10-211-4/+2
| | | | | | | | | | 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.
* Add a unit test to check if the resource bundle can be loadedFlorian Zschocke2021-10-201-1/+4
| | | | | | | | | To prevent that we have a resource file in a resource bundle broken and not loading undiscovered for years, add a unit test that will load the resource properties file for each of the languages. In order to check if the file was loaded and the bundle mechanism didn't fall back on the default, a new property key is added to each language file, solely for the purpose to be checked in the unit test.
* Fix a wrong unicode escape in the Norsk language properties fileFlorian Zschocke2021-10-201-1/+1
| | | | This fixes #834
* Update link target to Lucene 5.5 query syntax, moving the link to the page.Florian Zschocke2017-03-051-1/+2
| | | | | | | | | | | | | | | Update the link target to the query parser syntax page of the 5.5 version. Refactor the `LuceneSearchPage` to use an `ExternalLink` for the link to the lucene page, so that the link target is kept and updated in the Java code. Move the link out of the language files. This was way too cumbersome to update the link target (which is probably why no one ever did). The query help text is changed to contain a variable: `gb.queryHelp = here be some ${querySyntax} help`, which is replaced by Wicket with a link. The link text is a new lange file property: `gb.querySyntax`.
* Updated norwegian translationLeif Jantzen2014-06-111-0/+73
|
* Norwegian translation v 1.0Leif Jantzen2014-05-211-125/+125
|
* Initial stab at translation to NorwegianLeif Jantzen2014-05-211-231/+231
|
* Initial stab at translation to NorwegianLeif Jantzen2014-05-201-0/+671