From adb8f6d7abcc8120dcdc5488fb119e7339e72ed4 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 18 Oct 2016 20:08:20 +0200 Subject: [PATCH] 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 build dependency liblxqt-dev (>= 0.11.0) * Bumped build dependency libqtxdg-dev (>= 2.0.0) * Added build dependency libkf5windowsystem-dev * Added build dependency libqt5svg5-dev * Added Recommends obconf-qt-l10n * Fixed VCS fields, using plain /git/ * Used GPL-2+ for debian, no need to introduce a second license * Fixed copyrights Format field to https * Dropped patches, applied upstream * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducible * Cleaned up source/options and .gitignore --- .gitignore | 3 + AUTHORS | 2 +- CHANGELOG | 112 ++++ CMakeLists.txt | 5 +- README.md | 24 +- cmake/LXQtTranslateDesktop.cmake | 6 +- debian/.gitignore | 1 + debian/changelog | 24 + debian/compat | 2 +- debian/control | 13 +- debian/copyright | 18 +- debian/gbp.conf | 2 +- debian/patches/reproducible-builds.patch | 24 - debian/patches/series | 1 - debian/rules | 12 +- debian/source/options | 1 - debian/upstream/signing-key.asc | 107 ++- debian/watch | 4 +- src/CMakeLists.txt | 60 +- src/translations/obconf-qt.ts | 606 ----------------- src/translations/obconf-qt_ca.ts | 739 -------------------- src/translations/obconf-qt_de.ts | 816 ----------------------- src/translations/obconf-qt_es.ts | 792 ---------------------- src/translations/obconf-qt_gl.ts | 792 ---------------------- src/translations/obconf-qt_hr.ts | 764 --------------------- src/translations/obconf-qt_hu.ts | 770 --------------------- src/translations/obconf-qt_id.ts | 792 ---------------------- src/translations/obconf-qt_is.ts | 739 -------------------- src/translations/obconf-qt_ja.ts | 803 ---------------------- src/translations/obconf-qt_pa.ts | 739 -------------------- src/translations/obconf-qt_pl.ts | 790 ---------------------- src/translations/obconf-qt_pt.ts | 792 ---------------------- src/translations/obconf-qt_pt_BR.ts | 739 -------------------- src/translations/obconf-qt_ru.ts | 790 ---------------------- src/translations/obconf-qt_ru_RU.ts | 790 ---------------------- src/translations/obconf-qt_sv.ts | 792 ---------------------- src/translations/obconf-qt_uk.ts | 774 --------------------- src/tree.cpp | 2 +- 38 files changed, 261 insertions(+), 13981 deletions(-) create mode 100644 .gitignore create mode 100644 CHANGELOG delete mode 100644 debian/patches/reproducible-builds.patch delete mode 100644 debian/patches/series delete mode 100644 src/translations/obconf-qt.ts delete mode 100644 src/translations/obconf-qt_ca.ts delete mode 100644 src/translations/obconf-qt_de.ts delete mode 100644 src/translations/obconf-qt_es.ts delete mode 100644 src/translations/obconf-qt_gl.ts delete mode 100644 src/translations/obconf-qt_hr.ts delete mode 100644 src/translations/obconf-qt_hu.ts delete mode 100644 src/translations/obconf-qt_id.ts delete mode 100644 src/translations/obconf-qt_is.ts delete mode 100644 src/translations/obconf-qt_ja.ts delete mode 100644 src/translations/obconf-qt_pa.ts delete mode 100644 src/translations/obconf-qt_pl.ts delete mode 100644 src/translations/obconf-qt_pt.ts delete mode 100644 src/translations/obconf-qt_pt_BR.ts delete mode 100644 src/translations/obconf-qt_ru.ts delete mode 100644 src/translations/obconf-qt_ru_RU.ts delete mode 100644 src/translations/obconf-qt_sv.ts delete mode 100644 src/translations/obconf-qt_uk.ts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2997899 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +*.kdev4 +src/translations/obconf-qt diff --git a/AUTHORS b/AUTHORS index 60e618f..cd8da8f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Copyright: - Copyright (c) 2012-2014 LXQt team + Copyright (c) 2012-2016 LXQt team This program is based on source code from the ObConf project diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..af7b6b6 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,112 @@ + +obconf-qt-0.11.0 / 2016-09-24 +============================= + + * Bump version to 0.2.0 (#20) + * Extend README.md + * occured -> occurred + * build: Use external translations + * ts-files removal + * Bump year + * Work around grep 2.23 new behaviour + * Don't track $IDE settings + * Japanese translation update + * Reflect replacement README --> README.md in CMakeLists.txt + * Use markdown for README + * Update translations + * Fix license file + * Hungarian translations added + * src/CMakeLists.txt: do not completely overwrite CMAKE_CXX_FLAGS + * Use GNUInstallDirs + * Small build fix (themes dir path) + * Update German translation + * Update translations. + * Update the About dialog. + * Port missing "Dock" options from obconf gtk+ version. + * Support changing the name of desktops. + * German translation + * Default to Qt5 + +0.9.0 / 2015-02-25 +================== + + * Generate .desktop file again + * Enhance Portuguese translations + * Portuguese update with fixes + * Fix COPYING and AUTHORS information. The license should be GPL2, not LGPL. * Also update AUTHORS file to include more information of upstream obconf project. + * remove the old and outdated packaging stub + * lxqt_translate_desktop: pass -h instead of --no-filename to grep which is compatible with Busybox + * lxqt_translate_desktop: Updates code to cope with the cmake-policy CMP0054 + * Adds .gitigore + * Fixes the app icon install location + * Adds .desktop translations support + * Update translations + * Makes it extract and compile and load translations + * Renames the translations files to their proper names + * Translate to Russian .desktop file + * Update Russian translation + * Commit from LXDE Pootle server by user andika.: 611 of 611 strings translated (0 need review). + * Commit from LXDE Pootle server by user rago1975.: 611 of 611 strings translated (0 need review). + * Support Qt5. + +0.1.0 / 2014-05-07 +================== + + * Sync COPYING file with the actual used license + * Commit from LXDE Pootle server by user knedlyk.: 72 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user knedlyk.: 54 of 108 strings translated (1 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 108 of 108 strings translated (0 fuzzy). + * Update AUTHORS and COPYING + * Do not re-generate *.ts files everytime + * Commit from LXDE Pootle server by user strebski.: 105 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 102 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 95 of 108 strings translated (1 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 89 of 108 strings translated (1 fuzzy). + * Commit from LXDE Pootle server by user zvacet.: 73 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user hirkmt.: 108 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * Handle translations correctly. + * Commit from LXDE Pootle server by user zvacet.: 72 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user Fitoschido.: 107 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 83 of 108 strings translated (1 fuzzy). + * Commit from LXDE Pootle server by user Fitoschido.: 103 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user mbouzada.: 108 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user Fitoschido.: 98 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user zvacet.: 64 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * Commit from LXDE Pootle server by user strebski.: 82 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user smarquespt.: 106 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user andika.: 108 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user andika.: 65 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user Fitoschido.: 87 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * Commit from LXDE Pootle server by user smarquespt.: 56 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * Commit from LXDE Pootle server by user strebski.: 63 of 108 strings translated (0 fuzzy). + * Commit from LXDE Pootle server by user strebski.: 54 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * New files added from LXDE Pootle server based on templates + * Commit from LXDE Pootle server by user brother.: 108 of 108 strings translated (0 fuzzy). + * New files added from LXDE Pootle server based on templates + * Implement changing font and remove unnecessary files. This commit is done in front of our presidential palace during a protest. + * Add a debian directory + * Fix signal/slot auto-connection problems. Add contents for README and AUTHORS. + * Remove unnecessary files. + * Remove unused files. + * Implement theme configuration. + * Fix text labels. Replace _ with & for keyboard shortcuts. + * Fix mouse page. + * Fix move & resize page. + * Ask openbox to reload confie file correctly. * Remove unnecessary files. + * Split different tab page into different *.cpp files. + * Partially handle combobox. + * Little UI polishing. + * Partially implement config options. + * Initial import into git repo. diff --git a/CMakeLists.txt b/CMakeLists.txt index ea0da35..490ff13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,9 @@ else() message(STATUS "Building with Qt${Qt5Core_VERSION_STRING}") endif() +#Note: no run-time dependency on liblxqt, just a build dependency for lxqt_translate_ts/desktop +find_package(lxqt REQUIRED) + find_package(PkgConfig) pkg_check_modules(GLIB REQUIRED glib-2.0 @@ -54,7 +57,7 @@ set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING") set (CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md") set (CPACK_PACKAGE_VENDOR "") set (CPACK_PACKAGE_VERSION_MAJOR "0") -set (CPACK_PACKAGE_VERSION_MINOR "1") +set (CPACK_PACKAGE_VERSION_MINOR "2") set (CPACK_PACKAGE_VERSION_PATCH "0") set (CPACK_GENERATOR TBZ2) set (CPACK_SOURCE_GENERATOR TBZ2) diff --git a/README.md b/README.md index d5a0a7a..7d10f69 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ -# obconf-qt +# ObConf-Qt -A Qt port of [ObConf](http://openbox.org/wiki/ObConf:About), a configuration -editor for the [OpenBox](http://openbox.org) window manager. +## Overview +ObConf-Qt is a Qt port of [ObConf](http://openbox.org/wiki/ObConf:About), a configuration editor for window manager [OpenBox](http://openbox.org). + +It is maintained by the LXQt project but can be used independently from this desktop environment. + +## Installation + +### Compiling source code + +Runtime dependencies are xkbcommon, qtx11extras, xdg-utils, hicolor-icon-theme and Openbox. +Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. + +Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. + +To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual. + +### Binary packages + +Official binary packages are available in Arch Linux and Debian (as of Debian stretch). +The tool is missing in Fedora so far. Same applies to openSUSE where it is about to be included, though. diff --git a/cmake/LXQtTranslateDesktop.cmake b/cmake/LXQtTranslateDesktop.cmake index 522ed68..7569f03 100644 --- a/cmake/LXQtTranslateDesktop.cmake +++ b/cmake/LXQtTranslateDesktop.cmake @@ -71,13 +71,13 @@ function(lxqt_translate_desktop _RESULT) set(_pattern "'\\[.*]\\s*='") if (_translations) add_custom_command(OUTPUT ${_outFile} - COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} - COMMAND grep -h ${_pattern} ${_translations} >> ${_outFile} + COMMAND grep -v -a "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} + COMMAND grep -h -a ${_pattern} ${_translations} >> ${_outFile} COMMENT "Generating ${_fileName}${_fileExt}" ) else() add_custom_command(OUTPUT ${_outFile} - COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} + COMMAND grep -v -a "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} COMMENT "Generating ${_fileName}${_fileExt}" ) endif() diff --git a/debian/.gitignore b/debian/.gitignore index b4cce7d..d532a2b 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,6 +1,7 @@ /*.debhelper /*.log /*.substvars +/debhelper-build-stamp /files /obconf-qt/ diff --git a/debian/changelog b/debian/changelog index fb8804f..51b3c76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +obconf-qt (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 build dependency liblxqt-dev (>= 0.11.0) + * Bumped build dependency libqtxdg-dev (>= 2.0.0) + * Added build dependency libkf5windowsystem-dev + * Added build dependency libqt5svg5-dev + * Added Recommends obconf-qt-l10n + * Fixed VCS fields, using plain /git/ + * Used GPL-2+ for debian, no need to introduce a second license + * Fixed copyrights Format field to https + * Dropped patches, applied upstream + * Added translation control to rules + * Set CMAKE_BUILD_TYPE=RelWithDebInfo + * Exported LC_ALL=C.UTF-8, make builds reproducible + * Cleaned up source/options and .gitignore + + -- Alf Gaida Tue, 18 Oct 2016 20:08:08 +0200 + obconf-qt (0.9.0+20151227-2) unstable; urgency=medium * make build reproducible again (Closes: 815900), thanks to Eduard Sanou 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 5dfcc1a..5c8277e 100644 --- a/debian/control +++ b/debian/control @@ -5,22 +5,27 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) Section: utils Priority: optional -Build-Depends: cmake (>= 3.0.2), - debhelper (>= 9), +Build-Depends: debhelper (>= 10), + cmake (>= 3.0.2), + libkf5windowsystem-dev, + liblxqt0-dev (>= 0.11.0), + libqt5svg5-dev, libqt5x11extras5-dev, + libqt5xdg-dev (>= 2.0.0), openbox-dev, pkg-config, qttools5-dev, qttools5-dev-tools -Standards-Version: 3.9.7 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git -b debian/sid +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/obconf-qt.git -b debian/sid Homepage: https://github.com/lxde/obconf-qt Package: obconf-qt Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: obconf-qt-l10n Description: Openbox configuration with a Qt interface obconf-qt is an utility to configure openbox with a Qt interface. . diff --git a/debian/copyright b/debian/copyright index 1a8f8ad..0c8d89d 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: obconf-qt Source: https://github.com/lxde/obconf-qt @@ -9,21 +9,7 @@ License: GPL-2.0+ Files: debian/* Copyright: 2013-2016 Alf Gaida 2015 Andrew Lee (李健秋) -License: LGPL-2.1+ - -License: LGPL-2.1+ - 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 program 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. - . - 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: GPL-2.0+ License: GPL-2.0+ This program is free software; you can redistribute it and/or modify diff --git a/debian/gbp.conf b/debian/gbp.conf index 7a9f00a..ffe50a8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/sid +debian-branch = debian/experimental upstream-branch = upstream/latest pristine-tar = True diff --git a/debian/patches/reproducible-builds.patch b/debian/patches/reproducible-builds.patch deleted file mode 100644 index 6730e52..0000000 --- a/debian/patches/reproducible-builds.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Make builds reproducible again - Fixed upstream, so no need to send the patch upstream -Author: Alf Gaida -Bug-Debian: https://bugs.debian.org/815900 - ---- obconf-qt-0.9.0+20151227.orig/cmake/LXQtTranslateDesktop.cmake -+++ obconf-qt-0.9.0+20151227/cmake/LXQtTranslateDesktop.cmake -@@ -71,13 +71,13 @@ function(lxqt_translate_desktop _RESULT) - set(_pattern "'\\[.*]\\s*='") - if (_translations) - add_custom_command(OUTPUT ${_outFile} -- COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} -- COMMAND grep -h ${_pattern} ${_translations} >> ${_outFile} -+ COMMAND grep -a -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} -+ COMMAND grep -a -h ${_pattern} ${_translations} >> ${_outFile} - COMMENT "Generating ${_fileName}${_fileExt}" - ) - else() - add_custom_command(OUTPUT ${_outFile} -- COMMAND grep -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} -+ COMMAND grep -a -v "'#TRANSLATIONS_DIR='" ${_inFile} > ${_outFile} - COMMENT "Generating ${_fileName}${_fileExt}" - ) - endif() diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 153739d..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -reproducible-builds.patch diff --git a/debian/rules b/debian/rules index 54972db..d719340 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,15 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 +# export DH_VERBOSE=1 +export LC_ALL=C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh ${@} --buildsystem cmake \ - --parallel + dh ${@} --buildsystem cmake + +override_dh_auto_configure: + dh_auto_configure -- \ + -DPULL_TRANSLATIONS=OFF\ + -DUPDATE_TRANSLATIONS=OFF\ + -DCMAKE_BUILD_TYPE=RelWithDebInfo diff --git a/debian/source/options b/debian/source/options index 3c6ddd6..112dfc8 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,2 +1 @@ tar-ignore=.gitignore -tar-ignore=obconf-qt.kdev4 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 f7b4c99..7daf8a0 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 +version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/lxde/obconf-qt/releases .*/([\d\.]+).tar.gz + https://github.com/lxde/obconf-qt/releases .*/obconf-qt-([\d\.]+).tar.xz diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4cd1ba..f19287b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,45 +57,26 @@ add_custom_command( # add translation for obconf-qt option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF) - -set(TRANSLATION_TEMPLATE "translations/obconf-qt.ts") -file(GLOB TS_FILES translations/obconf-qt_*.ts) - -if(USE_QT4) - if (UPDATE_TRANSLATIONS) - qt4_create_translation(QMS_FILES - ${obconf-qt_SRCS} - ${obconf-qt_UI_H} - ${TRANSLATION_TEMPLATE} - OPTIONS -locations absolute) - qt4_create_translation(QMS_FILES - ${obconf-qt_SRCS} - ${obconf-qt_UI_H} - ${TS_FILES} - OPTIONS -locations absolute) - else (UPDATE_TRANSLATIONS) - qt4_add_translation(QM_FILES ${TS_FILES}) - endif (UPDATE_TRANSLATIONS) -else(USE_QT4) # use qt4 - if (UPDATE_TRANSLATIONS) - qt5_create_translation(QMS_FILES - ${obconf-qt_SRCS} - ${obconf-qt_UI_H} - ${TRANSLATION_TEMPLATE} - OPTIONS -locations absolute) - qt5_create_translation(QM_FILES - ${obconf-qt_SRCS} - ${obconf-qt_UI_H} - ${TS_FILES} - OPTIONS -locations absolute) - else (UPDATE_TRANSLATIONS) - qt5_add_translation(QM_FILES ${TS_FILES}) - endif (UPDATE_TRANSLATIONS) -endif(USE_QT4) - -if(UPDATE_TRANSLATIONS) - add_custom_target(update_obconf-qt_translations ALL DEPENDS ${QMS}) -endif() +include(LXQtTranslateTs) +lxqt_translate_ts(QM_FILES + USE_QT4 + ${USE_QT4} + UPDATE_TRANSLATIONS + ${UPDATE_TRANSLATIONS} + SOURCES + ${obconf-qt_SRCS} + ${obconf-qt_UI_H} + INSTALL_DIR + "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/translations" + PULL_TRANSLATIONS + ${PULL_TRANSLATIONS} + CLEAN_TRANSLATIONS + ${CLEAN_TRANSLATIONS} + TRANSLATIONS_REPO + ${TRANSLATIONS_REPO} + TRANSLATIONS_REFSPEC + ${TRANSLATIONS_REFSPEC} +) # install a desktop entry file include(LXQtTranslateDesktop) @@ -105,7 +86,6 @@ lxqt_translate_desktop(DESKTOP_FILES ) install(FILES ${DESKTOP_FILES} DESTINATION share/applications) -install(FILES ${QM_FILES} DESTINATION share/obconf-qt/translations) # prevent the generated files from being deleted during make clean set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM true) diff --git a/src/translations/obconf-qt.ts b/src/translations/obconf-qt.ts deleted file mode 100644 index de732e9..0000000 --- a/src/translations/obconf-qt.ts +++ /dev/null @@ -1,606 +0,0 @@ - - - - - Fm::FontButton - - - Bold - - - - - Italic - - - - - MainDialog - - - Window Manager Preferences - - - - - Theme - - - - - Appearance - - - - - Font - - - - - - Windows - - - - - Move & Resize - - - - - Mouse - - - - - Desktops - - - - - Margins - - - - - Dock - - - - - &Install a new theme... - - - - - Create a theme &archive (.obt)... - - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - Window Titles - - - - - Button order: - - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - All monitors - - - - - The active monitor - - - - - The monitor with the mouse - - - - - Primary monitor - - - - - Primary Monitor - - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Primary &monitor: - - - - - Fixed Monitor - - - - - Active Monitor - - - - - Monitor With Mouse Pointer - - - - - &Fixed monitor: - - - - - Moving and Resizing Windows - - - - - Update the window contents while &resizing - - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Information Dialog - - - - - - Centered - - - - - From left edge - - - - - From right edge - - - - - Fixed &y position: - - - - - From top edge - - - - - From bottom edge - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - - - - - When resizing terminal windows - - - - - Always - - - - - Never - - - - - Centered on the window - - - - - Above the window - - - - - Fixed position on screen - - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Titlebar - - - - - Double click on the &titlebar: - - - - - Maximizes the window - - - - - Shades the window - - - - - Double click ti&me: - - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - - - - - &Desktop names: - - - - - Desktop Margins - - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - - - - - - - - px - - - - - Top: - - - - - Right: - - - - - Bottom: - - - - - About - - - - - Obconf::MainDialog - - - - Choose an Openbox theme - - - - - - (Unnamed desktop) - - - - - Custom actions - - - - - About ObConf-Qt - - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - diff --git a/src/translations/obconf-qt_ca.ts b/src/translations/obconf-qt_ca.ts deleted file mode 100644 index 32dac92..0000000 --- a/src/translations/obconf-qt_ca.ts +++ /dev/null @@ -1,739 +0,0 @@ - - - - - Fm::FontButton - - - Bold - - - - - Italic - - - - - MainDialog - - - Mouse - - - - - Window Manager Preferences - - - - - Theme - - - - - Appearance - - - - - Font - - - - - - Windows - - - - - Move & Resize - - - - - Desktops - - - - - Margins - - - - - Dock - - - - - Window Titles - - - - - Button order: - - - - - Moving and Resizing Windows - - - - - Information Dialog - - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - Titlebar - - - - - Desktop Margins - - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - - - - - - - - px - - - - - Top: - - - - - Right: - - - - - Bottom: - - - - - All monitors - - - - - The active monitor - - - - - The monitor with the mouse - - - - - Primary Monitor - - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Fixed Monitor - - - - - Active Monitor - - - - - Monitor With Mouse Pointer - - - - - - Centered - - - - - From left edge - - - - - From right edge - - - - - From top edge - - - - - From bottom edge - - - - - When resizing terminal windows - - - - - Always - - - - - Never - - - - - Centered on the window - - - - - Above the window - - - - - Fixed position on screen - - - - - Maximizes the window - - - - - Shades the window - - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - Primary monitor - - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - - - - - &Install a new theme... - - - - - Create a theme &archive (.obt)... - - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - - - - - &Fixed monitor: - - - - - Update the window contents while &resizing - - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - - - - - Double click ti&me: - - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - - - - - &Desktop names: - - - - - Obconf::MainDialog - - - Custom actions - - - - - - - (Unnamed desktop) - - - - - About ObConf-Qt - - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - - Choose an Openbox theme - - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - diff --git a/src/translations/obconf-qt_de.ts b/src/translations/obconf-qt_de.ts deleted file mode 100644 index f604842..0000000 --- a/src/translations/obconf-qt_de.ts +++ /dev/null @@ -1,816 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Fett - - - - Italic - Kursiv - - - - MainDialog - - - Window Manager Preferences - Fenstermanager Openbox :: Einstellungen - - - - Theme - Thema - - - - Appearance - Erscheinungsbild - - - - Font - Schrift - - - - - Windows - Fenster - - - - Move & Resize - Verschieben und Größe ändern - - - - Mouse - Maus - - - - Desktops - Arbeitsflächen - - - - Margins - Ränder - - - - Dock - Dock - - - - &Install a new theme... - Neues Thema &installieren... - - - - Create a theme &archive (.obt)... - Themenarchiv &erstellen (.obt)... - - - - &Windows retain a border when undecorated - Undekorierte Fenster um&randen - - - - A&nimate iconify and restore - Minimieren und Wiederherstellen &animieren - - - - Window Titles - Fenstertitel - - - - Button order: - Anordnung der Schaltflächen (Knöpfe): - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Fenstersymbol -L: Fenstertitel -I: Minimieren -M: Maximieren -C: Schließen -S: Einrollen -D: auf allen Arbeitsflächen - - - - &Active window title: - Fenstertitel &aktives Fenster - - - - &Inactive window title: - Fenstertitel &inaktives Fenster - - - - Menu &header: - Menü - &Überschrift - - - - &Menu Item: - Menü - einzelne &Einträge - - - - Active &On-screen display: - A&ktive Bildschirmanzeige - - - - Inactive O&n-screen display: - I&naktive Bildschirmanzeige - - - - Focus &new windows when they appear - &Neue Fenster beim Erscheinen fokussieren - - - - &Place new windows under the mouse pointer - Neue Fenster unter dem Mauszeiger &platzieren - - - - &Center new windows when they are placed - Neue Fenster &zentrieren - - - - Prefer to place new windows &on: - Neue Fenster &vorzugsweise platzieren auf - - - - All monitors - allen Bildschirmen - - - - The active monitor - dem aktiven Bildschirm - - - - The monitor with the mouse - dem Bildschirm, wo sich der Mauszeiger befindet - - - - Primary monitor - dem primären Bildschirm - - - - Primary Monitor - Primärer Bildschirm - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Der primäre Bildschirm ist derjenige, auf dem Dialoge wie der zum Wechsel von Fenstern angezeigt werden. - - - - Primary &monitor: - P&rimärer Bildschirm - - - - Fixed Monitor - Festgelegter Bildschirm - - - - Active Monitor - aktiver Bildschirm - - - - Monitor With Mouse Pointer - Bildschirm, wo sich der Mauszeiger befindet - - - - &Fixed monitor: - &Festgelegter Bildschirm - - - - Moving and Resizing Windows - Verschieben und Größenänderung von Fenstern - - - - Update the window contents while &resizing - Fensterinhalt während &Größenänderungen anzeigen - - - - Drag &threshold distance: - Abstand beim &Verschieben - - - - Amount of resistance against other &windows: - Widerstand gegenüber anderen &Fenstern - - - - Amount of resistance against screen &edges: - Widerstand gegenüber &Bildschirmrändern - - - - &Amount of time to wait before switching: - Ver&zögerung vor dem Arbeitsflächenwechsel - - - - &Switch desktops when moving a window past the screen edge - Arbeitsfläche beim Verschieben des Fensters über ihren Rand &wechseln - - - - Information Dialog - Informationsdialog - - - - - Centered - Fenstermitte - - - - From left edge - Vom linken Rand - - - - From right edge - Vom rechten Rand - - - - Fixed &y position: - Festgelegte &y-Position (Pixel) - - - - From top edge - Vom oberen Rand - - - - From bottom edge - Vom unteren Rand - - - - Information dialog's &position: - &Position des Informationsdialogs - - - - Fixed &x position: - Festgelegte &x-Position (Pixel) - - - - Show &information dialog: - &Informationsdialog anzeigen: - - - - When resizing terminal windows - Bei Größenänderung von Terminalfenstern - - - - Always - Immer - - - - Never - Nie - - - - Centered on the window - Fenstermitte - - - - Above the window - Oberhalb des Fensters - - - - Fixed position on screen - Feste Position auf dem Bildschirm - - - - Focusing Windows - Fokussieren von Fenstern - - - - Focus windows when the mouse pointer moves over them - Fenster &fokussieren, wenn sich der Mauszeiger über ihnen befindet - - - - &Delay before focusing and raising windows: - &Verzögerung vor dem Fokussieren und Hervorheben - - - - Move focus under the mouse when &switching desktops - Beim &Wechsel von Arbeitsflächen Fokus unter den Mauszeiger bringen - - - - Move focus &under the mouse when the mouse is not moving - Fokus &unter die Maus bringen, wenn diese nicht bewegt wird - - - - &Raise windows when the mouse pointer moves over them - Fenster &hervorheben, wenn sich der Mauszeiger darüber befindet - - - - Titlebar - Fenstertitel - - - - Double click on the &titlebar: - Doppelklick auf den Fenster&titel - - - - Maximizes the window - Maximiert das Fenster - - - - Shades the window - Rollt das Fenster ein - - - - Double click ti&me: - &Intervall für Doppelklick - - - - &Show a notification when switching desktops - Benachrichtigung beim Arbeitsflächen&wechsel anzeigen - - - - &Amount of time to show the notification for: - &Dauer, für die die Benachrichtigung angezeigt wird - - - - &Number of desktops: - An&zahl an Arbeitsflächen - - - - &Desktop names: - &Bezeichnungen der Arbeitsflächen - - - - Desktop Margins - Arbeitsflächenränder - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Arbeitsflächenränder sind reservierte Bereiche am Rand des Bildschirms. Neue Fenster werden dort nicht platziert und maximierte Fenster überdecken diese Bereiche nicht. - - - - Left: - Links - - - - - - - px - Pixel (px) - - - - Top: - Oben - - - - Right: - Rechts - - - - Bottom: - Unten - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - Das "dock" ist ein graphisches Objekt zum Vorhalten sogenannter dock-Anwendungen ("dockapps"), die z. B. eine Uhr oder Benachrichtigungen anzeigen können. -Das dock wird erst nach dem Starten von dockapps sichtbar. - - - - Position - Position - - - - &Position: - &Position: - - - - Top Left - oben links - - - - Top - oben zentriert - - - - Top Right - oben rechts - - - - Left - mitte (vertikal) links - - - - Right - mitte (vertikal) rechts - - - - Bottom Left - unten rechts - - - - Bottom - unten zentriert - - - - Bottom Right - unten rechts - - - - Floating - manuell festgelegte Position - - - - &Floating position: - &manuell festgelegte Position - - - - x - x - - - - Allow &windows to be placed within the dock's area - Positionieren von &Fenstern über dem dock erlauben - - - - &Orientation: - Ausrichtung - - - - Vertical - vertikal - - - - Horizontal - horizontal - - - - Stacking - Ebenen - - - - Keep dock &above other windows - immer im &Vordergrund - - - - A&llow dock to be both above and below windows - analog &regulären Fenstern (Vorder- und Hintergrund möglich) - - - - Keep dock &below other windows - immer im &Hintergrund - - - - Hiding - Ausblenden - - - - &Delay before hiding: - Verzögerung vor dem &Ausblenden - - - - Delay before &showing: - Verzögerung vor dem &Einblenden - - - - &Hide off screen - Ausblenden a&ktivieren - - - - About - &Über ObConf-Qt - - - - Obconf::MainDialog - - - - Choose an Openbox theme - Auswahl des Openbox Themas - - - - - - (Unnamed desktop) - (Unbenannte Arbeitsfläche) - - - - Custom actions - Benutzerdefinierte Aktionen - - - - About ObConf-Qt - Über ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - graphische Benutzeroberfläche zur Konfiguration des Fenstermanagers Openbox - -Copyright (c) 2014-2015 - -Autor: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -Das Programm basiert auf ObConf, entwickelt von -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - graphische Benutzeroberfläche zur Konfiguration des Fenstermanagers Openbox - -Copyright (c) 2003-2013 - -Autoren: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - QObject - - - "%1" was installed to %1 - "%1" wurde nach %1 installiert - - - - "%1" was successfully created - "%1" wurde erfolgreich erstellt - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Erstellung des Themenarchivs "%1" ist fehlgeschlagen. - Die folgenden Fehlermeldungen wurden mitgeteilt: - %2 - - - - - Unable to run the "tar" command: %1 - "tar" Befehl %1 kann nicht ausgeführt werden - - - - Unable to create directory "%1": %2 - Verzeichnis "%1" kann nicht erstellt werden: %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" scheint kein korrektes Themenverzeichnis von Openbox zu sein - - - - Unable to move to directory "%1": %2 - Verzeichnis "%1" kann nicht verschoben werden: %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Datei "%1" kann nicht entpackt werden. - Bitte sicherstellen, dass "%2" beschrieben werden kann und die Datei ein korrektes Archiv mit einem Openbox Thema ist. - Folgende Fehlermeldungen wurden mitgeteilt: - %3 - - - - ObConf Error - ObConf-Qt Fehler - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -Dieses Programm wird unter Ausschluss jeglicher Garantie zur Verfügung -gestellt. -Es handelt sich um freie Software,die unter Beachtung bestimmter -Voraussetzungen gerne weitergegeben werden darf, Näheres enthält die -Datei COPYING. - - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Übersicht: obconf [Optionen] [ARCHIVE.obt] - -Optionen: - --help diesen Hilfetext ausgeben und Programm beenden - --version Version ausgeben und Programm beenden - --install ARCHIVE.obt Thema aus angegebenem Archiv extrahieren und verwenden - --archive THEMA Archiv mit dem im genannten Verzeichnis befindlichen Thema erstellen - --config-file DATEI zu verwendende Konfigurationsdatei explizit angeben - - - - - --install requires an argument - - --install benötigt ein Argument - - - - --archive requires an argument - - --archive benötigt ein Argument - - - - --config-file requires an argument - - --config-file benötigt ein Argument - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Fehler bei der Auswertung der Konfigurationsdatei von Openbox. Die Konfigurationsdatei ist nicht in korrekter XML verfasst. - - - --archive requires an argument - --archive benötigt ein Argument - - - --config-file requires an argument - --config-file benötigt ein Argument - - - - - Error - Fehler - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Datei rc.xml konnte nicht geladen werden. Möglicher Weise wurde Openbox nicht korrekt installiert. - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - - Message: %1 - Fehler bei der Verarbeitung der Konfigurationsdatei von Openbox. Die genannte Datei ist kein korrektes XML. - - Fehlermeldung: %1 - - - diff --git a/src/translations/obconf-qt_es.ts b/src/translations/obconf-qt_es.ts deleted file mode 100644 index 7df55fd..0000000 --- a/src/translations/obconf-qt_es.ts +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Negrita - - - - Italic - Cursiva - - - - MainDialog - - - Mouse - Ratón - - - - Window Manager Preferences - Preferencias del gestor de ventanas - - - - Theme - Tema - - - - Appearance - Apariencia - - - - Font - Tipo de letra - - - - - Windows - Ventanas - - - - Move & Resize - Mover y redimensionar - - - - Desktops - Escritorios - - - - Margins - Márgenes - - - - Dock - - - - - Window Titles - Títulos de las ventanas - - - - Button order: - Orden de los botones: - - - - Moving and Resizing Windows - Mover y redimensionar ventanas - - - - Information Dialog - Diálogo de información - - - - Focusing Windows - Enfocar ventanas - - - - Focus windows when the mouse pointer moves over them - Enfocar las ventanas al pasar el ratón sobre ellas - - - - Titlebar - Barra de título - - - - Desktop Margins - Márgenes del escritorio - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Los márgenes del escritorio son áreas reservadas en los bordes de la pantalla. Las ventanas nuevas no los ocuparán y las ventanas maximizadas no los cubrirán. - - - - Left: - Izquierdo: - - - - - - - px - px - - - - Top: - Superior: - - - - Right: - Derecho: - - - - Bottom: - Inferior: - - - - All monitors - Todos los monitores - - - - The active monitor - El monitor activo - - - - The monitor with the mouse - El monitor que contiene el ratón - - - - Primary Monitor - Monitor primario - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - El monitor primario es donde Openbox ubicará los diálogos, como el usado para alternar las ventanas. - - - - Fixed Monitor - Monitor fijo - - - - Active Monitor - Monitor activo - - - - Monitor With Mouse Pointer - Monitor con el puntero del ratón - - - - - Centered - Centrado - - - - From left edge - Desde el borde izquierdo - - - - From right edge - Desde el borde derecho - - - - From top edge - Desde el borde superior - - - - From bottom edge - Desde el borde inferior - - - - When resizing terminal windows - Al redimensionar ventanas de terminal - - - - Always - Siempre - - - - Never - Nunca - - - - Centered on the window - Centrado en la ventana - - - - Above the window - Encima de la ventana - - - - Fixed position on screen - Posición fija en la pantalla - - - - Maximizes the window - Maximiza la ventana - - - - Shades the window - Enrolla la ventana - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Icono de ventana -L: Título de ventana -I: Reducir a icono (minimizar) -M: Maximizar -C: Cerrar -S: Enrollar -D: Omnipresente (en todos los escritorios) - - - - Primary monitor - Monitor primario - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Acerca de - - - - &Install a new theme... - &Instalar un tema nuevo… - - - - Create a theme &archive (.obt)... - Crear &archivador de tema (.obt)… - - - - &Windows retain a border when undecorated - Las &ventanas conservan un borde cuando no hay decoración - - - - A&nimate iconify and restore - A&nimación al minimizar y restaurar - - - - &Active window title: - Título de ventana &activa: - - - - &Inactive window title: - Título de ventana &inactiva: - - - - Menu &header: - Encabe&zamiento del menú: - - - - &Menu Item: - Elemento del &menú: - - - - Active &On-screen display: - Visualización en &pantalla activa: - - - - Inactive O&n-screen display: - Visualización en pa&ntalla inactiva: - - - - Focus &new windows when they appear - Enfocar las ventanas &nuevas cuando aparecen - - - - &Place new windows under the mouse pointer - &Ubicar las ventanas nuevas bajo el puntero del ratón - - - - &Center new windows when they are placed - &Centrar las ventanas nuevas al ubicarlas - - - - Prefer to place new windows &on: - &Ubicar las ventanas nuevas en: - - - - Primary &monitor: - &Monitor primario: - - - - &Fixed monitor: - Monitor &fijo: - - - - Update the window contents while &resizing - Actualizar contenido de la ventana al &redimensionarla - - - - Drag &threshold distance: - &Umbral de distancia del arrastre: - - - - Amount of resistance against other &windows: - Cantidad de resistencia a otras &ventanas: - - - - Amount of resistance against screen &edges: - Cantidad de resistencia a los bordes de la &pantalla: - - - - &Amount of time to wait before switching: - &Tiempo a esperar antes de cambiar: - - - - &Switch desktops when moving a window past the screen edge - Ca&mbiar de escritorio al mover una ventana más allá del borde de la pantalla - - - - Fixed &y position: - Posición &Y fija: - - - - Information dialog's &position: - &Posición del diálogo de información: - - - - Fixed &x position: - Posición &X fija: - - - - Show &information dialog: - Mostrar diálogo de &información: - - - - &Delay before focusing and raising windows: - &Retardo antes de enfocar y elevar ventanas: - - - - Move focus under the mouse when &switching desktops - Mover el foco bajo el ratón al cam&biar de escritorio - - - - Move focus &under the mouse when the mouse is not moving - Mover el foco ba&jo el ratón cuando éste no está en movimiento - - - - &Raise windows when the mouse pointer moves over them - &Elevar las ventanas cuando el puntero del ratón se mueve sobre ellas - - - - Double click on the &titlebar: - Pulsación doble en la barra de &título: - - - - Double click ti&me: - Tie&mpo de pulsación doble: - - - - &Show a notification when switching desktops - &Mostrar notificación al cambiar de escritorio - - - - &Amount of time to show the notification for: - Por &cuánto tiempo mostrar la notificación: - - - - &Number of desktops: - &N.º de escritorios: - - - - &Desktop names: - Nom&bres de escritorios: - - - - Obconf::MainDialog - - - Custom actions - Acciones personalizadas - - - - - - (Unnamed desktop) - (Escritorio sin nombre) - - - - About ObConf-Qt - Acerca de ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Un gestor de configuración para Openbox - -Copyright © 2003-2013 - -Autores: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Elija un tema de Openbox - - - - QObject - - - "%1" was installed to %1 - Se instaló «%1» en %1 - - - - "%1" was successfully created - Se ha creado «%1» correctamente - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - No se puede crear el archivador de tema «%1». -Se produjeron los siguientes errores: -%2 - - - - - Unable to run the "tar" command: %1 - No se puede ejecutar la orden «tar»: %1 - - - - Unable to create directory "%1": %2 - No se puede crear la carpeta «%1»: %2 - - - - "%1" does not appear to be a valid Openbox theme directory - «%1» no parece ser una carpeta de tema de Openbox válida - - - - Unable to move to directory "%1": %2 - No se puede mover a la carpeta «%1»: %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - No se puede extraer el archivo «%1». -Asegúrese de que «%2» es escribible y de que el archivo es un tema de Openbox válido. -Se produjeron los siguientes errores: -%3 - - - - ObConf Error - Error de ObConf - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Sintaxis: obconf [opciones] [ARCHIVADOR.obt] - -Opciones: - --help Mostrar esta ayuda y salir - --version Mostrar la versión y salir - --install ARCHIVADOR.obt Instalar el tema dado y seleccionarlo - --archive TEMA Crear un archivador a partir de la carpeta dada - --config-file ARCHIVO Especificar ruta al archivo de conf. a usar - - - - - --install requires an argument - - --install necesita un argumento - - - - - --archive requires an argument - - --archive necesita un argumento - - - - - --config-file requires an argument - - --config-file necesita un argumento - - - - - - Error - Error - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Falló la carga de un rc.xml. Puede que la instalación de Openbox sea incorrecta. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Ocurrió un error al analizar el archivo de configuración de Openbox: este no contiene XML válido. - -Mensaje: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright © 2003-2008 Dana Jansens -Copyright © 2003 Tim Riley -Copyright © 2007 Javeed Shaikh -Copyright © 2013 Hong Jen Yee (PCMan) - -Este programa viene SIN NINGUNA GARANTÍA. -Esto es software libre que puede redistribuir bajo -algunas condiciones. Consulte el archivo COPYING. - - - - - diff --git a/src/translations/obconf-qt_gl.ts b/src/translations/obconf-qt_gl.ts deleted file mode 100644 index b29f966..0000000 --- a/src/translations/obconf-qt_gl.ts +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Negra - - - - Italic - Cursiva - - - - MainDialog - - - Mouse - Rato - - - - Window Manager Preferences - Preferencias do xestor de xanelas - - - - Theme - Tema - - - - Appearance - Aparencia - - - - Font - Tipo de letra - - - - - Windows - Xanelas - - - - Move & Resize - Mover e reaxustar - - - - Desktops - Escritorios - - - - Margins - Marxes - - - - Dock - Doca - - - - Window Titles - Títulos de xanela - - - - Button order: - Orde dos botóns - - - - Moving and Resizing Windows - Mover e redimensionar as xanelas - - - - Information Dialog - Diálogo de información - - - - Focusing Windows - Xanelas en foco - - - - Focus windows when the mouse pointer moves over them - Pon en foco as xanelas cando o rato pasa sobre elas - - - - Titlebar - Barra de título - - - - Desktop Margins - Marxes do escritorio - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - As marxes de escritorio son áreas reservadas no bordo da pantalla. As novas xanelas no se situaran dentro dunha marxe, e as xanelas maximizadas non os cubrirán. - - - - Left: - Esquerda: - - - - - - - px - px - - - - Top: - Arriba: - - - - Right: - Dereita: - - - - Bottom: - Abaixo: - - - - All monitors - Todos os monitores - - - - The active monitor - O monitor activo - - - - The monitor with the mouse - O monitor co rato - - - - Primary Monitor - Monitor primario - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - O monitor primario é no que o Openbox colocará os cadros de diálogo, como o que se utiliza para o carrusel de xanelas. - - - - Fixed Monitor - Monitor fixo - - - - Active Monitor - Monitor activo - - - - Monitor With Mouse Pointer - Monitor co punteiro do rato - - - - - Centered - Centrado - - - - From left edge - Desde o bordo esquerdo - - - - From right edge - Desde o bordo dereito - - - - From top edge - Desde o bordo superior - - - - From bottom edge - Desde o bordo inferior - - - - When resizing terminal windows - Ao cambiar o tamaño das xanelas do terminal - - - - Always - Sempre - - - - Never - Nunca - - - - Centered on the window - Centrado na xanela - - - - Above the window - Por riba da xanela - - - - Fixed position on screen - Posición fixa na pantalla - - - - Maximizes the window - Maximizar a xanela - - - - Shades the window - Ensombrecer a xanela - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Icona da xanela -L: Etiqueta da xanela (título) -I: Iconificar (minimizar) -M: Maximizar -C: Pechar -S: Cortina (enrolar) -D: Omnipresente (en todos os escritorios) - - - - Primary monitor - Monitor primario - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Sobre - - - - &Install a new theme... - &Instalar un tema novo… - - - - Create a theme &archive (.obt)... - Crear un &arquivo de tema (.obt)... - - - - &Windows retain a border when undecorated - As &xanelas conservan un bordo cando non hai decoración - - - - A&nimate iconify and restore - A&nimar a iconificación e a restauración - - - - &Active window title: - Título da xanela &activa: - - - - &Inactive window title: - Título da xanela &inactiva: - - - - Menu &header: - &Cabeceira do menú: - - - - &Menu Item: - &Elemento do menú: - - - - Active &On-screen display: - Vista en &pantalla activada: - - - - Inactive O&n-screen display: - Vista en pa&ntalla desactivada: - - - - Focus &new windows when they appear - Poñer en foco as xanelas &novas cando aparezan - - - - &Place new windows under the mouse pointer - &Poñer as xanelas novas baixo o punteiro do rato - - - - &Center new windows when they are placed - &Centrar as novas xanelas ao seren posicionadas - - - - Prefer to place new windows &on: - &Centrar as novas xanelas cando se coloquen - - - - Primary &monitor: - Monitor &primario - - - - &Fixed monitor: - Monitor &fixo - - - - Update the window contents while &resizing - Actualizar o contido das xanelas ao &redimensionar - - - - Drag &threshold distance: - &Limiar de distancia do arrastre: - - - - Amount of resistance against other &windows: - Canta resistencia fronte a outras &xanelas: - - - - Amount of resistance against screen &edges: - Canta resistencia fronte aos &bordos da pantalla: - - - - &Amount of time to wait before switching: - Canto &tempo que debe transcorrer antes de cambiar: - - - - &Switch desktops when moving a window past the screen edge - &Cambiar entre escritorios cando se move unha xanela fora do bordo da pantalla - - - - Fixed &y position: - Posición &Y fixa: - - - - Information dialog's &position: - &Posición dos diálogos de información: - - - - Fixed &x position: - Posición &X fixa: - - - - Show &information dialog: - Amosar o diálogo de &información: - - - - &Delay before focusing and raising windows: - &Atraso antes de enfocar e elevar as xanelas: - - - - Move focus under the mouse when &switching desktops - Mover o foco baixo o rato ao &cambiar de escritorio - - - - Move focus &under the mouse when the mouse is not moving - Mover o foco &baixo o rato cando se move o ratpo - - - - &Raise windows when the mouse pointer moves over them - &Elevar as xanelas cando o rato pase sobre elas - - - - Double click on the &titlebar: - Duplo clic na barra de &título: - - - - Double click ti&me: - Te&mpo de duplo clic: - - - - &Show a notification when switching desktops - &Amosar un aviso ao cambiar de escritorio - - - - &Amount of time to show the notification for: - &Tempo no que amosar o aviso para: - - - - &Number of desktops: - &Número de escritorios: - - - - &Desktop names: - Nomes dos &escritorios: - - - - Obconf::MainDialog - - - Custom actions - Accións personalizadas - - - - - - (Unnamed desktop) - (Escritorio sen nome) - - - - About ObConf-Qt - Sobre o ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Un xestor de preferencias para o Openbox - -Copyright (c) 2003-2013 - -Autores: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Escoller un tema do Openbox - - - - QObject - - - "%1" was installed to %1 - «%1» foi instalado en %1 - - - - "%1" was successfully created - «%1» foi creado satisfactoriamente - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Non foi posíbel crear o arquivo do tema «%1». -Informouse dos seguintes erros: -%2 - - - - - Unable to run the "tar" command: %1 - Non foi posíbel executar a orde «tar»: %1 - - - - Unable to create directory "%1": %2 - Non foi posíbel crear o directorio «%1»: %2 - - - - "%1" does not appear to be a valid Openbox theme directory - Semella que «%1» non é un directorio de tema correcto para o Openbox - - - - Unable to move to directory "%1": %2 - Non é posíbel mover ao directorio «%1»: %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Non foi posíbel extraer o ficheiro «%1». -Asegúrese de que pode escribir en «%2» e de que o ficheiro é un arquivo de tema correcto para o Openbox. -Informáronse os seguintes erros: -%3 - - - - ObConf Error - Produciuse un erro no ObConf - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Syntaxe: obconf [opcións] [ARQUIVO.obt] - -Opcións: - --help Amosa esta axuda e sae - --version Amosa a versión e sae - --install ARQUIVO.obt Instala o arquivo indicado do tema e selecciónao - --archive TEMA Crea un arquivo do tema do directorio de tema indicado - --config-file FICHEIRO Especifica a ruta ao ficheiro de configuración que usar - - - - - --install requires an argument - - --install require un argumento - - - - - --archive requires an argument - - --archive require un argumento - - - - - --config-file requires an argument - - --config-file require un argumento - - - - - - Error - Erro - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Non foi posíbel cargar un rc.xml. Probabelmente non foi quen de instalar o Openbox correctamente. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Produciuse un erro ao analizar o ficheiro de configuración do Openbox . O ficheiro de configuración non é un XML correcto. - -Mensaxe: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -Este programa non ten ABSOLUTAMENTE NINGUNHA GARANTÍA. -Isto é software libre, convidámolo a redistribuílo baixo certas -condicións. Vexa o ficheiro COPYING para obter máis detalles. - - - - - diff --git a/src/translations/obconf-qt_hr.ts b/src/translations/obconf-qt_hr.ts deleted file mode 100644 index e5cdea1..0000000 --- a/src/translations/obconf-qt_hr.ts +++ /dev/null @@ -1,764 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Masno - - - - Italic - Kurziv - - - - MainDialog - - - Mouse - Miš - - - - Window Manager Preferences - Osobitosti upravitelja prozora - - - - Theme - Tema - - - - Appearance - Izgled - - - - Font - Font - - - - - Windows - Prozori - - - - Move & Resize - Pomakni & promjeni veličinu - - - - Desktops - Radne površine - - - - Margins - Margine - - - - Dock - - - - - Window Titles - Naslovi prozora - - - - Button order: - Redoslijed dugmadi: - - - - Moving and Resizing Windows - Pomicanje i promjena veličine prozora - - - - Information Dialog - Informacijski dijalog - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - Titlebar - Naslovna traka - - - - Desktop Margins - Margine radne površine - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - Lijevo: - - - - - - - px - px - - - - Top: - Vrh: - - - - Right: - Desno: - - - - Bottom: - Dno: - - - - All monitors - Svi monitori - - - - The active monitor - Aktivni monitor - - - - The monitor with the mouse - Monitor s mišem - - - - Primary Monitor - Osnovni monitor - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Fixed Monitor - - - - - Active Monitor - Aktivni monitor - - - - Monitor With Mouse Pointer - Monitor sa pokazivačem miša - - - - - Centered - Centrirano - - - - From left edge - Sa lijevog ruba - - - - From right edge - Sa desnog ruba - - - - From top edge - Sa gornjeg ruba - - - - From bottom edge - Sa donjeg ruba - - - - When resizing terminal windows - - - - - Always - Uvijek - - - - Never - Nikada - - - - Centered on the window - Centrirano na prozoru - - - - Above the window - Iznad prozora - - - - Fixed position on screen - - - - - Maximizes the window - - - - - Shades the window - Osjenčava prozor - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - Primary monitor - Osnovni monitor - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - O programu - - - - &Install a new theme... - Instaliraj novu temu… - - - - Create a theme &archive (.obt)... - Napravi temu i arhivu (.obt)... - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - &Active window title: - &Aktivni naslov prozora: - - - - &Inactive window title: - &Neaktivni naslov prozora: - - - - Menu &header: - - - - - &Menu Item: - &Stavka izbornika: - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - Osnovni &monitor: - - - - &Fixed monitor: - - - - - Update the window contents while &resizing - Ažuriraj sadtžaj prizora za vrijeme &promjene veličine - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - &Koliko treba pričekati prije prebacivanja: - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - Pokaži &informacijski dijalog: - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - Dvostruki klik na &naslovnu traku: - - - - Double click ti&me: - Vrijeme dvostrukog kli&ka: - - - - &Show a notification when switching desktops - &Pokaži obavjest kada prebacuješ radne površine - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - &Broj radnih površina: - - - - &Desktop names: - &Imena radnih površina: - - - - Obconf::MainDialog - - - Custom actions - Prilagođene radnje - - - - - - (Unnamed desktop) - (Neimenovana radna površina) - - - - About ObConf-Qt - O ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Upravitelj osobitostima za Openbox - -Autorska prava (c) 2003-2013 - -Autori: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Odaberite Openbox temu - - - - QObject - - - "%1" was installed to %1 - "%1" je bio instaliran na %1 - - - - "%1" was successfully created - "%1" je uspješno napravljen - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - NIje moguće napraviti arhivu teme "%1". -Slijedeće greške su prijavljene: -%2 - - - - - Unable to run the "tar" command: %1 - Nije moguće pokrenuti "tar" naredbu: %1 - - - - Unable to create directory "%1": %2 - Nije moguće napraviti direktorij "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" nije valjani Openbox direktorij teme - - - - Unable to move to directory "%1": %2 - NIje moguće premjestiti direktorij "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - ObConf greška - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - --install zahtjeva argument - - - - - --archive requires an argument - - --archive zahtjeva argument - - - - - --config-file requires an argument - - - - - - - Error - Greška - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Neuspjelo učitavanje rc.xml. Vjerojatno niste uspjeli valjano instalirati Openbox. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Greška prilikom analize Openbox konfiguracijske datoteke. Vaša konfiguracijaka datoteka nije valjani XML. - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - diff --git a/src/translations/obconf-qt_hu.ts b/src/translations/obconf-qt_hu.ts deleted file mode 100644 index df127e5..0000000 --- a/src/translations/obconf-qt_hu.ts +++ /dev/null @@ -1,770 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Kövér - - - - Italic - Dőlt - - - - MainDialog - - - Window Manager Preferences - Ablakkezelő tulajdonságok - - - - Theme - Téma - - - - Appearance - Megjelenés - - - - Font - Betű - - - - - Windows - Ablakok - - - - Move & Resize - Mozgatás és átméretezés - - - - Mouse - Egér - - - - Desktops - Asztalok - - - - Margins - Margók - - - - Dock - Dokk - - - - &Install a new theme... - ÚJ téma telep&ítés... - - - - Create a theme &archive (.obt)... - Téma &archívum készítés (.obt)... - - - - &Windows retain a border when undecorated - &Díszítetlen ablakok bekeretezése - - - - A&nimate iconify and restore - Ikonosítás és a visszaállítás &animált - - - - Window Titles - Ablakcímek - - - - Button order: - Gombsorrend: - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Ablakikon -L: Ablakcímke (Név) -I: Ikonosít (Minimalizál) -M: Maximál -C: Bezár -S: Elrejt (Felgördít) -D: Állandósít (Minden asztalon van) - - - - &Active window title: - &Aktív ablakcím: - - - - &Inactive window title: - &Inaktív ablakcím: - - - - Menu &header: - Menüfejléc: - - - - &Menu Item: - Menüelem: - - - - Active &On-screen display: - Aktív ké&pernyő: - - - - Inactive O&n-screen display: - I&naktív képernyő: - - - - Focus &new windows when they appear - Ú&j ablakra fókuszál - - - - &Place new windows under the mouse pointer - Új ablak helye az egérmutatónál - - - - &Center new windows when they are placed - Új ablak &központosítása - - - - Prefer to place new windows &on: - Új ablak&ok elsődleges helye: - - - - All monitors - Összes kijelző - - - - The active monitor - Aktív kijelző - - - - The monitor with the mouse - Egeres kijelző - - - - Primary monitor - Elsődleges kijelző - - - - Primary Monitor - Elsődleges kijelző - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Az elsődleges kijelző az, ahol a kijelzőváltó párbeszédablakok is megjelennek. - - - - Primary &monitor: - El&sődleges kijelző: - - - - Fixed Monitor - Fix kijelző - - - - Active Monitor - Aktív kijelző - - - - Monitor With Mouse Pointer - Egeres kijelző - - - - &Fixed monitor: - &Fix kijelző: - - - - Moving and Resizing Windows - Ablakmozgatás és átméretezés - - - - Update the window contents while &resizing - Ablaktartalom átméretezés alatt frissül - - - - Drag &threshold distance: - Húzási távolság: - - - - Amount of resistance against other &windows: - Tá&volság más ablakoktól: - - - - Amount of resistance against screen &edges: - Távolság a képernyőszél&ekhez: - - - - &Amount of time to wait before switching: - Munkaterületváltási vár&akozás: - - - - &Switch desktops when moving a window past the screen edge - Asztalváltás az ablak képről való kicsúsztatásakor - - - - Information Dialog - Információs párbeszédablak - - - - - Centered - Közepütt - - - - From left edge - Balszéltől - - - - From right edge - Jobbszéltől - - - - Fixed &y position: - Rögzített y hely: - - - - From top edge - Felső széltől - - - - From bottom edge - Alsó széltől - - - - Information dialog's &position: - Információs &párbeszédablak helye: - - - - Fixed &x position: - Rögzített x hely: - - - - Show &information dialog: - Információs ablak megjelenése: - - - - When resizing terminal windows - Terminálablak átméretezésekor - - - - Always - Mindig - - - - Never - Soha - - - - Centered on the window - Ablak közepén - - - - Above the window - Ablak felett - - - - Fixed position on screen - A kijelző rögzített helyén - - - - Focusing Windows - Ablakfókusz - - - - Focus windows when the mouse pointer moves over them - Egérmutatóval fókuszál - - - - &Delay before focusing and raising windows: - Ablakfókusz és kiemelés &késletetése - - - - Move focus under the mouse when &switching desktops - Asztalváltáskor fókusz az egérmutónál - - - - Move focus &under the mouse when the mouse is not moving - Fókusz az egérhez, ha az mozdulatlan - - - - &Raise windows when the mouse pointer moves over them - Ablakkiemelés, ha az egérkurzor odamegy - - - - Titlebar - Címsor - - - - Double click on the &titlebar: - Dupla kattintás a címsorra: - - - - Maximizes the window - Ablak maximalizálás - - - - Shades the window - Ablak eltűntetés - - - - Double click ti&me: - Duplakattintási &idő: - - - - &Show a notification when switching desktops - Asztalváltáskor értesítés - - - - &Amount of time to show the notification for: - Értesítés megjelenési idő: - - - - &Number of desktops: - Asztalok szá&ma: - - - - &Desktop names: - Asztal&nevek: - - - - Desktop Margins - Asztalmargók - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Asztali margók foglalt területek a kijelző szélén,az új ablakok ezen belülre kerülnek, a maximalizált ablakok nem lépnek túl rajtuk. - - - - Left: - Bal: - - - - - - - px - - - - - Top: - Fenn: - - - - Right: - Jobb: - - - - Bottom: - Lenn: - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - A programról - - - - Obconf::MainDialog - - - - Choose an Openbox theme - Válassz Openbox témát - - - - - - (Unnamed desktop) - (Névtelen asztal) - - - - Custom actions - Egyéb akciók - - - - About ObConf-Qt - Az ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Openbox beállító - -Copyright (c) 2003-2013 - -Szerzők: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - QObject - - - "%1" was installed to %1 - "%1" installált ide: %1 - - - - "%1" was successfully created - "%1" elkészült - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - A "%1" archív témakészítés sikertelen. -A hibajelentés: -%2 - - - - - Unable to run the "tar" command: %1 - A %1 tar parancs nem futtatható - - - - Unable to create directory "%1": %2 - Létrehozhatatlan a könyvtár "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - A "%1" érvénytelen Openbox téma könyvtár - - - - Unable to move to directory "%1": %2 - Nem mozgatható könyvtár "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - A "%1" fájl kicsomaglhatatlan. -A "%2" írható és a fájl érvényes Openbox téma archívum? -A hibák: -%3 - - - - ObConf Error - ObConf hiba - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - Hiba - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Nem mtöltgető be rc.xml fájl. Rendesen telepítve van az Openbox? - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - diff --git a/src/translations/obconf-qt_id.ts b/src/translations/obconf-qt_id.ts deleted file mode 100644 index 5b34516..0000000 --- a/src/translations/obconf-qt_id.ts +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Tebal - - - - Italic - Miring - - - - MainDialog - - - Mouse - Tetikus - - - - Window Manager Preferences - Preferensi Manajer Jendela - - - - Theme - Tema - - - - Appearance - Penampilan - - - - Font - Fonta - - - - - Windows - Jendela - - - - Move & Resize - Pindah & Ubah Ukuran - - - - Desktops - Desktop - - - - Margins - Marjin - - - - Dock - Dok - - - - Window Titles - Judul Jendela - - - - Button order: - Urutan tombol: - - - - Moving and Resizing Windows - Memindah dan Mengubah Ukuran Jendela - - - - Information Dialog - Dialog Informasi - - - - Focusing Windows - Pemfokusan Jendela - - - - Focus windows when the mouse pointer moves over them - Fokuskan jendela ketika penunjuk tetikus bergerak di atas mereka - - - - Titlebar - Bilah judul - - - - Desktop Margins - Marjin Desktop - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Marjin desktop adalah wilayah yang dicadangkan di tepi layar. Jendela baru tak akan ditempatkan di dalam jarmin, dan jendela yang dimaksimalkan tak akan menutupinya. - - - - Left: - Kiri: - - - - - - - px - px - - - - Top: - Puncak: - - - - Right: - Kanan: - - - - Bottom: - Dasar: - - - - All monitors - Semua monitor - - - - The active monitor - Monitor yang aktif - - - - The monitor with the mouse - Monitor dengan tetikus - - - - Primary Monitor - Monitor Primer - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Monitor primer adalah tempat dimana Openbox akan meletakkan dialog, seperti misalnya yang dipakai untuk berpindah jendela. - - - - Fixed Monitor - Monitor Tetap - - - - Active Monitor - Monitor Aktif - - - - Monitor With Mouse Pointer - Monitor Dengan Penunjuk Tetikus - - - - - Centered - Rata Tengah - - - - From left edge - Dari tepi kiri - - - - From right edge - Dari tepi kanan - - - - From top edge - Dari puncak - - - - From bottom edge - Dari dasar - - - - When resizing terminal windows - Ketika mengubah ukuran jendela terminal - - - - Always - Selalu - - - - Never - Tak pernah - - - - Centered on the window - Di tengah jendela - - - - Above the window - Di atas jendela - - - - Fixed position on screen - Posisi tetap pada layar - - - - Maximizes the window - Maksimalkan jendela - - - - Shades the window - Membuat jendela berbayang - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Ikon jendela -L: Label jendela (Judul) -I: Ikonkan (Minimalkan) -M: Maksimalkan -C: Tutup -S: Berbayang (Gulung) -D: Selalu ada (Pada semua desktop) - - - - Primary monitor - Monitor primer - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Tentang - - - - &Install a new theme... - &Pasang tema baru... - - - - Create a theme &archive (.obt)... - Buat suatu &arsip tema (.obt)... - - - - &Windows retain a border when undecorated - &Jendela mempertahankan perbatasan ketika tak didekorasi - - - - A&nimate iconify and restore - A&nimasikan menjadi ikon dan memulihkan - - - - &Active window title: - Judul jendela &aktif: - - - - &Inactive window title: - Judul jendela tak akt&if: - - - - Menu &header: - &Header menu: - - - - &Menu Item: - Butir &Menu: - - - - Active &On-screen display: - Tampilan Pada layar yang aktif: - - - - Inactive O&n-screen display: - Tampilan Pada layar yang tak aktif: - - - - Focus &new windows when they appear - Fokus ke je&ndela baru ketika mereka muncul - - - - &Place new windows under the mouse pointer - Tem&patkan jendela baru di bawah penunjuk tetikus - - - - &Center new windows when they are placed - Rata &tengahkan jendela baru ketika mereka ditempatkan - - - - Prefer to place new windows &on: - Lebih suka menempatkan jendela baru p&ada: - - - - Primary &monitor: - &Monitor primer: - - - - &Fixed monitor: - Monitor &tetap: - - - - Update the window contents while &resizing - Mutakhirkan isi jendela ketika mengubah uku&ran - - - - Drag &threshold distance: - Jarak ambang sere&t: - - - - Amount of resistance against other &windows: - Banyaknya resistansi terhadap &jendela lain: - - - - Amount of resistance against screen &edges: - Banyaknya resistansi terhadap t&epi layar: - - - - &Amount of time to wait before switching: - L&ama waktu tunggu sebelum bertukar: - - - - &Switch desktops when moving a window past the screen edge - Berpindah de&sktop ketika memindahkan suatu jendela melampai tepi layar - - - - Fixed &y position: - Posisi &y tetap: - - - - Information dialog's &position: - &Posisi dialog informasi: - - - - Fixed &x position: - Posisi &x tetap: - - - - Show &information dialog: - Tampilkan dialog &informasi: - - - - &Delay before focusing and raising windows: - Tun&daan sebelum memfokus dan menaikkan jendela: - - - - Move focus under the mouse when &switching desktops - Pindahkan fokus di bawah tetikus ketika bertukar de&sktop - - - - Move focus &under the mouse when the mouse is not moving - Pindahkan fok&us ke bawah tetikus ketika tetikus tak bergerak - - - - &Raise windows when the mouse pointer moves over them - Naikkan jendela ketika penunjuk tetikus berge&rak di atasnya - - - - Double click on the &titlebar: - Klik ganda pada bilah &judul: - - - - Double click ti&me: - Waktu klik ga&nda: - - - - &Show a notification when switching desktops - Tampilkan pemberitahuan ketika bertukar de&sktop - - - - &Amount of time to show the notification for: - L&amanya menampilkan pemberitahuan: - - - - &Number of desktops: - Ba&nyaknya desktop: - - - - &Desktop names: - Nama &desktop: - - - - Obconf::MainDialog - - - Custom actions - Aksi gubahan - - - - - - (Unnamed desktop) - (Desktop tanpa nama) - - - - About ObConf-Qt - Tentang ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Manajer preferensi untuk Openbox - -Hak cipta (c) 2003-2013 - -Penulis: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Pilih tema Openbox - - - - QObject - - - "%1" was installed to %1 - "%1" dipasang ke %1 - - - - "%1" was successfully created - "%1" telah berhasil dibuat - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Tak bisa membuat arsip tema "%1". -Kesalahan berikut dilaporkan: -%2 - - - - - Unable to run the "tar" command: %1 - Tak bisa menjalankan perintah "tar": %1 - - - - Unable to create directory "%1": %2 - Tak bisa membuat direktori "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" nampaknya bukan direktori tema Openbox yang valid - - - - Unable to move to directory "%1": %2 - Tak bisa memindah ke direktori "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Tak bisa mengekstrak berkas "%1". -Harap pastikan bahwa "%2" dapat ditulisi dan berkas tersebuat adalah arsip tema Openbox yang valid. -Kesalahan berikut dilaporkan: -%3 - - - - ObConf Error - Kesalahan ObConf - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Sintaks: obconf [opsi] [ARSIP.obt] - -Opsi: - --help Menampilkan bantuan ini dan keluar - --version Menampilkan versi dan keluar - --install ARSIP.obt Memasang arsip tema yang diberikan dan memilihnya - --archive TEMA Membuat suatu arsip tema dari direktori tema yang diberikan - --config-file BERKAS Menyatakan path ke berkas konfig yang akan dipakai - - - - - --install requires an argument - - --install memerlukan suatu argumen - - - - - --archive requires an argument - - --archive memerlukan suatu argumen - - - - - --config-file requires an argument - - --config-file memerlukan suatu argumen - - - - - - Error - Kesalahan - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Gagal memuat rc.xml. Mungkin Anda gagal memasang Openbox dengan benar. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Kesalahan saat mengurai berkas konfigurasi Openbox. Berkas konfigurasi Anda bukat XML yang valid. - -Pesan: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Hak cipta (c) 2003-2008 Dana Jansens -Hak cipta (c) 2003 Tim Riley -Hak cipta (c) 2007 Javeed Shaikh -Hak cipta (c) 2013 Hong Jen Yee (PCMan) - -Program ini SEPENUHNYA TANPA JAMINAN -Ini adalah perangkat lunak bebas, dan Anda boleh menyebarluaskannya -di bahwa kondisi tertentu. Lihat berkas COPYING untuk rinciannya. - - - - - diff --git a/src/translations/obconf-qt_is.ts b/src/translations/obconf-qt_is.ts deleted file mode 100644 index 60d0806..0000000 --- a/src/translations/obconf-qt_is.ts +++ /dev/null @@ -1,739 +0,0 @@ - - - - - Fm::FontButton - - - Bold - - - - - Italic - - - - - MainDialog - - - Mouse - - - - - Window Manager Preferences - - - - - Theme - - - - - Appearance - - - - - Font - - - - - - Windows - - - - - Move & Resize - - - - - Desktops - - - - - Margins - - - - - Dock - - - - - Window Titles - - - - - Button order: - - - - - Moving and Resizing Windows - - - - - Information Dialog - - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - Titlebar - - - - - Desktop Margins - - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - - - - - - - - px - - - - - Top: - - - - - Right: - - - - - Bottom: - - - - - All monitors - - - - - The active monitor - - - - - The monitor with the mouse - - - - - Primary Monitor - - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Fixed Monitor - - - - - Active Monitor - - - - - Monitor With Mouse Pointer - - - - - - Centered - - - - - From left edge - - - - - From right edge - - - - - From top edge - - - - - From bottom edge - - - - - When resizing terminal windows - - - - - Always - - - - - Never - - - - - Centered on the window - - - - - Above the window - - - - - Fixed position on screen - - - - - Maximizes the window - - - - - Shades the window - - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - Primary monitor - - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - - - - - &Install a new theme... - - - - - Create a theme &archive (.obt)... - - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - - - - - &Fixed monitor: - - - - - Update the window contents while &resizing - - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - - - - - Double click ti&me: - - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - - - - - &Desktop names: - - - - - Obconf::MainDialog - - - Custom actions - - - - - - - (Unnamed desktop) - - - - - About ObConf-Qt - - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - - Choose an Openbox theme - - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - diff --git a/src/translations/obconf-qt_ja.ts b/src/translations/obconf-qt_ja.ts deleted file mode 100644 index 24502be..0000000 --- a/src/translations/obconf-qt_ja.ts +++ /dev/null @@ -1,803 +0,0 @@ - - - - - Fm::FontButton - - - Bold - 太字 - - - - Italic - 斜体 - - - - MainDialog - - - Mouse - マウス - - - - Window Manager Preferences - ウィンドウマネージャの設定 - - - - Theme - テーマ - - - - Appearance - 外観 - - - - Font - フォント - - - - - Windows - ウィンドウ - - - - Move & Resize - 移動 & リサイズ - - - - Desktops - デスクトップ - - - - Margins - 余白 - - - - Dock - ドック - - - - Window Titles - ウィンドウのタイトル - - - - Button order: - ボタンの並び順: - - - - Moving and Resizing Windows - ウィンドウの移動とリサイズ - - - - Information Dialog - 情報ダイアログ - - - - Focusing Windows - ウィンドウのフォーカス - - - - Focus windows when the mouse pointer moves over them - マウスポインターが入った時、そのウィンドウをフォーカスする - - - - Titlebar - タイトルバー - - - - Desktop Margins - デスクトップの余白 - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - デスクトップの余白とは、画面の端に予約された領域のことです。新規ウィンドウは余白の上に置かれることはなく、最大化されたウィンドウがそこに被さる事はありません。 - - - - Left: - 左: - - - - - - - px - ピクセル - - - - Top: - 上: - - - - Right: - 右: - - - - Bottom: - 下: - - - - All monitors - 全てのモニター - - - - The active monitor - アクティブなモニター - - - - The monitor with the mouse - マウスのあるモニター - - - - Primary Monitor - 主モニター - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - 主モニターとは 例えばウィンドウの循環をさせる際のダイアログなどをOpenbox が配置するモニターです。 - - - - Fixed Monitor - 固定モニター - - - - Active Monitor - アクティブなモニター - - - - Monitor With Mouse Pointer - マウスポインターのあるモニター - - - - - Centered - 中央 - - - - From left edge - 左端から - - - - From right edge - 右端から - - - - From top edge - 上端から - - - - From bottom edge - 下端から - - - - When resizing terminal windows - 端末ウィンドウをリサイズするとき - - - - Always - 常に - - - - Never - しない - - - - Centered on the window - ウィンドウの中央に - - - - Above the window - ウィンドウの上に - - - - Fixed position on screen - 画面の固定位置に - - - - Maximizes the window - ウィンドウを最大化する - - - - Shades the window - ウィンドウに影をつける - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: ウィンドウアイコン -L: ウィンドウラベル (タイトル) -I: アイコン化 (最小化) -M: 最大化 -C: 閉じる -S: シェード化 (巻き上げる) -D: 全てのデスクトップに表示する - - - - Primary monitor - 主モニター - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - ドックは"dockapps"のためのコンテナです。dockappを実行しない限り表示されません。Dockappsは時計やシステムトレイで使用するようなアプリケーションを提供します。 - - - - Position - 位置 - - - - &Position: - 位置(&P): - - - - Top Left - 左上 - - - - Top - - - - - Top Right - 右上 - - - - Left - - - - - Right - - - - - Bottom Left - 左下 - - - - Bottom - - - - - Bottom Right - 右下 - - - - Floating - フローティング(固定しない) - - - - &Floating position: - フローティングの位置(&F): - - - - x - x - - - - Allow &windows to be placed within the dock's area - ウィンドウをドックエリアに配置することを可能にする(&w) - - - - &Orientation: - 方向(&O): - - - - Vertical - - - - - Horizontal - - - - - Stacking - 重ねあわせ - - - - Keep dock &above other windows - ドックを常に他のウィンドウの前面に配置する(&a) - - - - A&llow dock to be both above and below windows - ドックを他のウィンドウの前面にも背面にも配置することを可能にする(&l) - - - - Keep dock &below other windows - ドックを常に他のウィンドウの背面に配置する(&b) - - - - Hiding - ハイディング - - - - &Delay before hiding: - 隠れるまでの時間(&D): - - - - Delay before &showing: - 出現するまでの時間(&s): - - - - &Hide off screen - スクリーンから隠す(&H) - - - - About - このアプリケーションについて - - - - &Install a new theme... - 新規テーマのインストール(&I)... - - - - Create a theme &archive (.obt)... - テーマアーカイブ (.obt)の作成(&A)... - - - - &Windows retain a border when undecorated - ウィンドウ装飾が外されても枠は維持する(&W) - - - - A&nimate iconify and restore - アイコン化と復帰をアニメーションする(&N) - - - - &Active window title: - アクティブなウィンドウのタイトル(&A): - - - - &Inactive window title: - 非アクティブなウィンドウのタイトル(&I): - - - - Menu &header: - メニューのヘッダ(&H): - - - - &Menu Item: - メニューのアイテム(&M): - - - - Active &On-screen display: - アクティブなオンスクリーンディスプレイ(&O): - - - - Inactive O&n-screen display: - 非アクティブなオンスクリーンディスプレイ(&N): - - - - Focus &new windows when they appear - 新規ウィンドウが現れたときそれをフォーカスする(&N) - - - - &Place new windows under the mouse pointer - 新規ウィンドウはマウスポインタの下に配置する(&P) - - - - &Center new windows when they are placed - 新規ウィンドウは中央に配置する(&C) - - - - Prefer to place new windows &on: - 新規ウィンドウの配置設定(&O): - - - - Primary &monitor: - 主モニター(&M): - - - - &Fixed monitor: - 固定モニター(&F): - - - - Update the window contents while &resizing - リサイズ中もウィンドウの表示内容を更新する(&R) - - - - Drag &threshold distance: - ドラッグの閾値となる距離(&T): - - - - Amount of resistance against other &windows: - 他のウィンドウに接した時の抵抗の量(&W): - - - - Amount of resistance against screen &edges: - 画面端に接した時の抵抗の量(&E): - - - - &Amount of time to wait before switching: - デスクトップを切り替えるまでのウェイト(&A): - - - - &Switch desktops when moving a window past the screen edge - ウィンドウを画面端の先へ動かそうとした時デスクトップを切り替える(&S) - - - - Fixed &y position: - 固定のY位置(&Y): - - - - Information dialog's &position: - 情報ダイアログの位置(&P): - - - - Fixed &x position: - 固定のX位置(&X): - - - - Show &information dialog: - 情報ダイアログの表示(&I): - - - - &Delay before focusing and raising windows: - ウィンドウをフォーカスし前面に出すまでの遅延(&D): - - - - Move focus under the mouse when &switching desktops - デスクトップを切り替える際にマウスの下にあるウィンドウへフォーカスを移す(&S) - - - - Move focus &under the mouse when the mouse is not moving - マウスが動いていない時もそこへフォーカスを移す(&U) - - - - &Raise windows when the mouse pointer moves over them - マウスポインタが入ったウィンドウを前面に出す(&R) - - - - Double click on the &titlebar: - タイトルバー上のダブルクリック(&T): - - - - Double click ti&me: - ダブルクリックの時間(&M): - - - - &Show a notification when switching desktops - デスクトップ切替時に通知を表示する(&S) - - - - &Amount of time to show the notification for: - 通知を表示する時間の長さ(&A): - - - - &Number of desktops: - デスクトップの数(&N): - - - - &Desktop names: - デスクトップの名前(&D): - - - - Obconf::MainDialog - - - Custom actions - 独自のアクション - - - - - - (Unnamed desktop) - (無題のデスクトップ) - - - - About ObConf-Qt - OBConf-Qt について - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Openbox の設定マネージャ - -Copyright (c) 2003-2015 - -作者: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -このプログラムは下記の開発者によって開発されたObConfを基に開発されています。 -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Openbox の設定マネージャ - -Copyright (c) 2003-2013 - -作者: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Openbox テーマの選択 - - - - QObject - - - "%1" was installed to %1 - "%1" は %1 へインストールされました - - - - "%1" was successfully created - "%1" は無事に作成されました - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - テーマアーカイブ "%1" が作成できません。 -エラーメッセージは以下の通りです: -%2 - - - - - Unable to run the "tar" command: %1 - "tar" コマンドが実行できません: %1 - - - - Unable to create directory "%1": %2 - ディレクトリ "%1" が作成できません: %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" は有効な Openbox のテーマディレクトリではないようです - - - - Unable to move to directory "%1": %2 - ディレクトリ "%1" へ移動できません: %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - ファイル "%1” が展開できません。 -"%2" が書き込み可能であり、ファイルが正しい Openbox テーマアーカイブであることを確認してください。 -エラーメッセージは以下の通りです: -%3 - - - - ObConf Error - ObConf エラー - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - 構文: obconf [オプション] [ARCHIVE.obt] - -オプション: - --help このヘルプを表示して終了する - --version バージョンを表示して終了する - --install ARCHIVE.obt テーマアーカイブをインストールし、それを選択する - --archive THEME 指定したディレクトリからテーマアーカイブを作成する - --config-file FILE 使用する設定ファイルのパスを指定する - - - - - --install requires an argument - - --install には引数が必要です - - - - - --archive requires an argument - - --archive には引数が必要です - - - - - --config-file requires an argument - - --config-file には引数が必要です - - - - - - Error - エラー - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - rc.xml の読み込みに失敗しました。おそらくは Openbox のインストールが適切でありません。 - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Openbox 設定ファイルのパースエラーです。その設定ファイルは有効な XML ではありません。 - -メッセージ: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -このプログラムには全く何の保障もありません。 -これはフリーソフトウェアであり、あなたは定められた条件下で自由に -再配布することができます。詳細はファイル COPYING にて。 - - - - - diff --git a/src/translations/obconf-qt_pa.ts b/src/translations/obconf-qt_pa.ts deleted file mode 100644 index 86604d8..0000000 --- a/src/translations/obconf-qt_pa.ts +++ /dev/null @@ -1,739 +0,0 @@ - - - - - Fm::FontButton - - - Bold - - - - - Italic - - - - - MainDialog - - - Mouse - - - - - Window Manager Preferences - - - - - Theme - - - - - Appearance - - - - - Font - - - - - - Windows - - - - - Move & Resize - - - - - Desktops - - - - - Margins - - - - - Dock - - - - - Window Titles - - - - - Button order: - - - - - Moving and Resizing Windows - - - - - Information Dialog - - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - Titlebar - - - - - Desktop Margins - - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - - - - - - - - px - - - - - Top: - - - - - Right: - - - - - Bottom: - - - - - All monitors - - - - - The active monitor - - - - - The monitor with the mouse - - - - - Primary Monitor - - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Fixed Monitor - - - - - Active Monitor - - - - - Monitor With Mouse Pointer - - - - - - Centered - - - - - From left edge - - - - - From right edge - - - - - From top edge - - - - - From bottom edge - - - - - When resizing terminal windows - - - - - Always - - - - - Never - - - - - Centered on the window - - - - - Above the window - - - - - Fixed position on screen - - - - - Maximizes the window - - - - - Shades the window - - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - Primary monitor - - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - - - - - &Install a new theme... - - - - - Create a theme &archive (.obt)... - - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - - - - - &Fixed monitor: - - - - - Update the window contents while &resizing - - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - - - - - Double click ti&me: - - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - - - - - &Desktop names: - - - - - Obconf::MainDialog - - - Custom actions - - - - - - - (Unnamed desktop) - - - - - About ObConf-Qt - - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - - Choose an Openbox theme - - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - diff --git a/src/translations/obconf-qt_pl.ts b/src/translations/obconf-qt_pl.ts deleted file mode 100644 index 4ad295f..0000000 --- a/src/translations/obconf-qt_pl.ts +++ /dev/null @@ -1,790 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Pogrubienie - - - - Italic - Kursywa - - - - MainDialog - - - Mouse - Mysz - - - - Window Manager Preferences - Preferencje menedżera okien - - - - Theme - Motyw - - - - Appearance - Wygląd - - - - Font - Czcionka - - - - - Windows - Okna - - - - Move & Resize - Przenieś i zmień rozmiar - - - - Desktops - Pulpity - - - - Margins - Obrzeża - - - - Dock - Dok - - - - Window Titles - Tytuły okien - - - - Button order: - Kolejność przycisków: - - - - Moving and Resizing Windows - Przenoszenie i zmiana rozmiaru okien - - - - Information Dialog - Okno dialogowe - - - - Focusing Windows - Aktywacja okien - - - - Focus windows when the mouse pointer moves over them - Aktywuj okna, gdy wskaźnik myszy znajduje się nad nimi - - - - Titlebar - Pasek tytułu - - - - Desktop Margins - Obrzeża pulpitu - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Obrzeża pulpitu to zarezerwowany obszar na krawędziach Twojego ekranu. Nowe okna nie będą umieszczane na obrzeżach, a maksymalizowane okna nie będą ich pokrywać. - - - - Left: - Lewy: - - - - - - - px - piks. - - - - Top: - Górny: - - - - Right: - Prawy: - - - - Bottom: - Dolny: - - - - All monitors - Wszystkie monitory - - - - The active monitor - Aktywny monitor - - - - The monitor with the mouse - Monitor z myszą - - - - Primary Monitor - Monitor główny - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Główny monitor to ten, gdzie Openbox będzie umieszczać okna dialogowe, jak również ten służący do wymiany okien. - - - - Fixed Monitor - Stały monitor - - - - Active Monitor - Aktywny monitor - - - - Monitor With Mouse Pointer - Monitor ze wskaźnikiem myszy - - - - - Centered - Wyśrodkowane - - - - From left edge - Od lewej krawędzi - - - - From right edge - Od prawej krawędzi - - - - From top edge - Od górnej krawędzi - - - - From bottom edge - Od dolnej krawędzi - - - - When resizing terminal windows - Podczas zmiany rozmiaru okna terminala - - - - Always - Zawsze - - - - Never - Nigdy - - - - Centered on the window - Centralnie na oknie - - - - Above the window - Nad oknem - - - - Fixed position on screen - Określone położenie na ekranie - - - - Maximizes the window - Maksymalizuje okno - - - - Shades the window - Przyciemnia okno - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Ikona okna -L: Etykieta okna (Tytuł) -I: Zwiń do ikony (Minimalizuj) -M: Maksymalizuj -C: Zamknij -S: Zwiń (Zroluj) -D: Wszechobecne (Na wszystkich pulpitach) - - - - Primary monitor - Monitor główny - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - O programie - - - - &Install a new theme... - &Zainstaluj nowy motyw... - - - - Create a theme &archive (.obt)... - &Utwórz archiwum motywu (.obt)... - - - - &Windows retain a border when undecorated - Okna zacho&wują obramowanie, gdy nie mają dekoracji - - - - A&nimate iconify and restore - A&nimowane zwinięcie do ikony i odtworzenie - - - - &Active window title: - Tytuł &aktywnego okna: - - - - &Inactive window title: - Tytuł n&ieaktywnego okna: - - - - Menu &header: - &Nagłówek menu: - - - - &Menu Item: - &Element menu: - - - - Active &On-screen display: - Aktywne &okienko informacyjne na ekranie: - - - - Inactive O&n-screen display: - Nieaktywne okie&nko informacyjne na ekranie: - - - - Focus &new windows when they appear - Aktywuj &nowe okna, gdy się pojawią - - - - &Place new windows under the mouse pointer - _Umieszczaj nowe okna pod wskaźnikiem myszy - - - - &Center new windows when they are placed - Wyśrodkuj nowe okna, gdy są one umiesz&czane - - - - Prefer to place new windows &on: - Preferencja d&o umieszczania nowych okien na: - - - - Primary &monitor: - &Monitor główny: - - - - &Fixed monitor: - &Stały monitor: - - - - Update the window contents while &resizing - Aktualizacja zawa&rtości okna przy zmianie jego wielkości - - - - Drag &threshold distance: - Opór odle&głości progowej: - - - - Amount of resistance against other &windows: - &Wielkość oporu przeciwko innym oknom: - - - - Amount of resistance against screen &edges: - Wielkość oporu przeciwko krawędziom &ekranu: - - - - &Amount of time to wait before switching: - Ilość cz&asu do oczekiwania przed przełączeniem: - - - - &Switch desktops when moving a window past the screen edge - Przełącz pulpity podcza&s przenoszenia okna poza krawędź ekranu - - - - Fixed &y position: - Stała pozycja &y: - - - - Information dialog's &position: - &Pozycja okna dialogowego informacji: - - - - Fixed &x position: - Stała pozycja &x: - - - - Show &information dialog: - Pokaż okno &informacyjne: - - - - &Delay before focusing and raising windows: - &Opóźnienie przed aktywacją i wznoszeniem okien: - - - - Move focus under the mouse when &switching desktops - Przenieś zaznaczenie pod wskaźnik my&szy podczas przełączania pulpitów - - - - Move focus &under the mouse when the mouse is not moving - Przenieś zaznaczenie pod wskaźnik myszy, gdy mysz jest nier&uchoma - - - - &Raise windows when the mouse pointer moves over them - &Aktywuj okna, gdy wskaźnik myszy znajduje się nad nimi - - - - Double click on the &titlebar: - Podwójne kliknięcie na pasku &tytułu: - - - - Double click ti&me: - Czas &dwukrotnego kliknięcia: - - - - &Show a notification when switching desktops - Pokaż powiadomienie podcza&s przełączania pulpitów - - - - &Amount of time to show the notification for: - Ilość cz&asu do wyświetlania powiadomienia dla: - - - - &Number of desktops: - &Liczba pulpitów: - - - - &Desktop names: - Nazwy &pulpitów: - - - - Obconf::MainDialog - - - Custom actions - Działania własne - - - - - - (Unnamed desktop) - (Nienazwany pulpit) - - - - About ObConf-Qt - O programie ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Zarządca preferencji dla Openbox - -Prawa autorskie (c) 2003-2013 - -Autorzy: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Wybierz motyw Openbox - - - - QObject - - - "%1" was installed to %1 - "%1" zostało zainstalowane na %1 - - - - "%1" was successfully created - Pomyślnie utworzono "%1". - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Nie udało się utworzyć archiwum motywu "%1". -Zgłoszono następujące błędy: -%2 - - - - - Unable to run the "tar" command: %1 - Nie udało się uruchomić polecenia "tar": %1 - - - - Unable to create directory "%1": %2 - Nie można utworzyć katalogu "%1": %2. - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" nie wydaje się być poprawnym katalogiem motywów Openbox - - - - Unable to move to directory "%1": %2 - Nie można przenieść do katalogu "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Nie można rozpakować pliku "%1". -Proszę upewnić się, że "%2" jest zapisywalny i że plik ten jest poprawnym archiwum motywów Openbox. -Zostały zgłoszone następujące błędy: -%3 - - - - ObConf Error - Błąd ObConfa - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Składnia: obconf [opcje] [ARCHIWUM.obt] - -Opcje: - --help Wyświetla tę pomoc i zakańcza - --version Wyświetla wersję i zakańcza - --install ARCHIWUM.obt Instaluje dane archiwum motywu i wybiera je - --archive MOTYW Tworzy archiwum motywu z danego katalogu motywu - --config-file PLIK Określa ścieżkę do pliku konfiguracyjnego, przeznaczonego do użycia - - - - - --install requires an argument - - --install wymaga argumentu - - - - - --archive requires an argument - - --archive wymaga argumentu - - - - - --config-file requires an argument - - --config-file wymaga argumentu - - - - - - Error - Błąd - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Wystąpił błąd podczas wczytywania rc.xml. Prawdopodobnie Openbox został niepoprawnie zainstalowany. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Błąd wczytania pliku rc.xml. Prawdopodobnie Openbox nie został poprawnie zainstalowany. - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Prawa autorskie (c) 2003-2008 Dana Jansens -Prawa autorskie (c) 2003 Tim Riley -Prawa autorskie (c) 2007 Javeed Shaikh -Prawa autorskie (c) 2013 Hong Jen Yee (PCMan) - -Niniejszy program rozpowszechniany jest BEZ JAKIEJKOLWIEK GWARANCJI. -Program ten jest wolnym oprogramowaniem; możesz go rozprowadzać dalej -pod niektórymi warunkami. Zobacz plik COPYING po szczegóły. - - - - - diff --git a/src/translations/obconf-qt_pt.ts b/src/translations/obconf-qt_pt.ts deleted file mode 100644 index e221fdf..0000000 --- a/src/translations/obconf-qt_pt.ts +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Negrito - - - - Italic - Itálico - - - - MainDialog - - - Mouse - Rato - - - - Window Manager Preferences - Preferências de gestor de janelas - - - - Theme - Tema - - - - Appearance - Aparência - - - - Font - Tipo de letra - - - - - Windows - Janelas - - - - Move & Resize - Mover e redimensionar - - - - Desktops - Áreas de trabalho - - - - Margins - Margens - - - - Dock - Doca - - - - Window Titles - Título das janelas - - - - Button order: - Ordem dos botões: - - - - Moving and Resizing Windows - Movimentação e redimensionamento de janelas - - - - Information Dialog - Diálogos - - - - Focusing Windows - Foco de janelas - - - - Focus windows when the mouse pointer moves over them - Focar janelas ao passar com o ponteiro do rato - - - - Titlebar - Barra de título - - - - Desktop Margins - Margens da área de trabalho - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - As margens da área de trabalho são as áreas reservadas nos limites do ecrã. As janelas não serão colocadas nas margens e as janelas maximizadas também não as cobrirão. - - - - Left: - Esquerda: - - - - - - - px - px - - - - Top: - Superior: - - - - Right: - Direita: - - - - Bottom: - Inferior: - - - - All monitors - Todos os monitores - - - - The active monitor - Monitor ativo - - - - The monitor with the mouse - Monitor com o ponteiro do rato - - - - Primary Monitor - Monitor principal - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - O monitor principal é aquele em que o Openbox apresenta os diálogos, tais como o diálogo para percorrer janelas. - - - - Fixed Monitor - Monitor fixo - - - - Active Monitor - Monitor ativo - - - - Monitor With Mouse Pointer - Monitor com o ponteiro do rato - - - - - Centered - Centro - - - - From left edge - Da margem esquerda - - - - From right edge - Da margem direita - - - - From top edge - Da margem superior - - - - From bottom edge - Da margem inferior - - - - When resizing terminal windows - Ao redimensionar as janelas de terminal - - - - Always - Sempre - - - - Never - Nunca - - - - Centered on the window - Centrar na janela - - - - Above the window - Por cima da janela - - - - Fixed position on screen - Posição fixa no ecrã - - - - Maximizes the window - Maximiza a janela - - - - Shades the window - Enrola a janela - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Window icon -L: Título da janela -I: Minimizar -M: Maximizar -C: Fechar -S: Enrolar -D: Omnipresente (todas as áreas de trabalho) - - - - Primary monitor - Monitor principal - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Sobre - - - - &Install a new theme... - &Instalar um tema... - - - - Create a theme &archive (.obt)... - Criar um &arquivo de tema (.obt)... - - - - &Windows retain a border when undecorated - As &janelas possuem contorno mesmo que não decoradas - - - - A&nimate iconify and restore - A&nimar minimização e restauro - - - - &Active window title: - Título da janela &ativa: - - - - &Inactive window title: - Título da janela &inativa: - - - - Menu &header: - Cabeçal&lho de menu: - - - - &Menu Item: - Item de &menu: - - - - Active &On-screen display: - Visualização no ecrã (&OSD) ativo: - - - - Inactive O&n-screen display: - Visualização no ecrã (O&SD) inativo: - - - - Focus &new windows when they appear - Focar &novas janelas assim que aparecerem - - - - &Place new windows under the mouse pointer - &Posicionar novas janelas por baixo do ponteiro do rato - - - - &Center new windows when they are placed - &Centrar novas janelas assim que forem posicionadas - - - - Prefer to place new windows &on: - C&olocar novas janelas em: - - - - Primary &monitor: - &Monitor principal: - - - - &Fixed monitor: - Monitor &fixo: - - - - Update the window contents while &resizing - Atualizar conteúdo da janela ao &redimensionar - - - - Drag &threshold distance: - Dis&tância de arrasto: - - - - Amount of resistance against other &windows: - Resistência em relação às outras &janelas: - - - - Amount of resistance against screen &edges: - Resistência em relação aos limit&es do ecrã: - - - - &Amount of time to wait before switching: - Tempo de esper&a antes de trocar: - - - - &Switch desktops when moving a window past the screen edge - Trocar de área de trabalho ao mover a janela para além do&s limites do ecrã - - - - Fixed &y position: - Posição &Y: - - - - Information dialog's &position: - &Posição do diálogo: - - - - Fixed &x position: - Posição &X: - - - - Show &information dialog: - Mostrar d&iálogo de informações: - - - - &Delay before focusing and raising windows: - Atraso antes &de focar e mostrar janelas: - - - - Move focus under the mouse when &switching desktops - Mover foco para bai&xo do rato ao trocar de área de trabalho - - - - Move focus &under the mouse when the mouse is not moving - Mover foco para baixo do rato se este não esti&ver em movimento - - - - &Raise windows when the mouse pointer moves over them - Most&rar janelas ao passar o rato sobre as mesmas - - - - Double click on the &titlebar: - Duplo clique na barra de &título: - - - - Double click ti&me: - Te&mpo do duplo clique: - - - - &Show a notification when switching desktops - Mo&strar notificação ao trocar a área de trabalho - - - - &Amount of time to show the notification for: - Mostr&ar notificação durante: - - - - &Number of desktops: - &Número de áreas de trabalho: - - - - &Desktop names: - Nome das áreas &de trabalho: - - - - Obconf::MainDialog - - - Custom actions - Ações personalizadas - - - - - - (Unnamed desktop) - (Área de trabalho sem nome) - - - - About ObConf-Qt - Sobre o ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - O gestor de definições do Openbox - -Copyright (c) 2003-2013 - -Autores: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Escolha o tema Openbox - - - - QObject - - - "%1" was installed to %1 - "%1" foi instalado em %1 - - - - "%1" was successfully created - "%1" foi criado com sucesso - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Não foi possível criar o arquivo "%1". -Foram reportados os seguintes erros: -%2 - - - - - Unable to run the "tar" command: %1 - Não foi possível executar o comando "tar": %1 - - - - Unable to create directory "%1": %2 - Não foi possível criar o diretório "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" não parece ser um diretório válido para temas Openbox - - - - Unable to move to directory "%1": %2 - Não foi possível mover para o diretório "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Não foi possível extrair o ficheiro "%1! -Certifique-se que tem permissões de escrita em "%2" e que o ficheiro é um arquivo de tema Openbox. -Foram reportados os seguintes erros: -%3 - - - - ObConf Error - Erro ObConf - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Sintaxe: obconf [opções] [ARQUIVO.obt] - -Opções: - --help Mostra esta ajuda e sai - --version Mostra a versão e sai - --install ARCHIVE.obt Instala e ativa o tema escolhido - --archive THEME Cria um arquivo de tema a partir do diretório especificado - --config-file FILE Especifica o caminho do ficheiro de configuração a utilizar - - - - - --install requires an argument - - --install requer um argumento - - - - - --archive requires an argument - - --archive requer um argumento - - - - - --config-file requires an argument - - --config-file requer um argumento - - - - - - Error - Erro - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Erro ao carregar rc.xml. É possível que o Openbox não esteja bem instalado. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Erro ao processar o ficheiro de configuração do Openbox. O seu ficheiro de configuração não é um XML válido. - -Mensagem: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -Este programa NÃO POSSUI QUALQUER GARANTIA. -É um programa livre e é permitida a sua redistribuição -mediante alguma condições. Consulte o ficheiro COPYING para mais informações. - - - - - diff --git a/src/translations/obconf-qt_pt_BR.ts b/src/translations/obconf-qt_pt_BR.ts deleted file mode 100644 index 5d58010..0000000 --- a/src/translations/obconf-qt_pt_BR.ts +++ /dev/null @@ -1,739 +0,0 @@ - - - - - Fm::FontButton - - - Bold - - - - - Italic - - - - - MainDialog - - - Mouse - - - - - Window Manager Preferences - - - - - Theme - - - - - Appearance - - - - - Font - - - - - - Windows - - - - - Move & Resize - - - - - Desktops - - - - - Margins - - - - - Dock - - - - - Window Titles - - - - - Button order: - - - - - Moving and Resizing Windows - - - - - Information Dialog - - - - - Focusing Windows - - - - - Focus windows when the mouse pointer moves over them - - - - - Titlebar - - - - - Desktop Margins - - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - - - - - Left: - - - - - - - - px - - - - - Top: - - - - - Right: - - - - - Bottom: - - - - - All monitors - - - - - The active monitor - - - - - The monitor with the mouse - - - - - Primary Monitor - - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - - - - - Fixed Monitor - - - - - Active Monitor - - - - - Monitor With Mouse Pointer - - - - - - Centered - - - - - From left edge - - - - - From right edge - - - - - From top edge - - - - - From bottom edge - - - - - When resizing terminal windows - - - - - Always - - - - - Never - - - - - Centered on the window - - - - - Above the window - - - - - Fixed position on screen - - - - - Maximizes the window - - - - - Shades the window - - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - - - - - Primary monitor - - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - - - - - &Install a new theme... - - - - - Create a theme &archive (.obt)... - - - - - &Windows retain a border when undecorated - - - - - A&nimate iconify and restore - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - - - - - &Fixed monitor: - - - - - Update the window contents while &resizing - - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - - - - - Fixed &x position: - - - - - Show &information dialog: - - - - - &Delay before focusing and raising windows: - - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - - - - - Double click ti&me: - - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - - - - - &Desktop names: - - - - - Obconf::MainDialog - - - Custom actions - - - - - - - (Unnamed desktop) - - - - - About ObConf-Qt - - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - - Choose an Openbox theme - - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - - diff --git a/src/translations/obconf-qt_ru.ts b/src/translations/obconf-qt_ru.ts deleted file mode 100644 index 5fd74ba..0000000 --- a/src/translations/obconf-qt_ru.ts +++ /dev/null @@ -1,790 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Жирный - - - - Italic - Курсив - - - - MainDialog - - - Window Manager Preferences - Настройки менеджера окон - - - - Theme - Тема - - - - Appearance - Внешний вид - - - - Font - Шрифт - - - - - Windows - Окна - - - - Move & Resize - Перемещение и изменение размера - - - - Mouse - Мышь - - - - Desktops - Рабочие столы - - - - Margins - Границы - - - - Dock - Док - - - - &Install a new theme... - &Установить новую тему... - - - - Create a theme &archive (.obt)... - Создать &архив с темой (.obt)... - - - - &Windows retain a border when undecorated - &Окна без декораций сохраняют края - - - - A&nimate iconify and restore - А&нимировать сворачивание и восстановление окна - - - - Window Titles - Заголовки окна - - - - Button order: - Порядок кнопок: - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Значок окна -L: Заголовок окна -I: Свернуть -M: Распахнуть -C: Закрыть -S: Свернуть в заголовок окна -D: На все рабочие столы - - - - &Active window title: - Название &активного окна: - - - - &Inactive window title: - Название &неактивного окна: - - - - Menu &header: - &Заголовок меню: - - - - &Menu Item: - Пункт &меню: - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - Передавать фокус &новым окнам при их возникновении - - - - &Place new windows under the mouse pointer - &Помещать новые окна под курсором мыши - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - Предпочитать размещать новое окно &на: - - - - All monitors - Всех мониторах - - - - The active monitor - Активном мониторе - - - - The monitor with the mouse - Мониторе с мышью - - - - Primary monitor - Основном мониторе - - - - Primary Monitor - Основной монитор - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Основной монитор - это область, где Openbox будет размещать диалоги, такие как переключение окон. - - - - Primary &monitor: - Основной &монитор: - - - - Fixed Monitor - Фиксированный монитор - - - - Active Monitor - Активный монитор - - - - Monitor With Mouse Pointer - Монитор с курсором мыши - - - - &Fixed monitor: - &Фиксированный монитор: - - - - Moving and Resizing Windows - Перемещение и изменение размеров окон - - - - Update the window contents while &resizing - Обновлять содержимое окна во &время изменения размера - - - - Drag &threshold distance: - &Порог расстояния перетаскивания: - - - - Amount of resistance against other &windows: - Количество сопротивления к другим &окнам: - - - - Amount of resistance against screen &edges: - Количество сопротивления к &краям экрана: - - - - &Amount of time to wait before switching: - &Время ожидания перед переключением: - - - - &Switch desktops when moving a window past the screen edge - &Переключать рабочие столы при перемещенииокна за границы экрана - - - - Information Dialog - Информагионный диалог - - - - - Centered - По центру - - - - From left edge - От левого края - - - - From right edge - От правого края - - - - Fixed &y position: - Фиксированное по &y: - - - - From top edge - Отверхеней границы - - - - From bottom edge - От нижней границы - - - - Information dialog's &position: - &Расположение информационного диалога: - - - - Fixed &x position: - Фиксированное по &x: - - - - Show &information dialog: - Показывать &информационный диалог: - - - - When resizing terminal windows - - - - - Always - Всегда - - - - Never - Никогда - - - - Centered on the window - По центру окна - - - - Above the window - Сверху окна - - - - Fixed position on screen - Фиксированное место на экране - - - - Focusing Windows - Передача фокуса окнам - - - - Focus windows when the mouse pointer moves over them - Передавать фокус окнам, когда курсор перемещается над ними - - - - &Delay before focusing and raising windows: - &Задержка перед передачей курсора и поднятием окна: - - - - Move focus under the mouse when &switching desktops - Передавать фокус под курсор при &переключении рабочих столов - - - - Move focus &under the mouse when the mouse is not moving - Передавать фокус &под курсор, когда мышь не двигается - - - - &Raise windows when the mouse pointer moves over them - &Поднимать окна, когда курсор двигается по ним - - - - Titlebar - Заголовок окна - - - - Double click on the &titlebar: - Двойной клик на &заголовке окна: - - - - Maximizes the window - Разворачивает окно - - - - Shades the window - Сворачивает окно в заголовок - - - - Double click ti&me: - &Время двойного клика: - - - - &Show a notification when switching desktops - &Показывать уведомление при переключении рабочих столов - - - - &Amount of time to show the notification for: - &Время, на протяжении которого показывается уведомление: - - - - &Number of desktops: - &Количество рабочих столов: - - - - &Desktop names: - Названия &рабочих столов: - - - - Desktop Margins - Границы рабочего стола - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Границы рабочего стола - это зарезервированные зоны по вашего экрана. Новые окна не будут помещены в рамках границ, и развёрнутые окна не перекроют их. - - - - Left: - Слева: - - - - - - - px - пикс - - - - Top: - Сверху: - - - - Right: - Справа: - - - - Bottom: - Снизу: - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - О программе - - - - Obconf::MainDialog - - - - - (Unnamed desktop) - (Неназванный рабочий стол) - - - - About ObConf-Qt - О ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Диспетчер настроек для Openbox - -Copyright (c) 2003-2013 - -Авторы: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - Custom actions - Индивидуальные действия - - - - - Choose an Openbox theme - Выбрать тему для Openbox - - - - QObject - - - "%1" was installed to %1 - "%1" была установлена в %1 - - - - "%1" was successfully created - "%1" была успешно создана - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Не удалось создать архив с темой "%1". -Было сообщено о следующих ошибках: -%2 - - - - - Unable to run the "tar" command: %1 - Не удалось запустить команду "tar": %1 - - - - Unable to create directory "%1": %2 - Не удалось создать папку "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" не является правильной папкой тем Openbox - - - - Unable to move to directory "%1": %2 - Невозможно переместить в папку "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Невозможно распаковать файл "%1". -Убедитесь в том, что "%2" записываемый и в том, что этот файл является корректным архивом темы Openbox. -Было сообщено о следующих ошибках: -%3 - - - - ObConf Error - Ошибка ObConf - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -У этой программы нет АБСОЛЮТНО НИКАКОЙ ГАРАНТИИ. -Это свободное ПО и вы можете распространять его -под определёнными условиями. Смотрите файл COPYING для деталей. - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Синтаксис: obconf [опции] [ARCHIVE.obt] - -Опции: - --help оказать эту справку и выйти - --version Показать версию и выйти - --install ARCHIVE.obt Установить тему из указанного архива и выбрать её - --archive THEME Создать архив с темой из указаннойпапки с темой - --config-file FILE Выбрать путь к используемому файлу настроек - - - - --install requires an argument - - --install требует аргумент - - - - - --archive requires an argument - - --archive требует аргумент - - - - - --config-file requires an argument - - --config-file требует аргумент - - - - - - Error - Ошибка - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Не удалось загрузить rc.xml. Openbox, наверное, не установлен правильно. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Ошибка при разборе файла конфигурации Openbox. Ваш конфигурационный файл неправильный XML. - -Сообщение: %1 - - - diff --git a/src/translations/obconf-qt_ru_RU.ts b/src/translations/obconf-qt_ru_RU.ts deleted file mode 100644 index 715fe87..0000000 --- a/src/translations/obconf-qt_ru_RU.ts +++ /dev/null @@ -1,790 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Жирный - - - - Italic - Курсив - - - - MainDialog - - - Window Manager Preferences - Настройки менеджера окон - - - - Theme - Тема - - - - Appearance - Внешний вид - - - - Font - Шрифт - - - - - Windows - Окна - - - - Move & Resize - Перемещение и изменение размера - - - - Mouse - Мышь - - - - Desktops - Рабочие столы - - - - Margins - Границы - - - - Dock - Док - - - - &Install a new theme... - &Установить новую тему... - - - - Create a theme &archive (.obt)... - Создать &архив с темой (.obt)... - - - - &Windows retain a border when undecorated - &Окна без декораций сохраняют края - - - - A&nimate iconify and restore - А&нимировать сворачивание и восстановление окна - - - - Window Titles - Заголовки окна - - - - Button order: - Порядок кнопок: - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Значок окна -L: Заголовок окна -I: Свернуть -M: Распахнуть -C: Закрыть -S: Свернуть в заголовок окна -D: На все рабочие столы - - - - &Active window title: - Название &активного окна: - - - - &Inactive window title: - Название &неактивного окна: - - - - Menu &header: - &Заголовок меню: - - - - &Menu Item: - Пункт &меню: - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - Передавать фокус &новым окнам при их возникновении - - - - &Place new windows under the mouse pointer - &Помещать новые окна под курсором мыши - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - Предпочитать размещать новое окно &на: - - - - All monitors - Всех мониторах - - - - The active monitor - Активном мониторе - - - - The monitor with the mouse - Мониторе с мышью - - - - Primary monitor - Основном мониторе - - - - Primary Monitor - Основной монитор - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Основной монитор - это область, где Openbox будет размещать диалоги, такие как переключение окон. - - - - Primary &monitor: - Основной &монитор: - - - - Fixed Monitor - Фиксированный монитор - - - - Active Monitor - Активный монитор - - - - Monitor With Mouse Pointer - Монитор с курсором мыши - - - - &Fixed monitor: - &Фиксированный монитор: - - - - Moving and Resizing Windows - Перемещение и изменение размеров окон - - - - Update the window contents while &resizing - Обновлять содержимое окна во &время изменения размера - - - - Drag &threshold distance: - &Порог расстояния перетаскивания: - - - - Amount of resistance against other &windows: - Количество сопротивления к другим &окнам: - - - - Amount of resistance against screen &edges: - Количество сопротивления к &краям экрана: - - - - &Amount of time to wait before switching: - &Время ожидания перед переключением: - - - - &Switch desktops when moving a window past the screen edge - &Переключать рабочие столы при перемещенииокна за границы экрана - - - - Information Dialog - Информагионный диалог - - - - - Centered - По центру - - - - From left edge - От левого края - - - - From right edge - От правого края - - - - Fixed &y position: - Фиксированное по &y: - - - - From top edge - Отверхеней границы - - - - From bottom edge - От нижней границы - - - - Information dialog's &position: - &Расположение информационного диалога: - - - - Fixed &x position: - Фиксированное по &x: - - - - Show &information dialog: - Показывать &информационный диалог: - - - - When resizing terminal windows - - - - - Always - Всегда - - - - Never - Никогда - - - - Centered on the window - По центру окна - - - - Above the window - Сверху окна - - - - Fixed position on screen - Фиксированное место на экране - - - - Focusing Windows - Передача фокуса окнам - - - - Focus windows when the mouse pointer moves over them - Передавать фокус окнам, когда курсор перемещается над ними - - - - &Delay before focusing and raising windows: - &Задержка перед передачей курсора и поднятием окна: - - - - Move focus under the mouse when &switching desktops - Передавать фокус под курсор при &переключении рабочих столов - - - - Move focus &under the mouse when the mouse is not moving - Передавать фокус &под курсор, когда мышь не двигается - - - - &Raise windows when the mouse pointer moves over them - &Поднимать окна, когда курсор двигается по ним - - - - Titlebar - Заголовок окна - - - - Double click on the &titlebar: - Двойной клик на &заголовке окна: - - - - Maximizes the window - Разворачивает окно - - - - Shades the window - Сворачивает окно в заголовок - - - - Double click ti&me: - &Время двойного клика: - - - - &Show a notification when switching desktops - &Показывать уведомление при переключении рабочих столов - - - - &Amount of time to show the notification for: - &Время, на протяжении которого показывается уведомление: - - - - &Number of desktops: - &Количество рабочих столов: - - - - &Desktop names: - Названия &рабочих столов: - - - - Desktop Margins - Границы рабочего стола - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Границы рабочего стола - это зарезервированные зоны по вашего экрана. Новые окна не будут помещены в рамках границ, и развёрнутые окна не перекроют их. - - - - Left: - Слева: - - - - - - - px - пикс - - - - Top: - Сверху: - - - - Right: - Справа: - - - - Bottom: - Снизу: - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - О программе - - - - Obconf::MainDialog - - - - - (Unnamed desktop) - (Неназванный рабочий стол) - - - - About ObConf-Qt - О ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Диспетчер настроек для Openbox - -Copyright (c) 2003-2013 - -Авторы: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - Custom actions - Индивидуальные действия - - - - - Choose an Openbox theme - Выбрать тему для Openbox - - - - QObject - - - "%1" was installed to %1 - "%1" была установлена в %1 - - - - "%1" was successfully created - "%1" была успешно создана - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Не удалось создать архив с темой "%1". -Было сообщено о следующих ошибках: -%2 - - - - - Unable to run the "tar" command: %1 - Не удалось запустить команду "tar": %1 - - - - Unable to create directory "%1": %2 - Не удалось создать папку "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" не является правильной папкой тем Openbox - - - - Unable to move to directory "%1": %2 - Невозможно переместить в папку "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Невозможно распаковать файл "%1". -Убедитесь в том, что "%2" записываемый и в том, что этот файл является корректным архивом темы Openbox. -Было сообщено о следующих ошибках: -%3 - - - - ObConf Error - Ошибка ObConf - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -У этой программы нет АБСОЛЮТНО НИКАКОЙ ГАРАНТИИ. -Это свободное ПО и вы можете распространять его -под определёнными условиями. Смотрите файл COPYING для деталей. - - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Синтаксис: obconf [опции] [ARCHIVE.obt] - -Опции: - --help оказать эту справку и выйти - --version Показать версию и выйти - --install ARCHIVE.obt Установить тему из указанного архива и выбрать её - --archive THEME Создать архив с темой из указаннойпапки с темой - --config-file FILE Выбрать путь к используемому файлу настроек - - - - --install requires an argument - - --install требует аргумент - - - - - --archive requires an argument - - --archive требует аргумент - - - - - --config-file requires an argument - - --config-file требует аргумент - - - - - - Error - Ошибка - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Не удалось загрузить rc.xml. Openbox, наверное, не установлен правильно. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Ошибка при разборе файла конфигурации Openbox. Ваш конфигурационный файл неправильный XML. - -Сообщение: %1 - - - diff --git a/src/translations/obconf-qt_sv.ts b/src/translations/obconf-qt_sv.ts deleted file mode 100644 index 326f605..0000000 --- a/src/translations/obconf-qt_sv.ts +++ /dev/null @@ -1,792 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Fet - - - - Italic - Kursiv - - - - MainDialog - - - Mouse - Mus - - - - Window Manager Preferences - Inställningar för fönstehanteraren - - - - Theme - Tema - - - - Appearance - Utseende - - - - Font - Teckensnitt - - - - - Windows - Fönster - - - - Move & Resize - Flytta och byt storlek - - - - Desktops - Skrivbord - - - - Margins - Marginaler - - - - Dock - Docka - - - - Window Titles - Fönsternamn - - - - Button order: - Knappordning: - - - - Moving and Resizing Windows - Flytta och storleksändra fönster - - - - Information Dialog - Informationsruta - - - - Focusing Windows - Fokusera fönster - - - - Focus windows when the mouse pointer moves over them - Fokusera fönster när muspekaren flyttas över dem - - - - Titlebar - Namnlist - - - - Desktop Margins - Marginaler på skrivbordet - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Marginaler på skrivbordet reserveras vid kanten på skärmen. Nya fönster kommer inte att placeras inom marginalen och maximerade fönster kommer inte att täcka dessa. - - - - Left: - Vänster: - - - - - - - px - px - - - - Top: - Överst: - - - - Right: - Höger: - - - - Bottom: - Nederst: - - - - All monitors - Alla bildskärmar - - - - The active monitor - Aktiv bildskärm - - - - The monitor with the mouse - Bildskärmen med musen - - - - Primary Monitor - Primär bildskärm - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Primär bildskärm som Openbox ska placera dialogrutor på, exempelvis den som används för rotera genom fönster. - - - - Fixed Monitor - Fast bildskärm - - - - Active Monitor - Aktiv bildskärm - - - - Monitor With Mouse Pointer - Bildskärm med muspekare - - - - - Centered - Centrerat - - - - From left edge - Från vänsterkant - - - - From right edge - Från högerkant - - - - From top edge - Från överkant - - - - From bottom edge - Från nederkant - - - - When resizing terminal windows - När storlek på terminalfönster ändras - - - - Always - Alltid - - - - Never - Aldrig - - - - Centered on the window - Centrerat på fönster - - - - Above the window - Ovanför fönster - - - - Fixed position on screen - Fast position på skärmen - - - - Maximizes the window - Maximerar fönstret - - - - Shades the window - Skuggar fönstret - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Fönsterikon -L: Fönstertitel -I: Ikonifiera/Minimera -M: Maximera -C: Stäng -S: Rulla upp -D: På alla skrivbord - - - - Primary monitor - Primär bildskärm - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Om - - - - &Install a new theme... - &Installera ett nytt tema... - - - - Create a theme &archive (.obt)... - Skapa ett tema&arkiv (.obt)... - - - - &Windows retain a border when undecorated - &Fönster behåller kan även utan dekoration - - - - A&nimate iconify and restore - A&nimera ikonifiering och återställning - - - - &Active window title: - &Aktiv fönstertitel: - - - - &Inactive window title: - &Inaktiv fönstertitel: - - - - Menu &header: - &Huvudmeny: - - - - &Menu Item: - &Menyalternativ: - - - - Active &On-screen display: - Aktiv &On-screen-display: - - - - Inactive O&n-screen display: - Inaktiv O&n-screen-display: - - - - Focus &new windows when they appear - Fokusera &nya fönster när de dyker upp - - - - &Place new windows under the mouse pointer - &Placera nya fönster under muspekaren - - - - &Center new windows when they are placed - &Centrera nya fönster när de placeras - - - - Prefer to place new windows &on: - Föredra att placera nya fönster &på: - - - - Primary &monitor: - Primär &bildskärm: - - - - &Fixed monitor: - &Fast bildskräm: - - - - Update the window contents while &resizing - Uppdatera fönsterinnehåll när det ändrar &storlek - - - - Drag &threshold distance: - &Tröskelvärde för distans att dra: - - - - Amount of resistance against other &windows: - Motstånd mot andra &fönster: - - - - Amount of resistance against screen &edges: - Motstånd mot &skärmkanten: - - - - &Amount of time to wait before switching: - &Tid att vänta innan byte: - - - - &Switch desktops when moving a window past the screen edge - &Byt skrivbord när fönster flyttas över kanten - - - - Fixed &y position: - Fast &y-position: - - - - Information dialog's &position: - Informationsrutans &position: - - - - Fixed &x position: - Fast &x-position: - - - - Show &information dialog: - Visa &informationsruta: - - - - &Delay before focusing and raising windows: - &Dröj innan fokusering och framhävning av fönster: - - - - Move focus under the mouse when &switching desktops - Flytta fokus under musen när &skrivbordsbyte sker - - - - Move focus &under the mouse when the mouse is not moving - Flytta fokus &under musen när musen inte flyttas - - - - &Raise windows when the mouse pointer moves over them - &Framhäv fönster när muspekaren flyttas över de - - - - Double click on the &titlebar: - Dubbelklick på fönstertiteln: - - - - Double click ti&me: - Tid för &dubbelklick: - - - - &Show a notification when switching desktops - Vi&sa notifiering vid byte av skrivbord - - - - &Amount of time to show the notification for: - &Tid som notifiering visas: - - - - &Number of desktops: - &Antal skrivbord: - - - - &Desktop names: - &Skrivbordsnamn: - - - - Obconf::MainDialog - - - Custom actions - Anpassade åtgärder - - - - - - (Unnamed desktop) - (Skrivbord utan namn) - - - - About ObConf-Qt - Om ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Inställningshanterare för Openbox - -Copyright (c) 2003-2013 - -Utvecklare: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Välj Openbox-tema - - - - QObject - - - "%1" was installed to %1 - "%1" installerades på %1 - - - - "%1" was successfully created - "%1" skapades - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - Kunde inte skapa temaarkivet "%1". -Följande fel rapporterades: -%2 - - - - - Unable to run the "tar" command: %1 - Kunde inte köra tar-kommandot: %1 - - - - Unable to create directory "%1": %2 - Kunde inte skapa katalogen "%1": %2 - - - - "%1" does not appear to be a valid Openbox theme directory - "%1" verkar inte vara en korrekt temakatalog för Openbox - - - - Unable to move to directory "%1": %2 - Kunde inte flytta till katalog "%1": %2 - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - Kunde inte packa upp filen "%1". -Tillse att "%2" är skrivbar och att filen är ett korrekt temaarkiv för Openbox. -Följande fel rapporterades: -%3 - - - - ObConf Error - ObConf Fel - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - Användning: obconf [flagga] [ARKIV.obt] - -Flaggor: - --help Visar denna hjälptext och avslutar - --version Visar version och avslutar - --install ARKIV.obt Installarerar angivet temaarkiv och väljer det - --archive TEMA Skapar ett temaarkiv för angiven temakatalog - --config-file FIL Anger sökvägen till inställningsfilen som ska användas - - - - - --install requires an argument - - --install behöver ett argument - - - - - --archive requires an argument - - --archive behöver ett argument - - - - - --config-file requires an argument - - --config-file behöver ett argument - - - - - - Error - Fel - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - Kunde inte läsa rc.xml. Troligen är inte Openbox korrekt installerat. - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - Fel vid läsning av inställningsfilen för Openbox. Din inställningsfil är inte korrekt XML. - -Meddelande: %1 - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Copyright © 2003-2008 Dana Jansens -Copyright © 2003 Tim Riley -Copyright © 2007 Javeed Shaikh -Copyright © 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - - - diff --git a/src/translations/obconf-qt_uk.ts b/src/translations/obconf-qt_uk.ts deleted file mode 100644 index 0fc7ffb..0000000 --- a/src/translations/obconf-qt_uk.ts +++ /dev/null @@ -1,774 +0,0 @@ - - - - - Fm::FontButton - - - Bold - Жирний - - - - Italic - Курсив - - - - MainDialog - - - Mouse - Мишка - - - - Window Manager Preferences - Параметри менеджера файлів - - - - Theme - Тема - - - - Appearance - Вигляд - - - - Font - Шрифт - - - - - Windows - Вікна - - - - Move & Resize - Перемістити і Змінити розмір - - - - Desktops - Стільниці - - - - Margins - Поля - - - - Dock - Док - - - - Window Titles - Заголовки вікон - - - - Button order: - Послідовність кнопок - - - - Moving and Resizing Windows - Пересування і зміна розмірів вікон - - - - Information Dialog - Діалог інформації - - - - Focusing Windows - Фокусування вікон - - - - Focus windows when the mouse pointer moves over them - Фокусування вікон, якщо вказівник миші знаходиться над ними - - - - Titlebar - Заголовок - - - - Desktop Margins - Поля стільниці - - - - Desktop margins are reserved areas on the edge of your screen. New windows will not be placed within a margin, and maximized windows will not cover them. - Поля робочого столу - це зарезервовані ділянки на краю Вашого екрану. Нові вікна не будуть поміщені за цими межами, а максимізовані вікна не будуть закривати їх. - - - - Left: - Ліворуч: - - - - - - - px - пікселів - - - - Top: - Згори: - - - - Right: - Праворуч: - - - - Bottom: - Знизу: - - - - All monitors - Всі монітори - - - - The active monitor - Активний монітор - - - - The monitor with the mouse - Монітор з мишкою - - - - Primary Monitor - Головний монітор - - - - The primary monitor is where Openbox will place dialogs, such as the one used for cycling windows. - Головний монітор - це монітор, де Openbox поміщає діалоги, наприклад, як діалог прокрутки вікон. - - - - Fixed Monitor - Фіксований монітор - - - - Active Monitor - Активний монітор - - - - Monitor With Mouse Pointer - Монітор з вказівником миші - - - - - Centered - У центрі - - - - From left edge - Від лівого краю - - - - From right edge - Від правого краю - - - - From top edge - Від верхнього краю - - - - From bottom edge - Від нижнього краю - - - - When resizing terminal windows - При зміні розмірів термінального вікна - - - - Always - Завжди - - - - Never - Ніколи - - - - Centered on the window - Центровано на вікні - - - - Above the window - Над вікном - - - - Fixed position on screen - Фіксована позиція на екрані - - - - Maximizes the window - Максимізує вікно - - - - Shades the window - Затіняє вікно - - - - N: Window icon -L: Window label (Title) -I: Iconify (Minimize) -M: Maximize -C: Close -S: Shade (Roll up) -D: Omnipresent (On all desktops) - N: Іконка вікна -L: Мітка вікна (Назва) -I: Іконка (Мінімізація) -M: Максимізація -C: Закрити -S: Затінити (Згорнути) -D: Розмістити всюди (На всіх стільницях) - - - - Primary monitor - Головний монітор - - - - The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. - - - - - Position - - - - - &Position: - - - - - Top Left - - - - - Top - - - - - Top Right - - - - - Left - - - - - Right - - - - - Bottom Left - - - - - Bottom - - - - - Bottom Right - - - - - Floating - - - - - &Floating position: - - - - - x - - - - - Allow &windows to be placed within the dock's area - - - - - &Orientation: - - - - - Vertical - - - - - Horizontal - - - - - Stacking - - - - - Keep dock &above other windows - - - - - A&llow dock to be both above and below windows - - - - - Keep dock &below other windows - - - - - Hiding - - - - - &Delay before hiding: - - - - - Delay before &showing: - - - - - &Hide off screen - - - - - About - Про - - - - &Install a new theme... - &Встановити нову тему... - - - - Create a theme &archive (.obt)... - Створити &архів теми (.obt)... - - - - &Windows retain a border when undecorated - &Вікна зберігають границі, коли є без оформлення - - - - A&nimate iconify and restore - - - - - &Active window title: - - - - - &Inactive window title: - - - - - Menu &header: - - - - - &Menu Item: - П&ункт меню: - - - - Active &On-screen display: - - - - - Inactive O&n-screen display: - - - - - Focus &new windows when they appear - - - - - &Place new windows under the mouse pointer - - - - - &Center new windows when they are placed - - - - - Prefer to place new windows &on: - - - - - Primary &monitor: - Головний &монітор: - - - - &Fixed monitor: - &Фіксований монітор: - - - - Update the window contents while &resizing - Оновлювати вміст вікна при &зміні розміру - - - - Drag &threshold distance: - - - - - Amount of resistance against other &windows: - - - - - Amount of resistance against screen &edges: - - - - - &Amount of time to wait before switching: - - - - - &Switch desktops when moving a window past the screen edge - - - - - Fixed &y position: - - - - - Information dialog's &position: - &Позиція інформаційного діалогу: - - - - Fixed &x position: - Фіксована &x позиція: - - - - Show &information dialog: - Показати &інформаційний діалог: - - - - &Delay before focusing and raising windows: - Затримка перед &фокусуванням і розгортанням вікна: - - - - Move focus under the mouse when &switching desktops - - - - - Move focus &under the mouse when the mouse is not moving - - - - - &Raise windows when the mouse pointer moves over them - - - - - Double click on the &titlebar: - - - - - Double click ti&me: - Час подвійного &клацання: - - - - &Show a notification when switching desktops - - - - - &Amount of time to show the notification for: - - - - - &Number of desktops: - Кількість &стільниць: - - - - &Desktop names: - &Назви стільниць: - - - - Obconf::MainDialog - - - Custom actions - Дії користувача - - - - - - (Unnamed desktop) - (Стільниця без назви) - - - - About ObConf-Qt - Про ObConf-Qt - - - - A preferences manager for Openbox - -Copyright (c) 2014-2015 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> - -The program is based on ObConf developed by the following developers. -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - A preferences manager for Openbox - -Copyright (c) 2003-2013 - -Authors: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - Менеджер налаштувань для Openbox - -Всі права застережено (c) 2003-2013 - -Автори: -* Hong Jen Yee (PCMan) <pcman.tw@gmail.com> -* Dana Jansens <danakj@orodu.net> -* Tim Riley <tr@slackzone.org> -* Javeed Shaikh <syscrash2k@gmail.com> - - - - - Choose an Openbox theme - Виберіть тему Openbox - - - - QObject - - - "%1" was installed to %1 - - - - - "%1" was successfully created - - - - - Unable to create the theme archive "%1". -The following errors were reported: -%2 - - - - - - Unable to run the "tar" command: %1 - - - - - Unable to create directory "%1": %2 - - - - - "%1" does not appear to be a valid Openbox theme directory - - - - - Unable to move to directory "%1": %2 - - - - - Unable to extract the file "%1". -Please ensure that "%2" is writable and that the file is a valid Openbox theme archive. -The following errors were reported: -%3 - - - - - ObConf Error - Помилка ObConf - - - - Syntax: obconf [options] [ARCHIVE.obt] - -Options: - --help Display this help and exit - --version Display the version and exit - --install ARCHIVE.obt Install the given theme archive and select it - --archive THEME Create a theme archive from the given theme directory - --config-file FILE Specify the path to the config file to use - - - - - - --install requires an argument - - - - - - --archive requires an argument - - - - - - --config-file requires an argument - - - - - - - Error - Помилка - - - - Failed to load an rc.xml. You have probably failed to install Openbox properly. - - - - - Error while parsing the Openbox configuration file. Your configuration file is not valid XML. - -Message: %1 - - - - - Copyright (c) 2003-2008 Dana Jansens -Copyright (c) 2003 Tim Riley -Copyright (c) 2007 Javeed Shaikh -Copyright (c) 2013 Hong Jen Yee (PCMan) - -This program comes with ABSOLUTELY NO WARRANTY. -This is free software, and you are welcome to redistribute it -under certain conditions. See the file COPYING for details. - - - Всі права застережено (c) 2003-2008 Dana Jansens -Всі права застережено (c) 2003 Tim Riley -Всі права застережено (c) 2007 Javeed Shaikh -Всі права застережено (c) 2013 Hong Jen Yee (PCMan) - -Ця програма поставляється без всяких гарантій. -Це вільне програмне забезпечення, і Ви можете поширювати -його за певних умов. Див. файл з назвою COPYING для деталей. - - - - - diff --git a/src/tree.cpp b/src/tree.cpp index 6fe41fb..261bfcb 100644 --- a/src/tree.cpp +++ b/src/tree.cpp @@ -106,7 +106,7 @@ void tree_apply() if (!obt_xml_save_file(parse_i, p, TRUE)) { gchar *s; - s = g_strdup_printf("An error occured while saving the " + s = g_strdup_printf("An error occurred while saving the " "config file '%s'", p); // obconf_error(s, FALSE); QMessageBox::critical(NULL, QString(), QString::fromUtf8(s));