* Bumped Standards to 3.9.8, no changes needed * Bumped compat to 10 * Removed --parallel from rules, standard compat 10 * Bumped minimum version debhelper (>= 10) * Bumped minimum version libqtxdg-dev (>= 2.0.0) * Bumped minimum version liblxqt0-dev (>= 0.11.0) * Bumped minimum version liblxqt-globalkeys0-dev (>= 0.11.0), * Bumped minimum version liblxqt-globalkeys-ui0-dev (>= 0.11.0), * Added build dependency libmuparser-dev * Added build dependency libqt5svg5-dev * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0) * Removed build dependency qtscript5-dev * Added Recommends lxqt-runner-l10n * Fixed VCS fields, using https and plain /git/ * Fixed copyrights Format field to https * Fixed copyrights Source field to lxqt-runner * Bumped years in copyrights * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducibleubuntu/bionic debian/0.11.0-2
parent
1cda102972
commit
a02c15f03c
@ -1,2 +1,3 @@
|
||||
build
|
||||
nbproject
|
||||
translations/lxqt-runner
|
||||
|
@ -0,0 +1,216 @@
|
||||
|
||||
lxqt-runner-0.11.0 / 2016-09-24
|
||||
===============================
|
||||
|
||||
* Add README.md
|
||||
* Math: Enhance evaluation logic
|
||||
* Math: Use libmuparser for math evaluation
|
||||
* runner: Follow virtual desktop switching
|
||||
* Properly hide the runner when it loses focus
|
||||
* runner: Sort history items by relevance
|
||||
* build: Use external translations (#41)
|
||||
* ts-files removal (#40)
|
||||
* Use QString() instead of ""
|
||||
* Fix layout and focus to get history items right
|
||||
* Bump year
|
||||
* main: Add activation by running second instance
|
||||
* Italian translation update
|
||||
* dialog: Default icons
|
||||
* dialog: Fill background
|
||||
* upd: lxqt-runner_hu.ts
|
||||
* Update lxqt-runner_it.ts
|
||||
|
||||
0.10.0 / 2015-10-31
|
||||
===================
|
||||
|
||||
* Fix license file
|
||||
* Update translations
|
||||
* providers: don't show custom command/binary in case existing application (.desktop) is shown
|
||||
* providers: internal functions as static & which moved to the beginning for using it below
|
||||
* Updated german translation, made common for all regions.
|
||||
* Removed country variant _IT
|
||||
* Rename LxQt to LXQt everywhere
|
||||
* Remove country variant from language code
|
||||
* some license fixes
|
||||
* Handles CMake policy CMP0063
|
||||
* lxqt-runner: search case insensitive in items for each provider
|
||||
* lxqt-runner: correct space(s) according to conding standard
|
||||
* Use the LXQtCompilerSettings CMake module
|
||||
* Removes no added value, noisy debug message
|
||||
* Fixes Action button missing (menu) icon
|
||||
* Adds Runtime install COMPONENT
|
||||
* Coding style changes and cleanups
|
||||
* Use GNUInstallDirs
|
||||
* Removes unneeded include_directories() entries.
|
||||
* Reworks WITHOUT_MENU_CACHE option. Renames to USE_MENU_CACHE
|
||||
* Reworks RUNNER_MATH option
|
||||
* Reworks Virtual Box options and associated stuff
|
||||
* Use CMAKE_AUTOUIC, drop qt5_wrap_ui()
|
||||
* Update the build system to use the Targets infrastructure
|
||||
* Remove trailing whitespaces
|
||||
* Fix naming and links
|
||||
* Hide on shortcut trigger if it's active
|
||||
* Avoid hiding the dialog on opening the menu
|
||||
* Remove the provider for power actions
|
||||
* fallback for executing scripts w/o #!
|
||||
* rempove KF5/ prefix from include as done in lxde/liblxqt/pull/36
|
||||
|
||||
0.9.0 / 2015-01-29
|
||||
==================
|
||||
|
||||
* Sets the command list to use alternating row colors
|
||||
* Portuguese update
|
||||
* - Unify naming for a unique lxqt. No more suffixes
|
||||
* Drop XdgDesktopFileCache::getFile()
|
||||
* Add tab-completion
|
||||
* uniform coding style
|
||||
* Hide on loosing focus
|
||||
* Update lxqt-runner_pl_PL.ts
|
||||
* Fixes lxde/lxqt#347. HtmlDelegate on runner's list.
|
||||
* Makes the UPDATE_TRANSLATIONS option actually work.
|
||||
* Cleans up CMakeLists.txt a little bit
|
||||
* Uses the new liblxqt modules to handle translations
|
||||
* Moves lxqt_runner_sr_BA.ts to the translations dir.
|
||||
* Adds an UPDATE_TRANSLATIONS option
|
||||
* Use the LXQtranslate module to handle translations
|
||||
* Update Russian translation
|
||||
* Fixes dialog type, alt+tab won't focus it
|
||||
* Fix QDesktopWidget::availableGeometry() vs KWindowSystem::workArea() bug
|
||||
* CMakeLists cleanups
|
||||
* Fixes lxde/lxde-qt#311, FTBFS
|
||||
* Port lxqt-runner to KWindowSystem. Purge Qt 4.
|
||||
* Add Ctrl-p and Ctrl-n movement shortcuts.
|
||||
* Trim input text. Fixes lxde/lxde-qt#139
|
||||
|
||||
0.8.0 / 2014-10-08
|
||||
==================
|
||||
|
||||
* Adapt to the translation infrastructure
|
||||
* Use QWindow::windowHandle()->winId() to replace QWidget::winId() due to a bug of Qt5.
|
||||
* Initial Qt5 support.
|
||||
* Use new LXQt header files.
|
||||
* Assorted string polishing
|
||||
* cmake option to build without menu-cache even if it is installed
|
||||
* Update dialog.cpp
|
||||
|
||||
0.7.0 / 2014-05-07
|
||||
==================
|
||||
|
||||
* Update COPYING
|
||||
|
||||
0.6.99 / 2014-05-01
|
||||
===================
|
||||
|
||||
* Update man page
|
||||
* Update AUTHORS
|
||||
* LxQt Power Management -> Power Management
|
||||
* Add CPack rules for creating tarball
|
||||
* Update the app icons properly after the xdg menu is reloaded.
|
||||
* Proper encoding of command arguments
|
||||
* Removed CMAKE_SOURCE_DIR usage from CMakeLists.txt
|
||||
* Fix renaming bugs, replacing lxqt-qt with lxde-qt
|
||||
* Finish the crazy razor=>lxqt renaming tasks.
|
||||
* Convert utf8 strings to utf16 properly while using libmenu-cache.
|
||||
* Optionally support libmenu-cache so we can load installed appS from a cache quickly.
|
||||
* Rename razor to lxqt in some strings.
|
||||
* Make use of the latest liblxqt & liblxqt-globalkeys. * Rename to lxqt-runnder.
|
||||
* Add COPYING and AUTHORS
|
||||
* compile fix: do not include private qt header files
|
||||
* razor-runner scripting
|
||||
* X-RAZOR changed to Razor in desktop files
|
||||
* Experimental submenu added to shortcut selector button
|
||||
* Global shortcuts client library added and all support for it refactored and fixed.
|
||||
* fix "shorcut" typo
|
||||
* ignored duplicate entries in the HistoryProvider
|
||||
* Some debug prints removed. Timeout for Systray to load increased to 1 minute. Module crash detection improved.
|
||||
* preliminary manpages primary for razorqt and usefully in venenux
|
||||
* Translations updated
|
||||
* first part of fixes based on Coverity Scan (code static analysis)
|
||||
* Delete bad en_GB translations
|
||||
* Update translations
|
||||
* runner: Always select the command first and don't match directories
|
||||
* Translations updated
|
||||
* Removed line num from TS files.
|
||||
* Translations
|
||||
* Updated .ts.src files
|
||||
* Extra explaination on compile flags
|
||||
* indent fixes
|
||||
* Optional runtime VBoxHeadless support
|
||||
* Fix for Issue #290 Fails to build on BSD
|
||||
* Removed translate.sh from razor-runner
|
||||
* New translation infrastructure
|
||||
* Ts.src files updated.
|
||||
* Language name zh_CN.GB2312 braked cmake process.
|
||||
* Translations updated
|
||||
* typo fixes
|
||||
* Razor-runner: history provider didn't expand env variables.
|
||||
* Fixed a history in the razor-runner.
|
||||
* lock screen for runner too
|
||||
* fixed #267 Add logout/lock screen actions to razor runner
|
||||
* Move configure button to the left of close
|
||||
* implemented #267 Add logout/lock screen actions to razor runner
|
||||
* Don't display any VM on empty regex ; adding author header for previously added vbox provider
|
||||
* GUI for change razor theme.
|
||||
* fixed #63 Razor launcher should access history on arrow up/down
|
||||
* Improvements in the razor-runner Added a customommand provider.
|
||||
* Set window titles for use with WM's like fvwm
|
||||
* Typos in code. Thanks Aaron Lewis. * In razor-runner , providers item: title() was typed as tile() * For RazorSettings class , settingsChanged() was typed as settigsChanged()
|
||||
* Garbage in the code.
|
||||
* Preloading menu in the razor-runner.
|
||||
* Fix QRC_FILE definition
|
||||
* Fix the header path
|
||||
* Implemention of Virtualbox Runner
|
||||
* Implemention of VirtualBox runner
|
||||
* Transifex desktop: sr_BA.ts should be a local
|
||||
* Transifex desktop: local translations
|
||||
* Transifex desktop: Translations pulled
|
||||
* Update Tradidtional Chinese Translations
|
||||
* RazorApplication class implemented; all modules ported to this class
|
||||
* Translations update
|
||||
* Added support for the online translation service. www.transifex.net
|
||||
* Serbian translation files
|
||||
* Greek translation by iosifidis
|
||||
* Razor-runner not activated in kwin.
|
||||
* Razor-runner not activated in kwin.
|
||||
* Added danish translations
|
||||
* Russian translation
|
||||
* fix #169: italian translation
|
||||
* Relicense panel & runner
|
||||
* Set icon theme before instantiating CommandItemModel
|
||||
* Fix gmail.ru -> gmail.com
|
||||
* Keep all parts of the theme in one place. Fix in the cmake.
|
||||
* Keep all parts of the theme in one place
|
||||
* SVK translation finalized
|
||||
* Close Issue #120
|
||||
* License audit
|
||||
* Add Chinese(simplified) translation files.
|
||||
* Add Slovak (sk) translation
|
||||
* Czech translations (cs_CZ)
|
||||
* huge refactoring of the libraries build organization
|
||||
* Closes #64 Razor launcher should focus on alt+f2
|
||||
* RazorRunner: IconThemeChanged handler for razor-runner.
|
||||
* Fix: Wrong actualSize for icons from /usr/pixmaps.
|
||||
* GPL->LGPL where I'm the author
|
||||
* Translation for standard buttons in the razor-runner
|
||||
* Reducing lib dependency in cmake files.
|
||||
* Fix: Desktop Menu Specification category must be X-RAZOR.
|
||||
* Polish translation. Closes #46
|
||||
* potential fix (workaround) from #40: XdgMenu does not display environment related items
|
||||
* homepage updated + auto replacement script
|
||||
* Micro fix in razorqt-runner
|
||||
* XDG-files are splitted into qtxdg library.
|
||||
* History mode in razor-runner.
|
||||
* Fixed #23: Sorting razor-runner command list.
|
||||
* Translation
|
||||
* Mathematics support in razor-runner.
|
||||
* Razor-runner refactoring - Providers classes.
|
||||
* Small sorted fix.
|
||||
* Fixed selection color in listview.
|
||||
* Polish translation
|
||||
* fix for build (includes)
|
||||
* Closes #22
|
||||
* Closes #21
|
||||
* Disabled tests the global shortcut registration result.
|
||||
* "math mode" for razor-runner (expression ends with '=')
|
||||
* check for global shortcut duplicity (open cfg if it's in conflict)
|
||||
* Razor-runner program
|
@ -0,0 +1,34 @@
|
||||
# lxqt-runner
|
||||
|
||||
## Overview
|
||||
|
||||
lxqt-runner provides a GUI that comes up on the desktop and allows for launching applications or shutting down the system.
|
||||
|
||||
![lxqt-runner](lxqt-runner.png)
|
||||
|
||||
Technically it consists of a single binary `lxqt-runner`. The binary is run in a daemon-like manner as so-called LXQt Module and brings up the GUI when a configured keyboard shortcut is hit.
|
||||
|
||||
## Installation
|
||||
|
||||
### Compiling source code
|
||||
|
||||
Runtime dependencies are muparser, KWindowSystem, menu-cache and [lxqt-globalkeys](https://github.com/lxde/lxqt-globalkeys).
|
||||
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 provided by all major Linux distributions like Arch Linux, Debian (as of Debian stretch only), Fedora and openSUSE. Just use your package manager to search for string `lxqt-runner`.
|
||||
|
||||
## Configuration, Usage
|
||||
|
||||
Launching binary `lxqt-runner` as LXQt Module can be adjusted from section "Basic Settings" in configuration dialogue "LXQt Session Settings" (binary `lxqt-config-session`) of [lxqt-session](https://github.com/lxde/lxqt-session).
|
||||
|
||||
The keyboard shortcut to launch the GUI can be configured in "Global Actions Manager" (binary `lxqt-config-globalkeyshortcuts`) of [lxqt-globalkeys](https://github.com/lxde/lxqt-globalkeys).
|
||||
|
||||
The GUI comes with a configuration dialogue to customize settings like the position where it's displayed. It's accessible from a menu that's in turn opened by an icon left of the one to close the GUI, "arrow down" in screenshot above.
|
||||
|
||||
To launch an application corresponding strings need to be filed in the form, next a selection can be made from a list presenting matches. Items to shut down or restart the system and so on are provided by the menu featuring the configuration dialogue as well.
|
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
@ -1 +1,2 @@
|
||||
AUTHORS
|
||||
README.md
|
||||
|
@ -1,8 +1,15 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
--parallel
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure --\
|
||||
-DPULL_TRANSLATIONS=OFF\
|
||||
-DUPDATE_TRANSLATIONS=OFF\
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
@ -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
|
||||
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
|
||||
=h7ww
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
|
@ -1,3 +1,3 @@
|
||||
version=3
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxde/lxqt-runner/releases .*/([\d\.]+).tar.gz
|
||||
https://github.com/lxde/lxqt-runner/releases .*/lxqt-runner-([\d\.]+).tar.xz
|
||||
|
After Width: | Height: | Size: 18 KiB |
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="cs">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Nastavení spouštěče programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Vzhled</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Umístění:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Ukázat na:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Klávesová zkratka:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Horní okraj obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Střed obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Tam, kde je myš</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Vždy na %1 obrazovce</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Spouštěč programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Nastavit spouštěč programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Smazat historii spouštěče programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Stiskněte "%1" pro zobrazení dialogu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Správa energie</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="cs_CZ">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Nastavení spouštěče programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Vzhled</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Umístění:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Ukázat na:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Klávesová zkratka:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Horní okraj obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Střed obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Tam, kde je myš</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Vždy na %1 obrazovce</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Spouštěč programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Nastavit spouštěč programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Smazat historii spouštěče programů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Stiskněte "%1" pro zobrazení dialogu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Správa energie</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="da">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="da_DK">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Programstarter Indstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Udseende</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Position:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Vis på:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Genvej:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Skærmens topkant</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Skærmens midte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Skærmen, hvor musen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Altid på skærm %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Programstarter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Indstil LXQt programstarter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Nulstil lxqt programstarter historik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Tryk "%1" for at se dialog.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt Strømstyring</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation>Anwendungsstarter-Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Aussehen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Positionierung:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Anzeigen auf:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Tastenkürzel:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation>Bildschirmoberkante</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation>Bildschirmmitte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation>Fokussierter Bildschirm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation>Immer auf Bildschirm %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation>Zurücksetzen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Anwendungsstarter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation>Konfigurieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation>Verlauf löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation>Dialog anzeigen/verstecken</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Verlauf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Mathematik</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,125 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="eo">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Agordoj de lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Apero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Loko:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Montri en:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Klavkombino:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Supra bordo de la ekrano</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centro de la ekrano</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Ĉiam en %1 monitoro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lanĉilo de aplikaĵoj </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Agordi lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Vakigi kronologion de lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Alkalku "%1" por montri dialogon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematiko</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Kurentmastrumilo de LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Configuración de LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Apariencia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posición:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Mostrar en:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Acceso directo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Extremo superior de la pantalla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centro de la pantalla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Monitor donde esté el ratón</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Siempre en el monitor %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lanzador de aplicaciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurar lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Limpiar historial de LXQt-Runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Presione "%1" para ver la pantalla.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historial</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matemáticas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Administrador de energía de LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es_VE">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Configuraciones de LXQt-Ejecutor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Apariencia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posicionamiento:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Mostrar en:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Acceso de tecla:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">En el tope de pantalla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centrar en la pantalla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Pantalla donde este el raton</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Siempre en la pantalla %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lanzador de palicaciones </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurar lanzador de LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Limpiar historial de lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Presiona %1 para ver el dialogo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historial</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Manejador de energia de LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="eu">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt-runner ezarpenak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Itxura</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posizioa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Erakutsi hemen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Lasterbidea:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Pantailaren goiko ertza</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Pantailaren erdia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Monitorea sagua dagoen lekuan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Beti %1 monitorean</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Aplikazio-abiarazlea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Konfiguratu lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Garbitu lxqt-runner historia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Sakatu "%1" elkarrizketa-koadroa ikusteko.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematikak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt energia-kudeaketa</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="fi">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQtin käynnistimen asetukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Ulkoasu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Sijainti:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Näytä:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Pikanäppäin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Näytön ylälaidassa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Keskellä näyttöä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Näytöllä, jossa hiiren osoitin on</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Aina näytöllä %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Sovelluskäynnistin </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Hallitse LXQtin käynnistintä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Tyhjennä LXQt-käynnistimen historia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Paina "%1" nähdäksesi ikkunan.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematiikka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQtin virranhallinta</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="fr_FR">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Paramètres du lanceur de commandes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Apparence</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Position :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Montrer au :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Raccourci :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Bord supérieur de l'écran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centre de l'écran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Moniteur où se trouve la souris</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Toujours sur le moniteur %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lanceur d'application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurer le lanceur de commandes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Effacer l'historique du lanceur de commandes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Appuyer sur "%1" pour voir le dialogue</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Histoire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Mathématiques</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Gestion de l'énergie</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="hu">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ia">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="id_ID">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Impostazioni di LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Aspetto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posizione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Mostra su:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Scorciatoia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Bordo superiore dello schermo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centro dello schermo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Vedi dove è il mouse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Sempre sul monitor %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lanciatore di applicazioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configura LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Cancella la cronologia di lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Premi "%1" per vedere la finestra di dialogo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Cronologia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Gestione energetica di LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt-runnerの設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>外観</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>配置:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>表示:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>ショートカット:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">スクリーンの上辺</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">スクリーンの中央</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">マウスの位置を観察</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">常に%1モニタに</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>アプリケーションランチャ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">lxqt-runnerを設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">LXQt-runnerの履歴を消去</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">ダイアログを見るには"%1"を押してください。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>履歴</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>計算</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt電源管理</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ko">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="lt">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt paleidiklio nuostatos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Išvaizda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Padėtis:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Rodyti:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Nuoroda:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Viršutiniame ekrano krašte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Ekrano centre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Ties pele</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Visada „%1“ vaizduoklyje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Programų paleidiklis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Konfigūruoti lxqt paleidiklį</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Išvalyti lxqt paleidiklio istoriją</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Norėdami matyti dialogą, spauskite „%1“</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Istorija</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt energijos valdymas</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="nl">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt-uitvoeren Instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Uiterlijk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Positionering:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Toon op:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Snelkoppeling:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Bovenkant van het scherm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Midden van het scherm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Check positie van de muis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Altijd op %1 monitor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Programma starter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configureer LXQt-uitvoeren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Wis lxqt-runner Geschiedenis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Toets "%1" om dialoog te zien.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Geschiedenis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Wiskundig</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt Energiebeheer</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pl_PL">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Ustawienia LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Wygląd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Pozycja:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Pokaż na:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Skrót:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Góra ekranu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Środek ekranu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Tam, gdzie mysz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Zawsze na %1 ekranie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Wyzwalacz programu </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Konfiguruj lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Wyczyść historię lxqt-runnera</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Naciśnij "%1", aby zobaczyć okno.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Historia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematyka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Zarządzanie zasilaniem LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Definições do LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Aparência</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posição:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Mostrar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Atalho:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Margem superior do ecrã</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centro do ecrã</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Monitor em que está o rato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Sempre no monitor %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lançador de aplicações </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurar lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Limpar histórico do lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Prima "%1" para abrir a caixa de diálogo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Histórico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matemática</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Gestão de energia do LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt_BR">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Configurações do executor do LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Aparência</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Posicionamento:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Exibir em:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Atalho:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Borda superior da tela</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centro da tela</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Onde o mouse estiver no monitor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Sempre no monitor %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lançador de aplicativo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurar o executor do LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Limpar o histórico do executor do LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Pressione "%1" para ver o diálogo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Histórico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matemática</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Gerenciamento de energia do LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ro_RO">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Setări lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Aspect</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Poziție:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Afișează pe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Scurtătură:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Marginea superioară a ecranului</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Centrul ecranului</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Monitorizează unde este mausul</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Întotdeauna pe monitorul %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Lansator de aplicații</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Configurare lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Curăță istoricul lxqt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Apăsați "%1" pentru a afișa dialogul.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Istoric</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematică</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Gestiune alimentare LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,121 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sk_SK">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Nastavenia Spúšťača LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Vzhľad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Pozícia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Kde zobrazovať:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Skratka:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Horný okraj obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Stred obrazovky</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Monitor, kde je myš</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Vždy na monitore %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Spúšťač aplikácií</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Nastaviť Spúšťač LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Stlačením „%1“ zobrazte dialóg.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>História</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematika</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sl">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">Nastavitve za LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>Videz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>Položaj:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>Pokaži na:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>Bližnjica:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">Vrhnjem robu zaslona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">Sredini zaslona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">Zaslonu, kjer je miška</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">Vedno na zaslonu %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>Zaganjalnik programov </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">Nastavitve za LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">Počisti zgodovino za LXQt-runner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">Za prikaz pogovornega okna pritisnite »%1«.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>Zgodovina</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>Matematika</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">Upravljanje z energijo</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,93 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sr@latin">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="th_TH">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">ค่าตั้งกล่องป้อนคำสั่ง-lxqt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>รูปลักษณ์</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>ตำแหน่ง:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>แสดงบน:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>ปุ่มลัด:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">บริเวณขอบบนของจอภาพ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">บริเวณส่วนกลางของจอภาพ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">จอภาพที่เมาส์อยู่</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">ประจำอยู่ที่จอภาพ %1 เสมอ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>ปุ่มเรียกใช้งานโปรแกรม</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">ปรับแต่งกล่องป้อนคำสั่ง-lxqt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">ล้างประวัติกล่องป้อนคำสั่ง-lxqt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">กด "%1" เพื่อดูกล่องโต้ตอบ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>ประวัติ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>การคำนวณเลข</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">การจัดการพลังงานของ LXQt</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="zh_CN">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt启动器设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>外观</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>位置:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>显示在:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>快捷键:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">屏幕顶部</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">屏幕中部</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">鼠标所在的显示器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">总是在 %1 显示器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>应用程序启动器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">配置LXQt启动器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">清空 lxqt-runner 历史</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">按下 "%1" 以查看对话框。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>历史</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>数学</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt 电源管理</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,129 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="zh_TW">
|
||||
<context>
|
||||
<name>ConfigureDialog</name>
|
||||
<message>
|
||||
<source>LXQt-runner Settings</source>
|
||||
<translation type="vanished">LXQt快速執行設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="14"/>
|
||||
<source>Runner Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="20"/>
|
||||
<source>Appearance</source>
|
||||
<translation>外觀</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="26"/>
|
||||
<source>Positioning:</source>
|
||||
<translation>位於:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="36"/>
|
||||
<source>Show on:</source>
|
||||
<translation>顯示在:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.ui" line="56"/>
|
||||
<source>Shortcut:</source>
|
||||
<translation>快捷鍵:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Top edge of screen</source>
|
||||
<translation type="vanished">螢幕頂端</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Center of screen</source>
|
||||
<translation type="vanished">螢幕中間</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Monitor where the mouse</source>
|
||||
<translation type="vanished">在滑鼠所在的顯示器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Always on %1 monitor</source>
|
||||
<translation type="vanished">總是在%1顯示器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="60"/>
|
||||
<source>Top edge of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="61"/>
|
||||
<source>Center of the screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="67"/>
|
||||
<source>Focused screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="71"/>
|
||||
<source>Always on screen %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../configuredialog/configuredialog.cpp" line="80"/>
|
||||
<source>Reset</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>Dialog</name>
|
||||
<message>
|
||||
<location filename="../dialog.ui" line="26"/>
|
||||
<source>Application launcher </source>
|
||||
<translation>應用程式啟動器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Configure lxqt-runner</source>
|
||||
<translation type="vanished">設定LXQt快速執行</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Clear lxqt-runner History</source>
|
||||
<translation type="vanished">清除LXQt快速執行的歷史紀錄</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Press "%1" to see dialog.</source>
|
||||
<translation type="vanished">按下"%1"檢視對話。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="93"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="97"/>
|
||||
<source>Clear History</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialog.cpp" line="345"/>
|
||||
<source>Show/hide runner dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="443"/>
|
||||
<source>History</source>
|
||||
<translation>歷史記錄</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../providers.cpp" line="801"/>
|
||||
<source>Mathematics</source>
|
||||
<translation>數學</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LXQt Power Management</source>
|
||||
<translation type="vanished">LXQt電源管理</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Loading…
Reference in new issue