diff --git a/src/doc/other/installation.rst b/src/doc/other/installation.rst index dcda9243..fdd65367 100644 --- a/src/doc/other/installation.rst +++ b/src/doc/other/installation.rst @@ -33,7 +33,7 @@ It is already installed on many computers, but on Windows you will probably need You should also check what version of pip_ is installed:: - jim@mint:~$ pip --version + jim@mint:~$ pip3 --version pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) Most Linux systems suppress pip's normal version check, but I recommend upgrading pip anyway:: @@ -64,7 +64,7 @@ It is already installed on many computers, but on Windows you will probably need I suggest reading `Using Python on Windows`_ before you begin. Go to https://www.python.org/downloads/windows/ and choose a suitable Python |nbsp| 3 installer. Use the 64-bit stable release with the highest version number that will run on your version of Windows. - Beware of using very new releases though, as some dependencies may not have been updated to work with the latest Python. + Beware of using very new releases though, as some of Photini's dependencies may not have been updated to work with the latest Python. When you run the Python installer make sure you select the "add Python to PATH" option. If you customise your installation then make sure you still select "pip". @@ -128,15 +128,24 @@ I use the name ``photini`` and create it in my home directory: (photini) C:\Users\Jim>python -m pip install -U pip Note that pip may need to be updated again from within the virtual environment. -The Linux/MacOS option ``--system-site-packages`` makes packages installed with the system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) available within the virtual environment. +The Linux / MacOS option ``--system-site-packages`` makes packages installed with the system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) available within the virtual environment. You should stay in this virtual environment while installing and testing Photini. +Qt package +^^^^^^^^^^ + +Photini uses the Qt_ Framework for its graphical user interface. +There are two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces (PyQt and PySide). +Hence there are four Python Qt packages - PyQt5, PyQt6, PySide2, and PySide6. +Photini works with any one of these, but there isn't one of them that works on all platforms. +For example, Qt6 does not work on Windows versions earlier than Windows |nbsp| 10. + +After installing Photini the ``photini-configure`` command can be used to choose a Qt package. +This allows you to try each until you find one that works satisfactorily on your computer. + Initial installation ^^^^^^^^^^^^^^^^^^^^ -.. versionadded:: 2022.9.0 - The ``photini-configure`` post installation script can be used to install most dependencies and configure Photini to use them. - Firstly install Photini with pip_: .. tabs:: @@ -186,6 +195,31 @@ Firstly install Photini with pip_: Installing collected packages: exiv2, appdirs, urllib3, idna, charset-normalizer, certifi, cachetools, requests, photini Successfully installed appdirs-1.4.4 cachetools-5.2.0 certifi-2022.9.24 charset-normalizer-2.1.1 exiv2-0.11.3 idna-3.4 photini-2022.9.0 requests-2.28.1 urllib3-1.26.12 +Photini's optional dependencies can be included in the installation by listing them as "extras" in the pip command. +For example, if you want to be able to upload to Flickr and Ipernity: + +.. tabs:: + .. code-tab:: none Linux/MacOS + + (photini) jim@mint:~$ pip3 install "photini[flickr,ipernity]" + .. code-tab:: none Windows + + C:\Users\Jim>pip install photini[flickr,ipernity] + +Note that the extras' names are not case-sensitive. + +.. versionadded:: 2023.7.0 + You can install all of Photini's optional dependencies by adding an ``all`` extra. + You can also install any of the Qt packages as extras: + +.. tabs:: + .. code-tab:: none Linux/MacOS + + (photini) jim@mint:~$ pip3 install "photini[all,pyqt5,pyside6]" + .. code-tab:: none Windows + + C:\Users\Jim>pip install photini[all,pyqt5,pyside6] + Now run the ``photini-configure`` command to choose which Qt package to use: .. tabs:: @@ -268,7 +302,7 @@ These provide additional features, for example the Flickr uploader, that not all Missing system packages """"""""""""""""""""""" -On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run if you've installed PySide2 or PySide6 with pip_ instead of the system's package manager. +On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run if you've installed a Qt package with pip_ instead of the system's package manager. In this case it may be worth doing a web search for the error messages you get. For example, failing to load a Qt plugin (on Debian) can be cured by installing just one system package (``libxcb-xinerama0``) but the error message doesn't tell you that! @@ -394,7 +428,7 @@ Linux & MacOS users can install it with the system package manager, but installi Start menu / application menu ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Although you can run Photini from a command shell, most users would probably prefer to use the start/application menu or a desktop icon. +Although you can run Photini from a command shell, most users would probably prefer to use the start / application menu or a desktop icon. These can be installed with the ``photini-post-install`` command: .. tabs:: @@ -430,7 +464,7 @@ If you have installed Photini in a virtual environment then other users should b C:\Users\Sarah>..\Jim\photini\Scripts\photini.exe -This is not a very convenient way to run Photini, so most users will want to add it to their start/application menu: +This is not a very convenient way to run Photini, so most users will want to add it to their start / application menu: .. tabs:: .. code-tab:: none Linux/MacOS @@ -476,7 +510,7 @@ It is important to use the full path to the post install command: Uninstalling Photini ^^^^^^^^^^^^^^^^^^^^ -Before removing Photini you should use the ``photini-post-install`` command to remove it from the start/application menu: +Before removing Photini you should use the ``photini-post-install`` command to remove it from the start / application menu: .. tabs:: .. code-tab:: none Linux/MacOS @@ -762,6 +796,7 @@ Open ``doc/html/index.html`` with a web browser to read the local documentation. .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/ .. _PySide2: https://pypi.org/project/PySide2/ .. _PySide6: https://pypi.org/project/PySide6/ +.. _Qt: https://wiki.qt.io/About_Qt .. _QtWebEngine: https://wiki.qt.io/QtWebEngine .. _requests: http://python-requests.org/ .. _requests-oauthlib: https://requests-oauthlib.readthedocs.io/ diff --git a/src/lang/ca/LC_MESSAGES/documentation.po b/src/lang/ca/LC_MESSAGES/documentation.po index e473956b..77501118 100644 --- a/src/lang/ca/LC_MESSAGES/documentation.po +++ b/src/lang/ca/LC_MESSAGES/documentation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Joan , 2023\n" "Language: ca\n" @@ -2471,8 +2471,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2528,23 +2528,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2570,11 +2597,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2602,7 +2629,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2618,7 +2645,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2632,7 +2659,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3864,3 +3891,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/cs/LC_MESSAGES/documentation.po b/src/lang/cs/LC_MESSAGES/documentation.po index 89ee3741..d4a5a9b1 100644 --- a/src/lang/cs/LC_MESSAGES/documentation.po +++ b/src/lang/cs/LC_MESSAGES/documentation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: fri, 2023\n" "Language: cs@qtfiletype\n" @@ -2481,13 +2481,14 @@ msgstr "Při opětovném spuštění ``pip --version`` se zobrazí nová verze:: msgid "Windows" msgstr "Windows" +#, fuzzy msgid "" "I suggest reading `Using Python on Windows`_ before you begin. Go to " "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" "Doporučuji přečíst si před začátkem `Používání Pythonu ve Windows`_. " "Přejděte na stránku https://www.python.org/downloads/windows/ a vyberte " @@ -2572,23 +2573,51 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +#, fuzzy +msgid "Qt package" +msgstr "Balíček" + +msgid "" +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2617,11 +2646,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2650,9 +2679,10 @@ msgstr "" msgid "Start menu / application menu" msgstr "Nabídka Start / nabídka aplikací" +#, fuzzy msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" "Přestože Photini můžete spustit z příkazového řádku, většina uživatelů " @@ -2673,9 +2703,10 @@ msgstr "" "systému Windows budete muset nejprve sdílet adresář nejvyšší úrovně " "virtuálního prostředí.)" +#, fuzzy msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" "To není příliš pohodlný způsob spouštění aplikace Photini, takže většina " "uživatelů si ji bude chtít přidat do nabídky Start/Aplikace:" @@ -2693,9 +2724,10 @@ msgstr "" msgid "Uninstalling Photini" msgstr "Odinstalování Photini" +#, fuzzy msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" "Před odstraněním aplikace Photini byste ji měli pomocí příkazu ``photini-" "post-install`` odstranit z nabídky Start/Aplikace:" @@ -3961,3 +3993,38 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + diff --git a/src/lang/de/LC_MESSAGES/documentation.po b/src/lang/de/LC_MESSAGES/documentation.po index aa931f2f..f2e2c4fe 100644 --- a/src/lang/de/LC_MESSAGES/documentation.po +++ b/src/lang/de/LC_MESSAGES/documentation.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Jim Easterbrook , 2023\n" "Language: de\n" @@ -2464,8 +2464,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2521,21 +2521,49 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" +#, fuzzy +msgid "Qt package" +msgstr "Paket" + +msgid "" +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + msgid "Initial installation" msgstr "Erstinstallation" +msgid "Firstly install Photini with pip_:" +msgstr "" + msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" msgstr "" -msgid "Firstly install Photini with pip_:" +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" msgstr "" msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" @@ -2563,11 +2591,11 @@ msgstr "Fehlende Systempakete" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2595,7 +2623,7 @@ msgstr "Startmenü / Anwendungsmenü" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2611,7 +2639,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2625,7 +2653,7 @@ msgstr "Photini deinstallieren" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3857,3 +3885,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/es/LC_MESSAGES/documentation.po b/src/lang/es/LC_MESSAGES/documentation.po index 5bd5f1e3..20b254c9 100644 --- a/src/lang/es/LC_MESSAGES/documentation.po +++ b/src/lang/es/LC_MESSAGES/documentation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Jim Easterbrook , 2023\n" "Language: es@qtfiletype\n" @@ -2460,8 +2460,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2517,23 +2517,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2559,11 +2586,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2591,7 +2618,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2607,7 +2634,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2621,7 +2648,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3853,3 +3880,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/fr/LC_MESSAGES/documentation.po b/src/lang/fr/LC_MESSAGES/documentation.po index a3516ad1..7d992159 100644 --- a/src/lang/fr/LC_MESSAGES/documentation.po +++ b/src/lang/fr/LC_MESSAGES/documentation.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Jim Easterbrook , 2023\n" "Language: fr@qtfiletype\n" @@ -2455,8 +2455,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2512,23 +2512,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2554,11 +2581,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2586,7 +2613,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2602,7 +2629,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2616,7 +2643,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3848,3 +3875,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/it/LC_MESSAGES/documentation.po b/src/lang/it/LC_MESSAGES/documentation.po index 763737b9..f3290893 100644 --- a/src/lang/it/LC_MESSAGES/documentation.po +++ b/src/lang/it/LC_MESSAGES/documentation.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: alessio Cadore , 2023\n" "Language: it@qtfiletype\n" @@ -2455,8 +2455,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2512,23 +2512,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2554,11 +2581,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2586,7 +2613,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2602,7 +2629,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2616,7 +2643,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3848,3 +3875,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/ko/LC_MESSAGES/documentation.po b/src/lang/ko/LC_MESSAGES/documentation.po index cbaf7db4..ecabe12f 100644 --- a/src/lang/ko/LC_MESSAGES/documentation.po +++ b/src/lang/ko/LC_MESSAGES/documentation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Jim Easterbrook , 2023\n" "Language: ko\n" @@ -2906,13 +2906,14 @@ msgstr "``pip --version`` 을 다시 실행하면 새 버전이 표시됩니다. msgid "Windows" msgstr "Windows" +#, fuzzy msgid "" "I suggest reading `Using Python on Windows`_ before you begin. Go to " "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" "시작하기 전에 `Using Python on Windows`_ 을 읽는 것이 좋습니다. " "https://www.python.org/downloads/windows/ 로 이동하여 적절한 Python |nbsp| 3 설치 " @@ -2980,23 +2981,51 @@ msgstr "가상 환경을 사용하는 경우 지금 설정해야 합니다. 나 msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +#, fuzzy +msgid "Qt package" +msgstr "패키지" + +msgid "" +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -3024,11 +3053,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -3056,9 +3085,10 @@ msgstr "" msgid "Start menu / application menu" msgstr "시작 메뉴 / 응용 프로그램 메뉴" +#, fuzzy msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" "명령 셸에서 Photini를 실행할 수 있지만 대부분의 사용자는 시작/응용 프로그램 메뉴 또는 바탕 화면 아이콘을 사용하는 것을 선호할 " @@ -3076,9 +3106,10 @@ msgstr "" "가상 환경에 Photini를 설치했다면 다른 사용자가 전체 경로를 사용하여 ``photini`` 명령을 실행할 수 있어야 합니다. " "(Windows에서는 먼저 가상 환경 최상위 디렉터리를 공유해야 합니다.)" +#, fuzzy msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" "이것은 Photini를 실행하는 매우 편리한 방법이 아니므로 대부분의 사용자는 Photini를 시작/응용 프로그램 메뉴에 추가하기를 원할" " 것입니다." @@ -3094,9 +3125,10 @@ msgstr "" msgid "Uninstalling Photini" msgstr "Photini 제거" +#, fuzzy msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "Photini를 제거하기 전에 ``photini-post-install`` 명령을 사용하여 시작/응용 프로그램 메뉴에서 제거해야 합니다." msgid "" @@ -4407,3 +4439,38 @@ msgstr "" #~ "to the map as usual." #~ msgstr "빨간색 트랙 포인트를 확대한 후 평소와 같이 사진을 지도로 드래그할 수 있습니다." +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + diff --git a/src/lang/nb/LC_MESSAGES/documentation.po b/src/lang/nb/LC_MESSAGES/documentation.po index 00f56e8c..b2b2a2a2 100644 --- a/src/lang/nb/LC_MESSAGES/documentation.po +++ b/src/lang/nb/LC_MESSAGES/documentation.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Jim Easterbrook , 2023\n" "Language: nb\n" @@ -2455,8 +2455,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2512,23 +2512,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2554,11 +2581,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2586,7 +2613,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2602,7 +2629,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2616,7 +2643,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3848,3 +3875,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/pl/LC_MESSAGES/documentation.po b/src/lang/pl/LC_MESSAGES/documentation.po index 7233e232..f8903ef0 100644 --- a/src/lang/pl/LC_MESSAGES/documentation.po +++ b/src/lang/pl/LC_MESSAGES/documentation.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Photini 2023.4.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: 2023-04-19 08:54+0000\n" "Last-Translator: Dawid Głaz, 2023\n" "Language: pl@qtfiletype\n" @@ -2457,8 +2457,8 @@ msgid "" "https://www.python.org/downloads/windows/ and choose a suitable Python " "|nbsp| 3 installer. Use the 64-bit stable release with the highest version " "number that will run on your version of Windows. Beware of using very new " -"releases though, as some dependencies may not have been updated to work with" -" the latest Python." +"releases though, as some of Photini's dependencies may not have been updated" +" to work with the latest Python." msgstr "" msgid "" @@ -2514,23 +2514,50 @@ msgstr "" msgid "" "Note that pip may need to be updated again from within the virtual " -"environment. The Linux/MacOS option ``--system-site-packages`` makes " +"environment. The Linux / MacOS option ``--system-site-packages`` makes " "packages installed with the system package manager (e.g. PySide6 / PySide2 /" " PyQt6 / PyQt5) available within the virtual environment. You should stay in" " this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" msgstr "" msgid "" -"The ``photini-configure`` post installation script can be used to install " -"most dependencies and configure Photini to use them." +"Photini uses the Qt_ Framework for its graphical user interface. There are " +"two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces " +"(PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, " +"PySide2, and PySide6. Photini works with any one of these, but there isn't " +"one of them that works on all platforms. For example, Qt6 does not work on " +"Windows versions earlier than Windows |nbsp| 10." +msgstr "" + +msgid "" +"After installing Photini the ``photini-configure`` command can be used to " +"choose a Qt package. This allows you to try each until you find one that " +"works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "" +"Photini's optional dependencies can be included in the installation by " +"listing them as \"extras\" in the pip command. For example, if you want to " +"be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "" +"You can install all of Photini's optional dependencies by adding an ``all`` " +"extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -2556,11 +2583,11 @@ msgstr "" msgid "" "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run " -"if you've installed PySide2 or PySide6 with pip_ instead of the system's " -"package manager. In this case it may be worth doing a web search for the " -"error messages you get. For example, failing to load a Qt plugin (on Debian)" -" can be cured by installing just one system package (``libxcb-xinerama0``) " -"but the error message doesn't tell you that!" +"if you've installed a Qt package with pip_ instead of the system's package " +"manager. In this case it may be worth doing a web search for the error " +"messages you get. For example, failing to load a Qt plugin (on Debian) can " +"be cured by installing just one system package (``libxcb-xinerama0``) but " +"the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -2588,7 +2615,7 @@ msgstr "" msgid "" "Although you can run Photini from a command shell, most users would probably" -" prefer to use the start/application menu or a desktop icon. These can be " +" prefer to use the start / application menu or a desktop icon. These can be " "installed with the ``photini-post-install`` command:" msgstr "" @@ -2604,7 +2631,7 @@ msgstr "" msgid "" "This is not a very convenient way to run Photini, so most users will want to" -" add it to their start/application menu:" +" add it to their start / application menu:" msgstr "" msgid "" @@ -2618,7 +2645,7 @@ msgstr "" msgid "" "Before removing Photini you should use the ``photini-post-install`` command " -"to remove it from the start/application menu:" +"to remove it from the start / application menu:" msgstr "" msgid "" @@ -3850,3 +3877,74 @@ msgstr "" #~ "to the map as usual." #~ msgstr "" +#~ msgid "" +#~ "I suggest reading `Using Python on " +#~ "Windows`_ before you begin. Go to " +#~ "https://www.python.org/downloads/windows/ and choose a" +#~ " suitable Python |nbsp| 3 installer. Use" +#~ " the 64-bit stable release with the " +#~ "highest version number that will run " +#~ "on your version of Windows. Beware of" +#~ " using very new releases though, as " +#~ "some dependencies may not have been " +#~ "updated to work with the latest " +#~ "Python." +#~ msgstr "" + +#~ msgid "" +#~ "Note that pip may need to be " +#~ "updated again from within the virtual " +#~ "environment. The Linux/MacOS option " +#~ "``--system-site-packages`` makes packages " +#~ "installed with the system package manager" +#~ " (e.g. PySide6 / PySide2 / PyQt6 /" +#~ " PyQt5) available within the virtual " +#~ "environment. You should stay in this " +#~ "virtual environment while installing and " +#~ "testing Photini." +#~ msgstr "" + +#~ msgid "" +#~ "The ``photini-configure`` post installation " +#~ "script can be used to install most" +#~ " dependencies and configure Photini to " +#~ "use them." +#~ msgstr "" + +#~ msgid "" +#~ "On some Linux systems (e.g. Ubuntu, " +#~ "Debian, Mint) Photini may still not " +#~ "run if you've installed PySide2 or " +#~ "PySide6 with pip_ instead of the " +#~ "system's package manager. In this case " +#~ "it may be worth doing a web " +#~ "search for the error messages you " +#~ "get. For example, failing to load a" +#~ " Qt plugin (on Debian) can be " +#~ "cured by installing just one system " +#~ "package (``libxcb-xinerama0``) but the " +#~ "error message doesn't tell you that!" +#~ msgstr "" + +#~ msgid "" +#~ "Although you can run Photini from a" +#~ " command shell, most users would " +#~ "probably prefer to use the " +#~ "start/application menu or a desktop icon." +#~ " These can be installed with the " +#~ "``photini-post-install`` command:" +#~ msgstr "" + +#~ msgid "" +#~ "This is not a very convenient way " +#~ "to run Photini, so most users will" +#~ " want to add it to their " +#~ "start/application menu:" +#~ msgstr "" + +#~ msgid "" +#~ "Before removing Photini you should use " +#~ "the ``photini-post-install`` command to " +#~ "remove it from the start/application menu:" +#~ msgstr "" + diff --git a/src/lang/templates/gettext/documentation.pot b/src/lang/templates/gettext/documentation.pot index a64b868a..6d389cdb 100644 --- a/src/lang/templates/gettext/documentation.pot +++ b/src/lang/templates/gettext/documentation.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Photini 2023.5.1\n" +"Project-Id-Version: Photini 2023.5.2.post32\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-21 10:47+0100\n" +"POT-Creation-Date: 2023-07-04 13:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1462,7 +1462,7 @@ msgstr "" msgid "Windows" msgstr "" -msgid "I suggest reading `Using Python on Windows`_ before you begin. Go to https://www.python.org/downloads/windows/ and choose a suitable Python |nbsp| 3 installer. Use the 64-bit stable release with the highest version number that will run on your version of Windows. Beware of using very new releases though, as some dependencies may not have been updated to work with the latest Python." +msgid "I suggest reading `Using Python on Windows`_ before you begin. Go to https://www.python.org/downloads/windows/ and choose a suitable Python |nbsp| 3 installer. Use the 64-bit stable release with the highest version number that will run on your version of Windows. Beware of using very new releases though, as some of Photini's dependencies may not have been updated to work with the latest Python." msgstr "" msgid "When you run the Python installer make sure you select the \"add Python to PATH\" option. If you customise your installation then make sure you still select \"pip\". If you would like other users to be able to run Photini then you need to install Python for all users (in the \"Advanced Options\" part of customised installation)." @@ -1489,18 +1489,33 @@ msgstr "" msgid "If you are using a virtual environment you should set it up now. I use the name ``photini`` and create it in my home directory:" msgstr "" -msgid "Note that pip may need to be updated again from within the virtual environment. The Linux/MacOS option ``--system-site-packages`` makes packages installed with the system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) available within the virtual environment. You should stay in this virtual environment while installing and testing Photini." +msgid "Note that pip may need to be updated again from within the virtual environment. The Linux / MacOS option ``--system-site-packages`` makes packages installed with the system package manager (e.g. PySide6 / PySide2 / PyQt6 / PyQt5) available within the virtual environment. You should stay in this virtual environment while installing and testing Photini." msgstr "" -msgid "Initial installation" +msgid "Qt package" +msgstr "" + +msgid "Photini uses the Qt_ Framework for its graphical user interface. There are two current versions of Qt (Qt5 and Qt6) and each has two Python interfaces (PyQt and PySide). Hence there are four Python Qt packages - PyQt5, PyQt6, PySide2, and PySide6. Photini works with any one of these, but there isn't one of them that works on all platforms. For example, Qt6 does not work on Windows versions earlier than Windows |nbsp| 10." msgstr "" -msgid "The ``photini-configure`` post installation script can be used to install most dependencies and configure Photini to use them." +msgid "After installing Photini the ``photini-configure`` command can be used to choose a Qt package. This allows you to try each until you find one that works satisfactorily on your computer." +msgstr "" + +msgid "Initial installation" msgstr "" msgid "Firstly install Photini with pip_:" msgstr "" +msgid "Photini's optional dependencies can be included in the installation by listing them as \"extras\" in the pip command. For example, if you want to be able to upload to Flickr and Ipernity:" +msgstr "" + +msgid "Note that the extras' names are not case-sensitive." +msgstr "" + +msgid "You can install all of Photini's optional dependencies by adding an ``all`` extra. You can also install any of the Qt packages as extras:" +msgstr "" + msgid "Now run the ``photini-configure`` command to choose which Qt package to use:" msgstr "" @@ -1519,7 +1534,7 @@ msgstr "" msgid "Missing system packages" msgstr "" -msgid "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run if you've installed PySide2 or PySide6 with pip_ instead of the system's package manager. In this case it may be worth doing a web search for the error messages you get. For example, failing to load a Qt plugin (on Debian) can be cured by installing just one system package (``libxcb-xinerama0``) but the error message doesn't tell you that!" +msgid "On some Linux systems (e.g. Ubuntu, Debian, Mint) Photini may still not run if you've installed a Qt package with pip_ instead of the system's package manager. In this case it may be worth doing a web search for the error messages you get. For example, failing to load a Qt plugin (on Debian) can be cured by installing just one system package (``libxcb-xinerama0``) but the error message doesn't tell you that!" msgstr "" msgid "Optional dependencies" @@ -1537,7 +1552,7 @@ msgstr "" msgid "Start menu / application menu" msgstr "" -msgid "Although you can run Photini from a command shell, most users would probably prefer to use the start/application menu or a desktop icon. These can be installed with the ``photini-post-install`` command:" +msgid "Although you can run Photini from a command shell, most users would probably prefer to use the start / application menu or a desktop icon. These can be installed with the ``photini-post-install`` command:" msgstr "" msgid "Additional users" @@ -1546,7 +1561,7 @@ msgstr "" msgid "If you have installed Photini in a virtual environment then other users should be able to run the ``photini`` command using its full path. (On Windows you will need to share the virtual environment top level directory first.)" msgstr "" -msgid "This is not a very convenient way to run Photini, so most users will want to add it to their start/application menu:" +msgid "This is not a very convenient way to run Photini, so most users will want to add it to their start / application menu:" msgstr "" msgid "To install Photini menu shortcuts for all users you can run the post install command as root (Linux) or in a command window run as administrator (Windows). It is important to use the full path to the post install command:" @@ -1555,7 +1570,7 @@ msgstr "" msgid "Uninstalling Photini" msgstr "" -msgid "Before removing Photini you should use the ``photini-post-install`` command to remove it from the start/application menu:" +msgid "Before removing Photini you should use the ``photini-post-install`` command to remove it from the start / application menu:" msgstr "" msgid "If you used a virtual environment you can simply delete the top level directory created when setting up the virtual environment. Otherwise you can use pip to uninstall Photini and as many of its dependencies as you want to remove:"