diff --git a/.gitignore b/.gitignore index 513eaeb..0bcd51a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build *.kdev4 +*/translations/lxqt-session diff --git a/AUTHORS b/AUTHORS index 190d298..a66be6d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,7 @@ Upstream Authors: Copyright: Copyright (c) 2010-2012 Razor team - Copyright (c) 2012-2014 LXQt team + Copyright (c) 2012-2016 LXQt team -License: GPL-2 and LGPL-2.1+ +License: LGPL-2.1+ The full text of the licenses can be found in the 'COPYING' file. diff --git a/CMakeLists.txt b/CMakeLists.txt index 82efe45..1ad07be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) project(lxqt-session) option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) +option(WITH_LIBUDEV "Build with libudev support" ON) + +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_POSITION_INDEPENDENT_CODE ON) @@ -18,6 +21,7 @@ find_package(Qt5X11Extras REQUIRED QUIET) find_package(Qt5LinguistTools REQUIRED QUIET) find_package(lxqt REQUIRED QUIET) +find_package(XdgUserDirs REQUIRED QUIET) include(LXQtCompilerSettings NO_POLICY_SCOPE) include(LXQtTranslate) diff --git a/debian/.gitignore b/debian/.gitignore index 5d22e03..5e88259 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,7 +1,7 @@ /*.debhelper /*.log /*.substvars +/debhelper-build-stamp /files /lxqt-session/ -/lxqt-session-dbg/ diff --git a/debian/changelog b/debian/changelog index 4c251bb..d427d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +lxqt-session (0.11.0-2) unstable; urgency=medium + + * Cherry-picking upstream release 0.11.0 + * Synced debian foo with experimental + * Bumped Standards to 3.9.8, no changes needed + * Bumped compat to 10 + * Removed --parallel from rules, standard in compat 10 + * Bumped build dependency debhelper (>= 10) + * Bumped minimum version libqtxdg-dev (>= 2.0.0) + * Bumped minimum version liblxqt-dev (>= 0.11.0) + * Added build dependency libqt5svg5-dev + * Added build dependency libqtxdgiconloader-dev + * Added build dependency xdg-user-dirs + * Move Pre-Depends lxqt-common to Depends + * Added Depends x11-xkb-utils + * Added Recommends lxqt-session-l10n + * Fixed copyrights Format field to https + * Fixed VCS fields, using plain /git/ + * Fixed VCS fields, point to the right branch + * Added new files and license to copyright + * Changed LIBUDEV_MONITOR to WITH_LIBUDEV + * Added translation control to rules + * Set CMAKE_BUILD_TYPE=RelWithDebInfo + * Exported LC_ALL=C.UTF-8, make builds reproducible + + -- Alf Gaida Tue, 18 Oct 2016 18:14:53 +0200 + lxqt-session (0.10.0-4) unstable; urgency=medium * turn LIBUDEV_MONITOR on for linux, thanks RalfJ diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 971b649..9e2964a 100644 --- a/debian/control +++ b/debian/control @@ -5,28 +5,32 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), cmake (>= 3.0.2), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.10.0), + liblxqt0-dev (>= 0.11.0), + libqt5svg5-dev, libqt5x11extras5-dev, - libqt5xdg-dev (>= 1.3.0), + libqt5xdg-dev (>= 2.0.0), + libqt5xdgiconloader-dev (>= 2.0.0), libudev-dev [linux-any], libx11-dev, pkg-config, qttools5-dev, - qttools5-dev-tools -Standards-Version: 3.9.7 + qttools5-dev-tools, + xdg-user-dirs +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-session.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-session.git -b debian/sid +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-session.git -b debian/sid Homepage: https://github.com/lxde/lxqt-session Package: lxqt-session Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, + lxqt-common, x11-xkb-utils -Pre-Depends: lxqt-common +Recommends: lxqt-session-l10n Provides: x-session-manager Description: session manager component for LXQt LXQt is an advanced, easy-to-use, and fast desktop environment based on diff --git a/debian/copyright b/debian/copyright index 871114b..89bd240 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lxqt-session Source: https://github.com/lxde/lxqt-session @@ -7,6 +7,10 @@ Copyright: 2010-2012 Razor team 2012-2016 LXQt team License: LGPL-2.1+ +Files: cmake/FindUDev.cmake +Copyright: 2010 Rafael Fernández López +License: BSD-3-Clause + Files: lxqt-config-session/autostartedit.* lxqt-config-session/autostartitem.* lxqt-config-session/autostartpage.* @@ -38,6 +42,14 @@ Files: lxqt-session/src/sessionapplication.* Copyright: 2014 Hong Jen Yee (PCMan) License: LGPL-2.1+ +Files: lxqt-session/src/lockscreenmanager.* +Copyright: 2016 Paulo Lieuthier +License: LGPL-2.1+ + +Files: lxqt-session/src/log.* +Copyright: 2016 Palo Kisa +License: LGPL-2.1+ + Files: debian/* Copyright: 2014-2016 Alf Gaida 2015 Andrew Lee (李健秋) @@ -58,3 +70,28 @@ License: LGPL-2.1+ On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/docs b/debian/docs index 62deb04..0b6e0f3 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ AUTHORS +README.md diff --git a/debian/rules b/debian/rules index 4ced1de..6a8b842 100755 --- a/debian/rules +++ b/debian/rules @@ -1,19 +1,23 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) +export LC_ALL=C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed ifeq ($(DEB_HOST_ARCH_OS),linux) - CMAKE_ARGS += -DLIBUDEV_MONITOR=ON + CMAKE_ARGS += -DWITH_LIBUDEV=ON else - CMAKE_ARGS += -DLIBUDEV_MONITOR=OFF + CMAKE_ARGS += -DWITH_LIBUDEV=OFF endif %: - dh ${@} --buildsystem cmake \ - --parallel + dh ${@} --buildsystem cmake override_dh_auto_configure: - dh_auto_configure -- $(CMAKE_ARGS) + dh_auto_configure -- \ + -DPULL_TRANSLATIONS=OFF\ + -DUPDATE_TRANSLATIONS=OFF\ + -DCMAKE_BUILD_TYPE=RelWithDebInfo\ + $(CMAKE_ARGS) diff --git a/debian/upstream/signing-key.asc b/debian/upstream/signing-key.asc index 05cd1df..4936633 100644 --- a/debian/upstream/signing-key.asc +++ b/debian/upstream/signing-key.asc @@ -1,63 +1,50 @@ -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.22 (GNU/Linux) -mQINBFJevCYBEACx+Hvy+Vsuf+V5jeLUnzjAmHoy8DfTeGWr3ts30IapLHrfi0+U -WpzNnISO77yTr4VNboVZH+GHM/rnPfieODfB4ZW6CZLlInMSKUXcgQsEqXpyBZhA -Ib/SPy2bOfHly1uRJes0uRDsH5+v/hD74sByfnjQlrvI68O6wvGZmDFMNNPVO8+/ -OWBSBNkBuVrrZOMSPsLwQGJ4UtUQ4whburaPJG4VZJc5DLbzJGbEuACc0IAEYJS3 -7AfXVXn4j4Gc9F3o1xTUnbOBnwGPquWwUIm3FM7Ec2OdkvMt3EwvnkMAfeVrq3iE -FDD/KZTxdL0BZH3QD8gB7Jm4v4f3Nkobg6JCvCbcH3wBdZW4mASbwWzfRaDC2zHb -ErTglD7PpShLKZZ0pr9okWZEGw4Ku3q8ALi1JXK/ePTmsBlvkVskOJ3Nnd0avgH4 -+Q/vZoKfH8EhNY745rI+8CE9iv6V9XiSUt4CKEWAENt4A8hq6U2vV+jZv3B6AgD7 -ZjiI59yD4YuYubu8rCnNizTgh1voVw3ietknn/x2H5yH8fByWZ5uL87C0ky/uma6 -ZGbiiAtM4kdkyDMrfRV5nlEG9EKAGPVu5mjeSCrfkETwZ9OFPz1AuDye4ZEXrrcC -iRQ7RX6/GtW18aHER0kzGnfwx5KJzkDrRBY8A2PdXLBcrsN4WpK9EX01PQARAQAB -tCNKZXJvbWUgTGVjbGFuY2hlIDxqZXJvbWVAbGVjbGFuLmNoPokCPwQTAQIAKQUC -Ul68JgIbAwUJAeEzgAcLCQgHAwIBBhUIAgkKCwQWAgMBAh4BAheAAAoJEDfgrx/a -SPNzSHIP/1ewXcC0TFBcvDD7MrIP7anyNfiWfW7cxkR8GSamkg6HTa6Ndyr1FFjJ -OoDFUP37jWhu59CsHxs2D0zRWJktezfvElscRgqbHcdpIznqsGdI8hXCZafhBGVb -sdAB2LRawcXGxnXt7XajPcSVwLWRE62caBqohznU2iWvI780WNjEbZoA0LhZwaFF -UUPJm8ea9v0IkZVKUyg9WONZ1U7FEG9SaEiSpI8kJdx1fvCwZVDV/NRO5GqnJaho -P1LCne4YdwS6pt1/fRgk32IHxxZfHlLzLHxb6v1JmIg72x28qCmGyK9oFBDbbnYu -6Aq8XbHogOrD5vJM2Pfm2IhV0+JHOjfQbddv8tsAH1M+LI+tToXmg5st1AU3wnTn -pda3hjA1avKwkfBPW/osHc8782ViyS9iX2e9iDtMv608guij4NjpGExzGCypHOd8 -+VXRwJDjvgDynkL206MZ+wn0j5wHsIE8F3Y5Bp1thQOrdDli5MYNQoXhjFmH46XT -bcr84IgW0+AiXZdoFUqvwtzrWy2Onuw5R3k4OyV4skN4DkWXyAk/V+Y4K39JvTKf -H9YuiQ9blNzCu8WiAnjKnh9kNl9E/TyEwI6cHFmIPqF8ST9tJytWHtrKvU9csvXX -n8XNJmpcv2R1e6N+VuWWm5zUPTouv3AxCacLbm8Lh3ymGsk7ZEyhiQIcBBABAgAG -BQJSsFYyAAoJEBMY76xfu9vO6v0P/3wSj3/kE4nP4HfgcVJSzi+lm1ycpbLDZtgh -P1G+zJLVmA+E41vEZimeiYQxBAelatJz+CHzQo3LZ2oVChzVrZcVHn9k4P3pib69 -qCVif3/y0Wmecn+u2TWbOvJ7mthfO7T3W7rkW1/9ES7bUaXcXWQ2sjUBVqFkFsVt -xgJDo8wcxA+K4Yf06GCbxFwrB7X5GraWIkzqGnyse3XAQn8aORAXmE8Yd0FHOjEZ -Beb9shChnkYc3lEvNY8ioCaYSF9xr/Iz9cwpfPkpqFiVYWadtb+Gqeh6zC7vPmcT -zHxrgkq1WwQlSBm724tPt9xuGQoOglqEa23vlQZfv20nyrYjLeYUy6pMCRq7vn/n -nkQOcXF7yQlnqR6xKk0tWsM4e6du0ZvbjBbhHV/kBFVGCLm/upTwoMVm0WJTbr4T -5XfIZo7eA0lvGtUhe1PgcOidBikHfAIfYxu0BoMXoL4jbcQdR5+YBDEfsS0jPhCl -mew2ScW/R/UhUknJUVFTma0KHXzEmKiqeeUCDtwEi6fxdicAYkbcekgkfFiD/w8N -Lk3Uf+0x2MdKA36nUobFkk38oU+GW37kFWJs3f1YRuQFao896eNW/E8ekVMLNxOl -nCjnSbabaxDnxPTyW2KlNjf/QUEK4pT6S5QmuCSrle3PQpaSbAZDHzLBIL9gd3m6 -MH7+SvV4uQINBFJevCYBEADiXDUqstSdhIyuionS2KtE3IeEBIqS7GY8QPRBylIZ -ACVHFI/1HxChBqYVGFaDEQn3gj5lUUQPubfWaxzjF6+UNVQW4+cxmTocndAwfDbI -+E5BLdieFUzbAA05MV5ZjPhTNbSk1jpy4bNy0FILwNqc89Y6SoCbv1r3tZLCrBas -1+AfWknBynx0siGMbLFxtzR6hUkNz9URxt13FrzpUWMpAL8ZQGczOTSaWLrZA5l9 -xLzJ9ww8uM+C2Xej3/sANxi+kQE2GVMKurPS0TICwVWZxbdW/ytIkO67Rhse0q3t -vzjdawfCFRxv7XQB2ZJ6irDxbpHiJoojSWCHJadIyCG03iOiaqsSVvi4KnxtUck+ -udOEJUV5sxdzgeRrsDpeaN//KCWW9WjfsSkvOqP6S1gmWpNFdzF5XrzcgvqvSNqo -XejfakUTJqsIIEHO0zGuJFVzJNh2hQ/9dhjIspUORhtNKaljNvePiBrj2yqmd9PY -FlH1KMHe4H+YVIwPiyeNA87Pu+1yNo8gT7mXhGRfibgWjbt146WUJ7+l2StJMApn -eNSCartNaUNPnw96i2l5c9AsJ3SWC6XWpWzOLVj+9XceeA11lu/ogqEMHzx81NjH -2TePxwKTKxZnAvDmqryp++IgY2/OgIoIk3ZRdYu/dPijTOYWfCet/9/9kAFr9PeJ -KwARAQABiQIlBBgBAgAPBQJSXrwmAhsMBQkB4TOAAAoJEDfgrx/aSPNzJv0QAKkx -lCKEZ6ahAUuNWslsHnNWaHFHNawEO3NIEtQZGVFk2BYISupizvjZF6MnymO/9UFM -pzV6fp3xNdqaKWQBjScOgMgCASRixW2tMAKbJGHZKp3dBixpHgXxy2oOGMS+mQ5m -gWy07usq2YesoMD0K/SG6EnoRPHBvrJihArzMFVUY9hD3hk8bhiy8w9bCYFe+gkm -zpQl3/KN01kyt5LjzEBcIOw8qIBQe9Pk8PyOK75lPoNME714LatgOsyw2kaSQ9Sv -hziRGC5z/fV3PmH7XhSjENPKnCJU51GUMMLaL28t9o7Afh6Q8UV31/JO36vmQXQV -+b+0BoGqEmf3AKBASb2Cr2q4pZFjywwSUXHZ9hQyu1tpbE1dS6aI01kM0y270pk7 -W/ajuzuOxAVL1bJAanL/5+DWM03esZPVdEWhxpWEM40Z6Rhq+Xb2a5xfwCN9PmaQ -o9fez0I+yh53s7Ypv0tBj05FPe5L48+pDi6pz5nddN1B0FzF58jVfsBZUjBlY24+ -VwQeAaWkRXZrSEdtBS5ufsi80x/cNCSTJBWqtborKL1iGgf5MDPYRMSvmZXAeIld -pyL/0pbW7iokewyKzpFfo7KEbwLxB+flWaBZ867JpF4yyRj3b4qcvcyV8QnsoB7Z -KhxTl3gGwD/t0HUcu85zcfs4GkealYhIWfGaAso2 -=fF8P +mQINBFXQeMMBEACif4+9pTrC6uNmRng0ZbzLh7p3cazmbnp2YFgDQDJZ7ZNmebxy +ngRuRhjGuDcFAL/37BwJnrBpfZFK9ljoH4Fo5Jm9cOELaTy7AIcEiV9dKMyrKF1E +C76d8jHVuzuPbI92DkFdLZAdk+qjrrAy0x43PvUd+aaBGLcFs1ZMk7gOvElc2d95 +zWWSp5anjukmGbp+EsStnWJkF6VHj56qmklfYy5ioiVBOSpXo/RsACAcIlz8C8A1 +d4tNMiB2uF2OrUfrL8DD6m3nBqep+AYbIQrxMl9kUQH3I33e9kH/L+SHQyE6phS8 +Czq06WjV4TcJ9VWxm7hQCNLYSxhZYYr1AW45lS5+xmfBOq2qeLgvjbFxa8PPrsp6 +Bqgt8MjwUkXjU5IB7YulUBvFU2l0MJZWDBuNy0oNtCe1cU3JyIqLKjvzQQQ9eD5L +o3Ul704TLHz0z+67Rxh05Mi4JvyFMjnooSJkNH8/7yXoBN0ZGOh1/5zMU1gK5bmP +6hKgis2exSZNIS74mF6/PqGgcwk3PyI4T3keUQoNPj11M2EznLHxY19QZfQ5oMed +8xOlHKjpcm8PYMB4gduNXlV7gI9h7UxuC5GuPiP2lmM6wUyHu48divxDk5UYgPEC +xlPI2wHCNDsuy0EruCYIvrMSZfpYCCSrmXiOORBLO5qXkauILLkJarHqjQARAQAB +tCBBbGYgR2FpZGEgPGFnYWlkYUBzaWR1Y3Rpb24ub3JnPokCOAQTAQIAIgUCVdB4 +wwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQQsnI069epeOT2xAAgSHf +41103cnElGf6TokPl4J6hdRPy2CUAjmBtMfr8eajYvGDGgnmsh9AGYGURjfFVCCf +Ag+8b6nF3xg03UmgsuSO8H78HGv9kKzF9aHmLt+SXq3jUX+LnIkFHErZWjFAKdJr +luu1j6ltxLe9PQljxZnugzMaUbW8eEPKvcriiDn3S4/DtikW/jpGA0MTY4ZWs9pZ +L/6iRRH99L2X/cWO4sCgDXCTt4oK0f5OvwiuCoVOM+PYoIm31JICCKOlqamkCn7d +2KH3nsy0v7tXgnrnb/zr8jVGsZLzUE51AFOzb5Ec74/2SAq8X4gbTppttLXEIooq +nbepitW/PePkPY5gpfwHtFbl88qFnir+ABMefqRZkzeh0tsxJVLVHGP1KZykXpv7 +96A6Q1h7Zo9Ny7WwN5Xl02g35LVCaPyzd3A8A4315uMuP3iziq57UktKqh9d5S3t +jfK7e9UfFQZBLfxn2sNPsjdYSNUQp/PXTTk/599h359WVuUIR866T8K7N7EEon3p +qLItZljQ9Nmr/yGwKi9iQgi2LtZj5KUcF1zBLzZKf95FvoqSZqBXdFSjm+eYGaCH +Q2IBnhyP92lEknSK9ystUJXmY69tQKBFqJxScwaS+7a/rfLKssQjSWxqk+SX4QeW +e9z9FUpo71bq0Zkc/M9aOCoEEmhg4Ob/JWy08oC5Ag0EVdB4wwEQAKZDCc/C41y0 +omLFCAJybvHiFScM+jOpyGpQvceoviEhIT7h1br/pnSEMkgPQEDPWJGtKueg1/94 +sXTH24uefr3Y6JdZoBtprxl4JXUoOndgq1QH1xuUsy3/9YWU8Qboy9j8a8w0oCDE +T8Z03KHCwqzD3K+44jhmhF+0eLoaaY8ohS8ziP+DcFKVHyatmS5yCCdjVrj6PxMp +uy/y5SXT1kmiPdVAIzQlM5DlN6o46TV+BH0pPvVYjtwf31o0FckJxy5S1v0koCNB +vX2b7tTDPKzn8G18eUVhGoUTZBUCp1gg36wJ0YY4xgZ9vI/xDCeHeAkyvGtaTAoy +qP4rHoUO5KVRSDh7frSlrdbLGWHaQwOhcqoKd4qP/164wHPGkgHL1vztdOc7l1wx +q3gMh2uwmJR0NRrw4WVuaIqL9lEbGBNijlmGsuqXfsMRhc/qoqgVDWvrcCtEoOwl +TONGobW3jpCCjpa9SeGNjxuY6IVLn0lfX4hItNVY9sFA+H+yj4uBQ7zsmMUXafxt +Yllm0f98yGNg5lnJg4bLOYu3IkpogUKNA3qkZ+6vRtwH70/bJGp7qdx/3G4W5dMX +asd/rJjdELW+R/NVULAmK1ETSklaa3Z6vbTu8bN8gvP8pmMJ8f/U8+qzkuAqc201 +Z4O+s7ZsQfTiz5mm7zPGIYTnppDSno/rABEBAAGJAh8EGAECAAkFAlXQeMMCGwwA +CgkQQsnI069epeMt0g/+JrwLhULD6NOxaLgxboh/KZkh/7ViU4cB+QPT8JIcWxkZ +zj8uk85TUitEUzKmjp/ItCrhQE5WNNWbz/FBnAuLtaQuHhcHMA3Vu95UUCGi1vyZ +ZRlS3YRM6S9BOzrjG7fGQJmO/RU3g6rb0TAwGFxDHj8t4JEDTc3zASG7wV/VTn06 +d8XIH9CZOw3kUuhkQ3OR/PEj1BCeCC+caC+tBjO0fgvDp8RV7NFQQ9kH8R3/xlWd +6KMPtILE6fUft6LubWRGd1P5JBuzXivELolASajewbYtL/s87CCji3ngq0aT9raK +m02wqFzNbX1iv+w2iqPQXq6pdRyxtJ8+Q8Z7zEBGJS5nkrYjsLTduZIjJHYHYH7f +3/ydVjQ3z12iqHKElgaRI7RUmpNiNxVIr+TtuxzeC6G+CF++XNkUtJODvCmRaoJS +waYsitz8+LSv3tawZJ0iQkKc9nerQMuBD+AzIr3i4NgXiEIN513esUtnKzeyIIsL +ntUcBjXKuLCj8OZrZtexjq7edWWbN57/3ikyS2Z7y0i3O30qk5jmccSaS6kA7xTY +WCDFzbN2v2y+vGu9KYn+2HtrP2BtNa8JTh3waNeLUTpn4GV4mMrsZjOy6vhhHb91 +1TKfI1gvjk7lE9xaWmcDjdI55dw3jIq8kK9SdgORGq9/S3g7KJNRjme+6GjqQfk= +=h7ww -----END PGP PUBLIC KEY BLOCK----- diff --git a/debian/watch b/debian/watch index 53b4103..e277993 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/lxde/lxqt-session/releases .*/([\d\.]+).tar.gz + https://github.com/lxde/lxqt-session/releases .*/lxqt-session-([\d\.]+).tar.xz diff --git a/lxqt-config-session/CMakeLists.txt b/lxqt-config-session/CMakeLists.txt index 0054a4b..692de88 100644 --- a/lxqt-config-session/CMakeLists.txt +++ b/lxqt-config-session/CMakeLists.txt @@ -49,6 +49,16 @@ lxqt_translate_ts(lxqt-sessioncfg_QM_FILES ${lxqt-sessioncfg_UI_FILES} INSTALL_DIR "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}" + PULL_TRANSLATIONS + ${PULL_TRANSLATIONS} + CLEAN_TRANSLATIONS + ${CLEAN_TRANSLATIONS} + TRANSLATIONS_REPO + ${TRANSLATIONS_REPO} + TRANSLATIONS_REFSPEC + ${TRANSLATIONS_REFSPEC} + REPO_SUBDIR + "lxqt-session/${PROJECT_NAME}" ) lxqt_app_translation_loader(lxqt-sessioncfg_QM_LOADER ${PROJECT_NAME}) diff --git a/lxqt-config-session/autostartmodel.cpp b/lxqt-config-session/autostartmodel.cpp index 6cd9cd9..572ca42 100644 --- a/lxqt-config-session/autostartmodel.cpp +++ b/lxqt-config-session/autostartmodel.cpp @@ -65,12 +65,11 @@ bool AutoStartItemModel::writeChanges() QMap AutoStartItemModel::items() { QMap allItems; - QString s; - foreach(s, mLXQtItems) + foreach(const QString &s, mLXQtItems) allItems[s] = mItemMap.value(s); - foreach(s, mGlobalItems) + foreach(const QString &s, mGlobalItems) allItems[s] = mItemMap.value(s); return allItems; diff --git a/lxqt-config-session/basicsettings.cpp b/lxqt-config-session/basicsettings.cpp index 254615e..ff0c37f 100644 --- a/lxqt-config-session/basicsettings.cpp +++ b/lxqt-config-session/basicsettings.cpp @@ -34,6 +34,7 @@ static const QLatin1String windowManagerKey("window_manager"); static const QLatin1String leaveConfirmationKey("leave_confirmation"); +static const QLatin1String lockBeforePowerActionsKey("lock_screen_before_power_actions"); static const QLatin1String openboxValue("openbox"); BasicSettings::BasicSettings(LXQt::Settings *settings, QWidget *parent) : @@ -61,7 +62,7 @@ BasicSettings::~BasicSettings() void BasicSettings::restoreSettings() { QStringList knownWMs; - foreach (WindowManager wm, getWindowManagerList(true)) + foreach (const WindowManager &wm, getWindowManagerList(true)) { knownWMs << wm.command; } @@ -71,6 +72,7 @@ void BasicSettings::restoreSettings() m_moduleModel->reset(); ui->leaveConfirmationCheckBox->setChecked(m_settings->value(leaveConfirmationKey, false).toBool()); + ui->lockBeforePowerActionsCheckBox->setChecked(m_settings->value(lockBeforePowerActionsKey, true).toBool()); } void BasicSettings::save() @@ -83,6 +85,7 @@ void BasicSettings::save() bool doRestart = false; const QString windowManager = ui->wmComboBox->currentText(); const bool leaveConfirmation = ui->leaveConfirmationCheckBox->isChecked(); + const bool lockBeforePowerActions = ui->lockBeforePowerActionsCheckBox->isChecked(); QMap previousItems(AutostartItem::createItemMap()); QMutableMapIterator i(previousItems); @@ -106,6 +109,12 @@ void BasicSettings::save() doRestart = true; } + if (lockBeforePowerActions != m_settings->value(lockBeforePowerActionsKey, true).toBool()) + { + m_settings->setValue(lockBeforePowerActionsKey, lockBeforePowerActions); + doRestart = true; + } + QMap currentItems = m_moduleModel->items(); QMap::const_iterator k = currentItems.constBegin(); while (k != currentItems.constEnd()) diff --git a/lxqt-config-session/basicsettings.ui b/lxqt-config-session/basicsettings.ui index 8fce482..3c4449a 100644 --- a/lxqt-config-session/basicsettings.ui +++ b/lxqt-config-session/basicsettings.ui @@ -6,7 +6,7 @@ 0 0 - 320 + 322 380 @@ -110,7 +110,7 @@ Leave Session - + @@ -118,6 +118,13 @@ + + + + Lock screen before suspending/hibernating + + + diff --git a/lxqt-config-session/environmentpage.cpp b/lxqt-config-session/environmentpage.cpp index cc5b9a1..7cc95d8 100644 --- a/lxqt-config-session/environmentpage.cpp +++ b/lxqt-config-session/environmentpage.cpp @@ -85,7 +85,8 @@ void EnvironmentPage::save() oldSettings[key] = m_settings->value(key, QString()).toString(); m_settings->remove(""); - for(int i = 0; i < ui->treeWidget->topLevelItemCount(); ++i) + const int nItems = ui->treeWidget->topLevelItemCount(); + for(int i = 0; i < nItems; ++i) { QTreeWidgetItem *item = ui->treeWidget->topLevelItem(i); const QString key = item->text(0); @@ -98,6 +99,9 @@ void EnvironmentPage::save() } m_settings->endGroup(); + if (oldSettings.size() != nItems) + doRestart = true; + if (doRestart) emit needRestart(); } diff --git a/lxqt-config-session/man/lxqt-config-session.1 b/lxqt-config-session/man/lxqt-config-session.1 index 0045341..ceeb7b6 100644 --- a/lxqt-config-session/man/lxqt-config-session.1 +++ b/lxqt-config-session/man/lxqt-config-session.1 @@ -1,43 +1,20 @@ -.TH lxqt-config-session "1" "October 2015" "LXQt\ 0.9.0" "LXQt\ Application" +.TH lxqt-config-session "1" "2015-11-05" "LXQt 0.10.0" "LXQt Application/Environment Configuration" .SH NAME -\fBlxqt-config-session\fR \- Session settings of \fBLXQt\fR, the Lightweight Desktop Environment +\fBlxqt-config-session\fR \- Application settings of \fBLXQt\fR: The Lightweight +Qt Desktop Environment .SH SYNOPSIS .B lxqt-config-session .br .SH DESCRIPTION -This application handle settings and configuration around autostart applications on \fBLXQt\fR desktop environment. -.P -Through this applicaton you can manage settings related to applications startup and \fBLXQt\fR modules. -.P -\fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt -technologies, ships several core desktop components, all of which are optional: -.P - * Panel - * Desktop - * Application launcher - * Settings center - * Session handler \fI(related to this)\fR - * Polkit handler - * SSH password access - * Display manager handler -.P -These components perform similar actions to those available in other desktop -environments, and their names are self-descriptive. They are usually not launched -by hand but automatically, when choosing a \fBLXQt\fR session in the Display -Manager. +This application handles \fBLXQt\fR default applications settings, autostart +configuration, and environment settings. .SH "REPORTING BUGS" Report bugs to https://github.com/lxde/lxqt/issues .SH "SEE ALSO" -\fBLXQt\fR has been tailored for users who value simplicity, speed, and -an intuitive interface, also intended for less powerful machines. See: -.\" any module must refers to session app, for more info on start it +.\" any module must refer to the session application, for module overview and initiation +\fBstartlxqt.1\fR LXQt session initialization and launch script (e.g. in \fB.xinitrc\fR) .P -\fBlxqt-config(1)\fR \fBLXQt\fR application to manage configuration and settings +\fBlxqt-session.1\fR LXQt \fIoverview\fR and complete session environment .P -\fBlxqt-session(1)\fR \fBLXQt\fR module to manage \fBLXQt\fR autostart session applications -\".P -\"\fBstart-lxqt(1)\fR \fBLXQt\fR display manager independent startup. +\fBlxqt-config.1\fR LXQt settings Configuration Center interface .P -.SH AUTHOR -This manual page was created by \fBPICCORO Lenz McKAY\fR \fI\fR -for \fBLXQt\fR project and VENENUX GNU/Linux but can be used by others. diff --git a/lxqt-config-session/modulemodel.cpp b/lxqt-config-session/modulemodel.cpp index 9c978e9..be5afe5 100644 --- a/lxqt-config-session/modulemodel.cpp +++ b/lxqt-config-session/modulemodel.cpp @@ -57,7 +57,7 @@ void ModuleModel::reset() } QDBusReply reply = mInterface->call("listModules"); - QStringList moduleList = reply.value().toStringList(); + const QStringList moduleList = reply.value().toStringList(); foreach (const QString& moduleName, moduleList) { if (mItemMap.contains(moduleName)) @@ -83,7 +83,7 @@ QVariant ModuleModel::data(const QModelIndex& index, int role) const else if (index.column() == 1 && (role == Qt::DisplayRole || role == Qt::DecorationRole)) { if (role == Qt::DisplayRole && mStateMap[name] == true) - return tr("Running") + " "; + return QString(tr("Running") + QLatin1Char(' ')); } return QVariant(); } @@ -109,9 +109,8 @@ Qt::ItemFlags ModuleModel::flags(const QModelIndex& index) const QMap ModuleModel::items() { QMap allItems; - QString s; - foreach(s, mKeyList) + foreach(const QString &s, mKeyList) allItems[s] = mItemMap.value(s); return allItems; diff --git a/lxqt-config-session/sessionconfigwindow.cpp b/lxqt-config-session/sessionconfigwindow.cpp index c74d936..cdb6443 100644 --- a/lxqt-config-session/sessionconfigwindow.cpp +++ b/lxqt-config-session/sessionconfigwindow.cpp @@ -53,7 +53,7 @@ SessionConfigWindow::SessionConfigWindow() : addPage(defaultApps, tr("Default Applications"), "preferences-desktop-filetype-association"); UserLocationsPage* userLocations = new UserLocationsPage(this); - addPage(userLocations, tr("Locations"), QStringLiteral("folder")); + addPage(userLocations, tr("User Directories"), QStringLiteral("folder")); connect(userLocations, SIGNAL(needRestart()), SLOT(setRestart())); connect(this, SIGNAL(reset()), userLocations, SLOT(restoreSettings())); connect(this, SIGNAL(save()), userLocations, SLOT(save())); @@ -78,6 +78,8 @@ SessionConfigWindow::SessionConfigWindow() : environmentPage->restoreSettings(); connect(this, SIGNAL(reset()), SLOT(clearRestart())); m_restart = false; + + adjustSize(); } SessionConfigWindow::~SessionConfigWindow() @@ -101,7 +103,7 @@ void SessionConfigWindow::handleCfgComboBox(QComboBox * cb, ) { QStringList realValues; - foreach (QString s, availableValues) + foreach (const QString &s, availableValues) { if (findProgram(s)) realValues << s; diff --git a/lxqt-config-session/translations/lxqt-config-session.ts b/lxqt-config-session/translations/lxqt-config-session.ts deleted file mode 100644 index 4fd2309..0000000 --- a/lxqt-config-session/translations/lxqt-config-session.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Basic Settings - - - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ar.desktop b/lxqt-config-session/translations/lxqt-config-session_ar.desktop index 81928d9..5dbe7d9 100644 --- a/lxqt-config-session/translations/lxqt-config-session_ar.desktop +++ b/lxqt-config-session/translations/lxqt-config-session_ar.desktop @@ -1,4 +1,4 @@ # Translations -Comment[ar]=تهيئة وحدة جلسة ريزركيوت -GenericName[ar]=أداة تهيئة جلسة ريزر -Name[ar]=أداة تهيئة جلسة ريزر +Comment[ar]=ضبط جلسات لكسكيوت +GenericName[ar]=إعدادات لكسكيوت للجلسات +Name[ar]=إعدادات الجلسات diff --git a/lxqt-config-session/translations/lxqt-config-session_ar.ts b/lxqt-config-session/translations/lxqt-config-session_ar.ts deleted file mode 100644 index 550ae2e..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ar.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - تنقيح - - - - Name: - الاسم: - - - - Search... - بحث... - - - - Command: - اﻷمر: - - - - Wait for system tray - بانتظار صفيحة النِّظام - - - - Select Application - اختيار التطبيق - - - - AutoStartItemModel - - - Global Autostart - التشغيل التلقائي العام - - - - LXQt Autostart - التشغيل التلقائي لنظام ريزر - - - - Location: %1 - الموقع: %1 - - - - Overrides: %1 - التَّجاوزات: %1 - - - - AutoStartPage - - - Delete - حذف - - - - Add - إضافة - - - - Edit - تنقيح - - - - Application Autostart - البدء التِّلقائيُّ للتطبيق - - - - Error - خطأ - - - - File '%1' already exists! - الملفُّ `%1` موجودٌ مسبقاً - - - - BasicSettings - - - Window Manager - مدير النَّوافذ - - - - Search... - بحث... - - - - LXQt Modules - أقسام نظام ريزر - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - اﻹعدادات اﻷساسيَّة - - - - Start - - - - - Stop - - - - - Select a window manager - اختيار مدير النَّوافذ - - - - DefaultApps - - - Select a terminal emulator - اختيار محاكي سطر اﻷوامر - - - - Select a web browser - اختيار المتصفِّح - - - - DefaultAppsPage - - - Default Applications - التطبيقات الافتراضيَّة - - - - Terminal Emulation: - محاكي سطر اﻷوامر: - - - - - Search... - بحث... - - - - Web Browser: - المتصفِّح: - - - - EnvironmentPage - - - Add - إضافة - - - - Delete - حذف - - - - Environment Variables (Advanced) - متحوِّلات البيئة (متقدِّم) - - - - Variable Name - اسم المتحوِّل - - - - Value - القيمة - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - تهيئة جلسة نظام ريزر - - - - LXQt Session Settings - - - - - Basic Settings - اﻹعدادات اﻷساسيَّة - - - - Default Applications - التطبيقات الافتراضيَّة - - - - Locations - - - - - Autostart - البدء التِّلقائيّ - - - - Environment (Advanced) - البيئة (متقدِّم) - - - - Session Restart Required - من الضِّروريِّ إعادة التَّشغيل - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - يجب إعادة تشغيل جلسة سطح المكتب -جلسة ريزر- من أجل إعادة تحميل الإعدادات. استخدم خيار الخروج من القائمة الرَّئيسيَّة.. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ca.ts b/lxqt-config-session/translations/lxqt-config-session_ca.ts deleted file mode 100644 index 5c79ff6..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ca.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_cs.ts b/lxqt-config-session/translations/lxqt-config-session_cs.ts deleted file mode 100644 index b4d10f4..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_cs.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Upravit - - - - Name: - Název: - - - - Search... - Hledat... - - - - Command: - Příkaz: - - - - Wait for system tray - Počkat na oznamovací oblast panelu - - - - Select Application - Vybrat program - - - - AutoStartItemModel - - - Global Autostart - Celkové automatické spuštění - - - - LXQt Autostart - Automatické spuštění LXQt - - - - Location: %1 - Umístění: %1 - - - - Overrides: %1 - Zruší: %1 - - - - AutoStartPage - - - Delete - Smazat - - - - Add - Přidat - - - - Edit - Upravit - - - - Application Autostart - Automatické spuštění programu - - - - Error - Chyba - - - - File '%1' already exists! - Soubor '%1' již existuje! - - - - BasicSettings - - - Window Manager - Správce oken - - - - Search... - Hledat... - - - - LXQt Modules - Moduly LXQtu - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Základní nastavení - - - - Start - Spustit - - - - Stop - Zastavit - - - - Select a window manager - Vybrat správce oken - - - - DefaultApps - - - Select a terminal emulator - Vybrat emulátor terminálu - - - - Select a web browser - Vybrat prohlížeč internetu - - - - DefaultAppsPage - - - Default Applications - Výchozí programy - - - - Terminal Emulation: - Emulace terminálu: - - - - - Search... - Hledat... - - - - Web Browser: - Prohlížeč internetu: - - - - EnvironmentPage - - - Add - Přidat - - - - Delete - Smazat - - - - Environment Variables (Advanced) - Proměnné prostředí (pokročilé) - - - - Variable Name - Název proměnné - - - - Value - Hodnota - - - - ModuleModel - - - Running - Běží - - - - SessionConfigWindow - - LXQt Session Configuration - Nastavení sezení - - - - LXQt Session Settings - - - - - Basic Settings - Základní nastavení - - - - Default Applications - Výchozí programy - - - - Locations - - - - - Autostart - Automatické spuštění - - - - Environment (Advanced) - Prostředí (pokročilé) - - - - Session Restart Required - Požadováno opětovné spuštění sezení - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Je třeba spustit sezení plochy znovu (lxqt-session) pro znovunahrání nastavení. Použijte odhlášení v hlavní nabídce. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_cs_CZ.ts b/lxqt-config-session/translations/lxqt-config-session_cs_CZ.ts deleted file mode 100644 index 4957435..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_cs_CZ.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Upravit - - - - Name: - Název: - - - - Search... - Hledat... - - - - Command: - Příkaz: - - - - Wait for system tray - Počkat na oznamovací oblast panelu - - - - Select Application - Vybrat program - - - - AutoStartItemModel - - - Global Autostart - Celkové automatické spuštění - - - - LXQt Autostart - Automatické spuštění LXQt - - - - Location: %1 - Umístění: %1 - - - - Overrides: %1 - Zruší: %1 - - - - AutoStartPage - - - Delete - Smazat - - - - Add - Přidat - - - - Edit - Upravit - - - - Application Autostart - Automatické spuštění programu - - - - Error - Chyba - - - - File '%1' already exists! - Soubor '%1' již existuje! - - - - BasicSettings - - - Window Manager - Správce oken - - - - Search... - Hledat... - - - - LXQt Modules - Moduly LXQtu - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Základní nastavení - - - - Start - Spustit - - - - Stop - Zastavit - - - - Select a window manager - Vybrat správce oken - - - - DefaultApps - - - Select a terminal emulator - Vybrat emulátor terminálu - - - - Select a web browser - Vybrat prohlížeč internetu - - - - DefaultAppsPage - - - Default Applications - Výchozí programy - - - - Terminal Emulation: - Emulace terminálu: - - - - - Search... - Hledat... - - - - Web Browser: - Prohlížeč internetu: - - - - EnvironmentPage - - - Add - Přidat - - - - Delete - Smazat - - - - Environment Variables (Advanced) - Proměnné prostředí (pokročilé) - - - - Variable Name - Název proměnné - - - - Value - Hodnota - - - - ModuleModel - - - Running - Běží - - - - SessionConfigWindow - - LXQt Session Configuration - Nastavení sezení - - - - LXQt Session Settings - - - - - Basic Settings - Základní nastavení - - - - Default Applications - Výchozí programy - - - - Locations - - - - - Autostart - Automatické spuštění - - - - Environment (Advanced) - Prostředí (pokročilé) - - - - Session Restart Required - Požadováno opětovné spuštění sezení - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Je třeba spustit sezení plochy znovu kvůli znovunahrání nastavení. Použijte odhlášení v hlavní nabídce. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_da.ts b/lxqt-config-session/translations/lxqt-config-session_da.ts deleted file mode 100644 index 17e2909..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_da.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_da_DK.ts b/lxqt-config-session/translations/lxqt-config-session_da_DK.ts deleted file mode 100644 index c9177ea..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_da_DK.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Rediger - - - - Name: - Navn: - - - - Search... - Søg... - - - - Command: - Kommando: - - - - Wait for system tray - Vent på system bakke - - - - Select Application - Vælg program - - - - AutoStartItemModel - - - Global Autostart - Global Autostart - - - - LXQt Autostart - LXQt Autostart - - - - Location: %1 - Placering:%1 - - - - Overrides: %1 - Tilsidesætter: %1 - - - - AutoStartPage - - - Delete - Slet - - - - Add - Tilføj - - - - Edit - Rediger - - - - Application Autostart - Program Autostart - - - - Error - Fejl - - - - File '%1' already exists! - Fil '%1' eksisterer allerede! - - - - BasicSettings - - - Window Manager - Window Manager - - - - Search... - Søg... - - - - LXQt Modules - LXQt Moduler - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Basale Indstillinger - - - - Start - Start - - - - Stop - Stop - - - - Select a window manager - Vælg en window manager - - - - DefaultApps - - - Select a terminal emulator - Vælg en terminal emulator - - - - Select a web browser - Vælg en web browser - - - - DefaultAppsPage - - - Default Applications - Standardprogrammer - - - - Terminal Emulation: - Terminal Emulation: - - - - - Search... - Søg... - - - - Web Browser: - Web Browser: - - - - EnvironmentPage - - - Add - Tilføj - - - - Delete - Slet - - - - Environment Variables (Advanced) - Miljøvariabler (Advanceret) - - - - Variable Name - Variabelnavn - - - - Value - Værdi - - - - ModuleModel - - - Running - Kører - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt Sessionsindstillinger - - - - LXQt Session Settings - - - - - Basic Settings - Basale Indstillinger - - - - Default Applications - Standardprogrammer - - - - Locations - - - - - Autostart - Autostart - - - - Environment (Advanced) - Miljø (Advanceret) - - - - Session Restart Required - Genstart Af Session Er Påkrævet - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - For at genindlæse indstillinger skal skrivebordssessionen genstartes. Brug log Ud fra hovedmenuen. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_de.ts b/lxqt-config-session/translations/lxqt-config-session_de.ts deleted file mode 100644 index 989992d..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_de.ts +++ /dev/null @@ -1,327 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Bearbeiten - - - - Name: - Name: - - - - Search... - Suche... - - - - Command: - Befehl: - - - - Wait for system tray - Warte auf System Tray - - - - Select Application - Anwendung auswählen - - - - AutoStartItemModel - - - Global Autostart - Globaler Autostart - - - - LXQt Autostart - LXQt Autostart - - - - Location: %1 - Ort: %1 - - - - Overrides: %1 - Überschreibt: %1 - - - - AutoStartPage - - - Delete - Löschen - - - - Add - Hinzufügen - - - - Edit - Bearbeiten - - - - Application Autostart - Anwendung-Autostart - - - - Error - Fehler - - - - File '%1' already exists! - Datei '%1' existiert bereits! - - - - BasicSettings - - - Basic Settings - Grundeinstellungen - - - - Window Manager - Fenstermanager - - - - Search... - Suchen... - - - - LXQt Modules - LXQt Module - - - - Start - Start - - - - Stop - Stopp - - - - Select a window manager - Fenstermanager auswählen - - - - Leave Session - Sitzung beenden - - - - Ask for confirmation to leave session - Beenden der Sitzung bestätigen - - - - DefaultApps - - - Select a terminal emulator - Terminal-Emulator auswählen - - - - Select a web browser - Web-Browser auswählen - - - - DefaultAppsPage - - - Default Applications - Standardanwendungen - - - - Terminal Emulation: - Terminal-Emulator: - - - - - Search... - Suche... - - - - Web Browser: - Web-Browser: - - - - EnvironmentPage - - - Add - Hinzufügen - - - - Delete - Löschen - - - - Environment Variables (Advanced) - Umgebungsvariablen (Erweitert) - - - - Variable Name - Variablenname - - - - Value - Wert - - - - ModuleModel - - - Running - Läuft - - - - SessionConfigWindow - - - LXQt Session Settings - LXQt Sitzungseinstellungen - - - - Basic Settings - Grundeinstellungen - - - - Default Applications - Standardanwendungen - - - - Locations - - - - - Autostart - Autostart - - - - Environment (Advanced) - Umgebung (Erweitert) - - - - Session Restart Required - Erneute Anmeldung erforderlich - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Sie müssen sich erneut anmelden (lxqt-session), damit Ihre Änderungen aktiv werden. Klicken Sie dafür auf "Abmelden" im Hauptmenü. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_el.ts b/lxqt-config-session/translations/lxqt-config-session_el.ts deleted file mode 100644 index cb3d342..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_el.ts +++ /dev/null @@ -1,335 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Επεξεργασία - - - - Name: - Όνομα: - - - - Search... - Αναζήτηση... - - - - Command: - Εντολή: - - - - Wait for system tray - Αναμονή για το πλαίσιο συστήματος - - - - Select Application - Επιλογή εφαρμογής - - - - AutoStartItemModel - - - Global Autostart - Καθολική αυτόματη εκκίνηση - - - - LXQt Autostart - Αυτόματη εκκίνηση LXQt - - - - Location: %1 - Τοποθεσία: %1 - - - - Overrides: %1 - Αντικατάσταση: %1 - - - - AutoStartPage - - - Delete - Διαγραφή - - - - Add - Προσθήκη - - - - Edit - Επεξεργασία - - - - Application Autostart - Αυτόματη εκκίνηση εφαρμογής - - - - Error - Σφάλμα - - - - File '%1' already exists! - Το αρχείο "%1" υπάρχει ήδη! - - - - BasicSettings - - - Window Manager - Διαχειριστής παραθύρων - - - - Search... - Αναζήτηση... - - - - LXQt Modules - Αρθρώματα LXQt - - - - Leave Session - Εγκατάλειψη της συνεδρίας - - - - Ask for confirmation to leave session - Ερώτηση επιβεβαίωσης κατά την εγκατάλειψη της συνεδρίας - - - Ask confirmation to leave session - Ερώτηση επιβεβαίωσης κατά την εγκατάλειψη της συνεδρίας - - - - Basic Settings - Βασικές ρυθμίσεις - - - - Start - Εκκίνηση - - - - Stop - Διακοπή - - - - Select a window manager - Επιλογή διαχειριστή παραθύρων - - - - DefaultApps - - - Select a terminal emulator - Επιλογή εξομοιωτή τερματικού - - - - Select a web browser - Επιλογή περιηγητή ιστού - - - - DefaultAppsPage - - - Default Applications - Προεπιλεγμένες εφαρμογές - - - - Terminal Emulation: - Εξομοιωτής τερματικού: - - - - - Search... - Αναζήτηση... - - - - Web Browser: - Περιηγητής ιστού: - - - - EnvironmentPage - - - Add - Προσθήκη - - - - Delete - Διαγραφή - - - - Environment Variables (Advanced) - Μεταβλητές περιβάλλοντος (για προχωρημένους) - - - - Variable Name - Όνομα μεταβλητής - - - - Value - Τιμή - - - - ModuleModel - - - Running - Εκτελείται - - - - SessionConfigWindow - - LXQt Session Configuration - Διαμόρφωση συνεδρίας LXQt - - - - LXQt Session Settings - Ρυθμίσεις συνεδρίας LXQt - - - - Basic Settings - Βασικές ρυθμίσεις - - - - Default Applications - Προεπιλεγμένες εφαρμογές - - - - Locations - - - - - Autostart - Αυτόματη εκκίνηση - - - - Environment (Advanced) - Περιβάλλον (για προχωρημένους) - - - - Session Restart Required - Απαιτείται επανεκκίνηση συνεδρίας - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Πρέπει να επανεκκινήσετε τη συνεδρία lxqt για να φορτώσετε τις ρυθμίσεις. Χρησιμοποιήστε την αποσύνδεση από το κυρίως μενού. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_eo.ts b/lxqt-config-session/translations/lxqt-config-session_eo.ts deleted file mode 100644 index 4d57feb..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_eo.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Redakti - - - - Name: - Nomo: - - - - Search... - Serĉi... - - - - Command: - Komando: - - - - Wait for system tray - Atendado de sistempleto - - - - Select Application - Elektu aplikaĵon - - - - AutoStartItemModel - - - Global Autostart - Ĉiea aŭtomata starto - - - - LXQt Autostart - Aŭtomata starto de LXQto - - - - Location: %1 - Loko: %1 - - - - Overrides: %1 - Ĝi anstataŭigas: %1 - - - - AutoStartPage - - - Delete - Forigi - - - - Add - Aldoni - - - - Edit - Redakti - - - - Application Autostart - Aŭtomata startigo de aplikaĵoj - - - - Error - Eraro - - - - File '%1' already exists! - Dosiero '%1' jam ekzistas! - - - - BasicSettings - - - Window Manager - Fenestra mastrumilo - - - - Search... - Serĉi... - - - - LXQt Modules - Moduloj de LXQto - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Bazaj agordoj - - - - Start - - - - - Stop - - - - - Select a window manager - Elektu fenestran mastrumilon - - - - DefaultApps - - - Select a terminal emulator - Elektu simulilon de terminalo - - - - Select a web browser - Elektu retumilon - - - - DefaultAppsPage - - - Default Applications - Aprioraj aplikaĵoj - - - - Terminal Emulation: - Simulilo de terminalo: - - - - - Search... - Serĉi... - - - - Web Browser: - Retumilo: - - - - EnvironmentPage - - - Add - Aldoni - - - - Delete - Forigi - - - - Environment Variables (Advanced) - Ĉirkaŭaĵaj variabloj (progresinta) - - - - Variable Name - Nomo de variablo - - - - Value - Valoro - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - Agordoj de seanco de LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Bazaj agordoj - - - - Default Applications - Aprioraj aplikaĵoj - - - - Locations - - - - - Autostart - Aŭtomata startigo - - - - Environment (Advanced) - Ĉirkaŭaĵo (progresinta) - - - - Session Restart Required - Postulata restartigo de seanco - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Vi devas restartigi la seancon de labortablo (lxqt-session) por reŝargi agordojn. Uzu ensaluton en la ĉefa menuo. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_es.ts b/lxqt-config-session/translations/lxqt-config-session_es.ts deleted file mode 100644 index f794ef5..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_es.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editar - - - - Name: - Nombre: - - - - Search... - Buscar... - - - - Command: - Comando: - - - - Wait for system tray - Espere al área de notificaciones - - - - Select Application - Seleccionar aplicación - - - - AutoStartItemModel - - - Global Autostart - Autoinicio global - - - - LXQt Autostart - Autoinicio de LXQt - - - - Location: %1 - Lugar: %1 - - - - Overrides: %1 - Sobreescrito: %1 - - - - AutoStartPage - - - Delete - Eliminar - - - - Add - Añadir - - - - Edit - Editar - - - - Application Autostart - Aplicaciones de inicio automático - - - - Error - Error - - - - File '%1' already exists! - !Archivo '%1' actualmente existe¡ - - - - BasicSettings - - - Window Manager - Gestor de ventanas - - - - Search... - Buscar... - - - - LXQt Modules - Módulos de LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Configuración básica - - - - Start - Iniciar - - - - Stop - Detener - - - - Select a window manager - Seleccione un gestor de ventanas - - - - DefaultApps - - - Select a terminal emulator - Seleccione un emulador de terminal - - - - Select a web browser - Seleccione un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicaciones predeterminadas - - - - Terminal Emulation: - Emulación de terminal: - - - - - Search... - Buscar... - - - - Web Browser: - Navegador web: - - - - EnvironmentPage - - - Add - Añadir - - - - Delete - Eliminar - - - - Environment Variables (Advanced) - Variables de entorno (avanzado) - - - - Variable Name - Nombre de la variable - - - - Value - Valor - - - - ModuleModel - - - Running - Ejecutandose - - - - SessionConfigWindow - - LXQt Session Configuration - Configuración de la sesión de LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Configuración básica - - - - Default Applications - Aplicaciones predeterminadas - - - - Locations - - - - - Autostart - Inicio automático - - - - Environment (Advanced) - Entorno (avanzado) - - - - Session Restart Required - Se requiere un reinicio de sesión - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Necesita reiniciar la sesión de escritorio (lxqt-session) para recargar la configuración. Cierre la sesión desde el menú principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_es_UY.ts b/lxqt-config-session/translations/lxqt-config-session_es_UY.ts deleted file mode 100644 index 8d52ffd..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_es_UY.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_es_VE.ts b/lxqt-config-session/translations/lxqt-config-session_es_VE.ts deleted file mode 100644 index 51c9953..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_es_VE.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editar - - - - Name: - Nombre: - - - - Search... - Buscar... - - - - Command: - Comando: - - - - Wait for system tray - Esperar aparezca la barra tray - - - - Select Application - Seleccionar programa - - - - AutoStartItemModel - - - Global Autostart - Autoarranque Global - - - - LXQt Autostart - Autoarranque en LXQt - - - - Location: %1 - Localización %1 - - - - Overrides: %1 - Sobreescribe %1 - - - - AutoStartPage - - - Delete - Borrar - - - - Add - Agregar - - - - Edit - Editar - - - - Application Autostart - Autoejecutar aplicacion - - - - Error - Error - - - - File '%1' already exists! - Archivo %1 ya existe! - - - - BasicSettings - - - Window Manager - Manejador de Ventanas - - - - Search... - Buscar... - - - - LXQt Modules - Modulos lxqt a habilitar en el inicio - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Configuracion Basica - - - - Start - Arrancar - - - - Stop - Detener - - - - Select a window manager - Seleccione un manejador de ventanas - - - - DefaultApps - - - Select a terminal emulator - Seleccione un emulador de terminal - - - - Select a web browser - Seleccione un navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicaciones por defecto - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Buscar... - - - - Web Browser: - Navegador web: - - - - EnvironmentPage - - - Add - Agregar - - - - Delete - Borrar - - - - Environment Variables (Advanced) - Entorno de variables (Avanzado) - - - - Variable Name - Nombre de variable - - - - Value - Valor - - - - ModuleModel - - - Running - Corriendo - - - - SessionConfigWindow - - LXQt Session Configuration - Configuracion de sesion de LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Configuraciones básicas - - - - Default Applications - Aplicaciones por defecto - - - - Locations - - - - - Autostart - Autoinicio - - - - Environment (Advanced) - Entorno (Avanzado) - - - - Session Restart Required - Reinicio de sesion es requerido - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Tu necesitas reiniciar la sesion (lxqt-session) para recargar los ajustes. Usa el formulario de salida desde el menu principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_eu.ts b/lxqt-config-session/translations/lxqt-config-session_eu.ts deleted file mode 100644 index 7264c36..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_eu.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editatu - - - - Name: - Izena: - - - - Search... - Bilatu... - - - - Command: - Komandoa: - - - - Wait for system tray - Itxaron ataza-barrari - - - - Select Application - Hautatu aplikazioa - - - - AutoStartItemModel - - - Global Autostart - Autoabio globala - - - - LXQt Autostart - LXQt autoabioa - - - - Location: %1 - Kokalekua: %1 - - - - Overrides: %1 - Indargabetu: %1 - - - - AutoStartPage - - - Delete - Ezabatu - - - - Add - Gehitu - - - - Edit - Editatu - - - - Application Autostart - Aplikazioaren autoabioa - - - - Error - Errorea - - - - File '%1' already exists! - '%1' fitxategia dagoeneko existitzen da! - - - - BasicSettings - - - Window Manager - Leiho-kudeatzailea - - - - Search... - Bilatu... - - - - LXQt Modules - LXQt moduluak - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Oinarrizko ezarpenak - - - - Start - Abiatu - - - - Stop - Gelditu - - - - Select a window manager - Hautatu leiho-kudeatzaile bat - - - - DefaultApps - - - Select a terminal emulator - Hautatu terminal-emuladore bat - - - - Select a web browser - Hautatu web-arakatzaile bat - - - - DefaultAppsPage - - - Default Applications - Aplikazio lehenetsiak - - - - Terminal Emulation: - Terminal emulazioa: - - - - - Search... - Bilatu... - - - - Web Browser: - Web-arakatzailea: - - - - EnvironmentPage - - - Add - Gehitu - - - - Delete - Ezabatu - - - - Environment Variables (Advanced) - Ingurune-aldagaiak (aurreratua) - - - - Variable Name - Aldagaiaren izena - - - - Value - Balioa - - - - ModuleModel - - - Running - Martxan - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt saioaren konfigurazioa - - - - LXQt Session Settings - - - - - Basic Settings - Oinarrizko ezarpenak - - - - Default Applications - Aplikazio lehenetsiak - - - - Locations - - - - - Autostart - Autoabioa - - - - Environment (Advanced) - Ingurunea (aurreratua) - - - - Session Restart Required - Saioa berrabiarazi behar da - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Mahaigaineko saioa (lxqt saioa) berrabiarazi behar duzu ezarpenak birkargatzeko. Erabili menu nagusiko 'Amaitu saioa' aukera. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_fi.ts b/lxqt-config-session/translations/lxqt-config-session_fi.ts deleted file mode 100644 index cb18bf3..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_fi.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Muokkaa - - - - Name: - Nimi: - - - - Search... - Etsi... - - - - Command: - Komento: - - - - Wait for system tray - - - - - Select Application - Valitse sovellus - - - - AutoStartItemModel - - - Global Autostart - Yleinen automaattikäynnistys - - - - LXQt Autostart - LXQtin automaattikäynnistys - - - - Location: %1 - Sijainti: %1 - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - Poista - - - - Add - Lisää - - - - Edit - Muokkaa - - - - Application Autostart - Sovellusten automaattikäynnistys - - - - Error - Virhe - - - - File '%1' already exists! - Tiedosto "%1" on jo olemassa! - - - - BasicSettings - - - Window Manager - Ikkunahallinta - - - - Search... - Etsi... - - - - LXQt Modules - LXQt-moduulit - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Perusasetukset - - - - Start - Käynnistä - - - - Stop - Pysäytä - - - - Select a window manager - Valitse ikkunahallinta - - - - DefaultApps - - - Select a terminal emulator - Valitse pääte - - - - Select a web browser - Valitse nettiselain - - - - DefaultAppsPage - - - Default Applications - Oletussovellukset - - - - Terminal Emulation: - Pääte: - - - - - Search... - Etsi... - - - - Web Browser: - Nettiselain: - - - - EnvironmentPage - - - Add - Lisää - - - - Delete - Poista - - - - Environment Variables (Advanced) - Ympäristömuuttujat (lisäasetukset) - - - - Variable Name - Muuttujan nimi - - - - Value - Arvo - - - - ModuleModel - - - Running - Käynnissä - - - - SessionConfigWindow - - LXQt Session Configuration - LXQtin istuntohallinta - - - - LXQt Session Settings - - - - - Basic Settings - Perusasetukset - - - - Default Applications - Oletussovellukset - - - - Locations - - - - - Autostart - Automaattikäynnistys - - - - Environment (Advanced) - Ympäristö (lisäasetukset) - - - - Session Restart Required - Istunnon uudelleenkäynnistys vaaditaan - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Asetusten voimaantulo vaatii työpöytäistunnon (lxqt-session) uudelleenkäynnistyksen. Kirjaudu ulos päävalikkoa käyttäen. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_fr_FR.ts b/lxqt-config-session/translations/lxqt-config-session_fr_FR.ts deleted file mode 100644 index ec4b102..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_fr_FR.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Éditer - - - - Name: - Nom : - - - - Search... - Chercher... - - - - Command: - Commande : - - - - Wait for system tray - En attente de la boîte à miniatures - - - - Select Application - Choisir l'application - - - - AutoStartItemModel - - - Global Autostart - Lancement automatique global - - - - LXQt Autostart - Lancement automatique de LXQt - - - - Location: %1 - Emplacement : %1 - - - - Overrides: %1 - Ignorer : %1 - - - - AutoStartPage - - - Delete - Supprimer - - - - Add - Ajouter - - - - Edit - Éditer - - - - Application Autostart - Lancement automatique de l'application - - - - Error - Erreur - - - - File '%1' already exists! - Le fichier '%1' existe déjà ! - - - - BasicSettings - - - Window Manager - Gestionnaire de fenêtres - - - - Search... - Chercher... - - - - LXQt Modules - Modules de LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Paramètres de base - - - - Start - Démarrer - - - - Stop - Arrêter - - - - Select a window manager - Choisir un gestionnaire de fenêtres - - - - DefaultApps - - - Select a terminal emulator - Choisir un émulateur de terminal - - - - Select a web browser - Choisir un navigateur de bureau - - - - DefaultAppsPage - - - Default Applications - Applications par défaut - - - - Terminal Emulation: - Émulateur de terminal : - - - - - Search... - Chercher... - - - - Web Browser: - Navigateur web : - - - - EnvironmentPage - - - Add - Ajouter - - - - Delete - Supprimer - - - - Environment Variables (Advanced) - Variables d'environnement (avancé) - - - - Variable Name - Nom de la variable - - - - Value - Valeur - - - - ModuleModel - - - Running - Lancé - - - - SessionConfigWindow - - LXQt Session Configuration - Configuration de la session LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Paramètres de base - - - - Default Applications - Applications par défaut - - - - Locations - - - - - Autostart - Lancement automatique - - - - Environment (Advanced) - Environnement (avancé) - - - - Session Restart Required - Redémarrage de session requis - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Vous devez redémarrer votre session de bureau (lxqt-session) pour recharger les paramètres. Déconnectez-vous depuis le menu principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_hu.ts b/lxqt-config-session/translations/lxqt-config-session_hu.ts deleted file mode 100644 index 6126eed..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_hu.ts +++ /dev/null @@ -1,335 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Szerkesztés - - - - Name: - Név: - - - - Search... - Keresés… - - - - Command: - Parancs: - - - - Wait for system tray - Várakozás a paneltálcára - - - - Select Application - Alkalmazás kiválasztása - - - - AutoStartItemModel - - - Global Autostart - Automatikus indítás - - - - LXQt Autostart - LXQt automatikus indítás - - - - Location: %1 - Hely: %1 - - - - Overrides: %1 - Felülbírálások: %1 - - - - AutoStartPage - - - Delete - Törlés - - - - Add - Hozzáadás - - - - Edit - Szerkesztés - - - - Application Autostart - Alkalmazás automatikus indítása - - - - Error - Hiba - - - - File '%1' already exists! - Van már '%1' fájl! - - - - BasicSettings - - - Window Manager - Ablakkezelő - - - - Search... - Keresés… - - - - LXQt Modules - LXQt modulok - - - - Leave Session - Munkamenet elhagyása - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Jóváhagyás az elhagyás előtt - - - - Basic Settings - Alapbeállítások - - - - Start - Indítás - - - - Stop - Leállítás - - - - Select a window manager - Ablakkezelő választása - - - - DefaultApps - - - Select a terminal emulator - Terminálemulátor választása - - - - Select a web browser - Webböngésző választása - - - - DefaultAppsPage - - - Default Applications - Alapértelmezett alkalmazások - - - - Terminal Emulation: - Terminálemuláció: - - - - - Search... - Keresés… - - - - Web Browser: - Webböngésző: - - - - EnvironmentPage - - - Add - Hozzáadás - - - - Delete - Törlés - - - - Environment Variables (Advanced) - Környezeti változók (speciális) - - - - Variable Name - Változónév - - - - Value - Érték - - - - ModuleModel - - - Running - Futó - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt munkamenet konfiguráció - - - - LXQt Session Settings - LXQt munkamenet-beállítás - - - - Basic Settings - Alapbeállítások - - - - Default Applications - Alapértelmezett alkalmazások - - - - Locations - - - - - Autostart - Automatikus indítás - - - - Environment (Advanced) - Környezet (speciális) - - - - Session Restart Required - A munkamenet újraindítandó - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Újra kell indítania a munkamenetet (lxqt-session) a beállítások újratöltéséhez. Használja a főmenü kijelentkezés pontját. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_hu_HU.ts b/lxqt-config-session/translations/lxqt-config-session_hu_HU.ts deleted file mode 100644 index 213201a..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_hu_HU.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Szerkesztés - - - - Name: - Név: - - - - Search... - Keresés... - - - - Command: - Parancs: - - - - Wait for system tray - Várakozás a paneltálcára - - - - Select Application - Alkalmazás kiválasztása - - - - AutoStartItemModel - - - Global Autostart - Automatikus indítás - - - - LXQt Autostart - LXQt automatikus indítás - - - - Location: %1 - Hely: %1 - - - - Overrides: %1 - Felülbírálások: %1 - - - - AutoStartPage - - - Delete - Törlés - - - - Add - Hozzáadás - - - - Edit - Szerkesztés - - - - Application Autostart - Alkalmazás automatikus indítása - - - - Error - Hiba - - - - File '%1' already exists! - Van már '%1' fájl! - - - - BasicSettings - - - Window Manager - Ablakkezelő - - - - Search... - Keresés... - - - - LXQt Modules - LXQt modulok - - - - Start - Indítás - - - - Stop - Leállítás - - - - Leave Session - Munkamenet elhagyása - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Jóváhagyás az elhagyás előtt - - - - Basic Settings - Alapbeállítások - - - - Select a window manager - Ablakkezelő választása - - - - DefaultApps - - - Select a terminal emulator - Terminálemulátor választása - - - - Select a web browser - Webböngésző választása - - - - DefaultAppsPage - - - Default Applications - Alapértelmezett alkalmazások - - - - Terminal Emulation: - Terminálemuláció: - - - - - Search... - Keresés… - - - - Web Browser: - Webböngésző: - - - - EnvironmentPage - - - Add - Hozzáadás - - - - Delete - Törlés - - - - Environment Variables (Advanced) - Környezeti változók (speciális) - - - - Variable Name - Változónév - - - - Value - Érték - - - - ModuleModel - - - Running - Futó - - - - SessionConfigWindow - - - LXQt Session Settings - LXQt munkamenet-beállítás - - - - Basic Settings - Alapbeállítások - - - - Default Applications - Alapértelmezett alkalmazások - - - - Locations - - - - - Autostart - Automatikus indítás - - - - Environment (Advanced) - Környezet (speciális) - - - - Session Restart Required - A munkamenet újraindítandó - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Újra kell indítania a munkamenetet (lxqt-session) a beállítások újratöltéséhez. Használja a főmenü kijelentkezés pontját. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ia.ts b/lxqt-config-session/translations/lxqt-config-session_ia.ts deleted file mode 100644 index 379adf3..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ia.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_id_ID.ts b/lxqt-config-session/translations/lxqt-config-session_id_ID.ts deleted file mode 100644 index f921613..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_id_ID.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_it.ts b/lxqt-config-session/translations/lxqt-config-session_it.ts deleted file mode 100644 index 3f756d4..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_it.ts +++ /dev/null @@ -1,335 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Modifica - - - - Name: - Nome: - - - - Search... - Cerca... - - - - Command: - Comando: - - - - Wait for system tray - Attendi il vassoio di sistema - - - - Select Application - Seleziona applicazione - - - - AutoStartItemModel - - - Global Autostart - Avvio automatico globale - - - - LXQt Autostart - Avvio automatico di LXQt - - - - Location: %1 - Posizione: %1 - - - - Overrides: %1 - Sostituisce: %1 - - - - AutoStartPage - - - Delete - Cancella - - - - Add - Aggiungi - - - - Edit - Modifica - - - - Application Autostart - Avvio automatico delle applicazioni - - - - Error - Errore - - - - File '%1' already exists! - Il file '%1' esiste già! - - - - BasicSettings - - - Window Manager - Gestore delle finestre - - - - Search... - Cerca... - - - - LXQt Modules - Moduli di LXQt - - - - Leave Session - Chiusura sessione - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Chiedi una conferma per terminare la sessione - - - - Basic Settings - Impostazioni di base - - - - Start - Avvia - - - - Stop - Ferma - - - - Select a window manager - Seleziona un gestore delle finestre - - - - DefaultApps - - - Select a terminal emulator - Seleziona un emulatore di terminale - - - - Select a web browser - Seleziona un browser web - - - - DefaultAppsPage - - - Default Applications - Applicazioni predefinite - - - - Terminal Emulation: - Emulatore di terminale: - - - - - Search... - Cerca... - - - - Web Browser: - Browser web: - - - - EnvironmentPage - - - Add - Aggiungi - - - - Delete - Cancella - - - - Environment Variables (Advanced) - Variabili dell'ambiente (avanzato) - - - - Variable Name - Nome variabile - - - - Value - Valore - - - - ModuleModel - - - Running - In esecuzione - - - - SessionConfigWindow - - LXQt Session Configuration - Configurazione della sessione di LXQt - - - - LXQt Session Settings - Impostazioni della sessione LXQt - - - - Basic Settings - Impostazioni di base - - - - Default Applications - Applicazioni predefinite - - - - Locations - - - - - Autostart - Avvio automatico - - - - Environment (Advanced) - Ambiente (avanzato) - - - - Session Restart Required - Necessario riavvio della sessione - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Devi riavviare la sessione desktop (lxqt-session) per ricaricare le impostazioni. Termina la sessione tramite il menu principale. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ja.ts b/lxqt-config-session/translations/lxqt-config-session_ja.ts deleted file mode 100644 index 343cc86..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ja.ts +++ /dev/null @@ -1,327 +0,0 @@ - - - - - AutoStartEdit - - - Edit - 編集 - - - - Name: - 名称: - - - - Search... - 検索... - - - - Command: - コマンド: - - - - Wait for system tray - システムトレイを待つ - - - - Select Application - アプリケーションの選択 - - - - AutoStartItemModel - - - Global Autostart - 全体的な自動起動 - - - - LXQt Autostart - LXQt自動起動 - - - - Location: %1 - 位置:%1 - - - - Overrides: %1 - 上書き:%1 - - - - AutoStartPage - - - Delete - 削除 - - - - Add - 追加 - - - - Edit - 編集 - - - - Application Autostart - アプリケーション自動起動 - - - - Error - エラー - - - - File '%1' already exists! - File'%1'は既にあります! - - - - BasicSettings - - - Basic Settings - 基本的な設定 - - - - Window Manager - ウィンドウマネージャ - - - - Search... - 検索... - - - - LXQt Modules - LXQtモジュール - - - - Start - 開始 - - - - Stop - 終了 - - - - Leave Session - セッションの終了 - - - - Ask for confirmation to leave session - セッション終了時に確認する - - - - Select a window manager - ウィンドウマネージャの選択 - - - - DefaultApps - - - Select a terminal emulator - ターミナルエミュレータの選択 - - - - Select a web browser - ウェブブラウザの選択 - - - - DefaultAppsPage - - - Default Applications - 既定のアプリケーション - - - - Terminal Emulation: - ターミナルエミュレーション: - - - - - Search... - 検索... - - - - Web Browser: - ウェブブラウザ: - - - - EnvironmentPage - - - Add - 追加 - - - - Delete - 削除 - - - - Environment Variables (Advanced) - 環境変数(詳細) - - - - Variable Name - 変数名 - - - - Value - - - - - ModuleModel - - - Running - 実行中 - - - - SessionConfigWindow - - - LXQt Session Settings - LXQtセッションの設定 - - - - Basic Settings - 基本設定 - - - - Default Applications - 既定のアプリケーション - - - - Locations - - - - - Autostart - 自動起動 - - - - Environment (Advanced) - 環境(詳細) - - - - Session Restart Required - セッション再起動の要求 - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - デスクトップセッション(lxqt-session)を再起動する必要があります。メインメニューからログアウトしてください。 - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ko.ts b/lxqt-config-session/translations/lxqt-config-session_ko.ts deleted file mode 100644 index b9fb859..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ko.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_lt.ts b/lxqt-config-session/translations/lxqt-config-session_lt.ts deleted file mode 100644 index 0270d79..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_lt.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Keisti - - - - Name: - Pavadinimas: - - - - Search... - Ieškoti... - - - - Command: - Komanda: - - - - Wait for system tray - Laukti sistemos dėklo - - - - Select Application - Pasirinkite programą - - - - AutoStartItemModel - - - Global Autostart - Nuo aplinkos nepriklausomas programų paleidimas - - - - LXQt Autostart - LXQt automatinis programų paleidimas - - - - Location: %1 - Vieta: %1 - - - - Overrides: %1 - Nustelbia: %1 - - - - AutoStartPage - - - Delete - Šalinti - - - - Add - Pridėti - - - - Edit - Keisti - - - - Application Autostart - Automatinis programų paleidimas - - - - Error - Klaida - - - - File '%1' already exists! - Failas „%1“ jau yra! - - - - BasicSettings - - - Window Manager - Langų tvarkyklė - - - - Search... - Ieškoti... - - - - LXQt Modules - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Pagrindinės nuostatos - - - - Start - - - - - Stop - - - - - Select a window manager - Pasirinkite langų tvarkyklę - - - - DefaultApps - - - Select a terminal emulator - Pasirinkite terminalo emuliatorių - - - - Select a web browser - Pasirinkite saityno naršyklę - - - - DefaultAppsPage - - - Default Applications - Numatytosios programos - - - - Terminal Emulation: - Terminalo emuliatorius: - - - - - Search... - Ieškoti... - - - - Web Browser: - Saityno naršyklė: - - - - EnvironmentPage - - - Add - Pridėti - - - - Delete - Šalinti - - - - Environment Variables (Advanced) - Aplinkos kintamieji (sudėtingiau) - - - - Variable Name - Kintamasis - - - - Value - Reikšmė - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt sesijų konfigūravimas - - - - LXQt Session Settings - - - - - Basic Settings - Pagrindinės nuostatos - - - - Default Applications - Numatytosios programos - - - - Locations - - - - - Autostart - Automatinis paleidimas - - - - Environment (Advanced) - Aplinka (sudėtingiau) - - - - Session Restart Required - Reikia iš naujo paleisti sesiją - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Tam, kad įsigaliotų pakeitimai, iš naujo paleiskite darbalaukio sesiją (lxqt-session). Atsijungti galite naudodamiesi pagrindiniu meniu. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_nl.ts b/lxqt-config-session/translations/lxqt-config-session_nl.ts deleted file mode 100644 index edccef0..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_nl.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Bewerken - - - - Name: - Naam: - - - - Search... - Zoek... - - - - Command: - Uitvoeren: - - - - Wait for system tray - Wacht op systeemvak. - - - - Select Application - Selecteer Programma - - - - AutoStartItemModel - - - Global Autostart - Algemene Autostart - - - - LXQt Autostart - LXQt Autostart - - - - Location: %1 - Locatie: %1 - - - - Overrides: %1 - Overschrijvingen: %1 - - - - AutoStartPage - - - Delete - Verwijder - - - - Add - Toevoegen - - - - Edit - Bewerken - - - - Application Autostart - Autostart Programma - - - - Error - Fout - - - - File '%1' already exists! - Bestand '%1' bestaat al! - - - - BasicSettings - - - Window Manager - Venster Beheer - - - - Search... - Zoek... - - - - LXQt Modules - LXQt Modules - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Basis Instellingen - - - - Start - - - - - Stop - - - - - Select a window manager - Selecteer een window manager - - - - DefaultApps - - - Select a terminal emulator - Selecteer een terminal - - - - Select a web browser - Selecteer een web browser - - - - DefaultAppsPage - - - Default Applications - Standaard Programma's - - - - Terminal Emulation: - Terminal emulatie: - - - - - Search... - Zoek... - - - - Web Browser: - Web Browser: - - - - EnvironmentPage - - - Add - Toevoegen - - - - Delete - Verwijder - - - - Environment Variables (Advanced) - Omgevings Variabelen (geavanceerd) - - - - Variable Name - Variabele Naam - - - - Value - Waarde - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt Sessie Configuratie - - - - LXQt Session Settings - - - - - Basic Settings - Basis Instellingen - - - - Default Applications - Standaard Programma's - - - - Locations - - - - - Autostart - Autostart - - - - Environment (Advanced) - Omgeving (geavanceerd) - - - - Session Restart Required - Sessie herstart vereist - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - U moet de Sessie herstarten (LXQt-sessie) om de instellingen op te slaan. Gebruik hiervoor "uitloggen" vanuit het hoofd menu. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_pl_PL.ts b/lxqt-config-session/translations/lxqt-config-session_pl_PL.ts deleted file mode 100644 index c8c9a65..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_pl_PL.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Edytuj - - - - Name: - Nazwa: - - - - Search... - Szukaj... - - - - Command: - Polecenie: - - - - Wait for system tray - Czekaj na systemowy tray - - - - Select Application - Wybierz program - - - - AutoStartItemModel - - - Global Autostart - Ogólne - - - - LXQt Autostart - LXQt - - - - Location: %1 - Położenie:%1 - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - Usuń - - - - Add - Dodaj - - - - Edit - Edytuj - - - - Application Autostart - Automatyczne uruchamianie - - - - Error - Błąd - - - - File '%1' already exists! - Plik'%1' już istnieje! - - - - BasicSettings - - - Window Manager - Menedżer okien - - - - Search... - Szukaj... - - - - LXQt Modules - Moduły LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Ogólne - - - - Start - Start - - - - Stop - Stop - - - - Select a window manager - Wybierz menedżer okien - - - - DefaultApps - - - Select a terminal emulator - Wybór emulatora terminala - - - - Select a web browser - Wybór przedlądarki internetowej - - - - DefaultAppsPage - - - Default Applications - Domyślne programy - - - - Terminal Emulation: - Emulator terminala: - - - - - Search... - Szukaj... - - - - Web Browser: - Przeglądarka internetowa: - - - - EnvironmentPage - - - Add - Dodaj - - - - Delete - Usuń - - - - Environment Variables (Advanced) - Zmienne środowiskowe (zaawansowane) - - - - Variable Name - Nazwa zmiennej - - - - Value - Wartość - - - - ModuleModel - - - Running - Uruchomiony - - - - SessionConfigWindow - - LXQt Session Configuration - Konfiguracja sesji LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Ogólne - - - - Default Applications - Domyślne programy - - - - Locations - - - - - Autostart - Automatyczne uruchamianie - - - - Environment (Advanced) - Środowisko (zaawansowane) - - - - Session Restart Required - Wymagane ponowne uruchomienie sesji - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Należy ponownie uruchomić sesję (lxqt-session), aby wprowadzić zmiany. W tym celu proszę wylogować i ponownie zalogować użytkownika. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_pt.ts b/lxqt-config-session/translations/lxqt-config-session_pt.ts deleted file mode 100644 index f1519aa..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_pt.ts +++ /dev/null @@ -1,335 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editar - - - - Name: - Nome: - - - - Search... - Procurar... - - - - Command: - Comando: - - - - Wait for system tray - Esperar pela bandeja do sistema - - - - Select Application - Escolha a aplicação - - - - AutoStartItemModel - - - Global Autostart - Arranque automático global - - - - LXQt Autostart - Arranque automático do LXQt - - - - Location: %1 - Localização: %1 - - - - Overrides: %1 - Substitui: %1 - - - - AutoStartPage - - - Delete - Eliminar - - - - Add - Adicionar - - - - Edit - Editar - - - - Application Autostart - Aplicações com arranque automático - - - - Error - Erro - - - - File '%1' already exists! - O ficheiro "%1" já existe! - - - - BasicSettings - - - Window Manager - Gestor de janelas - - - - Search... - Procurar... - - - - LXQt Modules - Módulos do LXQt - - - - Leave Session - Sair da sessão - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Confirmar ao sair da sessão - - - - Basic Settings - Definições básicas - - - - Start - Iniciar - - - - Stop - Parar - - - - Select a window manager - Escolha um gestor de janelas - - - - DefaultApps - - - Select a terminal emulator - Escolha o emulador de terminal - - - - Select a web browser - Escolha o navegador web - - - - DefaultAppsPage - - - Default Applications - Aplicações pré-definidas - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Procurar... - - - - Web Browser: - Navegador web: - - - - EnvironmentPage - - - Add - Adicionar - - - - Delete - Eliminar - - - - Environment Variables (Advanced) - Variáveis de ambiente (avançado) - - - - Variable Name - Nome da variável - - - - Value - Valor - - - - ModuleModel - - - Running - Em execução - - - - SessionConfigWindow - - LXQt Session Configuration - Configuração da sessão LXQt - - - - LXQt Session Settings - Definições da sessão LXQt - - - - Basic Settings - Definições básicas - - - - Default Applications - Aplicações pré-definidas - - - - Locations - - - - - Autostart - Arranque automático - - - - Environment (Advanced) - Ambiente (avançado) - - - - Session Restart Required - Tem que reiniciar a sessão - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Tem que reiniciar a sessão (lxqt-session) para carregar as novas definições. Utilize "Terminar sessão" no menu principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts b/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts deleted file mode 100644 index e365b2f..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_pt_BR.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editar - - - - Name: - Nome: - - - - Search... - Pesquisar... - - - - Command: - Comando: - - - - Wait for system tray - Esperar pela área de notificação - - - - Select Application - Selecionar aplicativo - - - - AutoStartItemModel - - - Global Autostart - Iniciar automaticamente global - - - - LXQt Autostart - Iniciar automaticamente do LXQt - - - - Location: %1 - Localização: %1 - - - - Overrides: %1 - Sobrescreve: %1 - - - - AutoStartPage - - - Delete - Excluir - - - - Add - Adicionar - - - - Edit - Editar - - - - Application Autostart - Início automático dos aplicativos - - - - Error - Erro - - - - File '%1' already exists! - O arquivo '%1' já existe! - - - - BasicSettings - - - Window Manager - Gerenciador de janelas - - - - Search... - Pesquisar... - - - - LXQt Modules - Módulos do LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Configurações básicas - - - - Start - Iniciar - - - - Stop - Parar - - - - Select a window manager - Selecionar um gerenciador de janelas - - - - DefaultApps - - - Select a terminal emulator - Selecionar um emulador de terminal - - - - Select a web browser - Selecionar um navegador de internet - - - - DefaultAppsPage - - - Default Applications - Aplicativos padrão - - - - Terminal Emulation: - Emulador de terminal: - - - - - Search... - Pesquisar... - - - - Web Browser: - Navegador de internet: - - - - EnvironmentPage - - - Add - Adicionar - - - - Delete - Excluir - - - - Environment Variables (Advanced) - Variáveis de ambiente (avançado) - - - - Variable Name - Nome da variável - - - - Value - Valor - - - - ModuleModel - - - Running - Em execução - - - - SessionConfigWindow - - LXQt Session Configuration - Configuração da sessão do LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Configurações básicas - - - - Default Applications - Aplicativos padrão - - - - Locations - - - - - Autostart - Iniciar automaticamente - - - - Environment (Advanced) - Ambiente (avançado) - - - - Session Restart Required - Reinício de sessão necessário - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Você precisa reiniciar a sessão da área de trabalho (lxqt-session) para recarregar as configurações. Use encerrar sessão a partir do menu principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts b/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts deleted file mode 100644 index 3a74a13..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ro_RO.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Editează - - - - Name: - Nume: - - - - Search... - Se caută... - - - - Command: - Comandă: - - - - Wait for system tray - Așteaptă după tava sistem - - - - Select Application - Selectează aplicația - - - - AutoStartItemModel - - - Global Autostart - Autostart global - - - - LXQt Autostart - Autostart LXQt - - - - Location: %1 - Locație: %1 - - - - Overrides: %1 - Înlocuiri: %1 - - - - AutoStartPage - - - Delete - Șterge - - - - Add - Adaugă - - - - Edit - Editează - - - - Application Autostart - Autostart aplicație - - - - Error - Eroare - - - - File '%1' already exists! - Fișierul '%1' există deja! - - - - BasicSettings - - - Window Manager - Gestiune ferestre - - - - Search... - Se caută... - - - - LXQt Modules - Module LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Setări de bază - - - - Start - Pornire - - - - Stop - Oprire - - - - Select a window manager - Selectați un administrator de ferestre - - - - DefaultApps - - - Select a terminal emulator - Selectați un emulator de terminal - - - - Select a web browser - Selectați un navigator web - - - - DefaultAppsPage - - - Default Applications - Aplicații implicite - - - - Terminal Emulation: - Emulatoare de terminal: - - - - - Search... - Se caută... - - - - Web Browser: - Navigator web: - - - - EnvironmentPage - - - Add - Adaugă - - - - Delete - Șterge - - - - Environment Variables (Advanced) - Variabile de mediu (mod avansat) - - - - Variable Name - Nume variabilă - - - - Value - Valoare - - - - ModuleModel - - - Running - Rulează - - - - SessionConfigWindow - - LXQt Session Configuration - Configurare sesiune LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Setări de bază - - - - Default Applications - Aplicații implicite - - - - Locations - - - - - Autostart - Autostart - - - - Environment (Advanced) - Mediu (mod avansat) - - - - Session Restart Required - Se necesită repornirea sesiunii - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Trebuie să reporniți sesiunea (lxqt-session) pentru a reîncărca setările. Utilizați opțiunea de ieșire din meniul principal. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ru.desktop b/lxqt-config-session/translations/lxqt-config-session_ru.desktop index 5966628..33bbd93 100644 --- a/lxqt-config-session/translations/lxqt-config-session_ru.desktop +++ b/lxqt-config-session/translations/lxqt-config-session_ru.desktop @@ -1,4 +1,4 @@ # Translations -Comment[ru]=Настройка для сеансов LXQt -GenericName[ru]=Настройка сеанса LXQt -Name[ru]=Настройка сеанса \ No newline at end of file +Comment[ru]=Настройки для сеансов LXQt +GenericName[ru]=Настройки сеанса LXQt +Name[ru]=Настройки сеанса \ No newline at end of file diff --git a/lxqt-config-session/translations/lxqt-config-session_ru.ts b/lxqt-config-session/translations/lxqt-config-session_ru.ts deleted file mode 100644 index 6624080..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ru.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Изменить - - - - Name: - Имя: - - - - Search... - Искать… - - - - Command: - Команда: - - - - Wait for system tray - Ожидание системного лотка - - - - Select Application - Выбрать программу - - - - AutoStartItemModel - - - Global Autostart - Общие программы - - - - LXQt Autostart - Автозапуск только для LXQt - - - - Location: %1 - Расположение: %1 - - - - Overrides: %1 - Переопределяет: %1 - - - - AutoStartPage - - - Delete - Удалить - - - - Add - Добавить - - - - Edit - Редактировать - - - - Application Autostart - Автозапуск приложений - - - - Error - Ошибка - - - - File '%1' already exists! - Файл '%1' уже существует! - - - - BasicSettings - - - Window Manager - Оконный менеджер - - - - Search... - Выбрать… - - - - Basic Settings - Основные настройки - - - - LXQt Modules - Модули LXQt - - - - Start - Старт - - - - Stop - Стоп - - - - Leave Session - Завершить сеанс - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Спрашивать подтверждение завершения сеанса - - - - Select a window manager - Укажите менеджер окон - - - - DefaultApps - - - Select a terminal emulator - Укажите эмулятор терминала - - - - Select a web browser - Укажите браузер - - - - DefaultAppsPage - - - Default Applications - Программы по умолчанию - - - - Terminal Emulation: - Терминал: - - - - - Search... - Выбрать… - - - - Web Browser: - Браузер: - - - - EnvironmentPage - - - Add - Добавить - - - - Delete - Удалить - - - - Environment Variables (Advanced) - Переменные среды (для опытных) - - - - Variable Name - Переменная - - - - Value - Значение - - - - ModuleModel - - - Running - Запущено - - - - SessionConfigWindow - - - LXQt Session Settings - Настройки сессии LXQt - - - - Basic Settings - Основные настройки - - - - Default Applications - Программы по умолчанию - - - - Locations - - - - - Autostart - Автозапуск - - - - Environment (Advanced) - Окружение (для опытных) - - - - Session Restart Required - Понадобится перезапуск сессии - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Изменения вступят в силу только после перезапуска сессии (lxqt-session). Используйте пункт «Завершить сеанс» в главном меню. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_ru_RU.desktop b/lxqt-config-session/translations/lxqt-config-session_ru_RU.desktop deleted file mode 100644 index 1bbd69c..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ru_RU.desktop +++ /dev/null @@ -1,4 +0,0 @@ -# Translations -Comment[ru_RU]=Настройка для сеансов LXQt -GenericName[ru_RU]=Настройка сеанса LXQt -Name[ru_RU]=Настройка сеанса \ No newline at end of file diff --git a/lxqt-config-session/translations/lxqt-config-session_ru_RU.ts b/lxqt-config-session/translations/lxqt-config-session_ru_RU.ts deleted file mode 100644 index 3bd6de3..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_ru_RU.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Изменить - - - - Name: - Имя: - - - - Search... - Искать… - - - - Command: - Команда: - - - - Wait for system tray - Ожидание системного лотка - - - - Select Application - Выбрать программу - - - - AutoStartItemModel - - - Global Autostart - Общие программы - - - - LXQt Autostart - Автозапуск только для LXQt - - - - Location: %1 - Расположение: %1 - - - - Overrides: %1 - Переопределяет: %1 - - - - AutoStartPage - - - Delete - Удалить - - - - Add - Добавить - - - - Edit - Редактировать - - - - Application Autostart - Автозапуск приложений - - - - Error - Ошибка - - - - File '%1' already exists! - Файл '%1' уже существует! - - - - BasicSettings - - - Window Manager - Оконный менеджер - - - - Search... - Выбрать… - - - - Basic Settings - Основные настройки - - - - LXQt Modules - Модули LXQt - - - - Start - Старт - - - - Stop - Стоп - - - - Leave Session - Завершить сеанс - - - - Ask for confirmation to leave session - - - - Ask confirmation to leave session - Спрашивать подтверждение завершения сеанса - - - - Select a window manager - Укажите менеджер окон - - - - DefaultApps - - - Select a terminal emulator - Укажите эмулятор терминала - - - - Select a web browser - Укажите браузер - - - - DefaultAppsPage - - - Default Applications - Программы по умолчанию - - - - Terminal Emulation: - Терминал: - - - - - Search... - Выбрать… - - - - Web Browser: - Браузер: - - - - EnvironmentPage - - - Add - Добавить - - - - Delete - Удалить - - - - Environment Variables (Advanced) - Переменные среды (для опытных) - - - - Variable Name - Переменная - - - - Value - Значение - - - - ModuleModel - - - Running - Запущено - - - - SessionConfigWindow - - - LXQt Session Settings - Настройки сессии LXQt - - - - Basic Settings - Основные настройки - - - - Default Applications - Программы по умолчанию - - - - Locations - - - - - Autostart - Автозапуск - - - - Environment (Advanced) - Окружение (для опытных) - - - - Session Restart Required - Понадобится перезапуск сессии - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Изменения вступят в силу только после перезапуска сессии (lxqt-session). Используйте пункт «Завершить сеанс» в главном меню. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts b/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts deleted file mode 100644 index c5ae4ae..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_sk_SK.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_sl.ts b/lxqt-config-session/translations/lxqt-config-session_sl.ts deleted file mode 100644 index f86b06d..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_sl.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Urejanje - - - - Name: - Ime: - - - - Search... - Iskanje ... - - - - Command: - Ukaz: - - - - Wait for system tray - Počakaj na sistemsko vrstico - - - - Select Application - Izberite program - - - - AutoStartItemModel - - - Global Autostart - Globalni samodejni zagon - - - - LXQt Autostart - Samodejni zagon za lxqt - - - - Location: %1 - Lokacija: %1 - - - - Overrides: %1 - Povozi: %1 - - - - AutoStartPage - - - Delete - Izbriši - - - - Add - Dodaj - - - - Edit - Urejanje - - - - Application Autostart - Samodejni zagon programa - - - - Error - Napaka - - - - File '%1' already exists! - Datoteka »%1« že obstaja. - - - - BasicSettings - - - Window Manager - Upravljalnik oken - - - - Search... - Iskanje ... - - - - LXQt Modules - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Osnovne nastavitve - - - - Start - - - - - Stop - - - - - Select a window manager - Izberite upravljalnika oken - - - - DefaultApps - - - Select a terminal emulator - Izberite posnemovalnika terminala - - - - Select a web browser - Izberite spletni brskalnik - - - - DefaultAppsPage - - - Default Applications - Privzeti programi - - - - Terminal Emulation: - Posnemovalnik termina: - - - - - Search... - Iskanje ... - - - - Web Browser: - Spletni brskalnik: - - - - EnvironmentPage - - - Add - Dodaj - - - - Delete - Izbriši - - - - Environment Variables (Advanced) - Okoljske spremenljivke (napredno) - - - - Variable Name - Ime spremenljivke - - - - Value - Vrednost - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - Nastavitve seje LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Osnovne nastavitve - - - - Default Applications - Privzeti programi - - - - Locations - - - - - Autostart - Samodejni zagon - - - - Environment (Advanced) - Okolje (napredno) - - - - Session Restart Required - Potreben je ponoven zagon seje - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Za ponovno naložitev nastavitev morate znova zagnati sejo namizja (lxqt-session). Iz glavnega menija izberite Odjavi. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts b/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts deleted file mode 100644 index 2ed931b..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_sr@latin.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts b/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts deleted file mode 100644 index 92251cb..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_sr_RS.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Уреди - - - - Name: - Име: - - - - Search... - Тражи... - - - - Command: - Наредба: - - - - Wait for system tray - - - - - Select Application - Изабери програм - - - - AutoStartItemModel - - - Global Autostart - Глобално аутопокретање - - - - LXQt Autostart - Рејзорово аутопокретање - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - Обриши - - - - Add - - - - - Edit - Уреди - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - Тражи... - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - Тражи... - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - Обриши - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_th_TH.ts b/lxqt-config-session/translations/lxqt-config-session_th_TH.ts deleted file mode 100644 index 4a426cf..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_th_TH.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - แก้ไข - - - - Name: - ชื่อ: - - - - Search... - ค้นหา... - - - - Command: - คำสั่ง: - - - - Wait for system tray - รอสำหรับถาดระบบ - - - - Select Application - เลือกโปแกรม - - - - AutoStartItemModel - - - Global Autostart - การเริ่มโปรแกรมอัตโนมัติ (ส่วนกลาง) - - - - LXQt Autostart - เริ่มโปรแกรมอัตโนมัติ LXQt - - - - Location: %1 - สถานที่: %1 - - - - Overrides: %1 - ล้มเลิก: %1 - - - - AutoStartPage - - - Delete - ลบ - - - - Add - เพิ่ม - - - - Edit - แก้ไข - - - - Application Autostart - การเริ่มโปรแกรมอัตโนมัติ - - - - Error - ขัดข้อง - - - - File '%1' already exists! - มีแฟ้ม '%1' อยู่ก่อนแล้ว - - - - BasicSettings - - - Window Manager - ตัวจัดการหน้าต่าง - - - - Search... - ค้นหา... - - - - LXQt Modules - มอดูลต่างๆ LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - การตั้งค่าพื้นฐาน - - - - Start - เริ่ม - - - - Stop - หยุด - - - - Select a window manager - เลือกตัวจัดการหน้าต่าง - - - - DefaultApps - - - Select a terminal emulator - เลือกโปรแกรมจำลองเทอร์มินัล - - - - Select a web browser - เลือกโปรแกรมท่องเว็บ - - - - DefaultAppsPage - - - Default Applications - โปรแกรมปริยาย - - - - Terminal Emulation: - โปรแกรมจำลองเทอร์มินัล: - - - - - Search... - ค้นหา... - - - - Web Browser: - โปรแกรมท่องเว็บ - - - - EnvironmentPage - - - Add - เพิ่ม - - - - Delete - ลบ - - - - Environment Variables (Advanced) - ตัวแปรสภาพแวดล้อม (ขั้นสูง) - - - - Variable Name - ชื่อตัวแปร - - - - Value - ค่า - - - - ModuleModel - - - Running - กำลังทำงาน - - - - SessionConfigWindow - - LXQt Session Configuration - การตั้งค่าวาระงาน LXQt - - - - LXQt Session Settings - - - - - Basic Settings - ค่าตั้งพื้นฐาน - - - - Default Applications - โปรแกรมปริยาย - - - - Locations - - - - - Autostart - การเริ่มโปรแกรมอัตโนมัติ - - - - Environment (Advanced) - สภวาดแวดล้อม (ขั้นสูง) - - - - Session Restart Required - จำเป็นต้องทำการเริ่มวาระงานใหม่ - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - คุณจำเป็นต้องทำการเริ่มวาระงานพื้นโต๊ะ(วาระงาน-lxqt)ใหม่ เพื่อโหลดค่าตั้ง ใช้การออกระบบจากเมนูหลัก - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_tr.ts b/lxqt-config-session/translations/lxqt-config-session_tr.ts deleted file mode 100644 index ea34576..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_tr.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Düzenle - - - - Name: - İsim: - - - - Search... - Ara... - - - - Command: - Komut: - - - - Wait for system tray - Sistem çekmecesi için bekleyin - - - - Select Application - Uygulama Seç - - - - AutoStartItemModel - - - Global Autostart - Genel Kendiliğinden Başlatma - - - - LXQt Autostart - LXQt Kendilğinden Başlatma - - - - Location: %1 - Konum: %1 - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - Sil - - - - Add - Ekle - - - - Edit - Düzenle - - - - Application Autostart - Uygulama Kendiliğinden Çalıştırıcı - - - - Error - Hata - - - - File '%1' already exists! - '%1' dosyası zaten var! - - - - BasicSettings - - - Window Manager - Pencere Yönetici - - - - Search... - Ara... - - - - LXQt Modules - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Temel Ayarlar - - - - Start - - - - - Stop - - - - - Select a window manager - Bir pencere yöneticisi seçin - - - - DefaultApps - - - Select a terminal emulator - Bir terminal öykünücü seçin - - - - Select a web browser - Bir web tarayıcı seçin - - - - DefaultAppsPage - - - Default Applications - Öntanımlı Uygulamalar - - - - Terminal Emulation: - Terminal Öykünümü: - - - - - Search... - Ara... - - - - Web Browser: - Web Tarayıcı: - - - - EnvironmentPage - - - Add - Ekle - - - - Delete - Sil - - - - Environment Variables (Advanced) - Ortam Değişkenleri (Gelişmiş) - - - - Variable Name - Değişken Adı - - - - Value - Değer - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt Oturum Yapılandırma - - - - LXQt Session Settings - - - - - Basic Settings - Temel Ayarlar - - - - Default Applications - Öntanımlı Uygulamalar - - - - Locations - - - - - Autostart - Kendilğinden Başlatma - - - - Environment (Advanced) - Ortam (Gelişmiş) - - - - Session Restart Required - Oturumun yeniden başlatılması gerekli - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Ayarların etkin olması için masaüstü oturumunu (lxqt-session) yeniden başlatmanız gerekli. Ana menüden çıkış işlevini kullanın. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_uk.ts b/lxqt-config-session/translations/lxqt-config-session_uk.ts deleted file mode 100644 index c271aa7..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_uk.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - Редагувати - - - - Name: - Ім’я: - - - - Search... - Пошук... - - - - Command: - Команда: - - - - Wait for system tray - Очікувати на системний лоток - - - - Select Application - Обрати програму - - - - AutoStartItemModel - - - Global Autostart - Глобальний автозапуск - - - - LXQt Autostart - Автозапуск LXQt - - - - Location: %1 - Місце: %1 - - - - Overrides: %1 - Перекриває: %1 - - - - AutoStartPage - - - Delete - Вилучити - - - - Add - Додати - - - - Edit - Редагувати - - - - Application Autostart - Автозапуск програм - - - - Error - Помилка - - - - File '%1' already exists! - Файл '%1' вже існує! - - - - BasicSettings - - - Window Manager - Менеджер вікон - - - - Search... - Пошук... - - - - LXQt Modules - Модулі LXQt - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - Базові налаштування - - - - Start - Запустити - - - - Stop - Зупинити - - - - Select a window manager - Оберіть менеджер вікон - - - - DefaultApps - - - Select a terminal emulator - Оберіть емулятор терміналу - - - - Select a web browser - Оберіть веб-переглядач - - - - DefaultAppsPage - - - Default Applications - Типові програми - - - - Terminal Emulation: - Емуляція терміналу: - - - - - Search... - Пошук... - - - - Web Browser: - Веб-переглядач: - - - - EnvironmentPage - - - Add - Додати - - - - Delete - Вилучити - - - - Environment Variables (Advanced) - Змінні середовища (розширено) - - - - Variable Name - Назва змінної - - - - Value - Значення - - - - ModuleModel - - - Running - Запущено - - - - SessionConfigWindow - - LXQt Session Configuration - Налаштування сеансу LXQt - - - - LXQt Session Settings - - - - - Basic Settings - Базові налаштування - - - - Default Applications - Типові програми - - - - Locations - - - - - Autostart - Автозапуск - - - - Environment (Advanced) - Середовище (розширено) - - - - Session Restart Required - Необхідно перезапустити сеанс - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - Нові налаштування діятимуть у новому сеансі (lxqt-session). Вийдіть із поточного через головне меню. - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_zh_CN.GB2312.ts b/lxqt-config-session/translations/lxqt-config-session_zh_CN.GB2312.ts deleted file mode 100644 index 7bc2247..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_zh_CN.GB2312.ts +++ /dev/null @@ -1,323 +0,0 @@ - - - - - AutoStartEdit - - - Edit - - - - - Name: - - - - - Search... - - - - - Command: - - - - - Wait for system tray - - - - - Select Application - - - - - AutoStartItemModel - - - Global Autostart - - - - - LXQt Autostart - - - - - Location: %1 - - - - - Overrides: %1 - - - - - AutoStartPage - - - Delete - - - - - Add - - - - - Edit - - - - - Application Autostart - - - - - Error - - - - - File '%1' already exists! - - - - - BasicSettings - - - Window Manager - - - - - Search... - - - - - LXQt Modules - - - - - Start - - - - - Stop - - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - - - - - Select a window manager - - - - - DefaultApps - - - Select a terminal emulator - - - - - Select a web browser - - - - - DefaultAppsPage - - - Default Applications - - - - - Terminal Emulation: - - - - - - Search... - - - - - Web Browser: - - - - - EnvironmentPage - - - Add - - - - - Delete - - - - - Environment Variables (Advanced) - - - - - Variable Name - - - - - Value - - - - - ModuleModel - - - Running - - - - - SessionConfigWindow - - - LXQt Session Settings - - - - - Basic Settings - - - - - Default Applications - - - - - Locations - - - - - Autostart - - - - - Environment (Advanced) - - - - - Session Restart Required - - - - - Some settings will not take effect until the next log in. - - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts b/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts deleted file mode 100644 index f497541..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_zh_CN.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - 编辑 - - - - Name: - 名称: - - - - Search... - 查找... - - - - Command: - 命令: - - - - Wait for system tray - 等待系统托盘 - - - - Select Application - 选择程序 - - - - AutoStartItemModel - - - Global Autostart - 全局自动启动 - - - - LXQt Autostart - LXQt 自动启动 - - - - Location: %1 - 位置:%1 - - - - Overrides: %1 - 覆盖:%1 - - - - AutoStartPage - - - Delete - 删除 - - - - Add - 添加 - - - - Edit - 编辑 - - - - Application Autostart - 程序自动启动 - - - - Error - 错误 - - - - File '%1' already exists! - 文件 '%1' 已存在! - - - - BasicSettings - - - Window Manager - 窗口管理器 - - - - Search... - 查找... - - - - LXQt Modules - LXQt 模块 - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - 基本设置 - - - - Start - 启动 - - - - Stop - 停止 - - - - Select a window manager - 选择窗口管理器 - - - - DefaultApps - - - Select a terminal emulator - 选择终端模拟器 - - - - Select a web browser - 选择网页浏览器 - - - - DefaultAppsPage - - - Default Applications - 默认程序 - - - - Terminal Emulation: - 终端模拟器: - - - - - Search... - 查找... - - - - Web Browser: - 网页浏览器: - - - - EnvironmentPage - - - Add - 添加 - - - - Delete - 删除 - - - - Environment Variables (Advanced) - 环境变量(高级) - - - - Variable Name - 变量名 - - - - Value - - - - - ModuleModel - - - Running - 正在运行 - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt 会话配置 - - - - LXQt Session Settings - - - - - Basic Settings - 基本设置 - - - - Default Applications - 默认程序 - - - - Locations - - - - - Autostart - 自动启动 - - - - Environment (Advanced) - 环境(高级) - - - - Session Restart Required - 需要重启会话 - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - 需要重启桌面会话(lxqt-session)才能重新装入新设置。使用主菜单的登出按钮。 - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts b/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts deleted file mode 100644 index 993223f..0000000 --- a/lxqt-config-session/translations/lxqt-config-session_zh_TW.ts +++ /dev/null @@ -1,331 +0,0 @@ - - - - - AutoStartEdit - - - Edit - 編輯 - - - - Name: - 名稱: - - - - Search... - 搜尋... - - - - Command: - 命令: - - - - Wait for system tray - 等候系統欄 - - - - Select Application - 選擇應用程式 - - - - AutoStartItemModel - - - Global Autostart - 系統自動啟動 - - - - LXQt Autostart - LXQt自動啟動 - - - - Location: %1 - 位置 :%1 - - - - Overrides: %1 - 覆蓋 : %1 - - - - AutoStartPage - - - Delete - 移除 - - - - Add - 新增 - - - - Edit - 編輯 - - - - Application Autostart - 自動啟動程式 - - - - Error - 錯誤 - - - - File '%1' already exists! - 檔案 '%1' 已經存在! - - - - BasicSettings - - - Window Manager - 視窗管理員 - - - - Search... - 搜尋... - - - - LXQt Modules - LXQt模組 - - - - Leave Session - - - - - Ask for confirmation to leave session - - - - - Basic Settings - 基本設定 - - - - Start - 啟動 - - - - Stop - 停止 - - - - Select a window manager - 選擇一個視窗管理員 - - - - DefaultApps - - - Select a terminal emulator - 選擇一個終端模擬機 - - - - Select a web browser - 選擇一個網頁瀏覽器 - - - - DefaultAppsPage - - - Default Applications - 預設程式 - - - - Terminal Emulation: - 終端模擬機 : - - - - - Search... - 搜尋... - - - - Web Browser: - 網頁瀏覽器 : - - - - EnvironmentPage - - - Add - 新增 - - - - Delete - 移除 - - - - Environment Variables (Advanced) - 環境參數(進階) - - - - Variable Name - 參數名稱 - - - - Value - 數值 - - - - ModuleModel - - - Running - 運行中 - - - - SessionConfigWindow - - LXQt Session Configuration - LXQt會話設定 - - - - LXQt Session Settings - - - - - Basic Settings - 基本設定 - - - - Default Applications - 預設程式 - - - - Locations - - - - - Autostart - 自動啟動程式 - - - - Environment (Advanced) - 環境參數(進階) - - - - Session Restart Required - 重新啟動會話請求 - - - - Some settings will not take effect until the next log in. - - - - You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu. - 您需要重新啟動桌面會話(lxqt-session)來重新載入設定。使用主選單裡的登出。 - - - - UserLocationsPage - - - Locations for Personal Files - - - - - LXQt Session Settings - Locations - - - - - An error ocurred while applying the settings for the %1 location - - - - - Choose Location - - - - - UserLocationsPrivate - - - Desktop - - - - - Downloads - - - - - Templates - - - - - Public Share - - - - - Documents - - - - - Music - - - - - Pictures - - - - - Videos - - - - diff --git a/lxqt-config-session/userlocationspage.cpp b/lxqt-config-session/userlocationspage.cpp index 8f384bb..5348807 100644 --- a/lxqt-config-session/userlocationspage.cpp +++ b/lxqt-config-session/userlocationspage.cpp @@ -39,6 +39,7 @@ public: UserLocationsPagePrivate(); static const QStringList locationsName; + static const QStringList locationsToolTips; QList initialLocations; QList locations; @@ -65,6 +66,16 @@ const QStringList UserLocationsPagePrivate::locationsName = QStringList() << qApp->translate("UserLocationsPrivate", "Pictures") << qApp->translate("UserLocationsPrivate", "Videos"); +const QStringList UserLocationsPagePrivate::locationsToolTips = QStringList() << + qApp->translate("UserLocationsPrivate", "Contains all the files which you see on your desktop") << + qApp->translate("UserLocationsPrivate", "Default folder to save your downloaded files") << + qApp->translate("UserLocationsPrivate", "Default folder to load or save templates from or to") << + qApp->translate("UserLocationsPrivate", "Default folder to publicly share your files") << + qApp->translate("UserLocationsPrivate", "Default folder to load or save documents from or to") << + qApp->translate("UserLocationsPrivate", "Default foldet to load or save music from or to") << + qApp->translate("UserLocationsPrivate", "Default folder to load or save pictures from or to") << + qApp->translate("UserLocationsPrivate", "Default folder to load or save videos from or to"); + void UserLocationsPagePrivate::getUserDirs() { const int N = locationsName.count(); @@ -109,6 +120,7 @@ UserLocationsPage::UserLocationsPage(QWidget *parent) QLineEdit *edit = new QLineEdit(this); d->locations.append(edit); edit->setClearButtonEnabled(true); + edit->setToolTip(d->locationsToolTips.at(i)); QToolButton *button = new QToolButton(this); button->setIcon(XdgIcon::fromTheme(QStringLiteral("folder"))); @@ -149,15 +161,22 @@ void UserLocationsPage::save() const int N = d->locations.count(); for (int i = 0; i < N; ++i) { - const QDir dir(d->locations.at(i)->text()); - const QString s = dir.canonicalPath(); + QString s; + const QString text = d->locations.at(i)->text(); + + if (text.isEmpty()) { + s = XdgDirs::userDirDefault(static_cast (i)); + } else { + const QDir dir(text); + s = dir.canonicalPath(); + } if (s != d->initialLocations.at(i)) { const bool ok = XdgDirs::setUserDir( static_cast (i), s, true); if (!ok) { const int ret = QMessageBox::warning(this, - tr("LXQt Session Settings - Locations"), + tr("LXQt Session Settings - User Directories"), tr("An error ocurred while applying the settings for the %1 location").arg(d->locationsName.at(i)), QMessageBox::Ok); Q_UNUSED(ret); diff --git a/lxqt-leave/CMakeLists.txt b/lxqt-leave/CMakeLists.txt index d54cdcd..0f8038f 100644 --- a/lxqt-leave/CMakeLists.txt +++ b/lxqt-leave/CMakeLists.txt @@ -35,6 +35,16 @@ lxqt_translate_ts(lxqt-leave_QM_FILES ${H_FILES} INSTALL_DIR "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}" + PULL_TRANSLATIONS + ${PULL_TRANSLATIONS} + CLEAN_TRANSLATIONS + ${CLEAN_TRANSLATIONS} + TRANSLATIONS_REPO + ${TRANSLATIONS_REPO} + TRANSLATIONS_REFSPEC + ${TRANSLATIONS_REFSPEC} + REPO_SUBDIR + "lxqt-session/${PROJECT_NAME}" ) lxqt_app_translation_loader(lxqt-leave_QM_LOADER ${PROJECT_NAME}) diff --git a/lxqt-leave/leavedialog.cpp b/lxqt-leave/leavedialog.cpp index 879908b..351ce14 100644 --- a/lxqt-leave/leavedialog.cpp +++ b/lxqt-leave/leavedialog.cpp @@ -28,24 +28,57 @@ #include "leavedialog.h" LeaveDialog::LeaveDialog(QWidget* parent) - : QDialog(parent), + : QDialog(parent, Qt::Dialog | Qt::WindowStaysOnTopHint | Qt::CustomizeWindowHint), ui(new Ui::LeaveDialog), mPower(new LXQt::Power(this)), + mPowerManager(new LXQt::PowerManager(this)), mScreensaver(new LXQt::ScreenSaver(this)) { ui->setupUi(this); + /* This is a special dialog. We want to make it hard to ignore. + We make it: + * Undraggable + * Frameless + * Stays on top of all other windows + * Present in all desktops + */ + setWindowFlags((Qt::CustomizeWindowHint | Qt::FramelessWindowHint | + Qt::WindowStaysOnTopHint | Qt::X11BypassWindowManagerHint)); + ui->logoutButton->setEnabled(mPower->canAction(LXQt::Power::PowerLogout)); ui->rebootButton->setEnabled(mPower->canAction(LXQt::Power::PowerReboot)); ui->shutdownButton->setEnabled(mPower->canAction(LXQt::Power::PowerShutdown)); ui->suspendButton->setEnabled(mPower->canAction(LXQt::Power::PowerSuspend)); ui->hibernateButton->setEnabled(mPower->canAction(LXQt::Power::PowerHibernate)); - connect(ui->logoutButton, &QPushButton::clicked, [&] { close(); mPower->logout(); }); - connect(ui->rebootButton, &QPushButton::clicked, [&] { close(); mPower->reboot(); }); - connect(ui->shutdownButton, &QPushButton::clicked, [&] { close(); mPower->shutdown(); }); - connect(ui->suspendButton, &QPushButton::clicked, [&] { close(); mPower->suspend(); }); - connect(ui->hibernateButton, &QPushButton::clicked, [&] { close(); mPower->hibernate(); }); + /* + * Make all the buttons have equal widths + */ + QVector buttons(6); + buttons[0] = ui->logoutButton; + buttons[1] = ui->lockscreenButton; + buttons[2] = ui->suspendButton; + buttons[3] = ui->hibernateButton; + buttons[4] = ui->rebootButton; + buttons[5] = ui->shutdownButton; + + int maxWidth = 0; + const int N = buttons.size(); + for (int i = 0; i < N; ++i) { + // Make sure that the button size is adjusted to the text width + buttons.at(i)->adjustSize(); + maxWidth = qMax(maxWidth, buttons.at(i)->width()); + } + for (int i = 0; i < N; ++i) + buttons.at(i)->setMinimumWidth(maxWidth); + + connect(ui->logoutButton, &QPushButton::clicked, [&] { close(); mPowerManager->logout(); }); + connect(ui->rebootButton, &QPushButton::clicked, [&] { close(); mPowerManager->reboot(); }); + connect(ui->shutdownButton, &QPushButton::clicked, [&] { close(); mPowerManager->shutdown(); }); + connect(ui->suspendButton, &QPushButton::clicked, [&] { close(); mPowerManager->suspend(); }); + connect(ui->hibernateButton, &QPushButton::clicked, [&] { close(); mPowerManager->hibernate(); }); + connect(ui->cancelButton, &QPushButton::clicked, [&] { close(); }); connect(ui->lockscreenButton, &QPushButton::clicked, [&] { close(); QEventLoop loop; @@ -54,10 +87,17 @@ LeaveDialog::LeaveDialog(QWidget* parent) loop.exec(); }); - connect(ui->cancelButton, &QPushButton::clicked, [&] { close(); }); } LeaveDialog::~LeaveDialog() { delete ui; } + +void LeaveDialog::resizeEvent(QResizeEvent* event) +{ + QRect screen = QApplication::desktop()->screenGeometry(); + move((screen.width() - this->width()) / 2, + (screen.height() - this->height()) / 2); + +} diff --git a/lxqt-leave/leavedialog.h b/lxqt-leave/leavedialog.h index 58e0535..00bb391 100644 --- a/lxqt-leave/leavedialog.h +++ b/lxqt-leave/leavedialog.h @@ -31,7 +31,9 @@ #include "ui_leavedialog.h" #include +#include #include +#include #include namespace Ui { @@ -46,9 +48,16 @@ public: explicit LeaveDialog(QWidget *parent = 0); ~LeaveDialog(); +protected: + virtual void resizeEvent(QResizeEvent* event); + private: Ui::LeaveDialog *ui; + // LXQt::Power is used to know if the actions are doable, while + // LXQt::PowerManager is used to trigger the actions, while + // obeying the user option to ask or not for confirmation LXQt::Power *mPower; + LXQt::PowerManager *mPowerManager; LXQt::ScreenSaver *mScreensaver; }; diff --git a/lxqt-leave/leavedialog.ui b/lxqt-leave/leavedialog.ui index ea6f62c..f768dcf 100644 --- a/lxqt-leave/leavedialog.ui +++ b/lxqt-leave/leavedialog.ui @@ -6,8 +6,8 @@ 0 0 - 617 - 135 + 456 + 372 @@ -19,8 +19,38 @@ Leave - - + + + + + + + + Qt::Horizontal + + + + 170 + 20 + + + + + + + + Cancel + + + + .. + + + + + + + QFrame::NoFrame @@ -36,109 +66,173 @@ - + - - - - - Logout - - - - - - - - - - - - Reboot - - - - - - - - - - - - Shutdown - - - - - + + + 12 + + + + + 6 - + + + + + 0 + 0 + + + + Qt::NoContextMenu + + + Logout + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Lock screen + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + - - - - Suspend + + + + 6 - - - - - - + + + + Suspend + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Hibernate + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + - - - - Lock screen + + + + 6 - - - - - - + + + + Shutdown + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + + + + Reboot + + + + .. + + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + + + + - - - - Hibernate - - - - - + + + + Qt::Vertical - - - - - - - - + + - Qt::Horizontal - - - - 170 - 20 - - - - - - - - Cancel - - - - - + Qt::Vertical @@ -146,7 +240,19 @@ + label + buttonsWidget + widget_2 + + cancelButton + logoutButton + lockscreenButton + shutdownButton + rebootButton + suspendButton + hibernateButton + diff --git a/lxqt-leave/main.cpp b/lxqt-leave/main.cpp index 972cf42..aad9d4c 100644 --- a/lxqt-leave/main.cpp +++ b/lxqt-leave/main.cpp @@ -102,10 +102,10 @@ int main(int argc, char *argv[]) LeaveDialog dialog; a.setActivationWindow(&dialog); + dialog.setFixedSize(dialog.sizeHint()); dialog.setGeometry(QStyle::alignedRect(Qt::LeftToRight, Qt::AlignCenter, - dialog.size(), + dialog.sizeHint(), qApp->desktop()->screenGeometry(QCursor::pos()))); - dialog.setMaximumSize(dialog.minimumSize()); return dialog.exec(); } diff --git a/lxqt-leave/resources/lxqt-hibernate.desktop.in b/lxqt-leave/resources/lxqt-hibernate.desktop.in index 19ed383..923b2a2 100644 --- a/lxqt-leave/resources/lxqt-hibernate.desktop.in +++ b/lxqt-leave/resources/lxqt-hibernate.desktop.in @@ -5,7 +5,7 @@ GenericName=Hibernate Comment=hibernate the machine Exec=lxqt-leave --hibernate Icon=system-suspend-hibernate -Categories=System;X-Leave -OnlyShowIn=LXQt +Categories=System;X-Leave; +OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-leave.1 b/lxqt-leave/resources/lxqt-leave.1 index 827ebbc..b38d829 100644 --- a/lxqt-leave/resources/lxqt-leave.1 +++ b/lxqt-leave/resources/lxqt-leave.1 @@ -1,10 +1,13 @@ -.TH lxqt-leave 1 "" "" "LXQt\ Helper" +.TH lxqt-leave 1 "2015-11-05" "LXQt 0.10.0" "LXQt Leave Session Module" .SH NAME -\fBlxqt-leave\fR \- easily logout, reboot, shutdown, suspend, hibernate and lock screen from a dialog +\fBlxqt-leave\fR \- Dialog to easily select logout, reboot, shutdown, +suspend, hibernate, and lock screen .SH SYNOPSIS \fBlxqt-leave\fR [\fIargument\fR] .SH DESCRIPTION -\fBlxqt-leave\fR is a graphical Qt tool for easily triggering leave session actions: logout, reboot, shutdown, hibernate and lock screen. If run with an argument, the dialog is not shown and the action is executed directly. +\fBlxqt-leave\fR is a graphical Qt tool for easily triggering leave session +actions: logout, reboot, shutdown, hibernate, and lock screen. If run with +an argument, the dialog is not shown and the action is executed directly. .SH OPTIONS .PP The options which apply to the \fBlxqt-leave\fR command are: @@ -31,5 +34,16 @@ The options which apply to the \fBlxqt-leave\fR command are: .RE .SH "REPORTING BUGS" Report bugs to https://github.com/lxde/lxqt/issues +.SH "SEE ALSO" +.\" any module must refer to the session application, for module overview and initiation +\fBstartlxqt.1\fR LXQt session initialization and launch script (e.g. in \fB.xinitrc\fR) +.P +\fBlxqt-session.1\fR LXQt \fIoverview\fR and complete session environment +.P +\fBlxqt-config-session.1\fR LXQt default and autostart applications settings, +plus environment settings +.P +\fBlxqt-config.1\fR LXQt settings Configuration Center interface +.P .SH AUTHOR This manual page was created by \fBPaulo Lieuthier\fR \fI\fR for the \fBLXQt\fR project. diff --git a/lxqt-leave/resources/lxqt-leave.desktop.in b/lxqt-leave/resources/lxqt-leave.desktop.in index 9608a3d..db8a620 100644 --- a/lxqt-leave/resources/lxqt-leave.desktop.in +++ b/lxqt-leave/resources/lxqt-leave.desktop.in @@ -5,7 +5,7 @@ GenericName=Leave Comment=Leave dialog Exec=lxqt-leave Icon=system-shutdown -Categories=System;X-Leave +Categories=System;X-Leave; OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-lockscreen.desktop.in b/lxqt-leave/resources/lxqt-lockscreen.desktop.in index 6866095..81dea85 100644 --- a/lxqt-leave/resources/lxqt-lockscreen.desktop.in +++ b/lxqt-leave/resources/lxqt-lockscreen.desktop.in @@ -5,7 +5,7 @@ GenericName=Lock Screen Comment=Lock the current session Exec=lxqt-leave --lockscreen Icon=system-lock-screen -Categories=System;Screensaver +Categories=System;Screensaver; OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-logout.desktop.in b/lxqt-leave/resources/lxqt-logout.desktop.in index 763f33a..a4da833 100644 --- a/lxqt-leave/resources/lxqt-logout.desktop.in +++ b/lxqt-leave/resources/lxqt-logout.desktop.in @@ -5,7 +5,7 @@ GenericName=Logout Comment=Logout from the current session Exec=lxqt-leave --logout Icon=system-log-out -Categories=System;X-Leave +Categories=System;X-Leave; OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-reboot.desktop.in b/lxqt-leave/resources/lxqt-reboot.desktop.in index f5adde6..bb10c4c 100644 --- a/lxqt-leave/resources/lxqt-reboot.desktop.in +++ b/lxqt-leave/resources/lxqt-reboot.desktop.in @@ -5,7 +5,7 @@ GenericName=Reboot Comment=reboot the machine Exec=lxqt-leave --reboot Icon=system-reboot -Categories=System;X-Leave +Categories=System;X-Leave; OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-shutdown.desktop.in b/lxqt-leave/resources/lxqt-shutdown.desktop.in index bd04c33..a1f069d 100644 --- a/lxqt-leave/resources/lxqt-shutdown.desktop.in +++ b/lxqt-leave/resources/lxqt-shutdown.desktop.in @@ -5,7 +5,7 @@ GenericName=Shutdown Comment=shutdown the machine Exec=lxqt-leave --shutdown Icon=system-shutdown -Categories=System;X-Leave +Categories=System;X-Leave; OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/resources/lxqt-suspend.desktop.in b/lxqt-leave/resources/lxqt-suspend.desktop.in index 401595d..44a0b87 100644 --- a/lxqt-leave/resources/lxqt-suspend.desktop.in +++ b/lxqt-leave/resources/lxqt-suspend.desktop.in @@ -5,7 +5,7 @@ GenericName=Suspend Comment=suspend the machine Exec=lxqt-leave --suspend Icon=system-suspend -Categories=System;X-Leave -OnlyShowIn=LXQt +Categories=System;X-Leave; +OnlyShowIn=LXQt; #TRANSLATIONS_DIR=../translations diff --git a/lxqt-leave/translations/lxqt-leave.ts b/lxqt-leave/translations/lxqt-leave.ts deleted file mode 100644 index 7c2ba24..0000000 --- a/lxqt-leave/translations/lxqt-leave.ts +++ /dev/null @@ -1,85 +0,0 @@ - - - - - LeaveDialog - - - Leave - - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - - - - - Logout - - - - - Reboot - - - - - Shutdown - - - - - Suspend - - - - - Lock screen - - - - - Hibernate - - - - - Cancel - - - - - main - - - Logout. - - - - - Lockscreen. - - - - - Suspend. - - - - - Hibernate. - - - - - Shutdown. - - - - - Reboot. - - - - diff --git a/lxqt-leave/translations/lxqt-leave_de.ts b/lxqt-leave/translations/lxqt-leave_de.ts deleted file mode 100644 index 2a33baa..0000000 --- a/lxqt-leave/translations/lxqt-leave_de.ts +++ /dev/null @@ -1,85 +0,0 @@ - - - - - LeaveDialog - - - Leave - Verlassen - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Was soll der Computer tun?</span></p></body></html> - - - - Logout - Abmelden - - - - Reboot - Neustart - - - - Shutdown - Herunterfahren - - - - Suspend - Bereitschaft - - - - Lock screen - Bildschirm sperren - - - - Hibernate - Tiefschlaf - - - - Cancel - Abbrechen - - - - main - - - Logout. - Abmelden. - - - - Lockscreen. - Sperren. - - - - Suspend. - Bereitschaft. - - - - Hibernate. - Tiefschlaf. - - - - Shutdown. - Herunterfahren. - - - - Reboot. - Neustart. - - - diff --git a/lxqt-leave/translations/lxqt-leave_el.ts b/lxqt-leave/translations/lxqt-leave_el.ts deleted file mode 100644 index 3172138..0000000 --- a/lxqt-leave/translations/lxqt-leave_el.ts +++ /dev/null @@ -1,85 +0,0 @@ - - - - - LeaveDialog - - - Leave - Έξοδος - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Τι επιθυμείτε να πραγματοποιήσει ο υπολογιστής;</span></p></body></html> - - - - Logout - Αποσύνδεση - - - - Reboot - Επανεκκίνηση - - - - Shutdown - Τερματισμός - - - - Suspend - Αναστολή - - - - Lock screen - Κλείδωμα οθόνης - - - - Hibernate - Νάρκη - - - - Cancel - Ακύρωση - - - - main - - - Logout. - Αποσύνδεση. - - - - Lockscreen. - Κλείδωμα οθόνης. - - - - Suspend. - Αναστολή. - - - - Hibernate. - Νάρκη. - - - - Shutdown. - Τερματισμός. - - - - Reboot. - Επανεκκίνηση. - - - diff --git a/lxqt-leave/translations/lxqt-leave_hu.ts b/lxqt-leave/translations/lxqt-leave_hu.ts deleted file mode 100644 index 0d45a6c..0000000 --- a/lxqt-leave/translations/lxqt-leave_hu.ts +++ /dev/null @@ -1,89 +0,0 @@ - - - - - LeaveDialog - - Form - Űrlap - - - - Leave - - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Mi legyen a számítógéppel?</span></p></body></html> - - - - Logout - Kilépés - - - - Reboot - Újraindítás - - - - Shutdown - Kikapcsolás - - - - Suspend - Készenlét - - - - Lock screen - - - - - Hibernate - Mélykészenlét - - - - Cancel - Mégse - - - - main - - - Logout. - Kilépés. - - - - Lockscreen. - Képernyőzár. - - - - Suspend. - Készenlét. - - - - Hibernate. - Mélykészenlét. - - - - Shutdown. - Kikapcsolás. - - - - Reboot. - Újraindítás. - - - diff --git a/lxqt-leave/translations/lxqt-leave_it.ts b/lxqt-leave/translations/lxqt-leave_it.ts deleted file mode 100644 index 9082c1c..0000000 --- a/lxqt-leave/translations/lxqt-leave_it.ts +++ /dev/null @@ -1,89 +0,0 @@ - - - - - LeaveDialog - - Form - Esci - - - - Leave - - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Terminare la sessione di LXQt?</span></p></body></html> - - - - Logout - Chiudi sessione - - - - Reboot - Riavvia - - - - Shutdown - Spegni - - - - Suspend - Sospendi - - - - Lock screen - - - - - Hibernate - Iberna - - - - Cancel - Cancella - - - - main - - - Logout. - - - - - Lockscreen. - - - - - Suspend. - - - - - Hibernate. - - - - - Shutdown. - - - - - Reboot. - - - - diff --git a/lxqt-leave/translations/lxqt-leave_ja.ts b/lxqt-leave/translations/lxqt-leave_ja.ts deleted file mode 100644 index 5003971..0000000 --- a/lxqt-leave/translations/lxqt-leave_ja.ts +++ /dev/null @@ -1,85 +0,0 @@ - - - - - LeaveDialog - - - Leave - 終了 - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">どの操作を選択しますか?</span></p></body></html> - - - - Logout - ログアウト - - - - Reboot - 再起動 - - - - Shutdown - シャットダウン - - - - Suspend - サスペンド - - - - Lock screen - 画面のロック - - - - Hibernate - ハイバネート - - - - Cancel - キャンセル - - - - main - - - Logout. - ログアウト. - - - - Lockscreen. - 画面のロック. - - - - Suspend. - サスペンド. - - - - Hibernate. - ハイバネート. - - - - Shutdown. - シャットダウン. - - - - Reboot. - 再起動. - - - diff --git a/lxqt-leave/translations/lxqt-leave_ru.ts b/lxqt-leave/translations/lxqt-leave_ru.ts deleted file mode 100644 index 01f8f78..0000000 --- a/lxqt-leave/translations/lxqt-leave_ru.ts +++ /dev/null @@ -1,89 +0,0 @@ - - - - - LeaveDialog - - Form - Меню выхода - - - - Leave - - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Что вы хотите сделать с компьютером?</span></p></body></html> - - - - Logout - Выйти - - - - Reboot - Перезагрузить - - - - Shutdown - Выключить - - - - Suspend - Перевести в ждущий режим - - - - Lock screen - - - - - Hibernate - Перевести в спящий режим - - - - Cancel - Отмена - - - - main - - - Logout. - Выйти. - - - - Lockscreen. - Блокировать экран. - - - - Suspend. - Перевести в ждущий режим. - - - - Hibernate. - Перевести в спящий режим. - - - - Shutdown. - Выключить. - - - - Reboot. - Перезагрузить. - - - diff --git a/lxqt-leave/translations/lxqt-leave_ru_RU.ts b/lxqt-leave/translations/lxqt-leave_ru_RU.ts deleted file mode 100644 index 658e38c..0000000 --- a/lxqt-leave/translations/lxqt-leave_ru_RU.ts +++ /dev/null @@ -1,89 +0,0 @@ - - - - - LeaveDialog - - Form - Меню выхода - - - - Leave - - - - - <html><head/><body><p><span style=" font-size:12pt;">What do you want the computer to do?</span></p></body></html> - <html><head/><body><p><span style=" font-size:12pt;">Что вы хотите сделать с компьютером?</span></p></body></html> - - - - Logout - Выйти - - - - Reboot - Перезагрузить - - - - Shutdown - Выключить - - - - Suspend - Перевести в ждущий режим - - - - Lock screen - - - - - Hibernate - Перевести в спящий режим - - - - Cancel - Отмена - - - - main - - - Logout. - Выйти. - - - - Lockscreen. - Блокировать экран. - - - - Suspend. - Перевести в ждущий режим. - - - - Hibernate. - Перевести в спящий режим. - - - - Shutdown. - Выключить. - - - - Reboot. - Перезагрузить. - - - diff --git a/lxqt-leave/translations/lxqt-lockscreen_ru.desktop b/lxqt-leave/translations/lxqt-lockscreen_ru.desktop index 2267019..fe5268a 100644 --- a/lxqt-leave/translations/lxqt-lockscreen_ru.desktop +++ b/lxqt-leave/translations/lxqt-lockscreen_ru.desktop @@ -1,2 +1,2 @@ -Name[ru]=Блокировать экран -Comment[ru]=Блокировать текущий сеанс +Name[ru]=Заблокировать экран +Comment[ru]=Заблокировать текущий сеанс diff --git a/lxqt-session/CMakeLists.txt b/lxqt-session/CMakeLists.txt index cb9c0fa..d8f2b5e 100644 --- a/lxqt-session/CMakeLists.txt +++ b/lxqt-session/CMakeLists.txt @@ -1,16 +1,13 @@ +cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) project(lxqt-session) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif() -if(LIBUDEV_MONITOR) - set(LIBUDEV_MONITOR Yes) - - find_package(PkgConfig) - pkg_check_modules(LIBUDEV REQUIRED libudev) - include_directories(${LIBUDEV_INCLUDE_DIRS}) - +if (WITH_LIBUDEV) + find_package(UDev REQUIRED) + include_directories(${LIBUDEV_INCLUDE_DIR}) add_definitions(-DWITH_LIBUDEV_MONITOR) endif() @@ -18,9 +15,6 @@ include_directories( ${XCB_INCLUDE_DIRS} ${X11_INCLUDE_DIR} ) -if(LIBUDEV_MONITOR) - include_directories(${LIBUDEV_INCLUDE_DIRS}) -endif() set(lxqt-session_HDRS "") @@ -31,10 +25,13 @@ set(lxqt-session_SRCS src/windowmanager.cpp src/sessionapplication.cpp src/sessiondbusadaptor.h + src/lockscreenmanager.cpp + src/lockscreenmanager.h src/numlock.cpp src/numlock.h + src/log.cpp ) -if(LIBUDEV_MONITOR) +if (WITH_LIBUDEV) list(APPEND lxqt-session_SRCS src/UdevNotifier.cpp) endif() @@ -52,6 +49,16 @@ lxqt_translate_ts(lxqt-session_QM_FILES ${lxqt-session_UI} INSTALL_DIR "${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}" + PULL_TRANSLATIONS + ${PULL_TRANSLATIONS} + CLEAN_TRANSLATIONS + ${CLEAN_TRANSLATIONS} + TRANSLATIONS_REPO + ${TRANSLATIONS_REPO} + TRANSLATIONS_REFSPEC + ${TRANSLATIONS_REFSPEC} + REPO_SUBDIR + "lxqt-session/${PROJECT_NAME}" ) lxqt_app_translation_loader(lxqt-session_QM_LOADER ${PROJECT_NAME}) @@ -71,8 +78,9 @@ target_link_libraries(lxqt-session lxqt KF5::WindowSystem ) -if(LIBUDEV_MONITOR) - target_link_libraries(lxqt-session ${LIBUDEV_LDFLAGS}) + +if (WITH_LIBUDEV) + target_link_libraries(lxqt-session ${UDEV_LIBS}) endif() INSTALL(TARGETS diff --git a/lxqt-session/man/lxqt-session.1 b/lxqt-session/man/lxqt-session.1 index d451a75..559aefe 100644 --- a/lxqt-session/man/lxqt-session.1 +++ b/lxqt-session/man/lxqt-session.1 @@ -1,51 +1,65 @@ -.TH lxqt-session "1" "October 2015" "LXQt\ 0.9.0" "LXQt\ Module" +.TH lxqt-session "1" "2015-11-05" "LXQt 0.10.0" "LXQt Session Module" .SH NAME -\fBlxqt-session\fR \- Session manager of \fBLXQt\fR, the Lightweight Desktop Environment +\fBlxqt-session\fR \- Session manager of \fBLXQt\fR: The Lightweight Qt Desktop +Environment .SH SYNOPSIS .B lxqt-session .br .SH DESCRIPTION -This module handles session autostart application over \fBLXQt\fR desktop environment startup. +This module handles session autostart application over \fBLXQt\fR desktop +environment startup. .P -The \fBLXQt modules\fR are desktop independent tools, -and operate as daemons for the local user for desktop specific operations. +The \fBLXQt modules\fR are desktop independent tools, and operate as daemons +for the local user on desktop specific operations. .P -\fBLXQt\fR ships several core desktop components, all of which are optional: +\fBLXQt\fR is an advanced, easy-to-use, and fast desktop environment based on +the Qt framework. It has been tailored for users who value simplicity, speed, +and an intuitive interface, with minimal resource requirements. It comprises +several optional desktop components: .P - * Panel - * Desktop + * Session module (\fIthis\fR, normally invoked with \fBstartlxqt\fR) + * Settings configuration center * Application launcher - * Settings center - * Session handler \fI(this)\fR - * Polkit handler + * Desktop + * Panel with optional plugins + * Polkit authorization agent * SSH password access - * Display manager handler + * Display manager module + * Power management module + * Sudo/su module (privilege elevation) .P These components perform similar actions to those available in other desktop -environments, and their names are self-descriptive. They are usually not launched -by hand but automatically, when choosing a \fBLXQt\fR session in the Display -Manager. +environments, and their name is self-descriptive. They are usually launched +automatically, when choosing a \fBLXQt\fR session in the Display Manager. .SH BEHAVIOR -Through this application \fBLXQt\fR desktop environment manage the session desktop behavior, -module loading and related startup programs before user gets a working area. By default this module -loads the panel, desktop and power modules of \fBLXQt\fR environment, thus it is an -important module for a working \fBLXQt\fR session. -.P -Each of any desktop environment has any way to configure applications need or want to start at logon, -so user can manage manually in the \fBlxqt-config-session\fR application. +This application manages the \fBLXQt\fR session desktop behavior, module +loading, and related startup programs prior loading the user workspace. +By default this module loads the panel, desktop, and power management +modules, thus it is important for a working \fBLXQt\fR session. +.SH AUTOSTART +The modules are only shown by default in the \fBLXQt\fR desktop environment, but +an autostart action can be created for other preferred desktop environments. .SH "REPORTING BUGS" -Report bugs to https://github.com/lxde/lxqt/issues +Report bugs to https://github.com/LXDE/LXQt/issues .SH "SEE ALSO" -\fBLXQt\fR has been tailored for users who value simplicity, speed, and -an intuitive interface, also intended for less powerful machines. See also: -.\" any module must refers to session app, for more info on start it +.\" any module must refer to the session application, for module overview and initiation +\fBstartlxqt.1\fR LXQt session initialization and launch script (e.g. in \fB.xinitrc\fR) +.P +\fBlxqt-config-session.1\fR LXQt default and autostart applications settings, +plus environment settings +.P +\fBlxqt-config.1\fR LXQt settings Configuration Center interface +.P +\fBlxqt-leave.1\fR LXQt session logout, reboot, shutdown, suspend, hibernate +and lock screen +.P +\fBlxqt-openssh-askpass.1\fR LXQt password access over ssh cryptography toolkit +.P +\fBlxqt-panel.1\fR LXQt desktop panel with optional plugins +.P +\fBlxqt-policykit-agent.1\fR LXQt polkit authorization agent .P -\fBlxqt-config(1)\fR \fBLXQt\fR application to manage configuration and settings +\fBlxqt-runner.1\fR LXQt application launcher by keyboard shortcut .P -\fBlxqt-config-session(1)\fR \fBLXQt\fR module to manage \fBLXQt\fR autostart session applications -\".P -\"\fBstart-lxqt(1)\fR LXQt display management independient starup. +\fBlxqt-sudo.1\fR LXQt sudo/su GUI for application privilege elevation .P -.SH AUTHOR -This manual page was created by \fBPICCORO Lenz McKAY\fR \fI\fR -for \fBLXQt\fR project and VENENUX GNU/Linux but can be used by others. diff --git a/lxqt-session/src/UdevNotifier.cpp b/lxqt-session/src/UdevNotifier.cpp index 8d680f0..eb32d40 100644 --- a/lxqt-session/src/UdevNotifier.cpp +++ b/lxqt-session/src/UdevNotifier.cpp @@ -26,8 +26,8 @@ * END_COMMON_COPYRIGHT_HEADER */ #include "UdevNotifier.h" +#include "log.h" #include -#include #include @@ -48,18 +48,18 @@ UdevNotifier::UdevNotifier(QString const & subsystem, QObject * parent/* = nullp d->monitor = udev_monitor_new_from_netlink(d->udev, "udev"); if (nullptr == d->monitor) { - qWarning() << QStringLiteral("UdevNotifier: unable to initialize udev_monitor, monitoring will be disabled"); + qCWarning(SESSION) << QStringLiteral("UdevNotifier: unable to initialize udev_monitor, monitoring will be disabled"); return; } int ret = udev_monitor_filter_add_match_subsystem_devtype(d->monitor, subsystem.toUtf8().constData(), nullptr); if (0 != ret) - qWarning() << QStringLiteral("UdevNotifier: unable to add match subsystem, monitor will receive all devices"); + qCWarning(SESSION) << QStringLiteral("UdevNotifier: unable to add match subsystem, monitor will receive all devices"); ret = udev_monitor_enable_receiving(d->monitor); if (0 != ret) { - qWarning() << QStringLiteral("UdevNotifier: unable to enable receiving(%1), monitoring will be disabled").arg(ret); + qCWarning(SESSION) << QStringLiteral("UdevNotifier: unable to enable receiving(%1), monitoring will be disabled").arg(ret); return; } diff --git a/lxqt-session/src/lockscreenmanager.cpp b/lxqt-session/src/lockscreenmanager.cpp new file mode 100644 index 0000000..1874857 --- /dev/null +++ b/lxqt-session/src/lockscreenmanager.cpp @@ -0,0 +1,259 @@ +/* BEGIN_COMMON_COPYRIGHT_HEADER + * (c)LGPL2+ + * + * LXQt - a lightweight, Qt based, desktop toolset + * http://lxqt.org/ + * + * Copyright: 2016 LXQt team + * Authors: + * Paulo Lieuthier + * + * This program or library is free software; you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * END_COMMON_COPYRIGHT_HEADER */ + +#include "lockscreenmanager.h" +#include "log.h" +#include +#include +#include +#include + +LockScreenManager::LockScreenManager(QObject *parent) : + QObject(parent) +{ +} + +LockScreenManager::~LockScreenManager() +{ + delete mProvider; +} + +bool LockScreenManager::startup(bool lockBeforeSleep) +{ + mProvider = new LogindProvider; + if (!mProvider->isValid()) + { + mProvider->deleteLater(); + mProvider = new ConsoleKit2Provider; + if (!mProvider->isValid()) + { + mProvider->deleteLater(); + mProvider = nullptr; + } + } + + if (!mProvider) + { + qCDebug(SESSION) << "LockScreenManager: no valid provider"; + return false; + } + + qCDebug(SESSION) << "LockScreenManager:" + << mProvider->metaObject()->className() + << "will be used"; + + connect(&mScreenSaver, &LXQt::ScreenSaver::done, &mLoop, &QEventLoop::quit); + + connect(mProvider, &LockScreenProvider::lockRequested, [this] { + mScreenSaver.lockScreen(); + mLoop.exec(); + }); + + if (lockBeforeSleep) + { + connect(mProvider, + &LockScreenProvider::aboutToSleep, + [this] (bool beforeSleep) + { + if (beforeSleep) + { + qCDebug(SESSION) << "LockScreenManager: system is about to sleep"; + + mScreenSaver.lockScreen(); + mLoop.exec(); + mProvider->release(); + } + else + mProvider->inhibit(); + }); + + if (!mProvider->inhibit()) + qCDebug(SESSION) << "LockScreenManager:" + << "could not inhibit session provider"; + } + + return true; +} + +/* + * Logind Provider + */ + +LogindProvider::LogindProvider() : + mInterface(QStringLiteral("org.freedesktop.login1"), + QStringLiteral("/org/freedesktop/login1"), + QStringLiteral("org.freedesktop.login1.Manager"), + QDBusConnection::systemBus()) +{ + if (mInterface.isValid()) + { + connect(&mInterface, SIGNAL(PrepareForSleep(bool)), + this, SIGNAL(aboutToSleep(bool))); + + QString sessionId = QDBusInterface( + QStringLiteral("org.freedesktop.login1"), + QStringLiteral("/org/freedesktop/login1/session/self"), + QStringLiteral("org.freedesktop.login1.Session"), + QDBusConnection::systemBus()) + .property("Id").toString(); + + // listen to Lock signal as well + mInterface.connection().connect( + QStringLiteral("org.freedesktop.login1"), + QStringLiteral("/org/freedesktop/login1/session/") + sessionId, + QStringLiteral("org.freedesktop.login1.Session"), + QStringLiteral("Lock"), + this, + SIGNAL(lockRequested())); + } +} + +LogindProvider::~LogindProvider() +{ + release(); +} + +bool LogindProvider::isValid() +{ + return mInterface.isValid(); +} + +bool LogindProvider::inhibit() +{ + if (mFileDescriptor.isValid()) + return false; + + QDBusReply reply = mInterface.call( + QStringLiteral("Inhibit"), + QStringLiteral("sleep"), + QStringLiteral("LXQt Session"), + QStringLiteral("Start screen locker before sleep."), + QStringLiteral("delay")); + + if (!reply.isValid()) + { + qCDebug(SESSION) << "LockScreenManager: " << reply.error(); + return false; + } + + mFileDescriptor = reply.value(); + return true; +} + +void LogindProvider::release() +{ + if (mFileDescriptor.isValid()) + { + ::close(mFileDescriptor.fileDescriptor()); + mFileDescriptor.setFileDescriptor(-1); + } +} + +/* + * ConsoleKit2 provider + */ + +ConsoleKit2Provider::ConsoleKit2Provider() : + mInterface(QStringLiteral("org.freedesktop.ConsoleKit"), + QStringLiteral("/org/freedesktop/ConsoleKit/Manager"), + QStringLiteral("org.freedesktop.ConsoleKit.Manager"), + QDBusConnection::systemBus()), + mMethodInhibitPresent(false) + +{ + // validate interface, look for melhod Inhibit + if (mInterface.isValid()) + { + // this is needed to differentiate ConsoleKit2 from ConsoleKit + QDBusReply reply = QDBusInterface( + QStringLiteral("org.freedesktop.ConsoleKit"), + QStringLiteral("/org/freedesktop/ConsoleKit/Manager"), + QStringLiteral("org.freedesktop.DBus.Introspectable"), + QDBusConnection::systemBus()) + .call(QStringLiteral("Introspect")); + mMethodInhibitPresent = reply.value().contains("Inhibit"); + + if (mMethodInhibitPresent) + { + connect(&mInterface, SIGNAL(PrepareForSleep(bool)), + this, SIGNAL(aboutToSleep(bool))); + + QDBusReply sessionObjectPath = mInterface + .call("GetCurrentSession"); + + // listen to Lock signal as well + mInterface.connection().connect( + QStringLiteral("org.freedesktop.ConsoleKit"), + sessionObjectPath.value().path(), + QStringLiteral("org.freedesktop.ConsoleKit.Session"), + QStringLiteral("Lock"), + this, + SIGNAL(lockRequested())); + } + } +} + +ConsoleKit2Provider::~ConsoleKit2Provider() +{ + release(); +} + +bool ConsoleKit2Provider::isValid() +{ + return mInterface.isValid() && mMethodInhibitPresent; +} + +bool ConsoleKit2Provider::inhibit() +{ + if (mFileDescriptor.isValid()) + return false; + + QDBusReply reply = mInterface.call( + QStringLiteral("Inhibit"), + QStringLiteral("sleep"), + QStringLiteral("LXQt Power Management"), + QStringLiteral("Start screen locker before sleep."), + QStringLiteral("delay")); + + if (!reply.isValid()) + { + qCDebug(SESSION) << "LockScreenWatcher: " << reply.error(); + return false; + } + + mFileDescriptor = reply.value(); + return true; +} + +void ConsoleKit2Provider::release() +{ + if (mFileDescriptor.isValid()) + { + ::close(mFileDescriptor.fileDescriptor()); + mFileDescriptor.setFileDescriptor(-1); + } +} diff --git a/lxqt-session/src/lockscreenmanager.h b/lxqt-session/src/lockscreenmanager.h new file mode 100644 index 0000000..35bc50f --- /dev/null +++ b/lxqt-session/src/lockscreenmanager.h @@ -0,0 +1,106 @@ +/* BEGIN_COMMON_COPYRIGHT_HEADER + * (c)LGPL2+ + * + * LXQt - a lightweight, Qt based, desktop toolset + * http://lxqt.org/ + * + * Copyright: 2016 LXQt team + * Authors: + * Paulo Lieuthier + * + * This program or library is free software; you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * END_COMMON_COPYRIGHT_HEADER */ + +#ifndef LOCKSCREENMANAGER_H +#define LOCKSCREENMANAGER_H + +#include +#include +#include +#include +#include + +class LockScreenProvider : public QObject +{ + Q_OBJECT + +public: + virtual ~LockScreenProvider() {} + + virtual bool isValid() = 0; + virtual bool inhibit() = 0; + virtual void release() = 0; + +signals: + void aboutToSleep(bool beforeSleep); + void lockRequested(); +}; + +class LogindProvider : public LockScreenProvider +{ + Q_OBJECT + +public: + explicit LogindProvider(); + virtual ~LogindProvider(); + + bool isValid() override; + bool inhibit() override; + void release() override; + +private: + QDBusInterface mInterface; + QDBusUnixFileDescriptor mFileDescriptor; +}; + +class ConsoleKit2Provider : public LockScreenProvider +{ + Q_OBJECT + +public: + explicit ConsoleKit2Provider(); + virtual ~ConsoleKit2Provider(); + + bool isValid() override; + bool inhibit() override; + void release() override; + +private: + QDBusInterface mInterface; + bool mMethodInhibitPresent; + QDBusUnixFileDescriptor mFileDescriptor; +}; + +class LockScreenManager : public QObject +{ + Q_OBJECT + +public: + explicit LockScreenManager(QObject *parent = nullptr); + virtual ~LockScreenManager(); + + bool startup(bool lockBeforeSleep); + +private: + LockScreenProvider *mProvider; + + // screensaver + LXQt::ScreenSaver mScreenSaver; + QEventLoop mLoop; +}; + +#endif diff --git a/lxqt-session/src/log.cpp b/lxqt-session/src/log.cpp new file mode 100644 index 0000000..a20f0e8 --- /dev/null +++ b/lxqt-session/src/log.cpp @@ -0,0 +1,36 @@ + +/* BEGIN_COMMON_COPYRIGHT_HEADER + * (c)LGPL2+ + * + * LXQt - a lightweight, Qt based, desktop toolset + * http://lxqt.org + * + * Copyright: 2016 LXQt team + * Authors: + * Palo Kisa + * + * This program or library is free software; you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * END_COMMON_COPYRIGHT_HEADER */ + +#include "log.h" +#include + +#if defined(NDEBUG) +Q_LOGGING_CATEGORY(SESSION, "lxqt-session", QtInfoMsg) +#else +Q_LOGGING_CATEGORY(SESSION, "lxqt-session") +#endif diff --git a/lxqt-session/src/log.h b/lxqt-session/src/log.h new file mode 100644 index 0000000..cad06c3 --- /dev/null +++ b/lxqt-session/src/log.h @@ -0,0 +1,35 @@ +/* BEGIN_COMMON_COPYRIGHT_HEADER + * (c)LGPL2+ + * + * LXQt - a lightweight, Qt based, desktop toolset + * http://lxqt.org + * + * Copyright: 2016 LXQt team + * Authors: + * Palo Kisa + * + * This program or library is free software; you can redistribute it + * and/or modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General + * Public License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA + * + * END_COMMON_COPYRIGHT_HEADER */ + +#if !defined(log_h) +#define log_h + +#include + +Q_DECLARE_LOGGING_CATEGORY(SESSION) + +#endif //log_h diff --git a/lxqt-session/src/lxqtmodman.cpp b/lxqt-session/src/lxqtmodman.cpp index f7426ff..f5b7572 100644 --- a/lxqt-session/src/lxqtmodman.cpp +++ b/lxqt-session/src/lxqtmodman.cpp @@ -32,16 +32,18 @@ #include #include -#include #include #include #include #include +#include +#include #include #include #include "wmselectdialog.h" #include "windowmanager.h" #include +#include "log.h" #include #include @@ -84,7 +86,7 @@ void LXQtModuleManager::startup(LXQt::Settings& s) paths << XdgDirs::dataHome(false); paths << XdgDirs::dataDirs(); - foreach(QString path, paths) + foreach(const QString &path, paths) { QFileInfo fi(QString("%1/lxqt/themes").arg(path)); if (fi.exists()) @@ -106,7 +108,7 @@ void LXQtModuleManager::startAutostartApps() else { startProcess(*i); - qDebug() << "start" << i->fileName(); + qCDebug(SESSION) << "start" << i->fileName(); } } @@ -124,7 +126,7 @@ void LXQtModuleManager::startAutostartApps() } foreach (XdgDesktopFile* f, trayApps) { - qDebug() << "start tray app" << f->fileName(); + qCDebug(SESSION) << "start tray app" << f->fileName(); startProcess(*f); } } @@ -191,7 +193,18 @@ void LXQtModuleManager::startWm(LXQt::Settings *settings) settings->sync(); } - mWmProcess->start(mWindowManager); + if (QFileInfo(mWindowManager).baseName() == "openbox") + { + // Default settings of openbox are copied by lxqt-common/startlxqt.in + QString openboxSettingsPath = XdgDirs::configHome() + "/openbox/lxqt-rc.xml"; + QStringList args; + if(QFileInfo::exists(openboxSettingsPath)) + args << "--config-file" << openboxSettingsPath; + mWmProcess->start(mWindowManager, args); + } + else + mWmProcess->start(mWindowManager); + // other autostart apps will be handled after the WM becomes available // Wait until the WM loads @@ -216,7 +229,7 @@ void LXQtModuleManager::startProcess(const XdgDesktopFile& file) QStringList args = file.expandExecString(); if (args.isEmpty()) { - qWarning() << "Wrong desktop file" << file.fileName(); + qCWarning(SESSION) << "Wrong desktop file" << file.fileName(); return; } LXQtModule* proc = new LXQtModule(file, this); @@ -275,11 +288,11 @@ void LXQtModuleManager::restartModules(int exitCode, QProcess::ExitStatus exitSt switch (exitStatus) { case QProcess::NormalExit: - qDebug() << "Process" << procName << "(" << proc << ") exited correctly."; + qCDebug(SESSION) << "Process" << procName << "(" << proc << ") exited correctly."; break; case QProcess::CrashExit: { - qDebug() << "Process" << procName << "(" << proc << ") has to be restarted"; + qCDebug(SESSION) << "Process" << procName << "(" << proc << ") has to be restarted"; time_t now = time(NULL); mCrashReport[proc].prepend(now); while (now - mCrashReport[proc].back() > 60) @@ -320,7 +333,7 @@ void LXQtModuleManager::logout() while (i.hasNext()) { i.next(); - qDebug() << "Module logout" << i.key(); + qCDebug(SESSION) << "Module logout" << i.key(); LXQtModule* p = i.value(); p->terminate(); } @@ -329,17 +342,17 @@ void LXQtModuleManager::logout() { i.next(); LXQtModule* p = i.value(); - if (p->state() != QProcess::NotRunning && !p->waitForFinished()) + if (p->state() != QProcess::NotRunning && !p->waitForFinished(2000)) { - qWarning() << QString("Module '%1' won't terminate ... killing.").arg(i.key()); + qCWarning(SESSION) << QString("Module '%1' won't terminate ... killing.").arg(i.key()); p->kill(); } } mWmProcess->terminate(); - if (mWmProcess->state() != QProcess::NotRunning && !mWmProcess->waitForFinished()) + if (mWmProcess->state() != QProcess::NotRunning && !mWmProcess->waitForFinished(2000)) { - qWarning() << QString("Window Manager won't terminate ... killing."); + qCWarning(SESSION) << QString("Window Manager won't terminate ... killing."); mWmProcess->kill(); } @@ -372,7 +385,7 @@ bool LXQtModuleManager::nativeEventFilter(const QByteArray & eventType, void * m // all window managers must set their name according to the spec if (!QString(NETRootInfo(QX11Info::connection(), NET::SupportingWMCheck).wmName()).isEmpty()) { - qDebug() << "Window Manager started"; + qCDebug(SESSION) << "Window Manager started"; mWmStarted = true; if (mWaitLoop->isRunning()) mWaitLoop->exit(); @@ -381,7 +394,7 @@ bool LXQtModuleManager::nativeEventFilter(const QByteArray & eventType, void * m if (!mTrayStarted && QSystemTrayIcon::isSystemTrayAvailable() && mWaitLoop) { - qDebug() << "System Tray started"; + qCDebug(SESSION) << "System Tray started"; mTrayStarted = true; if (mWaitLoop->isRunning()) mWaitLoop->exit(); @@ -400,12 +413,12 @@ void lxqt_setenv(const char *env, const QByteArray &value) if (p.we_wordc == 1) { - qDebug() << "Environment variable" << env << "=" << p.we_wordv[0]; + qCDebug(SESSION) << "Environment variable" << env << "=" << p.we_wordv[0]; qputenv(env, p.we_wordv[0]); } else { - qWarning() << "Error expanding environment variable" << env << "=" << value; + qCWarning(SESSION) << "Error expanding environment variable" << env << "=" << value; qputenv(env, value); } wordfree(&p); @@ -416,7 +429,7 @@ void lxqt_setenv_prepend(const char *env, const QByteArray &value, const QByteAr QByteArray orig(qgetenv(env)); orig = orig.prepend(separator); orig = orig.prepend(value); - qDebug() << "Setting special" << env << " variable:" << orig; + qCDebug(SESSION) << "Setting special" << env << " variable:" << orig; lxqt_setenv(env, orig); } diff --git a/lxqt-session/src/sessionapplication.cpp b/lxqt-session/src/sessionapplication.cpp index 1db7366..cf6ed74 100644 --- a/lxqt-session/src/sessionapplication.cpp +++ b/lxqt-session/src/sessionapplication.cpp @@ -22,17 +22,22 @@ #include "lxqtmodman.h" #include "UdevNotifier.h" #include "numlock.h" +#include "lockscreenmanager.h" #include +#include #include #include -#include +#include "log.h" #include // XKB, this should be disabled in Wayland? #include -SessionApplication::SessionApplication(int& argc, char** argv) : LXQt::Application(argc, argv) +SessionApplication::SessionApplication(int& argc, char** argv) : + LXQt::Application(argc, argv), + lockScreenManager(new LockScreenManager(this)) { + listenToUnixSignals({SIGINT, SIGTERM, SIGQUIT, SIGHUP}); char* winmanager = NULL; int c; while ((c = getopt (argc, argv, "c:w:")) != -1) @@ -56,6 +61,7 @@ SessionApplication::SessionApplication(int& argc, char** argv) : LXQt::Applicati qputenv("LXQT_SESSION_CONFIG", configName.toUtf8()); modman = new LXQtModuleManager(winmanager); + connect(this, &LXQt::Application::unixSignal, modman, &LXQtModuleManager::logout); new SessionDBusAdaptor(modman); // connect to D-Bus and register as an object: QDBusConnection::sessionBus().registerService("org.lxqt.session"); @@ -73,7 +79,7 @@ SessionApplication::~SessionApplication() bool SessionApplication::startup() { LXQt::Settings settings(configName); - qDebug() << __FILE__ << ":" << __LINE__ << "Session" << configName << "about to launch (default 'session')"; + qCDebug(SESSION) << __FILE__ << ":" << __LINE__ << "Session" << configName << "about to launch (default 'session')"; loadEnvironmentSettings(settings); // loadFontSettings(settings); @@ -94,11 +100,17 @@ bool SessionApplication::startup() }); connect(dev_notifier, &UdevNotifier::deviceAdded, [this, dev_timer] (QString device) { - qWarning() << QStringLiteral("Session '%1', new input device '%2', keyboard setting will be (optionaly) reloaded...").arg(configName).arg(device); + qCWarning(SESSION) << QStringLiteral("Session '%1', new input device '%2', keyboard setting will be (optionaly) reloaded...").arg(configName).arg(device); dev_timer->start(); }); #endif + bool lockBeforeSleep = settings.value(QLatin1String("lock_screen_before_power_actions"), true).toBool(); + if (lockScreenManager->startup(lockBeforeSleep)) + qCDebug(SESSION) << "LockScreenManager started successfully"; + else + qCWarning(SESSION) << "LockScreenManager couldn't start"; + // launch module manager and autostart apps modman->startup(settings); @@ -107,7 +119,7 @@ bool SessionApplication::startup() void SessionApplication::mergeXrdb(const char* content, int len) { - qDebug() << "xrdb:" << content; + qCDebug(SESSION) << "xrdb:" << content; QProcess xrdb; xrdb.start("xrdb -merge -"); xrdb.write(content, len); @@ -157,7 +169,7 @@ void SessionApplication::setxkbmap(QString layout, QString variant, QString mode void SessionApplication::loadKeyboardSettings(LXQt::Settings& settings) { - qDebug() << settings.fileName(); + qCDebug(SESSION) << settings.fileName(); settings.beginGroup("Keyboard"); XKeyboardControl values; /* Keyboard settings */ @@ -266,15 +278,25 @@ void SessionApplication::loadFontSettings(LXQt::Settings& settings) #define DEFAULT_PTR_MAP_SIZE 128 void SessionApplication::setLeftHandedMouse(bool mouse_left_handed) { - unsigned char *buttons; + unsigned char *buttons, *more_buttons; int n_buttons, i; int idx_1 = 0, idx_3 = 1; buttons = (unsigned char*)malloc(DEFAULT_PTR_MAP_SIZE); + if (!buttons) + { + return; + } n_buttons = XGetPointerMapping(QX11Info::display(), buttons, DEFAULT_PTR_MAP_SIZE); if (n_buttons > DEFAULT_PTR_MAP_SIZE) { - buttons = (unsigned char*)realloc(buttons, n_buttons); + more_buttons = (unsigned char*)realloc(buttons, n_buttons); + if (!more_buttons) + { + free(buttons); + return; + } + buttons = more_buttons; n_buttons = XGetPointerMapping(QX11Info::display(), buttons, n_buttons); } diff --git a/lxqt-session/src/sessionapplication.h b/lxqt-session/src/sessionapplication.h index 1562afd..f65da0a 100644 --- a/lxqt-session/src/sessionapplication.h +++ b/lxqt-session/src/sessionapplication.h @@ -24,6 +24,7 @@ #include class LXQtModuleManager; +class LockScreenManager; class SessionApplication : public LXQt::Application { @@ -47,6 +48,7 @@ private: void setLeftHandedMouse(bool mouse_left_handed); private: LXQtModuleManager* modman; + LockScreenManager *lockScreenManager; QString configName; }; diff --git a/lxqt-session/src/windowmanager.cpp b/lxqt-session/src/windowmanager.cpp index 948cca9..53cb951 100644 --- a/lxqt-session/src/windowmanager.cpp +++ b/lxqt-session/src/windowmanager.cpp @@ -42,7 +42,7 @@ bool findProgram(const QString &program) return true; QString path = qgetenv("PATH"); - foreach(QString dir, path.split(":")) + foreach(const QString &dir, path.split(":")) { QFileInfo fi= QFileInfo(dir + QDir::separator() + program); if (fi.isExecutable() ) @@ -59,7 +59,7 @@ WindowManagerList getWindowManagerList(bool onlyAvailable) WindowManagerList ret; - foreach (QString name, names) + foreach (const QString &name, names) { bool exists = findProgram(name); if (!onlyAvailable || exists) diff --git a/lxqt-session/src/wmselectdialog.cpp b/lxqt-session/src/wmselectdialog.cpp index 8a33aff..f320977 100644 --- a/lxqt-session/src/wmselectdialog.cpp +++ b/lxqt-session/src/wmselectdialog.cpp @@ -52,7 +52,7 @@ WmSelectDialog::WmSelectDialog(const WindowManagerList &availableWindowManagers, connect(ui->wmList, SIGNAL(clicked(QModelIndex)), this, SLOT(selectFileDialog(QModelIndex))); connect(ui->wmList, SIGNAL(activated(QModelIndex)), this, SLOT(changeBtnStatus(QModelIndex))); - foreach (WindowManager wm, availableWindowManagers) + foreach (const WindowManager &wm, availableWindowManagers) { addWindowManager(wm); } diff --git a/lxqt-session/translations/lxqt-session.ts b/lxqt-session/translations/lxqt-session.ts deleted file mode 100644 index 6de1647..0000000 --- a/lxqt-session/translations/lxqt-session.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - - Other ... - - - - - Choose your favorite one. - - - - diff --git a/lxqt-session/translations/lxqt-session_ar.ts b/lxqt-session/translations/lxqt-session_ar.ts deleted file mode 100644 index 0c6da1f..0000000 --- a/lxqt-session/translations/lxqt-session_ar.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - تقرير انهيار جلسة ريزر - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - انهار التطبيق %1 عدَّة مرَّاتٍ وتم ابطال بدئه التَّلقائيِّ لهذه الجلسة.. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - أهلاً بكم في ريزركيوت - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>أهلاً بكم في ريزركيوت</b> -<p> -قد تودُّ اختيار مدير النَّوافذ قبل الشُّروع باستخدام ريزركيوت: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - يمكنك تغيير مدير النَّوافذ في أيِّ وقتٍ ﻻحقاً باستخدام أداة تهيئة جلسة ريزر. - - - - Other ... - أُخرى... - - - - Choose your favorite one. - اختر المفضَّلة لديك. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_ca.ts b/lxqt-session/translations/lxqt-session_ca.ts deleted file mode 100644 index 8a1e588..0000000 --- a/lxqt-session/translations/lxqt-session_ca.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_cs.ts b/lxqt-session/translations/lxqt-session_cs.ts deleted file mode 100644 index d3fcbdf..0000000 --- a/lxqt-session/translations/lxqt-session_cs.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Zpráva o pádu sezení LXQtu - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Program '%1' spadl příliš mnohokrát. Jeho automatické spuštění bylo pro nynější sezení zakázáno. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Vítejte v LXQt-Qt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Vítejte v LXQt-Qt</b> -<p> -Před započetím s prací byste mohl chtít vybrat si správce oken: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Správce oken můžete později změnit v nastavení sezení pro LXQt. - - - - Other ... - Jiné... - - - - Choose your favorite one. - Vyberte oblíbené. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_cs_CZ.ts b/lxqt-session/translations/lxqt-session_cs_CZ.ts deleted file mode 100644 index 88f2ebd..0000000 --- a/lxqt-session/translations/lxqt-session_cs_CZ.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Zpráva o pádu sezení LXQtu - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Program '%1' spadl příliš mnohokrát. Jeho automatické spuštění bylo pro nynější sezení zakázáno. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Vítejte v LXQtu - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Vítejte v prostředí LXQt</b> -<p> -Než LXQt začnete používat, vyberte si správce oken: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Správce oken můžete později změnit v nastavení sezení. - - - - Other ... - Jiné... - - - - Choose your favorite one. - Vyberte oblíbené. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_da.ts b/lxqt-session/translations/lxqt-session_da.ts deleted file mode 100644 index d16e047..0000000 --- a/lxqt-session/translations/lxqt-session_da.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_da_DK.ts b/lxqt-session/translations/lxqt-session_da_DK.ts deleted file mode 100644 index b999b7f..0000000 --- a/lxqt-session/translations/lxqt-session_da_DK.ts +++ /dev/null @@ -1,66 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt-session Nedbrudsrapport - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Program '%1' har haft nedbrud for mange gange. Programmets autostart er blevet slået fra i denne session. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Velkommen til LXQt-Qt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Velkommen til LXQt-Qt</b> -<p> -Før du starter LXQt-Qt, skal du vælge window manager: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Du kan ændre valget af window manager på et vilkårligt tidspunkt. - - - - Other ... - Andre ... - - - - - Choose your favorite one. - Vælg din favorit. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_de.ts b/lxqt-session/translations/lxqt-session_de.ts deleted file mode 100644 index 34e26c6..0000000 --- a/lxqt-session/translations/lxqt-session_de.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - Absturzbericht - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> stürzte zu oft ab. Ihr automatischer Neustart wurde bis zum nächsten Einloggen deaktiviert. - - - - WmSelectDialog - - - Welcome to LXQt - Willkommen zu LXQt - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Willkommen zu LXQt</span></p><p>Bitte den Default-Fenstermanager auswählen.</p></body></html> - - - - Other ... - Andere... - - - - Choose your favorite one. - Den Favoriten auswählen. - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Der Fenstermanager kann jederzeit über Einstellungen -> Sitzungs-Konfigurator -> Grundeinstellungen wieder geändert werden. - - - diff --git a/lxqt-session/translations/lxqt-session_el.ts b/lxqt-session/translations/lxqt-session_el.ts deleted file mode 100644 index 2af27c3..0000000 --- a/lxqt-session/translations/lxqt-session_el.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Αναφορά κατάρρευσης συνεδρίας LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Η εφαρμογή "%1" κατέρρευσε πολλές φορές. Η αυτόματη εκκίνησή της έχει απενεργοποιηθεί για την τρέχουσα συνεδρία. - - - - Crash Report - Αναφορά κατάρρευσης - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - Το <b>%1</b> κατέρρευσε πάρα πολλές φορές. Η επανεκκίνησή του απενεργοποιήθηκε μέχρι την επόμενη σύνδεση. - - - - WmSelectDialog - - - Welcome to LXQt - Καλώς ήλθατε στο LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Καλώς ήλθατε στο LXQt</b> -<p> -Πριν ξεκινήσετε να χρησιμοποιείτε το LXQt, ίσως θέλετε να επιλέξετε τον διαχειριστή παραθύρων: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Μπορείτε να αλλάξετε τον διαχειριστή παραθύρων αργότερα μέσω της διαμόρφωσης συνεδρίας LXQt. - - - - Other ... - Άλλο... - - - - Choose your favorite one. - Επιλέξτε το αγαπημένο σας. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Καλώς ήλθατε στο LXQt</span></p><p>Παρακαλώ επιλέξτε τον εξ ορισμού διαχειριστή παραθύρων.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Μπορείτε να αλλάξετε αυτήν τη ρύθμιση από τις Προτιμήσεις -> Διαμόρφωση συνεδρίας -> Βασικές ρυθμίσεις. - - - diff --git a/lxqt-session/translations/lxqt-session_eo.ts b/lxqt-session/translations/lxqt-session_eo.ts deleted file mode 100644 index 946439a..0000000 --- a/lxqt-session/translations/lxqt-session_eo.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Raporto de kolapsoj de LXQt-seancoj - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Aplikaĵo '%1' kolapsis tro ofte. Sia aŭtomata restarto estis malŝaltita por ĉi tiu seanco. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bonvenon en LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bonvenon en LXQt</b> -<p> -Antaŭ startigi uzadon de LXQt, vi eble volas elekti la fenestran mastrumilon: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Vi povas ŝanĝi la fenestran mastrumilon poste iam ajn per la agordilo de seanco de LXQt. - - - - Other ... - Alia... - - - - Choose your favorite one. - Elektu vian preferatan fenestran mastrumilon. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_es.ts b/lxqt-session/translations/lxqt-session_es.ts deleted file mode 100644 index 5a0de0f..0000000 --- a/lxqt-session/translations/lxqt-session_es.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Reporte de errores de sesión de LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - La aplicación '%1' ha fallado demasiadas veces. Su reinicio automático se ha deshabilitado para la sesión actual. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bienvenido a LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bienvenido a LXQt</b> -<p> -Antes de comenzar a usar LXQt, podría desear seleccionar el gestor de ventanas: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Puede cambiar el gestor de ventanas posteriormente en cualquier momento mediante el configurador de sesiones de LXQt. - - - - Other ... - Otros ... - - - - Choose your favorite one. - Seleccione su favorito - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_es_UY.ts b/lxqt-session/translations/lxqt-session_es_UY.ts deleted file mode 100644 index 4fc581f..0000000 --- a/lxqt-session/translations/lxqt-session_es_UY.ts +++ /dev/null @@ -1,57 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bienvenido a LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bienvenido a LXQt</b> -<p> -Antes de empezar a usar LXQt puede querer seleccionar el administrador de ventanas: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Puede cambiar el administrador de ventanas más adelante en cualquier momento usando el Configurador de Sesiones de LXQt. - - - - Other ... - - - - - Choose your favorite one. - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_es_VE.ts b/lxqt-session/translations/lxqt-session_es_VE.ts deleted file mode 100644 index 761e2e7..0000000 --- a/lxqt-session/translations/lxqt-session_es_VE.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Reporte de fallos de LXQt Session - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Aplicacion '%1' se reinicio demasiadas veces, Su reinicio en si se ha desabilitado para la sesion en curso. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bienvenido a LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bienvenido a LXQt</b> -<p> -Antes de empezar a usar LXQt puede querer seleccionar el administrador de ventanas: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Puede cambiar el administrador de ventanas más adelante en cualquier momento usando el Configurador de Sesiones de LXQt. - - - - Other ... - Otro.. - - - - Choose your favorite one. - Escoja su favorito. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_eu.ts b/lxqt-session/translations/lxqt-session_eu.ts deleted file mode 100644 index e61e425..0000000 --- a/lxqt-session/translations/lxqt-session_eu.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt saioaren kraskatze-txostena - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - '%1' aplikazioa gehiegitan kraskatu da. Bere berrabio-automatikoa desgaitu da uneko saiorako. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Ongi etorri LXQt-ra - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Ongi etorri LXQt-ra</b> -<p> -LXQt erabiltzen hasi aurretik, leiho-kudeatzailea aukera dezakezu: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Leiho-kudeatzailea alda dezakezu geroago LXQt saio-konfiguratzailea erabiliz. - - - - Other ... - Beste bat... - - - - Choose your favorite one. - Aukeratu gogokoena. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_fi.ts b/lxqt-session/translations/lxqt-session_fi.ts deleted file mode 100644 index f6fb759..0000000 --- a/lxqt-session/translations/lxqt-session_fi.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQtin kaatumisraportti - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Sovellus '%1' kaatui liian monta kertaa. Sen automaattikäynnistys on estetty nykyisen istunnon ajaksi. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Tervetuloa LXQt-työpöytäympäristöön - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Tervetuloa LXQt-työpöytäympäristöön</b> -<p> -Ennen kuin alat käyttää LXQt-työpöytäympäristöä, halunnet määrittää ikkunahallinnan: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Voit vaihtaa ikkunahallintaa milloin tahansa käyttäen LXQtin istunnonhallintaa. - - - - Other ... - Muu... - - - - Choose your favorite one. - Valitse suosikkisi - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_fr_FR.ts b/lxqt-session/translations/lxqt-session_fr_FR.ts deleted file mode 100644 index ac7579a..0000000 --- a/lxqt-session/translations/lxqt-session_fr_FR.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Rapport de plantage de session LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - L'application '%1' a planté trop souvent. Son redémarrage automatique a été désactivé pour la session courante. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bienvenue sur LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bienvenue sur LXQt</b> -<p> -Avant de commencer à utiliser LXQt, vous voulez peut-être choisir un gestionnaire de fenêtres : - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Vous pouvez changer de gestionnaire de fenêtres à tout moment dans le paneau de configuration de LXQt. - - - - Other ... - Autre… - - - - Choose your favorite one. - Choisissez votre préféré. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_hu.ts b/lxqt-session/translations/lxqt-session_hu.ts deleted file mode 100644 index c06b9bd..0000000 --- a/lxqt-session/translations/lxqt-session_hu.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - Összeomlás - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - A <b>%1</b> gyorsan többször összeomlott. Az autorestart a következő bejeltkezésig letiltva. - - - - WmSelectDialog - - - Other ... - Más... - - - - Choose your favorite one. - Válassz egy kedvencet. - - - - Welcome to LXQt - Üdvözli az LXQt - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Íme az LXQt!</span></p><p>Ablakkezelőt kell választani.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Ez a választás később módosítható a Beállítások -> Munkamenet beállítás -> Alapbeállítás helyen. - - - diff --git a/lxqt-session/translations/lxqt-session_hu_HU.ts b/lxqt-session/translations/lxqt-session_hu_HU.ts deleted file mode 100644 index e289243..0000000 --- a/lxqt-session/translations/lxqt-session_hu_HU.ts +++ /dev/null @@ -1,57 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - Összeomlás - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - A <b>%1</b> gyorsan többször összeomlott. Az autorestart a következő bejeltkezésig letiltva. - - - - WmSelectDialog - - - Welcome to LXQt - Üdvözli a LXQt! - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Üdvözli a LXQt!</b> -<p> -Mielőtt elkezdené a LXQt használatát, válasszon ablakkezelőt: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Az ablakkezelőt később bármikor megváltoztathatja a LXQt munkamenetbeállítóban. - - - - Other ... - Más... - - - - Choose your favorite one. - Válassz egy kedvencet. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Íme az LXQt!</span></p><p>Ablakkezelőt kell választani.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Ez a választás később módosítható a Beállítások -> Munkamenet beállítás -> Alapbeállítás helyen. - - - diff --git a/lxqt-session/translations/lxqt-session_ia.ts b/lxqt-session/translations/lxqt-session_ia.ts deleted file mode 100644 index c9a6de2..0000000 --- a/lxqt-session/translations/lxqt-session_ia.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_id_ID.ts b/lxqt-session/translations/lxqt-session_id_ID.ts deleted file mode 100644 index 7f2bf12..0000000 --- a/lxqt-session/translations/lxqt-session_id_ID.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_it.ts b/lxqt-session/translations/lxqt-session_it.ts deleted file mode 100644 index ef3c1ad..0000000 --- a/lxqt-session/translations/lxqt-session_it.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Resoconto di errori della sessione di LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - L'applicazione '%1' si è chiusa per errore troppe volte. Il suo riavvio automatico è stato disattivato per l'attuale sessione. - - - - Crash Report - Rapporto di crash - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> è andato in crash troppe volte. Il suo avvio automatico è stato disabilitato fino al prossimo login. - - - - WmSelectDialog - - - Welcome to LXQt - Benvenuto in LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Benvenuto in LXQt</b> -<p> -Prima di iniziare a usare LXQt dovresti selezionare il gestore delle finestre: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Puoi cambiare il gestore delle finestre quando vuoi tramite lo strumento di configurazione della sessione di LXQt. - - - - Other ... - Altro... - - - - Choose your favorite one. - Scegli il tuo preferito. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Benvenuto in LXQt</span></p><p>Scegli il gestore delle finestre.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - E' possibile cambiarlo in ogni momento da: Preferenze ->Impostazioni della sessione -> Impostazioni di base. - - - diff --git a/lxqt-session/translations/lxqt-session_ja.ts b/lxqt-session/translations/lxqt-session_ja.ts deleted file mode 100644 index cf4ca02..0000000 --- a/lxqt-session/translations/lxqt-session_ja.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQtセッションのクラッシュ報告 - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - アプリケーション'%1'はクラッシュしすぎました。現在のセッションにおける自動起動は無効化されました。 - - - - Crash Report - クラッシュリポート - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b>はクラッシュしすぎました。次回ログイン時に自動起動は無効化されます。 - - - - WmSelectDialog - - - Welcome to LXQt - LXQtにようこそ - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>LXQtへようこそ</b> -<p>LXQtを使い始める前に、ウィンドウマネージャを選択することもできます: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - ウィンドウマネージャは後からいつでもLXQtセッション設定で変更することができます。 - - - - Other ... - その他... - - - - Choose your favorite one. - お好みのものを選んでください。 - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">LXQtへようこそ</span></p><p>既定のウィンドウマネージャを選択してください。</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - 動作を確認後、翻訳を要修正 - 設定-> セッションの設定-> 基本の設定 からいつでも変更することができるようになります。 - - - diff --git a/lxqt-session/translations/lxqt-session_ko.ts b/lxqt-session/translations/lxqt-session_ko.ts deleted file mode 100644 index 65d6e43..0000000 --- a/lxqt-session/translations/lxqt-session_ko.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_lt.ts b/lxqt-session/translations/lxqt-session_lt.ts deleted file mode 100644 index dc16923..0000000 --- a/lxqt-session/translations/lxqt-session_lt.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Pranešimas apie LXQt sesijų lūžimus - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Programa „%1“ dažnai nulūžta. Jos automatinis paleidimas išjungiamas šiai sesijai. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Jus sveikina LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Jus sveikina LXQt</b> -<p> -Prieš pradėdami dirbti LXQt aplinkoje, pasirinkite norimą langų tvarkyklę. - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Langų tvarkyklę bet kada vėliau galėsite pasikeisti LXQt sesijų konfigūracijoje. - - - - Other ... - Kita ... - - - - Choose your favorite one. - Pasirinkite norimą. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_nl.ts b/lxqt-session/translations/lxqt-session_nl.ts deleted file mode 100644 index 1b6942f..0000000 --- a/lxqt-session/translations/lxqt-session_nl.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt Sessie Fout Rapport - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Programma '%1' is te vaak gecrashed. De autorestart functie is uitgeschakeld voor deze sessie. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Welkom bij LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Welkom bij LXQt</b>⏎ -<p>⏎ -Voordat u gebruik maakt van LXQt-Qt, wilt u wellicht een Window Manager selecteren: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - U kunt ook op een later tijdstip van Window Manager wisselen, via de LXQt Sessie Configurator. - - - - Other ... - Overige ... - - - - Choose your favorite one. - Kies uw favoriete. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_pl_PL.ts b/lxqt-session/translations/lxqt-session_pl_PL.ts deleted file mode 100644 index f7e134e..0000000 --- a/lxqt-session/translations/lxqt-session_pl_PL.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Zgłoszenie błędu sesji LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Aplikacja '%1' uległa awarii zbyt wiele razy. Automatyczne uruchamianie aplikacji zostało wyłączone w bieżącej sesji. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Witamy w LXQt-Qt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Witamy w LXQt-Qt</b> -<p> -Przed rozpoczęciem korzystania z komputera, proszę wybrać menedżer okien: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Można zmienić menedżer okien w oknie konfiguracji sesji LXQt. - - - - Other ... - Inne ... - - - - Choose your favorite one. - Wybierz swój ulubiony. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_pt.ts b/lxqt-session/translations/lxqt-session_pt.ts deleted file mode 100644 index e33807a..0000000 --- a/lxqt-session/translations/lxqt-session_pt.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Relatório de erros do LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - A aplicação '%1' terminou muitas vezes. O seu arranque automático foi desativado nesta sessão. - - - - Crash Report - Relatório de erros - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> terminou muitas vezes. O seu arranque automático foi desativado até à próxima sessão. - - - - WmSelectDialog - - - Welcome to LXQt - Bem-vindo ao LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bem-vindo ao LXQt</b> -<p> -Antes de começar a utilizar o LXQt, deve escolher o seu gestor de janelas: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Posteriormente, pode mudar o gestor de janelas através do configurador de sessões do LXQt. - - - - Other ... - Outro... - - - - Choose your favorite one. - Escolha o seu preferido. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Bem-vindo ao LXQt</span></p><p>Por favor escolha o seu gestor de janelas.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Posteriormente, pode mudar o gestor de janelas em Preferências -> Definiçoes da sessão -> Definições básicas. - - - diff --git a/lxqt-session/translations/lxqt-session_pt_BR.ts b/lxqt-session/translations/lxqt-session_pt_BR.ts deleted file mode 100644 index 5bcbe37..0000000 --- a/lxqt-session/translations/lxqt-session_pt_BR.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Relatar falha da sessão do LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - O aplicativo '%1' falhou muitas vezes. Sua inicialização automática foi desativada para a sessão atual. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bem-vindo ao LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bem-vindo ao LXQt</b> -<p> -Antes de iniciar o uso do LXQt, você pode querer selecionar o gerenciador de janelas: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Você pode alterar o gerenciador de janelas mais tarde, a qualquer momento através do configurador de sessão do LXQt. - - - - Other ... - Outro... - - - - Choose your favorite one. - Escolha o seu favorito. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_ro_RO.ts b/lxqt-session/translations/lxqt-session_ro_RO.ts deleted file mode 100644 index 96391cf..0000000 --- a/lxqt-session/translations/lxqt-session_ro_RO.ts +++ /dev/null @@ -1,57 +0,0 @@ - - - - - LXQtModuleManager - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Aplicația '%1' a eșuat de prea multe ori. Repornirea automată a acestei aplicații a fost dezactivată pentru sesiunea curentă. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Bine ați venit în LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Bine ați venit în LXQt</b> -<p> -Înainte de a utiliza LXQt, selectați un administrator de ferestre: - - - - Other ... - Altele... - - - - Choose your favorite one. - Alegeți favoritul dvs. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_ru.ts b/lxqt-session/translations/lxqt-session_ru.ts deleted file mode 100644 index 0b09333..0000000 --- a/lxqt-session/translations/lxqt-session_ru.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - Отчёт о падении - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> упало слишком много раз. его автозапуск был отменён до следующего входа в систему. - - - - WmSelectDialog - - - Welcome to LXQt - Добро пожаловать в LXQt - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Добро пожаловать в LXQt</span></p><p>Выберите оконный менеджер по-умолчанию.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Вы можете изменить это в любое время через Настройки -> Настройки сесии -> Основные настройки. - - - - Other ... - Другое… - - - - Choose your favorite one. - Выберите то, что вам больше нравится. - - - diff --git a/lxqt-session/translations/lxqt-session_ru_RU.ts b/lxqt-session/translations/lxqt-session_ru_RU.ts deleted file mode 100644 index 5853bed..0000000 --- a/lxqt-session/translations/lxqt-session_ru_RU.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - Отчёт о падении - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - <b>%1</b> упало слишком много раз. его автозапуск был отменён до следующего входа в систему. - - - - WmSelectDialog - - - Welcome to LXQt - Добро пожаловать в LXQt - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Добро пожаловать в LXQt</span></p><p>Выберите оконный менеджер по-умолчанию.</p></body></html> - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - Вы можете изменить это в любое время через Настройки -> Настройки сесии -> Основные настройки. - - - - Other ... - Другое… - - - - Choose your favorite one. - Выберите то, что вам больше нравится. - - - diff --git a/lxqt-session/translations/lxqt-session_sk_SK.ts b/lxqt-session/translations/lxqt-session_sk_SK.ts deleted file mode 100644 index 0918f9b..0000000 --- a/lxqt-session/translations/lxqt-session_sk_SK.ts +++ /dev/null @@ -1,57 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Víta vás LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Víta vás LXQt</b> -<p> -Predtým, než začnete používať LXQt si možno budete chcieť zvoliť správcu okien: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Správcu okien môžete kedykoľvek neskôr zmeniť prostredníctvom Konfigurácie relácie LXQt. - - - - Other ... - - - - - Choose your favorite one. - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_sl.ts b/lxqt-session/translations/lxqt-session_sl.ts deleted file mode 100644 index b650548..0000000 --- a/lxqt-session/translations/lxqt-session_sl.ts +++ /dev/null @@ -1,63 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Poročilo o sesutju seje LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Program »%1« se je sesul prevečkrat. Njegov samodejni zagon za trenutno sejo je bil onemogočen. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Dobrodošli v LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Dobrodošli v LXQt</b>
<p>
Preden začnete uporabljati LXQt si verjetno želite izbrati upravljalnika oken: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Upravljalnika oken lahko kadarkoli spremenite iz nastavitev seje LXQt. - - - - Other ... - Drugo ... - - - - Choose your favorite one. - Izberite priljubljenega upravljalnika oken. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_sr@latin.ts b/lxqt-session/translations/lxqt-session_sr@latin.ts deleted file mode 100644 index 3ea62e3..0000000 --- a/lxqt-session/translations/lxqt-session_sr@latin.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_sr_BA.ts b/lxqt-session/translations/lxqt-session_sr_BA.ts deleted file mode 100644 index 485bdc3..0000000 --- a/lxqt-session/translations/lxqt-session_sr_BA.ts +++ /dev/null @@ -1,126 +0,0 @@ - - - - - AutoStartEdit - - Edit - Уреди - - - Name: - Име: - - - Search... - Тражи... - - - Command: - Наредба: - - - Select Application - Изабери програм - - - - AutoStartItemModel - - Global Autostart - Глобално аутопокретање - - - LXQt Autostart - Рејзорово аутопокретање - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - QObject - - Openbox - light-weight window manager - Опенбокс - лагани менаџер прозора - - - KWin - window manager of the KDE Software Compilation - КВин - менаџер прозора за КДЕ - - - Metacity - window manager of the GNOME desktop environment - Метасити - менаџер прозора за ГНОМ - - - Windowmaker - a classical lightweight window manager - Виндоумејкер - класични лагани менаџер прозора - - - Enlightenement 16 - Enlightenement 16 - - - Fvwm2 - a classical lightweight window manager - Fvwm2 - класични лагани менаџер прозора - - - Xfwm4 - a window manager for the Xfce desktop environment - Xfwm4 - менаџер прозора за Иксфце - - - Sawfish - a lightweight, flexible window manager - Софиш - лагани, прилагодиви менаџер прозора - - - - WmSelectDialog - - - Welcome to LXQt - Добро дошли у Рејзор-кјут - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Добро дошли у Рејзор-кјут</b> -<p> -Прије него почнете да користите Рејзор-кјут морате да изаберете менаџер прозора: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Можете да промијените менаџера прозора касније помоћу Рејзоровог Подешавања сесије. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - - Other ... - - - - - Choose your favorite one. - - - - diff --git a/lxqt-session/translations/lxqt-session_sr_RS.ts b/lxqt-session/translations/lxqt-session_sr_RS.ts deleted file mode 100644 index 3be67ce..0000000 --- a/lxqt-session/translations/lxqt-session_sr_RS.ts +++ /dev/null @@ -1,57 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Добро дошли у Рејзор-кјут - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Добро дошли у Рејзор-кјут</b> -<p> -Пре него почнете да користите Рејзор-кјут морате да изаберете менаџер прозора: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Можете да промените менаџера прозора касније помоћу Рејзоровог Подешавања сесије. - - - - Other ... - - - - - Choose your favorite one. - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_th_TH.ts b/lxqt-session/translations/lxqt-session_th_TH.ts deleted file mode 100644 index 28629e1..0000000 --- a/lxqt-session/translations/lxqt-session_th_TH.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - รายงานความเสียหายของวาระงาน LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - โปรแกรม '%1' เสียหายหลายครั้งมาก การเริ่มงานอัตโนมัติของมันจะถูกปิดใช้งาานสำหรับวาระงานปัจจุบัน - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - ยินดีต้อนรับเข้าสู่ LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>ยินดีต้อนรับสู่ LXQt</b> -<p> -ก่อนเริ่มการใช้งาน LXQt คุณจะต้องเลือกโปรแกรมจัดการหน้าต่าง: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - คุณสามารถเปลี่ยนโปรแกรมจัดการหน้าต่างทีหลังในเวลาใดก็ได้ทางตัวตั้งค่าวาระงาน LXQt - - - - Other ... - อย่างอื่น ... - - - - Choose your favorite one. - เลื่อกที่คุณชอบมาหนึ่งอย่าง - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_tr.ts b/lxqt-session/translations/lxqt-session_tr.ts deleted file mode 100644 index fcd519f..0000000 --- a/lxqt-session/translations/lxqt-session_tr.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt Oturum Çökme Bildirimi - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - '%1' uygulaması çok kere çöktü. Geçerli oturum için bu uygulamanın kendiliğinden yeniden başlatma işlevi devre dışı bırakıldı. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - LXQt' ye hoş geldiniz - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>LXQt' ye hoş geldiniz</b> -<p> -LXQt' yi kullanmaya başlamadan önce, Pencere Yöneticisini seçiniz: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Pencere Yöneticisini istediğiniz zaman LXQt Oturum Yapılandırıcıyı kullanarak değiştirebilirsiniz. - - - - Other ... - Diğer ... - - - - Choose your favorite one. - Sık kullandığınızı seçin. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_uk.ts b/lxqt-session/translations/lxqt-session_uk.ts deleted file mode 100644 index 38ddc22..0000000 --- a/lxqt-session/translations/lxqt-session_uk.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - Звіт про крах сеансу LXQt - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - Програма "%1" зазнала краху забагато разів, тож для цього сеансу її автоматичний перезапуск вимкнено. - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - Вітаємо в LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>Вітаємо в LXQt!</b> -<p> -Перед тим, як почати користуватись LXQt, будь ласка, оберіть менеджер вікон: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - Ви можете обрати менеджер вікон пізніше через налаштування сеансу LXQt. - - - - Other ... - Інший ... - - - - Choose your favorite one. - Оберіть Ваш улюблений. - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_zh_CN.GB2312.ts b/lxqt-session/translations/lxqt-session_zh_CN.GB2312.ts deleted file mode 100644 index ecfa481..0000000 --- a/lxqt-session/translations/lxqt-session_zh_CN.GB2312.ts +++ /dev/null @@ -1,45 +0,0 @@ - - - - - LXQtModuleManager - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Other ... - - - - - Choose your favorite one. - - - - - Welcome to LXQt - - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_zh_CN.ts b/lxqt-session/translations/lxqt-session_zh_CN.ts deleted file mode 100644 index 8ac0ae9..0000000 --- a/lxqt-session/translations/lxqt-session_zh_CN.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt 会话崩溃报告 - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - 程序 '%1' 崩溃了很多次,当前会话禁止其自动启动。 - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - 欢迎来到 LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>欢迎来到 LXQt</b> -<p> -在开始使用LXQt之前,也许你想选择窗口管理器: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - 你可以在任何时候通过LXQt会话配置器更改窗口管理器。 - - - - Other ... - 其它... - - - - Choose your favorite one. - 选择最喜欢的。 - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - - diff --git a/lxqt-session/translations/lxqt-session_zh_TW.ts b/lxqt-session/translations/lxqt-session_zh_TW.ts deleted file mode 100644 index dde4a8f..0000000 --- a/lxqt-session/translations/lxqt-session_zh_TW.ts +++ /dev/null @@ -1,65 +0,0 @@ - - - - - LXQtModuleManager - - LXQt Session Crash Report - LXQt會話錯誤回報 - - - Application '%1' crashed too many times. Its autorestart has been disabled for current session. - 應用程式 '%1' 不正常結束過於頻繁。所以它在此會話中的自動啟動將被取消。 - - - - Crash Report - - - - - <b>%1</b> crashed too many times. Its autorestart has been disabled until next login. - - - - - WmSelectDialog - - - Welcome to LXQt - 歡迎使用 LXQt - - - <b>Welcome to LXQt</b> -<p> -Before starting to use the LXQt, you might want to select the Windows Manager: - <b>歡迎使用 LXQt</b> -<p> -在開始探索LXQt之前,您也許會想先選擇視窗管理器: - - - You can change the Window Manager later at any time via LXQt Session Configurator. - 您以在任何時間透過LXQt會話設定更改視窗管理員。 - - - - Other ... - 其他... - - - - Choose your favorite one. - 選擇您最喜愛的。 - - - - <html><head/><body><p><span style=" font-weight:600;">Welcome to LXQt</span></p><p>Please select your default Window Manager.</p></body></html> - - - - - You will be able to change this at any time through Preferences -> Session Settings -> Basic Settings. - - - -