Wiki source code of RatingsTranslations
Last modified by admins admins on 2021/12/11 21:13
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | admin.ratings=Ratings | ||
| 2 | |||
| 3 | rating.rate=Rate! | ||
| 4 | rating.saveexception=Error when saving the rating. | ||
| 5 | rating.votenotvalid=You cannot vote with 0 value. | ||
| 6 | rating.voteoutofbounds=The vote is out of the scale limit. | ||
| 7 | rating.setvote.inprogress=Your vote is being saved... | ||
| 8 | rating.setvote.success=Your vote has been saved! | ||
| 9 | rating.setvote.error=Error when saving your vote. | ||
| 10 | XWiki.Ratings.RatingsConfigurationClass_enabled=Enable Ratings | ||
| 11 | XWiki.Ratings.RatingsConfigurationClass_enabled.hint=Enabling ratings allows users to vote on pages and display the average votes. Disabling them doesn't remove the existing vote, it just hides the interface. | ||
| 12 | |||
| 13 | #@deprecatedstart | ||
| 14 | |||
| 15 | ## until 12.9RC1 | ||
| 16 | admin.ratings.activateratings=Activate the ratings on this wiki | ||
| 17 | admin.ratings.activateratingsinfo=Activating the ratings on this wiki will display a visual average rating (composed of stars) at the top right corner of each document of this wiki (except the ones in the *XWiki* space). Authenticated users will be able to rate documents by clicking on the stars. An alternative to this is to use the *Ratings Panel*, for example to only enable ratings in the desired spaces. To use the Ratings Panel, please visit the *Panel Wizard* administration section. | ||
| 18 | admin.ratings.resetratings=Reset all the ratings on this wiki. This will make all documents start over with no vote. Be aware that this operation is irreversible, besides on a document-per-document rollback basis. Resetting all ratings can take a while if the wiki has a large amount of documents already rated. | ||
| 19 | admin.ratings.uninstallratings=Uninstalling the ratings application will delete the documents that compose the application, but *all votes on rated document will be preserved*. If you reinstall the application later on, the documents will start over with the saved average rating they had before uninstalling the application. Finally, uninstalling the ratings application will *remove the ratings category* from the wiki administration. | ||
| 20 | admin.ratings.ratingsactivated=Ratings have been activated | ||
| 21 | admin.ratings.ratingsdeactivated=Ratings have been deactivated | ||
| 22 | admin.ratings.illegalrequest=Illegal request | ||
| 23 | |||
| 24 | rating.yourvote=Your vote | ||
| 25 | rating.logintorate=Login to rate | ||
| 26 | rating.novotes=No votes yet | ||
| 27 | |||
| 28 | ## Used to indicate where deprecated keys end | ||
| 29 | #@deprecatedend |