* Synced debian foo with experimental * Bumped compat to 10 * Removed --parallel from rules, standard in compat 10 * Bumped minimum version debhelper to />= 10) * Bumped minimum version liblxqt0-dev (>= 0.11.0) * Bumped minimum version libqt5xdg-dev (>= 2.0.0) * Added build dependency libkf5idletime-dev * Added build dependency libqt5svg5-dev * Added Recommends lxqt-powermanagement-l10n * Added build dependency libqt5xdgiconloader-dev (>= 2.0.0) * Removed build dependency libx11-xcb-dev * Removed build dependency libxcb-dpms0-dev * Removed build dependency libxcb-screensaver0-dev * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo * Exported LC_ALL=C.UTF-8, make builds reproducibleubuntu/cosmic debian/0.11.0-2
parent
59b51e5bcc
commit
c2801837da
@ -1,3 +1,4 @@
|
||||
build
|
||||
nbproject
|
||||
*kdev4*
|
||||
*/translations/lxqt-powermanagement
|
||||
|
@ -0,0 +1,218 @@
|
||||
|
||||
lxqt-powermanagement-0.11.0 / 2016-09-24
|
||||
========================================
|
||||
|
||||
* README.md: Replace dependency XCB with KIdleTime
|
||||
* Idleness Watcher: rely on KIdleTime instead of XCB (#33)
|
||||
* fix indents
|
||||
* Update and extend README.md
|
||||
* Add Catalan translation
|
||||
* Add Arabic Translation for Desktop File
|
||||
* I18N: Fix Plural Strings (#38)
|
||||
* Removes the QEventLoop from the Watcher class
|
||||
* build: Use external translations
|
||||
* ts-files removal (#34)
|
||||
* Bump year Fix licenses, lxqt-powermanagement is LGPL only
|
||||
* Fix source language in Italian translation file
|
||||
* Italian translation update
|
||||
* Update Russian translation Remove ru_RU files
|
||||
* Fix typo in Greek translation
|
||||
* update: lxqt-powermanagement_hu.ts
|
||||
* Add German translation
|
||||
|
||||
0.10.0 / 2015-10-31
|
||||
===================
|
||||
|
||||
* Update translations
|
||||
* Fix LICENSE file
|
||||
* Add (re)enabling info message
|
||||
* Rename "On Ac" to "On AC" to have a single string for both
|
||||
* Fix typo in message
|
||||
* Remove "LXQt " from .desktop to follow pattern
|
||||
* Update batteryhelper.cpp
|
||||
* Fixed typo Unkown -> Unknown
|
||||
* lidwatcher: don't listen to Changed signal
|
||||
* Add some missing license headers
|
||||
* OnlyShowIn=LXQt;
|
||||
* Add Greek (el) translation Add the 'Comment' key in desktop file
|
||||
* Add key "Comment" to desktop entry file
|
||||
* Rename LxQt to LXQt everywhere
|
||||
* Handles CMake policy CMP0063
|
||||
* Use the LXQtCompilerSettings CMake module
|
||||
* Make built-in icon move clockwise when charging
|
||||
* Fix red-painting of built-in icon when power low
|
||||
* Adds Runtime install COMPONENT
|
||||
* Coding sytle change
|
||||
* Use GNUInstallDirs
|
||||
* Removes non existent RESOURCES
|
||||
* Use CMAKE_AUTOUIC, drop qt5_wrap_ui()
|
||||
* Remove unneeded include_directories() entries
|
||||
* Minor strings update
|
||||
* Updates the build system to the Targets infrastructure
|
||||
* Remove trailing whitespaces
|
||||
* Enable screen locking from the idleness watcher
|
||||
* Prevent a too small value for the idle watcher
|
||||
* Correctly check for batteries on first run
|
||||
* re-add notification about missing battery
|
||||
* Added italian translations
|
||||
* Hungarian translations added
|
||||
* Support CMake 2.8.11 again
|
||||
* Typos: fix "Idle" capitalization and misspelling
|
||||
* Add icons to the action in the systray icon's menu
|
||||
* Polish translation updated
|
||||
* Only show batteries of type PrimaryBattery. Fixes #535
|
||||
* Make lxqt-powermanagement tray's tooltip work again
|
||||
* Fix warning from clang
|
||||
* Fix some wrong use of Solid::Battery::capacity instead of ..::energy
|
||||
* Align slots and connects with what signals Solid offers
|
||||
* Make batterywatcher react to energylevel- and powersupplystate changes
|
||||
* Port to KF5's Solid
|
||||
|
||||
0.9.0 / 2015-01-26
|
||||
==================
|
||||
|
||||
* Portuguese update
|
||||
* Fix some translation keys
|
||||
* Small layoutchange in batterysettings
|
||||
* Fix strings to be easier translatable
|
||||
* Portuguese update
|
||||
* Add Japanese translation
|
||||
* - Unify naming for a unique lxqt. No more suffixes
|
||||
* Fix battery info dialog's layout
|
||||
* Small tweak to the built-in icon
|
||||
* Added semitransparent background to built in icon
|
||||
* Simplified rendering of built-in icons and added a gradient to them
|
||||
* Use SingleApplication rather than Application
|
||||
* Handle more than one battery
|
||||
* Reordered responsibillities between classes
|
||||
* Some refactoring
|
||||
* Some cleanup
|
||||
* Remove cancel button from batteryinfodialog.ui
|
||||
* Correct one fontsize in batteryinfo.ui
|
||||
* Refactor battery info dialog to handle more than one battery
|
||||
* Cleaned out a lot of old debug statements
|
||||
* Adjusted how chargelevels are mapped to icons
|
||||
* Added icon preview to batterywatcher config
|
||||
* Factor out icon producing in separate class
|
||||
* Clean up code for picking battery icon from theme
|
||||
* Add icon to config window
|
||||
* Fix config gui
|
||||
* Use the new LXQtTranslate modules.
|
||||
* Fixes translations not being loaded.
|
||||
* Updates translations
|
||||
* Adds and uses QtTranslate cmake module for handling .ts translations
|
||||
* Add Russian translation
|
||||
* Include Qt5Gui_PRIVATE_INCLUDE_DIRS for qplatformnativeinterface.h
|
||||
* Clean up CMakeLists.txt, drop Qt4 support
|
||||
* Adds option to disable systray icon in preferences and on the icon's context menu
|
||||
|
||||
0.8.0 / 2014-06-29
|
||||
==================
|
||||
|
||||
* Fix incorrect lib linking.
|
||||
* Add initial Qt5 support.
|
||||
* Add missing lgpl-headers
|
||||
* Recognize Alec Moskvin as author in 'about' dialog
|
||||
* Fix includes, hopefuly correct this time
|
||||
* Clean up includes
|
||||
* Tell logind to not handle lidswitch when lidwatcher is enabled
|
||||
* Added contextmenu to battery systemtray icon
|
||||
* On first run disable lidwatcher/batterywatcher if lid/battery not present
|
||||
* Add missing ${QTXDG_INCLUDE_DIRS} to include_directories().
|
||||
* Use preferred header style
|
||||
* Temporary fix for #86
|
||||
* Corrected badly formed includes. Fix for #81
|
||||
|
||||
0.7.0 / 2014-05-01
|
||||
==================
|
||||
|
||||
* Remove outdated and unused manpage
|
||||
* Add AUTHORS
|
||||
* Strings improvements
|
||||
* Add CPack rules for creating tarball
|
||||
* Fix .desktop icon (thanks, @agaida)
|
||||
* Improvements to .desktop file
|
||||
* Adapt to recent upower api changes
|
||||
* Update README
|
||||
* Fix updating of minutes and seconds in idleness settings
|
||||
* Fix small bugs in idleness-settings, update of seconds
|
||||
* Fix icons in configure-powermanager
|
||||
* Slightly more userfriendly idleness-settings-dialog
|
||||
* Added first-time-run notification with configure-button
|
||||
* Some cleanup + fix idlenesswatcher to use power
|
||||
* More code cleanup
|
||||
* Minor adjustments to config ui's
|
||||
* cleanup
|
||||
* Code cleanup
|
||||
* ui cleanups
|
||||
* Clean up battery-watcher-settings ui
|
||||
* Fixed lxqt-config-powermanagement.desktop file
|
||||
* Renames and cleanup
|
||||
* Lid, Idleness and Battery merged into one application
|
||||
* Normalize imports
|
||||
* Config for idleness and some more options for lidsettings
|
||||
* Removed CMAKE_SOURCE_DIR usage from CMakeLists.txt files
|
||||
* Fix renaming bugs, replacing lxqt-qt with lxde-qt
|
||||
* Finish the crazy razor=>lxqt renaming tasks.
|
||||
* rename razor to lxqt in some strings
|
||||
* Replace lxqt with ${LXQT_LIBRARIES} when linking.
|
||||
* Compile-time dependancy on lxqt library added
|
||||
* Project name fixed
|
||||
* Fix build and adopt new APIs of liblxqt.
|
||||
* Renamed some #ifndef/#define s
|
||||
* Make powermanagement compile and link with liblxqt and libqtxdg
|
||||
* Changed prefix from lz to lxqt for all powermanagement apps
|
||||
* Cleanup of old razor-autosuspend code
|
||||
* cmake-files cleanup
|
||||
* Initial commit
|
||||
* Renames and cleanup in config
|
||||
* Renames and cleanup in idleness
|
||||
* Renames and cleanup in battery
|
||||
* Rename and cleanup in lid
|
||||
* Split razorautosuspend into lid and battery, make stuff compile
|
||||
* Moved razorqt-screenlocker into razor-autosuspend
|
||||
* X-RAZOR changed to Razor in desktop files
|
||||
* razor-autosuspend handle more battery-icon naming schemes
|
||||
* Fix underlinking with QtDbus
|
||||
* Autosuspend: Force icon to update when settings change
|
||||
* Autosuspend: Add config option to start/stop
|
||||
* Autosuspend: Perform a first-run check for a battery
|
||||
* Set battery info dialog title
|
||||
* Trtanslations
|
||||
* Fixes to razor-autosuspend trayicon drawing
|
||||
* New, dynamically generated battery icon for razor-autosuspend
|
||||
* preliminary manpages primary for razorqt and usefully in venenux
|
||||
* autosuspend: fix discharging()
|
||||
* Razor-autosuspend fix missing initialization of Battery
|
||||
* Rename fields in razor-config-autosuspend to comply with code style
|
||||
* Rename variables in razor-autosuspend to comply with coding standards
|
||||
* Now possible to use theme-icons in razor-autosuspend
|
||||
* Translations updated
|
||||
* Translations updated
|
||||
* first part of fixes based on Coverity Scan (code static analysis)
|
||||
* Fix components missing translations
|
||||
* Added copyright headers to constants.h, batteryinfo.h and batteryinfo.cpp in razor-autosuspend
|
||||
* Typos found during translation
|
||||
* Translations
|
||||
* Delete bad en_GB translations
|
||||
* Update translations
|
||||
* Enable translations for some components that were missing them
|
||||
* Load setting on startup and fix wrong slot
|
||||
* razor-autosuspend watch for changes in settings
|
||||
* Translations updated
|
||||
* Removed line num from TS files.
|
||||
* Make razorqt-autosuspend a module
|
||||
* Generate translations for razorqt-autosuspend
|
||||
* Use flexible layouts
|
||||
* Translations
|
||||
* Deleted old translation methods.
|
||||
* New translation infrastructure
|
||||
* Fixes in the debs files for the razor-config-autosuspend.desktop
|
||||
* razor-autosuspend: When batteryinfo open it closes when trayicon clicked
|
||||
* Detailed battery info when clicking razor-autosuspend tray icon
|
||||
* razor-autosuspend registers as dbus-service (org.razor-qt.razor-autosuspend) - fixes #346
|
||||
* Razor-autosuspend: power-low-level is now configurable
|
||||
* Razor-autosuspend: Added shutdown as action on lidclosed or powerlow
|
||||
* Added config app for razor-autosuspend
|
||||
* Moved razor-autosuspend sourcefiles to src-dir
|
||||
* Moved razor-autosuspend to toplevel as it is not really a part of razorqt-power
|
@ -1,4 +1,31 @@
|
||||
lxqt-powermanagement
|
||||
====================
|
||||
# lxqt-powermanagement
|
||||
|
||||
Power management module for LXQt
|
||||
## Overview
|
||||
|
||||
This repository is providing tools to monitor power management events and optionally trigger actions like e. g. shut down a system when laptop batteries are low on power.
|
||||
|
||||
The core components are two binaries `lxqt-powermanagement` and `lxqt-config-powermanagement`.
|
||||
`lxqt-powermanagement` is running in a daemon-like manner as so-called "LXQt Module" and doing the actual work. GUI "Power Management Settings (binary `lxqt-config-powermanagement`) is used to customize settings.
|
||||
|
||||
Warning messages are displayed on the desktop by [lxqt-notificationd](https://github.com/lxde/lxqt-notificationd).
|
||||
|
||||
## Installation
|
||||
|
||||
### Compiling source code
|
||||
|
||||
Runtime dependencies are UPower, KIdleTime, qtsvg and [liblxqt](https://github.com/lxde/liblxqt).
|
||||
Additional build dependencies are CMake and Solid, 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-powermanagement`.
|
||||
|
||||
## Configuration, Usage
|
||||
|
||||
Daemon-like `lxqt-powermanagement` 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).
|
||||
|
||||
To customize settings there's configuration dialogue "Power Management Settings" (binary `lxqt-config-powermanagement`). It can be opened from the panel's main menu - Preferences - LXQt Settings - Power Management and is provided by the "Configuration Center" (binary `lxqt-config`) of [lxqt-config](https://github.com/lxde/lxqt-config) as well.
|
||||
|
@ -1,217 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,3 @@
|
||||
Name[ar]=إدارة الطّاقة
|
||||
GenericName[ar]=إعدادات إدارة الطّاقة
|
||||
Comment[ar]=عدّة إعدادات لإدارة الطّاقة مثل مراقبات البطّاريّة أو الخمول
|
@ -0,0 +1,3 @@
|
||||
Name[ca]=Gestió de l'energia
|
||||
GenericName[ca]=Ajusts de la gestió de l'energia
|
||||
Comment[ca]=Diversos ajusts pel que fa a la gestió de l'energia com la bateria o l'observador de l'ociositat
|
@ -0,0 +1,3 @@
|
||||
Name[de]=Energieverwaltung
|
||||
GenericName[de]=Einstellungen der Energieverwaltung
|
||||
Comment[de]=Verschiedene Einstellungen zur Energieverwaltung wie Batterie- oder Leerlaufüberwachung
|
@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="hu_HU">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation>Akkumulátor figyelő beállítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation>Akkumulátor figyelő e&ngedélyezése</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation>Figyelmeztetés:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation> másodperc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation>Alacsony energiaszint:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation>Ikonok a témából:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation>Alacsony energiánál:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation>Ikon mutatás:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Űrlap</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation>Tétle&nségi felügyelet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation>Tétlenség esetén:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation>Tétlenségi idő:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation> perc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation> másodperc</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Űrlap</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation>Fedélfelügyelet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation>Teendő fedélzáráskor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation>Akkumulátor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Semmi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Készenlét</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Alvás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation>Kikapcsolás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation>Külső táp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation>&Külső monitor használatakor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On Ac</source>
|
||||
<translation type="vanished">Külső táp</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<source>LXQt Powermanagement Configuration</source>
|
||||
<translation type="vanished">LXQt energiafelügyelet beállítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation>Akkumulátor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation>Fedél</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>idle</source>
|
||||
<translation type="vanished">Tétlenség</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Semmi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation>Képernyőzár</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Készenlét</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Alvás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation>Kikapcsolás</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it" sourcelanguage="it">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation>Impostazioni monitor batteria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation>&Attiva il monitor della batteria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation>Tempo di attesa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation> secondi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation>Livello basso :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation>Usa icone del tema:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation>Quando il livello è basso:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation>Mostra icona:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation>&Attiva monitor attività sistema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation>Quando inattivo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation>Tempo di inattività:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation> minuti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation> secondi</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation>&Attiva monitor coperchio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation>Azione a chiusura</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation>Alimentazione a batteria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Niente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Sospendi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Iberna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation>Spegni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation>Alimentazione di rete</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation>Quando è in uso un monitor &esterno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On Ac</source>
|
||||
<translation type="vanished">Alimentazione di rete</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<source>LXQt Powermanagement Configuration</source>
|
||||
<translation type="vanished">Configurazione gestione energetica di LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation>Batteria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation>Coperchio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>idle</source>
|
||||
<translation type="vanished">Inattività</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Nessuna azione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation>Blocca schermo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Sospendi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Iberna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation>Spegni</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation>バッテリーの監視設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation>バッテリー監視を有効にする(&N)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation>警告:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation> 秒</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation>低いと判断するレベル:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation> %</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation>テーマのアイコンを用いる:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation>電源が低いときには:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation>アイコンを表示:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>フォーム</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation>アイドル状態の監視</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation>アイドル時には:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation>アイドル状態の時間</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation> 分</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation> 秒</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>フォーム</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation>フタの監視を有効にする</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation>フタが閉じていたときの動作</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation>バッテリー動作時</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation>何もしない</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation>サスペンド</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>ハイバネート</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation>シャットダウン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation>AC電源時</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation>外部モニター使用時</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On Ac</source>
|
||||
<translation type="vanished">AC電源時</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<source>LXQt Powermanagement Configuration</source>
|
||||
<translation type="vanished">LXQt電源管理の設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation>バッテリー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation>フタ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>idle</source>
|
||||
<translation type="vanished">アイドル</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation>何もしない</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation>スクリーンをロック</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation>サスペンド</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>ハイバネート</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation>シャットダウン</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pl_PL">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation>Ustawienia monitorowania baterii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation>W&łącz monitorowanie baterii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation>Ostrzeżenie:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation> sek</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation>Poziom niski od:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation> %</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation>Użyj ikon z motywu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation>Gdy poziom jest niski:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation>Pokaż ikonę:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Form</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation>W&łącz monitorowanie bezczynności</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation>Gdy bezczynny:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation>Czas bezczynności:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation>min</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation>sek</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Form</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation>W&łącz monitorowanie pokrywy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation>Reakcja na zamknięcie pokrywy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation>Na baterii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Brak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Wstrzymaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Hibernuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation>Wyłącz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation>Na zasilaniu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation>Przy używaniu &zewnętrznego monitora</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On Ac</source>
|
||||
<translation type="vanished">Na zasilaniu</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<source>LXQt Powermanagement Configuration</source>
|
||||
<translation type="vanished">LXQt Konfiguracja zarządzania energią</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation>Bateria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation>Pokrywa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>idle</source>
|
||||
<translation type="vanished">Bezczynność</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Brak reakcji</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation>Zablokuj ekran</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Wstrzymaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Hibernuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation>Wyłącz</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt">
|
||||
<context>
|
||||
<name>BatteryWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="14"/>
|
||||
<source>Battery Watcher Settings</source>
|
||||
<translation>Definições do monitorizador de energia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="26"/>
|
||||
<source>E&nable Battery Watcher</source>
|
||||
<translation>&Ativar monitorizador de energia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="54"/>
|
||||
<source>Warning:</source>
|
||||
<translation>Aviso:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="67"/>
|
||||
<source> seconds</source>
|
||||
<translation> segundos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="77"/>
|
||||
<source>Level is low at:</source>
|
||||
<translation>O nível está baixo em:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="90"/>
|
||||
<source> %</source>
|
||||
<translation> %</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="111"/>
|
||||
<source>Use icons from theme:</source>
|
||||
<translation>Utilizar ícones do tema:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="125"/>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>Preview</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="162"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="200"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="41"/>
|
||||
<source>When power is low then:</source>
|
||||
<translation>Se a energia estiver baixa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.ui" line="97"/>
|
||||
<source>Show icon:</source>
|
||||
<translation>Mostrar ícone:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="93"/>
|
||||
<source>built in</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatchersettings.cpp" line="98"/>
|
||||
<source>Level: %1%</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Formulário</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="20"/>
|
||||
<source>Enab&le Idleness Watcher</source>
|
||||
<translation>Ativar monitori&zador de inatividade</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="41"/>
|
||||
<source>When idle then:</source>
|
||||
<translation>Se existir inatividade:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="60"/>
|
||||
<source>Idle time:</source>
|
||||
<translation>Tempo para inatividade:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="73"/>
|
||||
<source> minutes</source>
|
||||
<translation> minutos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatchersettings.ui" line="86"/>
|
||||
<source> seconds</source>
|
||||
<translation> segundos</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LidWatcherSettings</name>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="14"/>
|
||||
<source>Form</source>
|
||||
<translation>Formulário</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="26"/>
|
||||
<source>Enable &Lid Watcher</source>
|
||||
<translation>Ativar monitori&zador da tampa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="41"/>
|
||||
<source>Action when lid is closed</source>
|
||||
<translation>Ação ao fechar a tampa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="53"/>
|
||||
<location filename="../lidwatchersettings.ui" line="118"/>
|
||||
<source>On Battery</source>
|
||||
<translation>Com bateria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="61"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Nada fazer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="66"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Suspender</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="71"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Hibernar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="76"/>
|
||||
<source>Shut down</source>
|
||||
<translation>Desligar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="84"/>
|
||||
<location filename="../lidwatchersettings.ui" line="128"/>
|
||||
<source>On AC</source>
|
||||
<translation>Com corrente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../lidwatchersettings.ui" line="97"/>
|
||||
<source>When &using external monitor</source>
|
||||
<translation>Ao &utilizar monitor externo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>On Ac</source>
|
||||
<translation type="vanished">Com corrente</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<source>LXQt Powermanagement Configuration</source>
|
||||
<translation type="vanished">Configuração do gestor de energia do LXQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="34"/>
|
||||
<source>Power Management Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="37"/>
|
||||
<source>Battery</source>
|
||||
<translation>Bateria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="41"/>
|
||||
<source>Lid</source>
|
||||
<translation>Tampa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../mainwindow.cpp" line="45"/>
|
||||
<source>Idle</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>idle</source>
|
||||
<translation type="vanished">inatividade</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="35"/>
|
||||
<source>Nothing</source>
|
||||
<translation>Nada fazer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="36"/>
|
||||
<source>Lock screen</source>
|
||||
<translation>Bloquear ecrã</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="37"/>
|
||||
<source>Suspend</source>
|
||||
<translation>Suspender</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="38"/>
|
||||
<source>Hibernate</source>
|
||||
<translation>Hibernar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../helpers.cpp" line="39"/>
|
||||
<source>Shutdown</source>
|
||||
<translation>Desligar</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,3 +0,0 @@
|
||||
# Translations
|
||||
GenericName[ru_RU]=Настройки управления энергопотреблением
|
||||
Name[ru_RU]=Управление энергопотреблением
|
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
@ -1,9 +1,15 @@
|
||||
#!/usr/bin/make -f
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
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)
|
||||
|
||||
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
|
||||
=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-powermanagement/releases .*/([\d\.]+).tar.gz
|
||||
https://github.com/lxde/lxqt-powermanagement/releases .*/lxqt-powermanagement-([\d\.]+).tar.xz
|
||||
|
@ -1,42 +0,0 @@
|
||||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
||||
<node>
|
||||
<interface name="org.freedesktop.ScreenSaver">
|
||||
<signal name="ActiveChanged">
|
||||
<arg type="b"/>
|
||||
</signal>
|
||||
<method name="Lock">
|
||||
</method>
|
||||
<method name="SimulateUserActivity">
|
||||
</method>
|
||||
<method name="GetActive">
|
||||
<arg type="b" direction="out"/>
|
||||
</method>
|
||||
<method name="GetActiveTime">
|
||||
<arg name="seconds" type="u" direction="out"/>
|
||||
</method>
|
||||
<method name="GetSessionIdleTime">
|
||||
<arg name="seconds" type="u" direction="out"/>
|
||||
</method>
|
||||
<method name="SetActive">
|
||||
<arg type="b" direction="out"/>
|
||||
<arg name="e" type="b" direction="in"/>
|
||||
</method>
|
||||
<method name="Inhibit">
|
||||
<arg name="application_name" type="s" direction="in"/>
|
||||
<arg name="reason_for_inhibit" type="s" direction="in"/>
|
||||
<arg name="cookie" type="u" direction="out"/>
|
||||
</method>
|
||||
<method name="UnInhibit">
|
||||
<arg name="cookie" type="u" direction="in"/>
|
||||
</method>
|
||||
<method name="Throttle">
|
||||
<arg name="application_name" type="s" direction="in"/>
|
||||
<arg name="reason_for_throttle" type="s" direction="in"/>
|
||||
<arg name="cookie" type="u" direction="out"/>
|
||||
</method>
|
||||
<method name="UnThrottle">
|
||||
<arg name="cookie" type="u" direction="in"/>
|
||||
</method>
|
||||
</interface>
|
||||
</node>
|
@ -1,312 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>BatteryHelper</name>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="42"/>
|
||||
<source>Empty</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="44"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="46"/>
|
||||
<source>Fully charged</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="49"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="58"/>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="60"/>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="62"/>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="64"/>
|
||||
<source>Lead acid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="66"/>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="68"/>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="71"/>
|
||||
<source>Unknown</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="80"/>
|
||||
<source>Personal Digital Assistant's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="82"/>
|
||||
<source>Uninterruptible Power Supply's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="84"/>
|
||||
<source>Primary battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="86"/>
|
||||
<source>Mouse battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="88"/>
|
||||
<source>Keyboard battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="90"/>
|
||||
<source>Keyboard and mouse's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="92"/>
|
||||
<source>Camera battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="94"/>
|
||||
<source>Phone battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="96"/>
|
||||
<source>Monitor battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="99"/>
|
||||
<source>Unknown battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoDialog</name>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.cpp" line="22"/>
|
||||
<source>Battery Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoFrame</name>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="14"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="53"/>
|
||||
<source>Temperature:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="63"/>
|
||||
<source>Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="73"/>
|
||||
<source>State:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="90"/>
|
||||
<source>Energy Full Design:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="107"/>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="124"/>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="141"/>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="165"/>
|
||||
<source>Technology:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="182"/>
|
||||
<source>Voltage:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="192"/>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryWatcher</name>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="47"/>
|
||||
<source>No battery!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="48"/>
|
||||
<source>LXQt could not find data about any battery - monitoring disabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="113"/>
|
||||
<source>Power low!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="125"/>
|
||||
<source>Suspending in %1 seconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="128"/>
|
||||
<source>Hibernating in %1 seconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="131"/>
|
||||
<source>Shutting down in %1 seconds</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcher</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="50"/>
|
||||
<source>LXQt Idleness watcher failed to start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="73"/>
|
||||
<source>D-Bus interface org.freedesktop.ScreenSaver is already registered</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="107"/>
|
||||
<source>The X11 Screensaver extension is not usable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="114"/>
|
||||
<source>Configure...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="179"/>
|
||||
<source>ERROR: Screen unlocked</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="181"/>
|
||||
<source>Locking program "%1" exited with error code %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="183"/>
|
||||
<source>Locking program "%1" crashed with error code %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PowerManagementd</name>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="107"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="108"/>
|
||||
<source>You are running LXQt Power Management for the first time.
|
||||
You can configure it from settings... </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="109"/>
|
||||
<source>Configure...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="59"/>
|
||||
<source>Configure</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="61"/>
|
||||
<location filename="../trayicon.cpp" line="92"/>
|
||||
<source>About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="63"/>
|
||||
<source>Disable icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="93"/>
|
||||
<source><p> <b>LXQt Power Management</b><br/> - Power Management for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="111"/>
|
||||
<source>LXQt Power Management info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="112"/>
|
||||
<source>The LXQt Power Management tray icon can be (re)enabled in <i>lxqt-config-powermanagement</i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="114"/>
|
||||
<source>Configure now</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,431 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="hu_HU">
|
||||
<context>
|
||||
<name>Battery</name>
|
||||
<message>
|
||||
<source>Charging</source>
|
||||
<translation type="vanished">Töltés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Discharging</source>
|
||||
<translation type="vanished">Kisütés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Empty</source>
|
||||
<translation type="vanished">Üres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fully charged</source>
|
||||
<translation type="vanished">Teletöltve</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending charge</source>
|
||||
<translation type="vanished">Tölthetőség</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending discharge</source>
|
||||
<translation type="vanished">Kisüthetőség</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Ismeretlen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryHelper</name>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="42"/>
|
||||
<source>Empty</source>
|
||||
<translation type="unfinished">Üres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="44"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished">Kisütés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="46"/>
|
||||
<source>Fully charged</source>
|
||||
<translation type="unfinished">Teletöltve</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="49"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished">Töltés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="58"/>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="unfinished">Lítium ion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="60"/>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="unfinished">Lítium polimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="62"/>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="unfinished">Lítium vasfoszfát</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="64"/>
|
||||
<source>Lead acid</source>
|
||||
<translation type="unfinished">Savas ólom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="66"/>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="unfinished">Nikkel kadmium</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="68"/>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="unfinished">Nikkel fémhidrid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="71"/>
|
||||
<source>Unknown</source>
|
||||
<translation type="unfinished">Ismeretlen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="80"/>
|
||||
<source>Personal Digital Assistant's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="82"/>
|
||||
<source>Uninterruptible Power Supply's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="84"/>
|
||||
<source>Primary battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="86"/>
|
||||
<source>Mouse battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="88"/>
|
||||
<source>Keyboard battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="90"/>
|
||||
<source>Keyboard and mouse's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="92"/>
|
||||
<source>Camera battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="94"/>
|
||||
<source>Phone battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="96"/>
|
||||
<source>Monitor battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="99"/>
|
||||
<source>Unknown battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfo</name>
|
||||
<message>
|
||||
<source>Power Management</source>
|
||||
<translation type="vanished">Energiakezelés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Battery info</source>
|
||||
<translation type="vanished">Akkumulátor információ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="vanished">Állapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updated:</source>
|
||||
<translation type="vanished">Frissítve:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Technology:</source>
|
||||
<translation type="vanished">Technológia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Model:</source>
|
||||
<translation type="vanished">Modell:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="vanished">Energiaállapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Voltage:</source>
|
||||
<translation type="vanished">Feszültség:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full, Design:</source>
|
||||
<translation type="vanished">Névleges kapacitás: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="vanished">Teljes kapacitás:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>State:</source>
|
||||
<translation type="vanished">Állapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="vanished">Lítium ion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="vanished">Lítium polimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="vanished">Lítium vasfoszfát</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lead acid</source>
|
||||
<translation type="vanished">Savas ólom</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="vanished">Nikkel kadmium</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="vanished">Nikkel fémhidrid</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Ismeretlen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoDialog</name>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.cpp" line="22"/>
|
||||
<source>Battery Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoFrame</name>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="14"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished">Energiakezelés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="53"/>
|
||||
<source>Temperature:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="63"/>
|
||||
<source>Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="73"/>
|
||||
<source>State:</source>
|
||||
<translation type="unfinished">Állapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="90"/>
|
||||
<source>Energy Full Design:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="107"/>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="unfinished">Teljes kapacitás:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="124"/>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="unfinished">Állapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="141"/>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="unfinished">Energiaállapot:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="165"/>
|
||||
<source>Technology:</source>
|
||||
<translation type="unfinished">Technológia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="182"/>
|
||||
<source>Voltage:</source>
|
||||
<translation type="unfinished">Feszültség:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="192"/>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryWatcher</name>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="47"/>
|
||||
<source>No battery!</source>
|
||||
<translation>Nincs akku!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="48"/>
|
||||
<source>LXQt could not find data about any battery - monitoring disabled</source>
|
||||
<translation>Az LXQt nem ismert fel akkut - figyelés tiltva</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="113"/>
|
||||
<source>Power low!</source>
|
||||
<translation>Alacsony feszültség!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="125"/>
|
||||
<source>Suspending in %1 seconds</source>
|
||||
<translation>%1 másodperc múlva készülség</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="128"/>
|
||||
<source>Hibernating in %1 seconds</source>
|
||||
<translation>%1 másodperc múlva mélykészenlét</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="131"/>
|
||||
<source>Shutting down in %1 seconds</source>
|
||||
<translation>%1 másodperc múlva kikapcsolás</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcher</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="50"/>
|
||||
<source>LXQt Idleness watcher failed to start</source>
|
||||
<translation>Az LXQt tétlenség figyelő indítása sikertelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="73"/>
|
||||
<source>D-Bus interface org.freedesktop.ScreenSaver is already registered</source>
|
||||
<translation>A D-Bus interface org.freedesktop.ScreenSaver imár regisztrálva van.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="107"/>
|
||||
<source>The X11 Screensaver extension is not usable</source>
|
||||
<translation>Az X11 képernyővédő bővítmény használhatatlan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="114"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Beállítás...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="179"/>
|
||||
<source>ERROR: Screen unlocked</source>
|
||||
<translation>HIBA: A képernyő nem zárolt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="181"/>
|
||||
<source>Locking program "%1" exited with error code %2</source>
|
||||
<translation>A"%1" program %2 hibakóddal kilépett</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="183"/>
|
||||
<source>Locking program "%1" crashed with error code %2</source>
|
||||
<translation>A"%1" program %2 hibakóddal összeomlott</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PowerManagementd</name>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="107"/>
|
||||
<source>Power Management</source>
|
||||
<translation>Energiakezelés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="108"/>
|
||||
<source>You are running LXQt Power Management for the first time.
|
||||
You can configure it from settings... </source>
|
||||
<translation>Az LXQt energiakezelő első alkalommal fut.
|
||||
A beállításokban konfigurálható...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="109"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Beállítás...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="59"/>
|
||||
<source>Configure</source>
|
||||
<translation>Beállítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="61"/>
|
||||
<location filename="../trayicon.cpp" line="92"/>
|
||||
<source>About</source>
|
||||
<translation>Rólunk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="63"/>
|
||||
<source>Disable icon</source>
|
||||
<translation>Ikon tiltása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="93"/>
|
||||
<source><p> <b>LXQt Power Management</b><br/> - Power Management for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="111"/>
|
||||
<source>LXQt Power Management info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="112"/>
|
||||
<source>The LXQt Power Management tray icon can be (re)enabled in <i>lxqt-config-powermanagement</i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="114"/>
|
||||
<source>Configure now</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>discharging</source>
|
||||
<translation type="vanished">kisütés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>charging</source>
|
||||
<translation type="vanished">töltés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p> <b>LXQt Powermanagement</b><br/> - Powermanagement for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="vanished"><p> <b>LXQt energiakezelő</b><br/> - Energiakezelő az LXQt asztal részére</p><p> Szerzők:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - és még többen a Razor és LXQt fejlesztőiből.</p><p> Copyright &copy; 2012-2014</p></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,430 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja">
|
||||
<context>
|
||||
<name>Battery</name>
|
||||
<message>
|
||||
<source>Charging</source>
|
||||
<translation type="vanished">充電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Discharging</source>
|
||||
<translation type="vanished">放電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Empty</source>
|
||||
<translation type="vanished">空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fully charged</source>
|
||||
<translation type="vanished">満充電</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending charge</source>
|
||||
<translation type="vanished">充電中断中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending discharge</source>
|
||||
<translation type="vanished">放電中断中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">不明</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryHelper</name>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="42"/>
|
||||
<source>Empty</source>
|
||||
<translation type="unfinished">空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="44"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished">放電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="46"/>
|
||||
<source>Fully charged</source>
|
||||
<translation type="unfinished">満充電</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="49"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished">充電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="58"/>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="unfinished">リチウムイオン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="60"/>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="unfinished">リチウムポリマー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="62"/>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="unfinished">リン酸鉄リチウム</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="64"/>
|
||||
<source>Lead acid</source>
|
||||
<translation type="unfinished">鉛蓄電池</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="66"/>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="unfinished">ニッカド</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="68"/>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="unfinished">ニッケル水素</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="71"/>
|
||||
<source>Unknown</source>
|
||||
<translation type="unfinished">不明</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="80"/>
|
||||
<source>Personal Digital Assistant's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="82"/>
|
||||
<source>Uninterruptible Power Supply's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="84"/>
|
||||
<source>Primary battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="86"/>
|
||||
<source>Mouse battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="88"/>
|
||||
<source>Keyboard battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="90"/>
|
||||
<source>Keyboard and mouse's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="92"/>
|
||||
<source>Camera battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="94"/>
|
||||
<source>Phone battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="96"/>
|
||||
<source>Monitor battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="99"/>
|
||||
<source>Unknown battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfo</name>
|
||||
<message>
|
||||
<source>Power Management</source>
|
||||
<translation type="vanished">電源管理</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Battery info</source>
|
||||
<translation type="vanished">バッテリー情報</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="vanished">現在の容量:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updated:</source>
|
||||
<translation type="vanished">更新:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Technology:</source>
|
||||
<translation type="vanished">技術:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Model:</source>
|
||||
<translation type="vanished">型式:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="vanished">エネルギー率:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Voltage:</source>
|
||||
<translation type="vanished">電圧:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full, Design:</source>
|
||||
<translation type="vanished">満エネルギー、デザイン:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="vanished">満エネルギー:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>State:</source>
|
||||
<translation type="vanished">状態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="vanished">リチウムイオン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="vanished">リチウムポリマー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="vanished">リン酸鉄リチウム</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lead acid</source>
|
||||
<translation type="vanished">鉛蓄電池</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="vanished">ニッカド</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="vanished">ニッケル水素</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">不明</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoDialog</name>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.cpp" line="22"/>
|
||||
<source>Battery Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoFrame</name>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="14"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished">電源管理</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="53"/>
|
||||
<source>Temperature:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="63"/>
|
||||
<source>Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="73"/>
|
||||
<source>State:</source>
|
||||
<translation type="unfinished">状態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="90"/>
|
||||
<source>Energy Full Design:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="107"/>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="unfinished">満エネルギー:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="124"/>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="unfinished">現在の容量:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="141"/>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="unfinished">エネルギー率:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="165"/>
|
||||
<source>Technology:</source>
|
||||
<translation type="unfinished">技術:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="182"/>
|
||||
<source>Voltage:</source>
|
||||
<translation type="unfinished">電圧:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="192"/>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryWatcher</name>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="47"/>
|
||||
<source>No battery!</source>
|
||||
<translation>バッテリーがありません!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="48"/>
|
||||
<source>LXQt could not find data about any battery - monitoring disabled</source>
|
||||
<translation>バッテリーのデーターを見つけられませんので、監視機能は無効です</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="113"/>
|
||||
<source>Power low!</source>
|
||||
<translation>電源が少なくなっています!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="125"/>
|
||||
<source>Suspending in %1 seconds</source>
|
||||
<translation>%1秒でサスペンドに入ります</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="128"/>
|
||||
<source>Hibernating in %1 seconds</source>
|
||||
<translation>%1秒でハイバネートに入ります</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="131"/>
|
||||
<source>Shutting down in %1 seconds</source>
|
||||
<translation>%1秒でシャットダウンします</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcher</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="50"/>
|
||||
<source>LXQt Idleness watcher failed to start</source>
|
||||
<translation>LXQtのアイドル状態監視は始動に失敗しました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="73"/>
|
||||
<source>D-Bus interface org.freedesktop.ScreenSaver is already registered</source>
|
||||
<translation>D-Busインターフェース org.freedesktop.ScreenSaver が既に登録されています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="107"/>
|
||||
<source>The X11 Screensaver extension is not usable</source>
|
||||
<translation>X11スクリーンセーバー拡張を使えません</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="114"/>
|
||||
<source>Configure...</source>
|
||||
<translation>設定する</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="179"/>
|
||||
<source>ERROR: Screen unlocked</source>
|
||||
<translation>エラー: スクリーンのロックが解除されました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="181"/>
|
||||
<source>Locking program "%1" exited with error code %2</source>
|
||||
<translation>ロック用プログラム "%1" は、エラーコード %2 により終了しました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="183"/>
|
||||
<source>Locking program "%1" crashed with error code %2</source>
|
||||
<translation>ロック用プログラム "%1" は、エラーコード %2 によりクラッシュしました</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PowerManagementd</name>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="107"/>
|
||||
<source>Power Management</source>
|
||||
<translation>電源管理</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="108"/>
|
||||
<source>You are running LXQt Power Management for the first time.
|
||||
You can configure it from settings... </source>
|
||||
<translation>LXQt電源管理は初めて実行されましたので、設定を行ってください</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="109"/>
|
||||
<source>Configure...</source>
|
||||
<translation>設定する</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="59"/>
|
||||
<source>Configure</source>
|
||||
<translation>設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="61"/>
|
||||
<location filename="../trayicon.cpp" line="92"/>
|
||||
<source>About</source>
|
||||
<translation>情報</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="63"/>
|
||||
<source>Disable icon</source>
|
||||
<translation>アイコンを無効</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="93"/>
|
||||
<source><p> <b>LXQt Power Management</b><br/> - Power Management for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="111"/>
|
||||
<source>LXQt Power Management info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="112"/>
|
||||
<source>The LXQt Power Management tray icon can be (re)enabled in <i>lxqt-config-powermanagement</i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="114"/>
|
||||
<source>Configure now</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>discharging</source>
|
||||
<translation type="vanished">放電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>charging</source>
|
||||
<translation type="vanished">充電中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p> <b>LXQt Powermanagement</b><br/> - Powermanagement for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="vanished"><p> <b>LXQt Powermanagement</b><br/> - LXQtデスクトップ環境の電源管理</p><p> 作者:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - その他 Razor-qtおよびLXQtプロジェクトのメンバー</p><p> Copyright &copy; 2012-2014</p></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,367 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pl_PL">
|
||||
<context>
|
||||
<name>Battery</name>
|
||||
<message>
|
||||
<source>Charging</source>
|
||||
<translation type="vanished">Ładowanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Discharging</source>
|
||||
<translation type="vanished">Rozładowywanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Empty</source>
|
||||
<translation type="vanished">Pusta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fully charged</source>
|
||||
<translation type="vanished">W pełni naładowana</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Nieznana</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryHelper</name>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="42"/>
|
||||
<source>Empty</source>
|
||||
<translation type="unfinished">Pusta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="44"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished">Rozładowywanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="46"/>
|
||||
<source>Fully charged</source>
|
||||
<translation type="unfinished">W pełni naładowana</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="49"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished">Ładowanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="58"/>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="60"/>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="62"/>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="64"/>
|
||||
<source>Lead acid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="66"/>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="68"/>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="71"/>
|
||||
<source>Unknown</source>
|
||||
<translation type="unfinished">Nieznana</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="80"/>
|
||||
<source>Personal Digital Assistant's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="82"/>
|
||||
<source>Uninterruptible Power Supply's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="84"/>
|
||||
<source>Primary battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="86"/>
|
||||
<source>Mouse battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="88"/>
|
||||
<source>Keyboard battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="90"/>
|
||||
<source>Keyboard and mouse's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="92"/>
|
||||
<source>Camera battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="94"/>
|
||||
<source>Phone battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="96"/>
|
||||
<source>Monitor battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="99"/>
|
||||
<source>Unknown battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfo</name>
|
||||
<message>
|
||||
<source>Battery info</source>
|
||||
<translation type="vanished">Informacje o baterii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Technology:</source>
|
||||
<translation type="vanished">Technologia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Model:</source>
|
||||
<translation type="vanished">Model:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Nieznana</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoDialog</name>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.cpp" line="22"/>
|
||||
<source>Battery Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoFrame</name>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="14"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished">Zarządzanie zasilaniem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="53"/>
|
||||
<source>Temperature:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="63"/>
|
||||
<source>Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="73"/>
|
||||
<source>State:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="90"/>
|
||||
<source>Energy Full Design:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="107"/>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="124"/>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="141"/>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="165"/>
|
||||
<source>Technology:</source>
|
||||
<translation type="unfinished">Technologia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="182"/>
|
||||
<source>Voltage:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="192"/>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryWatcher</name>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="47"/>
|
||||
<source>No battery!</source>
|
||||
<translation>Brak baterii!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="48"/>
|
||||
<source>LXQt could not find data about any battery - monitoring disabled</source>
|
||||
<translation>LXQt nie znalazł danych o żadnej baterii - monitorowanie wyłączone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="113"/>
|
||||
<source>Power low!</source>
|
||||
<translation>Niski poziom zasilania!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="125"/>
|
||||
<source>Suspending in %1 seconds</source>
|
||||
<translation>Wstrzymanie nastąpi w ciągu %1 sekund</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="128"/>
|
||||
<source>Hibernating in %1 seconds</source>
|
||||
<translation>Hibernacja nastąpi w ciągu %1 sekund</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="131"/>
|
||||
<source>Shutting down in %1 seconds</source>
|
||||
<translation>Wyłączenie systemu nastąpi w ciągu %1 sekund</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcher</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="50"/>
|
||||
<source>LXQt Idleness watcher failed to start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="73"/>
|
||||
<source>D-Bus interface org.freedesktop.ScreenSaver is already registered</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="107"/>
|
||||
<source>The X11 Screensaver extension is not usable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="114"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Konfiguruj...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="179"/>
|
||||
<source>ERROR: Screen unlocked</source>
|
||||
<translation>BŁĄD: Ekran odblokowany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="181"/>
|
||||
<source>Locking program "%1" exited with error code %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="183"/>
|
||||
<source>Locking program "%1" crashed with error code %2</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PowerManagementd</name>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="107"/>
|
||||
<source>Power Management</source>
|
||||
<translation>Zarządzanie zasilaniem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="108"/>
|
||||
<source>You are running LXQt Power Management for the first time.
|
||||
You can configure it from settings... </source>
|
||||
<translation>Uruchamiasz zarządzanie energią LXQt po raz pierwszy.
|
||||
Możesz skonfiguroweć jego ustawienia...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="109"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Konfiguruj...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="59"/>
|
||||
<source>Configure</source>
|
||||
<translation>Konfiguruj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="61"/>
|
||||
<location filename="../trayicon.cpp" line="92"/>
|
||||
<source>About</source>
|
||||
<translation>Info</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="63"/>
|
||||
<source>Disable icon</source>
|
||||
<translation>Wyłącz ikonę</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="93"/>
|
||||
<source><p> <b>LXQt Power Management</b><br/> - Power Management for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="111"/>
|
||||
<source>LXQt Power Management info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="112"/>
|
||||
<source>The LXQt Power Management tray icon can be (re)enabled in <i>lxqt-config-powermanagement</i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="114"/>
|
||||
<source>Configure now</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>discharging</source>
|
||||
<translation type="vanished">rozładowywanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>charging</source>
|
||||
<translation type="vanished">ładowanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p> <b>LXQt Powermanagement</b><br/> - Powermanagement for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="vanished"><p> <b>LXQt Zarządzanie Energią</b><br/> - Zarządzanie energią dla środowiska LXQt</p><p> Autorzy:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - i inni z projektów Razor oraz LXQt</p><p> Copyright &copy; 2012-2014</p></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,431 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt">
|
||||
<context>
|
||||
<name>Battery</name>
|
||||
<message>
|
||||
<source>Charging</source>
|
||||
<translation type="vanished">A carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Discharging</source>
|
||||
<translation type="vanished">A descarregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Empty</source>
|
||||
<translation type="vanished">Vazia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fully charged</source>
|
||||
<translation type="vanished">Totalmente carregada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending charge</source>
|
||||
<translation type="vanished">Por carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pending discharge</source>
|
||||
<translation type="vanished">Por descarregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Desconhecido</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryHelper</name>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="42"/>
|
||||
<source>Empty</source>
|
||||
<translation type="unfinished">Vazia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="44"/>
|
||||
<source>Discharging</source>
|
||||
<translation type="unfinished">A descarregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="46"/>
|
||||
<source>Fully charged</source>
|
||||
<translation type="unfinished">Totalmente carregada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="49"/>
|
||||
<source>Charging</source>
|
||||
<translation type="unfinished">A carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="58"/>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="unfinished">Ião de lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="60"/>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="unfinished">Polímero de lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="62"/>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="unfinished">Fosfato de Ferro-Lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="64"/>
|
||||
<source>Lead acid</source>
|
||||
<translation type="unfinished">Ácido de chumbo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="66"/>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="unfinished">Níquel-Cádmio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="68"/>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="unfinished">Níquel-Hidreto Metálico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="71"/>
|
||||
<source>Unknown</source>
|
||||
<translation type="unfinished">Desconhecido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="80"/>
|
||||
<source>Personal Digital Assistant's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="82"/>
|
||||
<source>Uninterruptible Power Supply's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="84"/>
|
||||
<source>Primary battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="86"/>
|
||||
<source>Mouse battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="88"/>
|
||||
<source>Keyboard battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="90"/>
|
||||
<source>Keyboard and mouse's battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="92"/>
|
||||
<source>Camera battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="94"/>
|
||||
<source>Phone battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="96"/>
|
||||
<source>Monitor battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryhelper.cpp" line="99"/>
|
||||
<source>Unknown battery</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfo</name>
|
||||
<message>
|
||||
<source>Power Management</source>
|
||||
<translation type="vanished">Gestão de energia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Battery info</source>
|
||||
<translation type="vanished">Informações da bateria</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="vanished">Energia atual:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Updated:</source>
|
||||
<translation type="vanished">Atualização:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Technology:</source>
|
||||
<translation type="vanished">Tecnologia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Model:</source>
|
||||
<translation type="vanished">Modelo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="vanished">Taxa de energia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Voltage:</source>
|
||||
<translation type="vanished">Tensão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full, Design:</source>
|
||||
<translation type="vanished">Energia máxima teórica:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="vanished">Energia máxima:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>State:</source>
|
||||
<translation type="vanished">Estado:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium ion</source>
|
||||
<translation type="vanished">Ião de lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium polymer</source>
|
||||
<translation type="vanished">Polímero de lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lithium iron phosphate</source>
|
||||
<translation type="vanished">Fosfato de Ferro-Lítio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Lead acid</source>
|
||||
<translation type="vanished">Ácido de chumbo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel cadmium</source>
|
||||
<translation type="vanished">Níquel-Cádmio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Nickel metal hydride</source>
|
||||
<translation type="vanished">Níquel-Hidreto Metálico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Unknown</source>
|
||||
<translation type="vanished">Desconhecido</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoDialog</name>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.ui" line="14"/>
|
||||
<source>Dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfodialog.cpp" line="22"/>
|
||||
<source>Battery Info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryInfoFrame</name>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="14"/>
|
||||
<source>Power Management</source>
|
||||
<translation type="unfinished">Gestão de energia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="53"/>
|
||||
<source>Temperature:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="63"/>
|
||||
<source>Type:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="73"/>
|
||||
<source>State:</source>
|
||||
<translation type="unfinished">Estado:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="90"/>
|
||||
<source>Energy Full Design:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="107"/>
|
||||
<source>Energy Full:</source>
|
||||
<translation type="unfinished">Energia máxima:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="124"/>
|
||||
<source>Energy Now:</source>
|
||||
<translation type="unfinished">Energia atual:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="141"/>
|
||||
<source>Energy rate:</source>
|
||||
<translation type="unfinished">Taxa de energia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="165"/>
|
||||
<source>Technology:</source>
|
||||
<translation type="unfinished">Tecnologia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="182"/>
|
||||
<source>Voltage:</source>
|
||||
<translation type="unfinished">Tensão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batteryinfoframe.ui" line="192"/>
|
||||
<source>Vendor:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BatteryWatcher</name>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="47"/>
|
||||
<source>No battery!</source>
|
||||
<translation>Nenhuma bateria!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="48"/>
|
||||
<source>LXQt could not find data about any battery - monitoring disabled</source>
|
||||
<translation>O LXQt não consegui encontrar qualquer bateria e a monitorização foi desativada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="113"/>
|
||||
<source>Power low!</source>
|
||||
<translation>Energia baixa!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="125"/>
|
||||
<source>Suspending in %1 seconds</source>
|
||||
<translation>Suspensão dentro de %1 segundos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="128"/>
|
||||
<source>Hibernating in %1 seconds</source>
|
||||
<translation>Hibernação dentro de %1 segundos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../batterywatcher.cpp" line="131"/>
|
||||
<source>Shutting down in %1 seconds</source>
|
||||
<translation>A desligar dentro de %1 segundos</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>IdlenessWatcher</name>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="50"/>
|
||||
<source>LXQt Idleness watcher failed to start</source>
|
||||
<translation>O monitorizador de inatividade não foi iniciado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="73"/>
|
||||
<source>D-Bus interface org.freedesktop.ScreenSaver is already registered</source>
|
||||
<translation>A interface D-Bus org.freedesktop.ScreenSaver já está registada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="107"/>
|
||||
<source>The X11 Screensaver extension is not usable</source>
|
||||
<translation>A extensão X 11 Screensaver não pode ser utilizada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="114"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Configurar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="179"/>
|
||||
<source>ERROR: Screen unlocked</source>
|
||||
<translation>Erro: ecrã não bloqueado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="181"/>
|
||||
<source>Locking program "%1" exited with error code %2</source>
|
||||
<translation>O bloqueio do programa "%1" terminou com o erro "%2"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../idlenesswatcher.cpp" line="183"/>
|
||||
<source>Locking program "%1" crashed with error code %2</source>
|
||||
<translation>O bloqueio do programa "%1" crashou com o erro "%2"</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PowerManagementd</name>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="107"/>
|
||||
<source>Power Management</source>
|
||||
<translation>Gestão de energia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="108"/>
|
||||
<source>You are running LXQt Power Management for the first time.
|
||||
You can configure it from settings... </source>
|
||||
<translation>Está a executar a gestão de energia do LXQt pela primeira vez.
|
||||
Pode configurar as opções nas definições...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../powermanagementd.cpp" line="109"/>
|
||||
<source>Configure...</source>
|
||||
<translation>Configurar...</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="59"/>
|
||||
<source>Configure</source>
|
||||
<translation>Configurar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="61"/>
|
||||
<location filename="../trayicon.cpp" line="92"/>
|
||||
<source>About</source>
|
||||
<translation>Sobre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="63"/>
|
||||
<source>Disable icon</source>
|
||||
<translation>Desativar ícone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="93"/>
|
||||
<source><p> <b>LXQt Power Management</b><br/> - Power Management for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="111"/>
|
||||
<source>LXQt Power Management info</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="112"/>
|
||||
<source>The LXQt Power Management tray icon can be (re)enabled in <i>lxqt-config-powermanagement</i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trayicon.cpp" line="114"/>
|
||||
<source>Configure now</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>discharging</source>
|
||||
<translation type="vanished">a descarregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>charging</source>
|
||||
<translation type="vanished">a carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><p> <b>LXQt Powermanagement</b><br/> - Powermanagement for the LXQt Desktop Environment</p><p> Authors:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - and others from the Razor and LXQt projects</p><p> Copyright &copy; 2012-2014</p></source>
|
||||
<translation type="vanished"><p> <b>Gestor de energia do LXQt</b><br/>Gestão de energia para o ambiente de trabalho LXQt</p><p> Autores:<br/> &nbsp; Christian Surlykke, Alec Moskvin<br/> &nbsp; - e outros colaboradores dos projetos Razor e LXQt</p><p> Direitos de autor &copy; 2012-2015</p></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -1,42 +0,0 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LXDE-Qt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org
|
||||
*
|
||||
* Copyright (C) 2012 Alec Moskvin <alecm@gmx.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include "x11helper.h"
|
||||
|
||||
#include <QtGui/QGuiApplication>
|
||||
#include <qpa/qplatformnativeinterface.h>
|
||||
|
||||
Display* X11Helper::display()
|
||||
{
|
||||
QPlatformNativeInterface *native = qApp->platformNativeInterface();
|
||||
void* display = native->nativeResourceForWindow("display", 0);
|
||||
return reinterpret_cast<Display*>(display);
|
||||
}
|
||||
|
||||
xcb_connection_t* X11Helper::connection()
|
||||
{
|
||||
QPlatformNativeInterface *native = qApp->platformNativeInterface();
|
||||
void* connection = native->nativeResourceForWindow("connection", 0);
|
||||
return reinterpret_cast<xcb_connection_t*>(connection);
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LXDE-Qt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org
|
||||
*
|
||||
* Copyright (C) 2013 Alec Moskvin <alecm@gmx.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef X11HELPER_H
|
||||
#define X11HELPER_H
|
||||
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
// Avoid polluting everything with X11/Xlib.h:
|
||||
typedef struct _XDisplay Display;
|
||||
|
||||
/**
|
||||
* @brief The X11Helper class is class to get the X11 Display or XCB connection
|
||||
*
|
||||
* It's intended to be used as a wrapper/replacement for QX11Info, which is removed in Qt5.
|
||||
*/
|
||||
class X11Helper
|
||||
{
|
||||
public:
|
||||
/**
|
||||
* @brief display Returns the X11 display
|
||||
* @return
|
||||
*/
|
||||
static Display* display();
|
||||
|
||||
/**
|
||||
* @brief connection Returns the XCB connection
|
||||
* @return
|
||||
*/
|
||||
static xcb_connection_t* connection();
|
||||
};
|
||||
|
||||
#endif // X11HELPER_H
|
Loading…
Reference in new issue