Merge pull request #725 from kiwix/few-fixes-around-question-marks

This commit is contained in:
Matthieu Gautier 2021-11-22 11:38:03 +01:00 committed by GitHub
commit aaf3d62195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,9 +64,9 @@
"pause":"Pause", "pause":"Pause",
"cancel":"Cancel", "cancel":"Cancel",
"apply":"Apply", "apply":"Apply",
"port-for-local-kiwix-server-setting":"Port for local Kiwix server :", "port-for-local-kiwix-server-setting":"Port for local Kiwix server",
"zoom-level-setting":"Default zoom level :", "zoom-level-setting":"Default zoom level",
"download-directory-setting":"Download directory :", "download-directory-setting":"Download directory",
"reset":"Reset", "reset":"Reset",
"browse":"Browse", "browse":"Browse",
"about-kiwix-desktop-title":"Kiwix Desktop", "about-kiwix-desktop-title":"Kiwix Desktop",
@ -74,12 +74,12 @@
"about-learn-more-about-kiwix":"Learn more about Kiwix", "about-learn-more-about-kiwix":"Learn more about Kiwix",
"about-release-title":"Release", "about-release-title":"Release",
"about-source-code":"This software is released under the terms of the GNU General Public License version 3. View the source code on <a href='{{GITHUB_URL}}'>Github</a>.", "about-source-code":"This software is released under the terms of the GNU General Public License version 3. View the source code on <a href='{{GITHUB_URL}}'>Github</a>.",
"about-version":"Version : {{VERSION}}", "about-version":"Version: {{VERSION}}",
"about-reporting-problem-title":"Reporting problem", "about-reporting-problem-title":"Reporting problem",
"about-report-issue":"To open an issue, visit <a href='{{TRACKER_URL}}'>Kiwix-desktop issue tracker</a> and open an issue describing your problem.", "about-report-issue":"To open an issue, visit <a href='{{TRACKER_URL}}'>Kiwix-desktop issue tracker</a> and open an issue describing your problem.",
"about-report-issue-2":"Please mention the version in the issue.", "about-report-issue-2":"Please mention the version in the issue.",
"about-libraries-title":"Libraries", "about-libraries-title":"Libraries",
"kiwix-server-running-message":"The Kiwix Server is running and can be accessed in the local network at :", "kiwix-server-running-message":"The Kiwix Server is running and can be accessed in the local network at:",
"kiwix-server-description":"Starting a server allows other computers in the local network to access your Kiwix library with a standard web browser.", "kiwix-server-description":"Starting a server allows other computers in the local network to access your Kiwix library with a standard web browser.",
"fullscreen-notification":"You are now in full screen mode. Press ESC to quit!", "fullscreen-notification":"You are now in full screen mode. Press ESC to quit!",
"all-files":"All Files", "all-files":"All Files",
@ -117,7 +117,7 @@
"no":"no", "no":"no",
"no-filter":"no filter", "no-filter":"no filter",
"open-link-in-web-browser":"Open link in web browser", "open-link-in-web-browser":"Open link in web browser",
"download-dir-dialog-title":"Are you sure you want to change the download directory ?", "download-dir-dialog-title":"Are you sure you want to change the download directory?",
"download-dir-dialog-msg":"The new download directory path will be :\n{{DIRECTORY}}", "download-dir-dialog-msg":"The new download directory path will be:\n{{DIRECTORY}}",
"invalid-port":"Invalid port" "invalid-port":"Invalid port"
} }