mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Internationalized random article failure message
This commit is contained in:
committed by
Matthieu Gautier
parent
52d4f73e89
commit
ca7e0fb4a0
@ -8,4 +8,5 @@
|
||||
, "no-such-book": "No such book: {{BOOK_NAME}}"
|
||||
, "url-not-found" : "The requested URL \"{{url}}\" was not found on this server."
|
||||
, "suggest-search" : "Make a full text search for <a href=\"{{{SEARCH_URL}}}\">{{PATTERN}}</a>"
|
||||
, "random-article-failure" : "Oops! Failed to pick a random article :("
|
||||
}
|
||||
|
@ -9,4 +9,5 @@
|
||||
, "no-such-book": "Error text when the requested book is not found in the library"
|
||||
, "url-not-found" : "Error text about wrong URL for an HTTP 404 error"
|
||||
, "suggest-search" : "Suggest a search when the URL points to a non existing article"
|
||||
, "random-article-failure" : "Failure of the random article selection procedure"
|
||||
}
|
||||
|
Reference in New Issue
Block a user