diff --git a/README.md b/README.md index 1902f8a..8fe4f7b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,31 @@ This simple program enables you to search Wikipedia, the free encyclopedia, with ## what's new: +### Version 1.2: + +This version comes with numerous new features and bug fixes. + +- Added French translation, Thanks Riad Assoum. +- You can now adjust the size and color of the font while reading the article. +- Added an option to display a dialog with the tables in the article. Warning: it may not always display correctly, but rather depends on the format of the article. +- Added an option to display a list of external references from within the article so that you can open any of them in your browser. +- Added an option to display articles that are linked to the currently displayed article. You may interact with them just like you do with the search results. +- You can now save the article as an HTML file. +- Added the ability to display random articles with their language depending on the already set search language. You may interact with them just like you do with the search results. +- Added an option in settings to view the article as HTML (note: buggy and unreliable). +- Added quite a few communication methods in the main menu to reach the developers. +- Changed a few options within the action menu of the displayed article window. +- The program will start faster if you disable the auto check for updates feature. +- Fixed the bug where an update's changelog was not being shown correctly in the update dialog. +- Changed some keyboard shortcut. +- Fixed a few minor bugs here and there. + +#### Notes: + +- Due to a change in the language suffixes in this version, the program language will automatically revert back to English after the update. You will need to change it only once and it will auto-save just like before. +- All new article options can be found by pressing alt and browsing the menus where you may find and learn all the hotkeys. +- All hotkeys will later be written to this file. + ### Version 1.1: We are still learning and improving this software as we improve our knowledge of programming, and we have been able to add quite a few features in this version. @@ -16,7 +41,7 @@ We are still learning and improving this software as we improve our knowledge of - You can now jump to any of the article headings while reading it. - You can now customize the number of search results up to 100 at the moment (you can change the number from the settings). - You can now close the article window using the escape key (you can enable this feature from the settings). --The program will now warn you if you try to close it while one or more articles are open (this feature can be disabled from the settings). +- The program will now warn you if you try to close it while one or more articles are open (this feature can be disabled from the settings). - The program will now check for updates automatically when launched (you can disable this feature from the settings. - The program will now remember the selected search language for future uses. @@ -28,6 +53,9 @@ We are still learning and improving this software as we improve our knowledge of * Change the color of the entire frame while reading the article. The next versions will allow further customizations to the colors and fonts. * An auto-updater that allows users quick access to new features. +## Supported OS: +The software supports Windows 8 and above with both 32 and 64 bit architectures. + ## Requirements Python 3.xx diff --git a/messages.pot b/messages.pot deleted file mode 100644 index a7266dc..0000000 --- a/messages.pot +++ /dev/null @@ -1,322 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2022-08-09 21:50+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=cp1256\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: pygettext.py 1.5\n" - - -msgid "Some required files are missing." -msgstr "" - -msgid "Error" -msgstr "" - -msgid "With this program, you can search or browse any Wikipedia article. site: https://github.com/tecwindow/WikiSearch" -msgstr "" - -msgid "Choose the search language:" -msgstr "" - -msgid "Enter search words" -msgstr "" - -msgid "Start search" -msgstr "" - -msgid "View random articles" -msgstr "" - -msgid "Close the program" -msgstr "" - -msgid "&Help file\tF1" -msgstr "" - -msgid "&About" -msgstr "" - -msgid "Qais Alrefai" -msgstr "" - -msgid "Mahmood atef" -msgstr "" - -msgid "Ahmed Bakr" -msgstr "" - -msgid "&Contact us" -msgstr "" - -msgid "Program &settings\tAlt+S" -msgstr "" - -msgid "Check for &update\tctrl+u" -msgstr "" - -msgid "Close program\tctrl+w" -msgstr "" - -msgid "Main menu" -msgstr "" - -msgid "There is 1 open article." -msgstr "" - -msgid "There are {} open articles." -msgstr "" - -msgid "" -"{}\n" -"Do you want to close the program anyway?" -msgstr "" - -msgid "Confirm" -msgstr "" - -msgid "&No" -msgstr "" - -msgid "&Yes" -msgstr "" - -msgid "" -"{} Version {}.\n" -"{}\n" -"This program was developed by:\n" -"Ahmed Bakr.\n" -"Qais Alrifai.\n" -"Mahmoud Atef." -msgstr "" - -msgid "About the program" -msgstr "" - -msgid "&Ok" -msgstr "" - -msgid "Connection error" -msgstr "" - -msgid "There is no internet connection." -msgstr "" - -msgid "No update available" -msgstr "" - -msgid "You are using version {} which is the latest version." -msgstr "" - -msgid "Article references" -msgstr "" - -msgid "&Open in browser" -msgstr "" - -msgid "&Cancel" -msgstr "" - -msgid "Reference {}: {}" -msgstr "" - -msgid "Headings in this article" -msgstr "" - -msgid "Choose a heading" -msgstr "" - -msgid "Go" -msgstr "" - -msgid "Tables in {}:" -msgstr "" - -msgid "&Close" -msgstr "" - -msgid "" -"Table {}:\n" -" {}" -msgstr "" - -msgid "Program Settings" -msgstr "" - -msgid "Choose language:" -msgstr "" - -msgid "Choose your prefered view:" -msgstr "" - -msgid "Normal View" -msgstr "" - -msgid "Web View(Not recommended)" -msgstr "" - -msgid "Select the number of results:" -msgstr "" - -msgid "Select the number of random articles:" -msgstr "" - -msgid "Show Close message when at least an article is open" -msgstr "" - -msgid "Check for updates automatically" -msgstr "" - -msgid "Close the article via the Escape key" -msgstr "" - -msgid "&Save changes" -msgstr "" - -msgid "" -"You must restart the program for the new language to take effect.\n" -"Do you want to restart the program now?" -msgstr "" - -msgid "Update found" -msgstr "" - -msgid "version {} is available." -msgstr "" - -msgid "&Update" -msgstr "" - -msgid "Downloading update" -msgstr "" - -msgid "Please wait." -msgstr "" - -msgid "View article" -msgstr "" - -msgid "Copy article\tctrl+shift+c" -msgstr "" - -msgid "Copy article link\t+alt+c" -msgstr "" - -msgid "Go to a &heading\tCtrl+h" -msgstr "" - -msgid "&Linked articles\tCtrl+l" -msgstr "" - -msgid "&References in article\tCtrl+r" -msgstr "" - -msgid "&Tables in article\tCtrl+t" -msgstr "" - -msgid "Go to" -msgstr "" - -msgid "Save article as &txt\tctrl+shift+T" -msgstr "" - -msgid "Save article as &html\tctrl+shift+H" -msgstr "" - -msgid "Save article" -msgstr "" - -msgid "Close article window\tctrl+w" -msgstr "" - -msgid "Close the program\tctrl+F4" -msgstr "" - -msgid "Change &font\tCtrl+d" -msgstr "" - -msgid "&Change color\tctrl+shift+d" -msgstr "" - -msgid "Actions" -msgstr "" - -msgid "View" -msgstr "" - -msgid "Copy article" -msgstr "" - -msgid "Copy article link" -msgstr "" - -msgid "Close article" -msgstr "" - -msgid "Loading article:" -msgstr "" - -msgid "" -"This article is no longer available.\n" -"do you want to show similar results for this article?\n" -msgstr "" - -msgid "Warning" -msgstr "" - -msgid "View {}" -msgstr "" - -msgid "Article loaded." -msgstr "" - -msgid "Article copied." -msgstr "" - -msgid "Article link copied." -msgstr "" - -msgid "Save {}:" -msgstr "" - -msgid "Linked articles" -msgstr "" - -msgid "Search results" -msgstr "" - -msgid "&View Article" -msgstr "" - -msgid "&Copy article link" -msgstr "" - -msgid "Go&Back" -msgstr "" - -msgid "Random articles" -msgstr "" - -msgid "We couldn't find any articles that match your search." -msgstr "" - -msgid "Opening:" -msgstr "" - -msgid "This link cannot be opened in the browser." -msgstr "" - -msgid "This link cannot be copied." -msgstr "" - -msgid "

Please wait

" -msgstr "" -