Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>ubuntu/cosmic upstream/0.9.0
commit
1d96dee67a
@ -0,0 +1 @@
|
||||
build
|
@ -0,0 +1,10 @@
|
||||
Upstream Authors:
|
||||
LXQt team: http://lxqt.org
|
||||
Razor team: http://razor-qt.org
|
||||
|
||||
Copyright:
|
||||
Copyright (c) 2010-2012 Razor team
|
||||
Copyright (c) 2012-2014 LXQt team
|
||||
|
||||
License: GPL-2 and LGPL-2.1+
|
||||
The full text of the licenses can be found in the 'COPYING' file.
|
@ -0,0 +1,43 @@
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
||||
project(lxqt-session)
|
||||
|
||||
option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
|
||||
|
||||
# additional cmake files
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
||||
find_package(KF5WindowSystem REQUIRED)
|
||||
find_package(Qt5Widgets REQUIRED QUIET)
|
||||
find_package(Qt5DBus REQUIRED QUIET)
|
||||
find_package(Qt5X11Extras REQUIRED QUIET)
|
||||
find_package(Qt5LinguistTools REQUIRED QUIET)
|
||||
find_package(Qt5Xdg REQUIRED QUIET)
|
||||
|
||||
find_package(lxqt REQUIRED QUIET)
|
||||
include(${LXQT_USE_FILE})
|
||||
|
||||
include(LXQtTranslate)
|
||||
|
||||
find_package(PkgConfig REQUIRED QUIET)
|
||||
pkg_check_modules(XCB REQUIRED xcb)
|
||||
find_package(X11 REQUIRED)
|
||||
|
||||
add_subdirectory(lxqt-session)
|
||||
add_subdirectory(lxqt-config-session)
|
||||
add_subdirectory(lxqtleave)
|
||||
|
||||
# building tarball with CPack -------------------------------------------------
|
||||
include(InstallRequiredSystemLibraries)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
|
||||
set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
|
||||
set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})
|
||||
set(CPACK_GENERATOR TBZ2)
|
||||
set(CPACK_SOURCE_GENERATOR TBZ2)
|
||||
set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp)
|
||||
include(CPack)
|
||||
|
@ -0,0 +1,461 @@
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations
|
||||
below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it
|
||||
becomes a de-facto standard. To achieve this, non-free programs must
|
||||
be allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control
|
||||
compilation and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at least
|
||||
three years, to give the same user the materials specified in
|
||||
Subsection 6a, above, for a charge no more than the cost of
|
||||
performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply, and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License
|
||||
may add an explicit geographical distribution limitation excluding those
|
||||
countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
@ -0,0 +1,28 @@
|
||||
# some system (rpm builds) setup LIB_SUFFIX for cmake. If there is no set, try to get it from system
|
||||
if(NOT DEFINED LIB_SUFFIX AND NOT DEFINED LIB_SUFFIX_ALREADY_SET)
|
||||
MESSAGE(STATUS "*********************************************************************")
|
||||
MESSAGE(STATUS "LIB_SUFFIX variable is not defined. It will be autodetected now")
|
||||
MESSAGE(STATUS "You can set it manually with -DLIB_SUFFIX=<value> (64 for example)")
|
||||
|
||||
# All 32bit system have empty lib suffix
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
# If there is lib64 dir, set suffix to 64
|
||||
if(IS_DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib64)
|
||||
set(LIB_SUFFIX 64)
|
||||
elseif(IS_DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
set(LIB_SUFFIX "")
|
||||
else()
|
||||
message(WARNING "LIB_SUFFIX cannot be autodetected. No ${CMAKE_INSTALL_PREFIX}/lib neither ${CMAKE_INSTALL_PREFIX}/lib64 found.")
|
||||
set(LIB_SUFFIX "")
|
||||
endif()
|
||||
else()
|
||||
set(LIB_SUFFIX "")
|
||||
endif()
|
||||
|
||||
set(LIB_SUFFIX_ALREADY_SET 1)
|
||||
|
||||
message(STATUS "LIB_SUFFIX autodetected as '${LIB_SUFFIX}', libraries will be installed into ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
|
||||
MESSAGE(STATUS "*********************************************************************")
|
||||
else()
|
||||
message(STATUS "LIB_SUFFIX already set: ${LIB_SUFFIX}")
|
||||
endif()
|
@ -0,0 +1,81 @@
|
||||
project(lxqt-config-session)
|
||||
|
||||
include_directories(
|
||||
"${CMAKE_SOURCE_DIR}"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||
)
|
||||
|
||||
set(lxqt-sessioncfg_HDRS
|
||||
sessionconfigwindow.h
|
||||
basicsettings.h
|
||||
modulemodel.h
|
||||
autostartpage.h
|
||||
autostartmodel.h
|
||||
autostartitem.h
|
||||
autostartedit.h
|
||||
defaultappspage.h
|
||||
environmentpage.h
|
||||
)
|
||||
|
||||
set(lxqt-sessioncfg_SRCS
|
||||
main.cpp
|
||||
sessionconfigwindow.cpp
|
||||
basicsettings.cpp
|
||||
modulemodel.cpp
|
||||
autostartpage.cpp
|
||||
autostartmodel.cpp
|
||||
autostartitem.cpp
|
||||
autostartedit.cpp
|
||||
defaultappspage.cpp
|
||||
environmentpage.cpp
|
||||
../lxqt-session/src/windowmanager.cpp
|
||||
)
|
||||
|
||||
set(lxqt-sessioncfg_UI_FILES
|
||||
basicsettings.ui
|
||||
autostartpage.ui
|
||||
autostartedit.ui
|
||||
defaultappspage.ui
|
||||
environmentpage.ui
|
||||
)
|
||||
|
||||
qt5_wrap_ui(lxqt-sessioncfg_UIS ${lxqt-sessioncfg_UI_FILES})
|
||||
|
||||
# Translations
|
||||
lxqt_translate_ts(lxqt-sessioncfg_QM_FILES
|
||||
UPDATE_TRANSLATIONS
|
||||
${UPDATE_TRANSLATIONS}
|
||||
SOURCES
|
||||
${lxqt-sessioncfg_HDRS}
|
||||
${lxqt-sessioncfg_SRCS}
|
||||
${lxqt-sessioncfg_UI_FILES}
|
||||
INSTALL_DIR
|
||||
"${LXQT_TRANSLATIONS_DIR}/${PROJECT_NAME}"
|
||||
)
|
||||
|
||||
lxqt_app_translation_loader(lxqt-sessioncfg_QM_LOADER ${PROJECT_NAME})
|
||||
lxqt_translate_desktop(lxqt-sessioncfg_DESKTOP_FILES SOURCES lxqt-config-session.desktop.in)
|
||||
|
||||
add_executable(lxqt-config-session
|
||||
${lxqt-sessioncfg_SRCS}
|
||||
${lxqt-sessioncfg_UIS}
|
||||
${lxqt-sessioncfg_DESKTOP_FILES}
|
||||
${lxqt-sessioncfg_QM_FILES}
|
||||
${lxqt-sessioncfg_QM_LOADER})
|
||||
|
||||
target_link_libraries(lxqt-config-session
|
||||
KF5::WindowSystem
|
||||
Qt5::Widgets
|
||||
Qt5::DBus
|
||||
Qt5::X11Extras
|
||||
${LXQT_LIBRARIES}
|
||||
${QTXDG_LIBRARIES}
|
||||
)
|
||||
|
||||
INSTALL(TARGETS lxqt-config-session RUNTIME DESTINATION bin)
|
||||
install(FILES
|
||||
${lxqt-sessioncfg_DESKTOP_FILES}
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_PREFIX}/share/applications
|
||||
)
|
@ -0,0 +1,67 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright (C) 2011 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 <QFileDialog>
|
||||
|
||||
#include "autostartedit.h"
|
||||
#include "ui_autostartedit.h"
|
||||
|
||||
AutoStartEdit::AutoStartEdit(QString name, QString command, bool needTray, QWidget *parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::AutoStartEdit)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->nameEdit->setFocus();
|
||||
ui->nameEdit->setText(name);
|
||||
ui->commandEdit->setText(command);
|
||||
ui->trayCheckBox->setChecked(needTray);
|
||||
connect(ui->browseButton, SIGNAL(clicked()), SLOT(browse()));
|
||||
}
|
||||
|
||||
QString AutoStartEdit::name()
|
||||
{
|
||||
return ui->nameEdit->text();
|
||||
}
|
||||
|
||||
QString AutoStartEdit::command()
|
||||
{
|
||||
return ui->commandEdit->text();
|
||||
}
|
||||
|
||||
bool AutoStartEdit::needTray()
|
||||
{
|
||||
return ui->trayCheckBox->isChecked();
|
||||
}
|
||||
|
||||
void AutoStartEdit::browse()
|
||||
{
|
||||
QString filePath = QFileDialog::getOpenFileName(this, tr("Select Application"), "/usr/bin/");
|
||||
if (!filePath.isEmpty())
|
||||
ui->commandEdit->setText(filePath);
|
||||
}
|
||||
|
||||
AutoStartEdit::~AutoStartEdit()
|
||||
{
|
||||
delete ui;
|
||||
}
|
@ -0,0 +1,52 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright (C) 2011 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 AUTOSTARTEDIT_H
|
||||
#define AUTOSTARTEDIT_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class AutoStartEdit;
|
||||
}
|
||||
|
||||
class AutoStartEdit : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AutoStartEdit(QString name, QString command, bool needTray, QWidget* parent = 0);
|
||||
~AutoStartEdit();
|
||||
QString name();
|
||||
QString command();
|
||||
bool needTray();
|
||||
|
||||
private slots:
|
||||
void browse();
|
||||
|
||||
private:
|
||||
Ui::AutoStartEdit *ui;
|
||||
};
|
||||
|
||||
#endif // AUTOSTARTEDIT_H
|
@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>AutoStartEdit</class>
|
||||
<widget class="QDialog" name="AutoStartEdit">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>296</width>
|
||||
<height>118</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Edit</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Name:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="browseButton">
|
||||
<property name="text">
|
||||
<string>Search...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="3">
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" colspan="2">
|
||||
<widget class="QLineEdit" name="nameEdit"/>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Command:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="commandEdit"/>
|
||||
</item>
|
||||
<item row="2" column="1" colspan="2">
|
||||
<widget class="QCheckBox" name="trayCheckBox">
|
||||
<property name="text">
|
||||
<string>Wait for system tray</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>nameEdit</tabstop>
|
||||
<tabstop>commandEdit</tabstop>
|
||||
<tabstop>trayCheckBox</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
<tabstop>browseButton</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>AutoStartEdit</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>254</x>
|
||||
<y>96</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>102</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>rejected()</signal>
|
||||
<receiver>AutoStartEdit</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>322</x>
|
||||
<y>96</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>102</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
@ -0,0 +1,75 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.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 "autostartitem.h"
|
||||
#include <XdgAutoStart>
|
||||
#include <XdgDirs>
|
||||
#include <QFileInfo>
|
||||
|
||||
AutostartItem::AutostartItem() :
|
||||
LxQt::AutostartEntry()
|
||||
{
|
||||
}
|
||||
|
||||
AutostartItem::AutostartItem(const XdgDesktopFile& systemFile) :
|
||||
LxQt::AutostartEntry()
|
||||
{
|
||||
mSystemFile = systemFile;
|
||||
mSystem = true;
|
||||
}
|
||||
|
||||
void AutostartItem::setLocalFromFile(const XdgDesktopFile& file)
|
||||
{
|
||||
mLocalFile = file;
|
||||
mLocalState = StateExists;
|
||||
}
|
||||
|
||||
QMap<QString,AutostartItem> AutostartItem::createItemMap()
|
||||
{
|
||||
QMap<QString,AutostartItem> items;
|
||||
|
||||
XdgDesktopFileList systemList = XdgAutoStart::desktopFileList(XdgDirs::autostartDirs(), false);
|
||||
foreach (const XdgDesktopFile& file, systemList)
|
||||
{
|
||||
QString name = QFileInfo(file.fileName()).fileName();
|
||||
items.insert(name, AutostartItem(file));
|
||||
}
|
||||
|
||||
XdgDesktopFileList localList = XdgAutoStart::desktopFileList(QStringList(XdgDirs::autostartHome()), false);
|
||||
foreach (const XdgDesktopFile& file, localList)
|
||||
{
|
||||
QString name = QFileInfo(file.fileName()).fileName();
|
||||
if (items.contains(name))
|
||||
{
|
||||
items[name].setLocalFromFile(file);
|
||||
}
|
||||
else
|
||||
{
|
||||
AutostartItem item;
|
||||
item.setLocalFromFile(file);
|
||||
items.insert(name, item);
|
||||
}
|
||||
}
|
||||
return items;
|
||||
}
|
@ -0,0 +1,77 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.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 */
|
||||
|
||||
#ifndef AUTOSTARTITEM_H
|
||||
#define AUTOSTARTITEM_H
|
||||
|
||||
#include <LXQt/AutostartEntry>
|
||||
|
||||
/*! \brief The AutostartItem class provides an interface for staging configuration of individual
|
||||
autostart items. All changes are made in memory until commit() is called.
|
||||
|
||||
- "system" file refers to a read-only file in /etc/xdg/autostart (or a directory in $XDG_CONFIG_DIRS)
|
||||
- "local" file refers to the file in user's ~/.config/autostart (or in $XDG_CONFIG_HOME/autostart)
|
||||
|
||||
When a "local" file has the same name as the "system" file, the local one overrides it. This class
|
||||
tries to ensure that the "local" file is deleted if it's the same as the "system" file.
|
||||
*/
|
||||
|
||||
class AutostartItem : public LxQt::AutostartEntry
|
||||
{
|
||||
public:
|
||||
//! \brief Default constructor
|
||||
AutostartItem();
|
||||
|
||||
/*! Creates an autostart item with a "system" file
|
||||
* \param systemFile
|
||||
*/
|
||||
AutostartItem(const XdgDesktopFile& systemFile);
|
||||
|
||||
//! Returns the "system" file
|
||||
const XdgDesktopFile& systemfile() const { return mSystemFile; }
|
||||
|
||||
/*! Sets the local version that exists on disk
|
||||
* \param file the desktop file, must already exist in user's autostart directory
|
||||
*/
|
||||
void setLocalFromFile(const XdgDesktopFile &file);
|
||||
|
||||
/*! Removes the "local" version of the file
|
||||
* \return true if there is no "system" version left (i.e. the item was entirely deleted)
|
||||
*/
|
||||
bool removeLocal() { return LxQt::AutostartEntry::removeLocal(); }
|
||||
|
||||
//! Returns true if both the "local" and "system" versions exist
|
||||
bool overrides() const { return mSystem && isLocal(); }
|
||||
|
||||
//! Returns true if the local version exists
|
||||
bool isLocal() const { return LxQt::AutostartEntry::isLocal(); }
|
||||
|
||||
//! Returns true if the local file does not exist on disk
|
||||
bool isTransient() const { return mLocalState == StateTransient; }
|
||||
|
||||
//! Creates a mapping of file name (a unique ID) to AutostartItem for the running system
|
||||
static QMap<QString, AutostartItem> createItemMap();
|
||||
};
|
||||
|
||||
#endif // AUTOSTARTITEM_H
|
@ -0,0 +1,286 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LXQt - The Lightweight Desktop Environment
|
||||
* http://lxqt.org
|
||||
*
|
||||
* Copyright (C) 2011 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 <QFileInfo>
|
||||
#include <XdgDirs>
|
||||
#include <XdgIcon>
|
||||
|
||||
#include "autostartmodel.h"
|
||||
|
||||
AutoStartItemModel::AutoStartItemModel(QObject* parent) :
|
||||
QAbstractItemModel(parent),
|
||||
mItemMap(AutostartItem::createItemMap()),
|
||||
mGlobalIndex(QAbstractItemModel::createIndex(0, 0)),
|
||||
mLXQtIndex(QAbstractItemModel::createIndex(1, 0))
|
||||
{
|
||||
QMap<QString,AutostartItem>::iterator iter;
|
||||
for (iter = mItemMap.begin(); iter != mItemMap.end(); ++iter)
|
||||
{
|
||||
if (!iter.value().file().value("X-LXQt-Module", false).toBool())
|
||||
{
|
||||
if (showOnlyInLXQt(iter.value().file()))
|
||||
mLXQtItems.append(iter.key());
|
||||
else
|
||||
mGlobalItems.append(iter.key());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
AutoStartItemModel::~AutoStartItemModel()
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* All actual file operations are perfomed here when the window is closed.
|
||||
*/
|
||||
bool AutoStartItemModel::writeChanges()
|
||||
{
|
||||
foreach (AutostartItem item, mItemMap.values())
|
||||
item.commit();
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
* Creates or replaces an autostart entry
|
||||
*/
|
||||
bool AutoStartItemModel::setEntry(const QModelIndex& index, XdgDesktopFile entry, bool overwrite)
|
||||
{
|
||||
QModelIndex parent;
|
||||
if (index.parent().isValid())
|
||||
parent = index.parent();
|
||||
else if (index.isValid())
|
||||
parent = index;
|
||||
else
|
||||
parent = mGlobalIndex;
|
||||
|
||||
QString fileName = QFileInfo(entry.fileName()).fileName();
|
||||
bool replacing = mItemMap.contains(fileName);
|
||||
if (!overwrite && replacing)
|
||||
return false;
|
||||
|
||||
if (parent == mLXQtIndex)
|
||||
entry.setValue("OnlyShowIn", "LXQt;");
|
||||
|
||||
mItemMap[fileName].setFile(entry);
|
||||
|
||||
if (replacing)
|
||||
{
|
||||
emit dataChanged(index, index);
|
||||
return true;
|
||||
}
|
||||
|
||||
beginInsertRows(parent, 0, 0);
|
||||
if (parent == mGlobalIndex)
|
||||
mGlobalItems.append(fileName);
|
||||
else
|
||||
mLXQtItems.append(fileName);
|
||||
endInsertRows();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool AutoStartItemModel::setData(const QModelIndex& index, const QVariant& value, int role)
|
||||
{
|
||||
if (role == Qt::CheckStateRole)
|
||||
{
|
||||
QString name;
|
||||
if (index.parent() == mGlobalIndex)
|
||||
name = mGlobalItems.value(index.row());
|
||||
else
|
||||
name = mLXQtItems.value(index.row());
|
||||
|
||||
mItemMap[name].setEnabled(value == Qt::Checked);
|
||||
emit dataChanged(index, index);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* When user clicks "Delete", removes the local item. If there is a "system" item,
|
||||
* it replaces it.
|
||||
*/
|
||||
bool AutoStartItemModel::removeRow(int row, const QModelIndex& parent)
|
||||
{
|
||||
if (!parent.isValid())
|
||||
return false;
|
||||
QString item;
|
||||
|
||||
if (parent == mGlobalIndex)
|
||||
item = mGlobalItems[row];
|
||||
else
|
||||
item = mLXQtItems[row];
|
||||
|
||||
if (!mItemMap[item].removeLocal())
|
||||
{
|
||||
QModelIndex index = parent.child(row, 0);
|
||||
emit dataChanged(index, index);
|
||||
return false;
|
||||
}
|
||||
|
||||
beginRemoveRows(parent, row, row);
|
||||
if (parent == mGlobalIndex)
|
||||
mGlobalItems.removeAt(row);
|
||||
else
|
||||
mLXQtItems.removeAt(row);
|
||||
endRemoveRows();
|
||||
|
||||
if (mItemMap.value(item).isEmpty())
|
||||
mItemMap.remove(item);
|
||||
return true;
|
||||
}
|
||||
|
||||
QModelIndex AutoStartItemModel::index(int row, int column, const QModelIndex& parent) const
|
||||
{
|
||||
if (!parent.isValid())
|
||||
{
|
||||
if (row == 0)
|
||||
return mGlobalIndex;
|
||||
else if (row == 1)
|
||||
return mLXQtIndex;
|
||||
}
|
||||
else if (parent == mGlobalIndex && row < mGlobalItems.size())
|
||||
return QAbstractItemModel::createIndex(row, column, (void*)&mGlobalItems[row]);
|
||||
else if (parent == mLXQtIndex && row < mLXQtItems.size())
|
||||
return QAbstractItemModel::createIndex(row, column, (void*)&mLXQtItems[row]);
|
||||
return QModelIndex();
|
||||
}
|
||||
|
||||
QVariant AutoStartItemModel::data(const QModelIndex& index, int role) const
|
||||
{
|
||||
if (!index.parent().isValid())
|
||||
{
|
||||
if (role == Qt::DisplayRole)
|
||||
{
|
||||
if (index.row() == 0)
|
||||
return QString(tr("Global Autostart"));
|
||||
else if (index.row() == 1)
|
||||
return QString(tr("LXQt Autostart"));
|
||||
}
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
QString name = indexToName(index);
|
||||
const AutostartItem& item = mItemMap.value(name);
|
||||
if (role == Qt::DisplayRole)
|
||||
{
|
||||
QString title = item.file().name();
|
||||
if (title.isEmpty())
|
||||
return name;
|
||||
return title;
|
||||
}
|
||||
else if (role == Qt::ToolTipRole)
|
||||
{
|
||||
QStringList tooltip;
|
||||
if (!item.isTransient())
|
||||
tooltip << tr("Location: %1").arg(item.file().fileName());
|
||||
if (item.overrides())
|
||||
tooltip << tr("Overrides: %1").arg(item.systemfile().fileName());
|
||||
return tooltip.join("\n");
|
||||
}
|
||||
else if (role == Qt::DecorationRole)
|
||||
{
|
||||
if (item.overrides())
|
||||
return XdgIcon::fromTheme("dialog-warning");
|
||||
else if (!item.isLocal())
|
||||
return XdgIcon::fromTheme("computer");
|
||||
}
|
||||
else if (role == Qt::CheckStateRole)
|
||||
{
|
||||
return item.isEnabled() ? Qt::Checked : Qt::Unchecked;
|
||||
}
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
Qt::ItemFlags AutoStartItemModel::flags(const QModelIndex& index) const
|
||||
{
|
||||
if (index.parent().isValid())
|
||||
return Qt::ItemIsEnabled | Qt::ItemIsSelectable | Qt::ItemIsUserCheckable;
|
||||
if (index.isValid())
|
||||
return Qt::ItemIsEnabled | Qt::ItemIsSelectable;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Controls which buttons are enabled/disabled based on the selecton.
|
||||
*/
|
||||
AutoStartItemModel::ActiveButtons AutoStartItemModel::activeButtons(const QModelIndex& selection) const
|
||||
{
|
||||
if (!selection.isValid() || !selection.parent().isValid())
|
||||
return AddButton;
|
||||
else if (!mItemMap.value(indexToName(selection)).isLocal())
|
||||
return AddButton | EditButton;
|
||||
else
|
||||
return AddButton | EditButton | DeleteButton;
|
||||
}
|
||||
|
||||
QModelIndex AutoStartItemModel::parent(const QModelIndex& child) const
|
||||
{
|
||||
QString name = indexToName(child);
|
||||
if (!name.isEmpty())
|
||||
{
|
||||
if (showOnlyInLXQt(mItemMap.value(name).file()))
|
||||
return mLXQtIndex;
|
||||
return mGlobalIndex;
|
||||
}
|
||||
return QModelIndex();
|
||||
}
|
||||
|
||||
int AutoStartItemModel::columnCount(const QModelIndex& parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return 1;
|
||||
}
|
||||
|
||||
int AutoStartItemModel::rowCount(const QModelIndex& parent) const
|
||||
{
|
||||
if (!parent.isValid())
|
||||
return 2;
|
||||
if (parent == mGlobalIndex)
|
||||
return mGlobalItems.size();
|
||||
if (parent == mLXQtIndex)
|
||||
return mLXQtItems.size();
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool AutoStartItemModel::showOnlyInLXQt(const XdgDesktopFile& file)
|
||||
{
|
||||
return file.value("OnlyShowIn") == "LXQt;";
|
||||
}
|
||||
|
||||
/*
|
||||
* Maps the index to file name
|
||||
*/
|
||||
QString AutoStartItemModel::indexToName(const QModelIndex& index)
|
||||
{
|
||||
QString* data = static_cast<QString*>(index.internalPointer());
|
||||
if (data)
|
||||
return *data;
|
||||
return QString();
|
||||
}
|
||||
|
||||
XdgDesktopFile AutoStartItemModel::desktopFile(const QModelIndex& index) const
|
||||
{
|
||||
return mItemMap.value(indexToName(index)).file();
|
||||
}
|
@ -0,0 +1,75 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright (C) 2011 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 AUTOSTARTMODEL_H
|
||||
#define AUTOSTARTMODEL_H
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
#include <XdgAutoStart>
|
||||
|
||||
#include "autostartitem.h"
|
||||
|
||||
class AutoStartItemModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum ActiveButton
|
||||
{
|
||||
AddButton = 1,
|
||||
EditButton = 2,
|
||||
DeleteButton = 4
|
||||
};
|
||||
Q_DECLARE_FLAGS(ActiveButtons, ActiveButton)
|
||||
|
||||
explicit AutoStartItemModel(QObject* parent = 0);
|
||||
~AutoStartItemModel();
|
||||
int columnCount(const QModelIndex& parent = QModelIndex()) const;
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const;
|
||||
QModelIndex index(int row, int column, const QModelIndex& parent = QModelIndex()) const;
|
||||
Qt::ItemFlags flags(const QModelIndex& index) const;
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
|
||||
QModelIndex parent(const QModelIndex &child) const;
|
||||
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole);
|
||||
bool removeRow(int row, const QModelIndex& parent = QModelIndex());
|
||||
bool setEntry(const QModelIndex& index, XdgDesktopFile entry, bool overwrite=false);
|
||||
ActiveButtons activeButtons(const QModelIndex& selection) const;
|
||||
XdgDesktopFile desktopFile(const QModelIndex& index) const;
|
||||
|
||||
public slots:
|
||||
bool writeChanges();
|
||||
|
||||
private:
|
||||
QMap<QString, AutostartItem> mItemMap;
|
||||
QPersistentModelIndex mGlobalIndex;
|
||||
QPersistentModelIndex mLXQtIndex;
|
||||
QStringList mGlobalItems;
|
||||
QStringList mLXQtItems;
|
||||
|
||||
static QString indexToName(const QModelIndex& index);
|
||||
static bool showOnlyInLXQt(const XdgDesktopFile& file);
|
||||
};
|
||||
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(AutoStartItemModel::ActiveButtons)
|
||||
|
||||
#endif // AUTOSTARTMODEL_H
|
@ -0,0 +1,121 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.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 "autostartpage.h"
|
||||
#include "ui_autostartpage.h"
|
||||
|
||||
#include "autostartedit.h"
|
||||
|
||||
#include <QMessageBox>
|
||||
|
||||
AutoStartPage::AutoStartPage(QWidget* parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::AutoStartPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
connect(ui->addButton, SIGNAL(clicked()), SLOT(addButton_clicked()));
|
||||
connect(ui->editButton, SIGNAL(clicked()), SLOT(editButton_clicked()));
|
||||
connect(ui->deleteButton, SIGNAL(clicked()), SLOT(deleteButton_clicked()));
|
||||
|
||||
restoreSettings();
|
||||
}
|
||||
|
||||
AutoStartPage::~AutoStartPage()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void AutoStartPage::restoreSettings()
|
||||
{
|
||||
QAbstractItemModel* oldModel = ui->autoStartView->model();
|
||||
mXdgAutoStartModel = new AutoStartItemModel(ui->autoStartView);
|
||||
ui->autoStartView->setModel(mXdgAutoStartModel);
|
||||
delete oldModel;
|
||||
ui->autoStartView->setExpanded(mXdgAutoStartModel->index(0, 0), true);
|
||||
ui->autoStartView->setExpanded(mXdgAutoStartModel->index(1, 0), true);
|
||||
updateButtons();
|
||||
connect(mXdgAutoStartModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)), SLOT(updateButtons()));
|
||||
connect(ui->autoStartView->selectionModel(), SIGNAL(currentChanged(QModelIndex,QModelIndex)),
|
||||
SLOT(selectionChanged(QModelIndex)));
|
||||
}
|
||||
|
||||
void AutoStartPage::save()
|
||||
{
|
||||
mXdgAutoStartModel->writeChanges();
|
||||
}
|
||||
|
||||
void AutoStartPage::addButton_clicked()
|
||||
{
|
||||
AutoStartEdit edit(QString(), QString(), false);
|
||||
bool success = false;
|
||||
while (!success && edit.exec() == QDialog::Accepted)
|
||||
{
|
||||
QModelIndex index = ui->autoStartView->selectionModel()->currentIndex();
|
||||
XdgDesktopFile file(XdgDesktopFile::ApplicationType, edit.name(), edit.command());
|
||||
if (edit.needTray())
|
||||
file.setValue("X-LXQt-Need-Tray", true);
|
||||
if (mXdgAutoStartModel->setEntry(index, file))
|
||||
success = true;
|
||||
else
|
||||
QMessageBox::critical(this, tr("Error"), tr("File '%1' already exists!").arg(file.fileName()));
|
||||
}
|
||||
}
|
||||
|
||||
void AutoStartPage::editButton_clicked()
|
||||
{
|
||||
QModelIndex index = ui->autoStartView->selectionModel()->currentIndex();
|
||||
XdgDesktopFile file = mXdgAutoStartModel->desktopFile(index);
|
||||
AutoStartEdit edit(file.name(), file.value("Exec").toString(), file.contains("X-LXQt-Need-Tray"));
|
||||
if (edit.exec() == QDialog::Accepted)
|
||||
{
|
||||
file.setLocalizedValue("Name", edit.name());
|
||||
file.setValue("Exec", edit.command());
|
||||
if (edit.needTray())
|
||||
file.setValue("X-LXQt-Need-Tray", true);
|
||||
else
|
||||
file.removeEntry("X-LXQt-Need-Tray");
|
||||
|
||||
mXdgAutoStartModel->setEntry(index, file, true);
|
||||
}
|
||||
}
|
||||
|
||||
void AutoStartPage::deleteButton_clicked()
|
||||
{
|
||||
QModelIndex index = ui->autoStartView->selectionModel()->currentIndex();
|
||||
mXdgAutoStartModel->removeRow(index.row(), index.parent());
|
||||
}
|
||||
|
||||
void AutoStartPage::selectionChanged(QModelIndex curr)
|
||||
{
|
||||
AutoStartItemModel::ActiveButtons active = mXdgAutoStartModel->activeButtons(curr);
|
||||
ui->addButton->setEnabled(active & AutoStartItemModel::AddButton);
|
||||
ui->editButton->setEnabled(active & AutoStartItemModel::EditButton);
|
||||
ui->deleteButton->setEnabled(active & AutoStartItemModel::DeleteButton);
|
||||
}
|
||||
|
||||
void AutoStartPage::updateButtons()
|
||||
{
|
||||
selectionChanged(ui->autoStartView->selectionModel()->currentIndex());
|
||||
}
|
@ -0,0 +1,60 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.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 */
|
||||
|
||||
#ifndef AUTOSTARTPAGE_H
|
||||
#define AUTOSTARTPAGE_H
|
||||
|
||||
#include <QModelIndex>
|
||||
#include <QWidget>
|
||||
#include "autostartmodel.h"
|
||||
|
||||
namespace Ui {
|
||||
class AutoStartPage;
|
||||
}
|
||||
|
||||
class AutoStartPage : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AutoStartPage(QWidget* parent = 0);
|
||||
~AutoStartPage();
|
||||
|
||||
public slots:
|
||||
void save();
|
||||
void restoreSettings();
|
||||
|
||||
private:
|
||||
AutoStartItemModel* mXdgAutoStartModel;
|
||||
Ui::AutoStartPage* ui;
|
||||
|
||||
private slots:
|
||||
void addButton_clicked();
|
||||
void editButton_clicked();
|
||||
void deleteButton_clicked();
|
||||
void selectionChanged(QModelIndex curr);
|
||||
void updateButtons();
|
||||
};
|
||||
|
||||
#endif // AUTOSTARTPAGE_H
|
@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>AutoStartPage</class>
|
||||
<widget class="QWidget" name="AutoStartPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>320</width>
|
||||
<height>240</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_10">
|
||||
<item row="4" column="1">
|
||||
<widget class="QPushButton" name="deleteButton">
|
||||
<property name="text">
|
||||
<string>Delete</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QPushButton" name="addButton">
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QPushButton" name="editButton">
|
||||
<property name="text">
|
||||
<string>Edit</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Application Autostart</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<spacer name="verticalSpacer_1">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="0" rowspan="5">
|
||||
<widget class="QTreeView" name="autoStartView">
|
||||
<attribute name="headerVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
@ -0,0 +1,96 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include "basicsettings.h"
|
||||
#include "ui_basicsettings.h"
|
||||
|
||||
#include "../lxqt-session/src/windowmanager.h"
|
||||
#include "sessionconfigwindow.h"
|
||||
|
||||
BasicSettings::BasicSettings(LxQt::Settings *settings, QWidget *parent) :
|
||||
QWidget(parent),
|
||||
m_settings(settings),
|
||||
m_moduleModel(new ModuleModel()),
|
||||
ui(new Ui::BasicSettings)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
connect(ui->findWmButton, SIGNAL(clicked()), this, SLOT(findWmButton_clicked()));
|
||||
connect(ui->startButton, SIGNAL(clicked()), this, SLOT(startButton_clicked()));
|
||||
connect(ui->stopButton, SIGNAL(clicked()), this, SLOT(stopButton_clicked()));
|
||||
connect(ui->wmComboBox, SIGNAL(currentIndexChanged(int)), parent, SLOT(setRestart()));
|
||||
connect(ui->wmComboBox, SIGNAL(editTextChanged(const QString&)), SIGNAL(needRestart()));
|
||||
connect(ui->leaveConfirmationCheckBox, SIGNAL(toggled(bool)), SIGNAL(needRestart()));
|
||||
restoreSettings();
|
||||
|
||||
ui->moduleView->setModel(m_moduleModel);
|
||||
ui->moduleView->header()->setSectionResizeMode(0, QHeaderView::Stretch);
|
||||
ui->moduleView->header()->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
||||
}
|
||||
|
||||
BasicSettings::~BasicSettings()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void BasicSettings::restoreSettings()
|
||||
{
|
||||
QStringList knownWMs;
|
||||
foreach (WindowManager wm, getWindowManagerList(true))
|
||||
{
|
||||
knownWMs << wm.command;
|
||||
}
|
||||
|
||||
QString wm = m_settings->value("window_manager", "openbox").toString();
|
||||
SessionConfigWindow::handleCfgComboBox(ui->wmComboBox, knownWMs, wm);
|
||||
m_moduleModel->reset();
|
||||
|
||||
ui->leaveConfirmationCheckBox->setChecked(m_settings->value("leave_confirmation", true).toBool());
|
||||
}
|
||||
|
||||
void BasicSettings::save()
|
||||
{
|
||||
m_settings->setValue("window_manager", ui->wmComboBox->currentText());
|
||||
m_moduleModel->writeChanges();
|
||||
|
||||
m_settings->setValue("leave_confirmation", ui->leaveConfirmationCheckBox->isChecked());
|
||||
}
|
||||
|
||||
void BasicSettings::findWmButton_clicked()
|
||||
{
|
||||
SessionConfigWindow::updateCfgComboBox(ui->wmComboBox, tr("Select a window manager"));
|
||||
emit needRestart();
|
||||
}
|
||||
|
||||
void BasicSettings::startButton_clicked()
|
||||
{
|
||||
m_moduleModel->toggleModule(ui->moduleView->selectionModel()->currentIndex(), true);
|
||||
}
|
||||
|
||||
void BasicSettings::stopButton_clicked()
|
||||
{
|
||||
m_moduleModel->toggleModule(ui->moduleView->selectionModel()->currentIndex(), false);
|
||||
}
|
@ -0,0 +1,66 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef BASICSETTINGS_H
|
||||
#define BASICSETTINGS_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <LXQt/Settings>
|
||||
|
||||
#include "modulemodel.h"
|
||||
|
||||
namespace Ui {
|
||||
class BasicSettings;
|
||||
}
|
||||
|
||||
class BasicSettings : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BasicSettings(LxQt::Settings *settings, QWidget *parent = 0);
|
||||
~BasicSettings();
|
||||
|
||||
signals:
|
||||
void needRestart();
|
||||
|
||||
public slots:
|
||||
void restoreSettings();
|
||||
void save();
|
||||
|
||||
private:
|
||||
LxQt::Settings* m_settings;
|
||||
ModuleModel* m_moduleModel;
|
||||
Ui::BasicSettings* ui;
|
||||
|
||||
private slots:
|
||||
void findWmButton_clicked();
|
||||
void startButton_clicked();
|
||||
void stopButton_clicked();
|
||||
};
|
||||
|
||||
#endif // BASICSETTINGS_H
|
@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>BasicSettings</class>
|
||||
<widget class="QWidget" name="BasicSettings">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>320</width>
|
||||
<height>380</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Basic Settings</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Window Manager</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="0">
|
||||
<widget class="QComboBox" name="wmComboBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QPushButton" name="findWmButton">
|
||||
<property name="text">
|
||||
<string>Search...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QGroupBox" name="groupBox_2">
|
||||
<property name="title">
|
||||
<string>LXQt Modules</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="7" column="1">
|
||||
<widget class="QPushButton" name="startButton">
|
||||
<property name="text">
|
||||
<string>Start</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="2">
|
||||
<widget class="QPushButton" name="stopButton">
|
||||
<property name="text">
|
||||
<string>Stop</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0">
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="3">
|
||||
<widget class="QTreeView" name="moduleView">
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="rootIsDecorated">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="headerHidden">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<attribute name="headerStretchLastSection">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QGroupBox" name="groupBox_3">
|
||||
<property name="title">
|
||||
<string>Leave Session</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="leaveConfirmationCheckBox">
|
||||
<property name="text">
|
||||
<string>Ask confirmation to leave session</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
@ -0,0 +1,88 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
#include "defaultappspage.h"
|
||||
#include "ui_defaultappspage.h"
|
||||
|
||||
#include "sessionconfigwindow.h"
|
||||
|
||||
DefaultApps::DefaultApps(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::DefaultAppsPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
connect(ui->terminalButton, SIGNAL(clicked()), this, SLOT(terminalButton_clicked()));
|
||||
connect(ui->terminalComboBox->lineEdit(), SIGNAL(editingFinished()),
|
||||
SLOT(terminalChanged()));
|
||||
connect(ui->browserButton, SIGNAL(clicked()), this, SLOT(browserButton_clicked()));
|
||||
connect(ui->browserComboBox->lineEdit(), SIGNAL(editingFinished()),
|
||||
SLOT(browserChanged()));
|
||||
}
|
||||
|
||||
DefaultApps::~DefaultApps()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void DefaultApps::updateEnvVar(const QString& var, const QString& val)
|
||||
{
|
||||
if (var == "BROWSER")
|
||||
{
|
||||
QStringList knownBrowsers;
|
||||
knownBrowsers << "firefox" << "qupzilla" << "arora" << "konqueror" << "opera";
|
||||
SessionConfigWindow::handleCfgComboBox(ui->browserComboBox, knownBrowsers, val);
|
||||
}
|
||||
else if (var == "TERM")
|
||||
{
|
||||
QStringList knownTerms;
|
||||
knownTerms << "qterminal" << "xterm" << "konsole" << "uterm";
|
||||
SessionConfigWindow::handleCfgComboBox(ui->terminalComboBox, knownTerms, val);
|
||||
}
|
||||
}
|
||||
|
||||
void DefaultApps::terminalButton_clicked()
|
||||
{
|
||||
SessionConfigWindow::updateCfgComboBox(ui->terminalComboBox, tr("Select a terminal emulator"));
|
||||
}
|
||||
|
||||
void DefaultApps::browserButton_clicked()
|
||||
{
|
||||
SessionConfigWindow::updateCfgComboBox(ui->browserComboBox, tr("Select a web browser"));
|
||||
}
|
||||
|
||||
void DefaultApps::terminalChanged()
|
||||
{
|
||||
emit defaultAppChanged("TERM", ui->terminalComboBox->lineEdit()->text());
|
||||
}
|
||||
|
||||
void DefaultApps::browserChanged()
|
||||
{
|
||||
emit defaultAppChanged("BROWSER", ui->browserComboBox->lineEdit()->text());
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef DEFAULTAPPS_H
|
||||
#define DEFAULTAPPS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class DefaultAppsPage;
|
||||
}
|
||||
|
||||
class DefaultApps : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DefaultApps(QWidget *parent = 0);
|
||||
~DefaultApps();
|
||||
|
||||
signals:
|
||||
void defaultAppChanged(const QString&, const QString&);
|
||||
|
||||
public slots:
|
||||
void updateEnvVar(const QString &var, const QString &val);
|
||||
|
||||
private:
|
||||
Ui::DefaultAppsPage *ui;
|
||||
|
||||
private slots:
|
||||
void browserButton_clicked();
|
||||
void terminalButton_clicked();
|
||||
void browserChanged();
|
||||
void terminalChanged();
|
||||
};
|
||||
|
||||
#endif // DEFAULTAPPS_H
|
@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>DefaultAppsPage</class>
|
||||
<widget class="QWidget" name="DefaultAppsPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>340</width>
|
||||
<height>135</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_8">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_1">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Default Applications</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Terminal Emulation:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="terminalComboBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
<widget class="QPushButton" name="terminalButton">
|
||||
<property name="text">
|
||||
<string>Search...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Web Browser:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QComboBox" name="browserComboBox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="browserButton">
|
||||
<property name="text">
|
||||
<string>Search...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>118</width>
|
||||
<height>186</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
@ -0,0 +1,131 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include "environmentpage.h"
|
||||
#include "ui_environmentpage.h"
|
||||
|
||||
EnvironmentPage::EnvironmentPage(LxQt::Settings *settings, QWidget *parent) :
|
||||
QWidget(parent),
|
||||
m_settings(settings),
|
||||
ui(new Ui::EnvironmentPage)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
connect(ui->addButton, SIGNAL(clicked()), SLOT(addButton_clicked()));
|
||||
connect(ui->deleteButton, SIGNAL(clicked()), SLOT(deleteButton_clicked()));
|
||||
connect(ui->treeWidget, SIGNAL(itemChanged(QTreeWidgetItem*,int)),
|
||||
SLOT(itemChanged(QTreeWidgetItem*,int)));
|
||||
|
||||
/* restoreSettings() is called from SessionConfigWindow
|
||||
after connections with DefaultApps have been set up */
|
||||
}
|
||||
|
||||
EnvironmentPage::~EnvironmentPage()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void EnvironmentPage::restoreSettings()
|
||||
{
|
||||
m_settings->beginGroup("Environment");
|
||||
QString value;
|
||||
ui->treeWidget->clear();
|
||||
foreach (const QString& i, m_settings->childKeys())
|
||||
{
|
||||
value = m_settings->value(i).toString();
|
||||
QTreeWidgetItem *item = new QTreeWidgetItem(ui->treeWidget, QStringList() << i << value);
|
||||
item->setFlags(item->flags() | Qt::ItemIsEditable);
|
||||
ui->treeWidget->addTopLevelItem(item);
|
||||
emit envVarChanged(i, value);
|
||||
}
|
||||
|
||||
if (m_settings->value("BROWSER").isNull())
|
||||
emit envVarChanged("BROWSER", "");
|
||||
if (m_settings->value("TERM").isNull())
|
||||
emit envVarChanged("TERM", "");
|
||||
|
||||
m_settings->endGroup();
|
||||
}
|
||||
|
||||
void EnvironmentPage::save()
|
||||
{
|
||||
m_settings->beginGroup("Environment");
|
||||
m_settings->remove("");
|
||||
for(int i = 0; i < ui->treeWidget->topLevelItemCount(); ++i)
|
||||
{
|
||||
QTreeWidgetItem *item = ui->treeWidget->topLevelItem(i);
|
||||
m_settings->setValue(item->text(0), item->text(1));
|
||||
}
|
||||
m_settings->endGroup();
|
||||
}
|
||||
|
||||
void EnvironmentPage::addButton_clicked()
|
||||
{
|
||||
QTreeWidgetItem *item = new QTreeWidgetItem(ui->treeWidget, QStringList() << "" << "");
|
||||
item->setFlags(item->flags() | Qt::ItemIsEditable);
|
||||
ui->treeWidget->addTopLevelItem(item);
|
||||
ui->treeWidget->setCurrentItem(item);
|
||||
emit needRestart();
|
||||
}
|
||||
|
||||
void EnvironmentPage::deleteButton_clicked()
|
||||
{
|
||||
foreach (QTreeWidgetItem* item, ui->treeWidget->selectedItems())
|
||||
{
|
||||
emit envVarChanged(item->text(0), "");
|
||||
delete item;
|
||||
}
|
||||
emit needRestart();
|
||||
}
|
||||
|
||||
void EnvironmentPage::itemChanged(QTreeWidgetItem *item, int column)
|
||||
{
|
||||
Q_UNUSED(column);
|
||||
emit envVarChanged(item->text(0), item->text(1));
|
||||
emit needRestart();
|
||||
}
|
||||
|
||||
void EnvironmentPage::updateItem(const QString& var, const QString& val)
|
||||
{
|
||||
QList<QTreeWidgetItem*> itemList = ui->treeWidget->findItems(var, Qt::MatchExactly);
|
||||
if (itemList.isEmpty())
|
||||
{
|
||||
QTreeWidgetItem *item = new QTreeWidgetItem(ui->treeWidget, QStringList() << var << val);
|
||||
item->setFlags(item->flags() | Qt::ItemIsEditable);
|
||||
ui->treeWidget->addTopLevelItem(item);
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (QTreeWidgetItem* item, itemList)
|
||||
{
|
||||
if (!val.isEmpty())
|
||||
item->setText(1, val);
|
||||
else
|
||||
delete item;
|
||||
}
|
||||
emit needRestart();
|
||||
}
|
@ -0,0 +1,65 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2012 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef ENVIRONMENTPAGE_H
|
||||
#define ENVIRONMENTPAGE_H
|
||||
|
||||
#include <QTreeWidgetItem>
|
||||
#include <LXQt/Settings>
|
||||
|
||||
namespace Ui {
|
||||
class EnvironmentPage;
|
||||
}
|
||||
|
||||
class EnvironmentPage : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit EnvironmentPage(LxQt::Settings *settings, QWidget *parent = 0);
|
||||
~EnvironmentPage();
|
||||
|
||||
signals:
|
||||
void needRestart();
|
||||
void envVarChanged(const QString&, const QString&);
|
||||
|
||||
public slots:
|
||||
void restoreSettings();
|
||||
void save();
|
||||
void updateItem(const QString &var, const QString &val);
|
||||
|
||||
private:
|
||||
LxQt::Settings *m_settings;
|
||||
Ui::EnvironmentPage *ui;
|
||||
|
||||
private slots:
|
||||
void addButton_clicked();
|
||||
void deleteButton_clicked();
|
||||
void itemChanged(QTreeWidgetItem *item, int column);
|
||||
};
|
||||
|
||||
#endif // ENVIRONMENTPAGE_H
|
@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>EnvironmentPage</class>
|
||||
<widget class="QWidget" name="EnvironmentPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>320</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_7">
|
||||
<item row="2" column="1">
|
||||
<widget class="QPushButton" name="addButton">
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QPushButton" name="deleteButton">
|
||||
<property name="text">
|
||||
<string>Delete</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<spacer name="verticalSpacer_1">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>59</width>
|
||||
<height>96</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="font">
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Environment Variables (Advanced)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" rowspan="4">
|
||||
<widget class="QTreeWidget" name="treeWidget">
|
||||
<property name="alternatingRowColors">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Variable Name</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Value</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Session Settings
|
||||
GenericName=LXQt Session Settings
|
||||
Comment=Configuration for LXQt sessions
|
||||
Exec=lxqt-config-session
|
||||
Icon=preferences-system-session-services
|
||||
Categories=Settings;DesktopSettings;Qt;LXQt;
|
||||
OnlyShowIn=LXQt;
|
||||
|
||||
#TRANSLATIONS_DIR=translations
|
@ -0,0 +1,44 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2011 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include <LXQt/SingleApplication>
|
||||
|
||||
#include <XdgIcon>
|
||||
#include <LXQt/Settings>
|
||||
|
||||
#include "sessionconfigwindow.h"
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
LxQt::SingleApplication a(argc, argv);
|
||||
|
||||
SessionConfigWindow w;
|
||||
a.setActivationWindow(&w);
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
}
|
@ -0,0 +1,43 @@
|
||||
.TH lxqt-config-session "1" "September 2012" "LXQt\ 0.7.0" "LXQt\ Application"
|
||||
.SH NAME
|
||||
lxqt-config-session \- Session settings of \fBLXQt\fR, the Lightweight Desktop Environment
|
||||
.SH SYNOPSIS
|
||||
.B lxqt-config-session
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
This application handle settings and configurations around autostart applications on \fBLxQt\-qt\fR desktop environment.
|
||||
.P
|
||||
Throught this applicaton u can manage and setting applications startup and witch modules of lxqt will be enableds.
|
||||
.P
|
||||
\fBLxQt\-qt\fR is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||
technologies, ships several core desktop components, all of which are optional:
|
||||
.P
|
||||
* Panel
|
||||
* Desktop
|
||||
* Application launcher
|
||||
* Settings center
|
||||
* Session handler \fI(related to this)\fR
|
||||
* Polkit handler
|
||||
* SSYH password access
|
||||
* Display manager handler
|
||||
.P
|
||||
These components perform similar actions to those available in other desktop
|
||||
environments, and their names are self-descriptive. They are usually not launched
|
||||
by hand but automatically, when choosing a \fBLXQt\fR session in the Display
|
||||
Manager.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to https://github.com/LXQt/LXQt/issues
|
||||
.SH "SEE ALSO"
|
||||
LXQt it has been tailored for users who value simplicity, speed, and
|
||||
an intuitive interface, also intended for less powerful machines. See:
|
||||
.\" any module must refers to session app, for more info on start it
|
||||
.P
|
||||
\fBlxqt-config.1\fR LXQt application for manage configurations and settings
|
||||
.P
|
||||
\fBlxqt-session.1\fR LXQt module for manage LXQt autostart session applications
|
||||
.P
|
||||
\fBstart-lxqt.1\fR LXQt display management independient starup.
|
||||
.P
|
||||
.SH AUTHOR
|
||||
This manual page was created by \fBPICCORO Lenz McKAY\fR \fI<mckaygerhard@gmail.com>\fR
|
||||
for \fBLXQt\fR project and VENENUX GNU/Linux but can be used by others.
|
@ -0,0 +1,140 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright (C) 2012 Alec Moskvin <alecm@gmx.com>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include <QtDBus/QDBusConnection>
|
||||
#include <QtDBus/QDBusReply>
|
||||
#include <QDebug>
|
||||
#include <XdgIcon>
|
||||
#include "modulemodel.h"
|
||||
|
||||
ModuleModel::ModuleModel(QObject* parent)
|
||||
: QAbstractListModel(parent)
|
||||
{
|
||||
mInterface = new QDBusInterface("org.lxqt.session", "/LxQtSession", "",
|
||||
QDBusConnection::sessionBus(), this);
|
||||
connect(mInterface, SIGNAL(moduleStateChanged(QString,bool)), SLOT(updateModuleState(QString,bool)));
|
||||
}
|
||||
|
||||
ModuleModel::~ModuleModel()
|
||||
{
|
||||
delete mInterface;
|
||||
}
|
||||
|
||||
void ModuleModel::reset()
|
||||
{
|
||||
mKeyList.clear();
|
||||
mStateMap.clear();
|
||||
mItemMap = AutostartItem::createItemMap();
|
||||
|
||||
QMap<QString,AutostartItem>::iterator iter;
|
||||
for (iter = mItemMap.begin(); iter != mItemMap.end(); ++iter)
|
||||
{
|
||||
if (iter.value().file().value("X-LXQt-Module", false).toBool())
|
||||
mKeyList.append(iter.key());
|
||||
}
|
||||
|
||||
QDBusReply<QVariant> reply = mInterface->call("listModules");
|
||||
QStringList moduleList = reply.value().toStringList();
|
||||
foreach (const QString& moduleName, moduleList)
|
||||
{
|
||||
if (mItemMap.contains(moduleName))
|
||||
mStateMap[moduleName] = true;
|
||||
}
|
||||
}
|
||||
|
||||
QVariant ModuleModel::data(const QModelIndex& index, int role) const
|
||||
{
|
||||
QString name = mKeyList.at(index.row());
|
||||
if (index.column() == 0)
|
||||
{
|
||||
switch (role)
|
||||
{
|
||||
case Qt::DisplayRole:
|
||||
return mItemMap.value(name).file().name();
|
||||
case Qt::CheckStateRole:
|
||||
return mItemMap.value(name).isEnabled() ? Qt::Checked : Qt::Unchecked;
|
||||
case Qt::ToolTipRole:
|
||||
return mItemMap.value(name).file().value("Comment");
|
||||
}
|
||||
}
|
||||
else if (index.column() == 1 && (role == Qt::DisplayRole || role == Qt::DecorationRole))
|
||||
{
|
||||
if (role == Qt::DisplayRole && mStateMap[name] == true)
|
||||
return tr("Running") + " ";
|
||||
}
|
||||
return QVariant();
|
||||
}
|
||||
|
||||
bool ModuleModel::setData(const QModelIndex& index, const QVariant& value, int role)
|
||||
{
|
||||
if (role == Qt::CheckStateRole)
|
||||
{
|
||||
QString key = mKeyList.at(index.row());
|
||||
mItemMap[key].setEnabled(value == Qt::Checked);
|
||||
emit dataChanged(index, index);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Qt::ItemFlags ModuleModel::flags(const QModelIndex& index) const
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
return Qt::ItemIsEnabled | Qt::ItemIsSelectable | Qt::ItemIsUserCheckable;
|
||||
}
|
||||
|
||||
int ModuleModel::rowCount(const QModelIndex& parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return mKeyList.size();
|
||||
}
|
||||
|
||||
void ModuleModel::writeChanges()
|
||||
{
|
||||
foreach (const QString& key, mKeyList)
|
||||
mItemMap[key].commit();
|
||||
}
|
||||
|
||||
void ModuleModel::updateModuleState(QString moduleName, bool state)
|
||||
{
|
||||
if (mItemMap.contains(moduleName))
|
||||
{
|
||||
mStateMap[moduleName] = state;
|
||||
QModelIndex i = index(mKeyList.indexOf(moduleName), 1);
|
||||
emit dataChanged(i, i);
|
||||
}
|
||||
}
|
||||
|
||||
void ModuleModel::toggleModule(const QModelIndex &index, bool status)
|
||||
{
|
||||
if (!index.isValid())
|
||||
return;
|
||||
|
||||
QList<QVariant> arg;
|
||||
arg.append(mKeyList.at(index.row()));
|
||||
mInterface->callWithArgumentList(QDBus::NoBlock,
|
||||
status ? "startModule" : "stopModule",
|
||||
arg);
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright (C) 2012 Alec Moskvin <alecm@gmx.com>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef MODULEMODEL_H
|
||||
#define MODULEMODEL_H
|
||||
|
||||
#include <QStringListModel>
|
||||
#include <QtDBus/QDBusInterface>
|
||||
#include "autostartitem.h"
|
||||
|
||||
class ModuleModel : public QAbstractListModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ModuleModel(QObject *parent = 0);
|
||||
~ModuleModel();
|
||||
void reset();
|
||||
void writeChanges();
|
||||
void toggleModule(const QModelIndex &index, bool status);
|
||||
|
||||
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
|
||||
bool setData(const QModelIndex& index, const QVariant& value, int role);
|
||||
int rowCount(const QModelIndex& parent) const;
|
||||
int columnCount(const QModelIndex&) const { return 2; }
|
||||
Qt::ItemFlags flags(const QModelIndex& index) const;
|
||||
|
||||
private slots:
|
||||
void updateModuleState(QString moduleName, bool state);
|
||||
|
||||
private:
|
||||
QMap<QString,AutostartItem> mItemMap;
|
||||
QMap<QString,bool> mStateMap;
|
||||
QStringList mKeyList;
|
||||
QDBusInterface* mInterface;
|
||||
};
|
||||
|
||||
#endif // MODULEMODEL_H
|
@ -0,0 +1,136 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2011 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QMessageBox>
|
||||
#include <QFileDialog>
|
||||
|
||||
#include <LXQt/Settings>
|
||||
|
||||
#include "sessionconfigwindow.h"
|
||||
#include "../lxqt-session/src/windowmanager.h"
|
||||
#include "basicsettings.h"
|
||||
#include "autostartpage.h"
|
||||
#include "defaultappspage.h"
|
||||
#include "environmentpage.h"
|
||||
|
||||
|
||||
SessionConfigWindow::SessionConfigWindow() :
|
||||
LxQt::ConfigDialog(tr("LXQt Session Settings"), new LxQt::Settings("session"), 0)
|
||||
{
|
||||
BasicSettings* basicSettings = new BasicSettings(mSettings, this);
|
||||
addPage(basicSettings, tr("Basic Settings"), "preferences-desktop-display-color");
|
||||
connect(basicSettings, SIGNAL(needRestart()), SLOT(setRestart()));
|
||||
connect(this, SIGNAL(reset()), basicSettings, SLOT(restoreSettings()));
|
||||
connect(this, SIGNAL(save()), basicSettings, SLOT(save()));
|
||||
|
||||
DefaultApps* defaultApps = new DefaultApps(this);
|
||||
addPage(defaultApps, tr("Default Applications"), "preferences-desktop-filetype-association");
|
||||
|
||||
AutoStartPage* autoStart = new AutoStartPage(this);
|
||||
addPage(autoStart, tr("Autostart"), "preferences-desktop-launch-feedback");
|
||||
connect(this, SIGNAL(reset()), autoStart, SLOT(restoreSettings()));
|
||||
connect(this, SIGNAL(save()), autoStart, SLOT(save()));
|
||||
|
||||
EnvironmentPage* environmentPage = new EnvironmentPage(mSettings, this);
|
||||
addPage(environmentPage, tr("Environment (Advanced)"), "preferences-system-session-services");
|
||||
connect(environmentPage, SIGNAL(needRestart()), SLOT(setRestart()));
|
||||
connect(this, SIGNAL(reset()), environmentPage, SLOT(restoreSettings()));
|
||||
connect(this, SIGNAL(save()), environmentPage, SLOT(save()));
|
||||
|
||||
// sync Default Apps and Environment
|
||||
connect(environmentPage, SIGNAL(envVarChanged(QString,QString)),
|
||||
defaultApps, SLOT(updateEnvVar(QString,QString)));
|
||||
connect(defaultApps, SIGNAL(defaultAppChanged(QString,QString)),
|
||||
environmentPage, SLOT(updateItem(QString,QString)));
|
||||
environmentPage->restoreSettings();
|
||||
connect(this, SIGNAL(reset()), SLOT(clearRestart()));
|
||||
m_restart = false;
|
||||
}
|
||||
|
||||
SessionConfigWindow::~SessionConfigWindow()
|
||||
{
|
||||
delete mSettings;
|
||||
}
|
||||
|
||||
void SessionConfigWindow::closeEvent(QCloseEvent * event)
|
||||
{
|
||||
LxQt::ConfigDialog::closeEvent(event);
|
||||
if (m_restart) {
|
||||
QMessageBox::information(this, tr("Session Restart Required"),
|
||||
tr("You need to restart desktop session (lxqt-session) "
|
||||
"to reload settings. Use logout from the main menu."
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
void SessionConfigWindow::handleCfgComboBox(QComboBox * cb,
|
||||
const QStringList &availableValues,
|
||||
const QString &value
|
||||
)
|
||||
{
|
||||
QStringList realValues;
|
||||
foreach (QString s, availableValues)
|
||||
{
|
||||
if (findProgram(s))
|
||||
realValues << s;
|
||||
}
|
||||
cb->clear();
|
||||
cb->addItems(realValues);
|
||||
|
||||
int ix = cb->findText(value);
|
||||
if (ix == -1)
|
||||
cb->lineEdit()->setText(value);
|
||||
else
|
||||
cb->setCurrentIndex(ix);
|
||||
}
|
||||
|
||||
void SessionConfigWindow::updateCfgComboBox(QComboBox * cb,
|
||||
const QString &prompt
|
||||
)
|
||||
{
|
||||
QString fname = QFileDialog::getOpenFileName(cb, prompt, "/usr/bin/");
|
||||
if (fname.isEmpty())
|
||||
return;
|
||||
|
||||
QFileInfo fi(fname);
|
||||
if (!fi.exists() || !fi.isExecutable())
|
||||
return;
|
||||
|
||||
cb->lineEdit()->setText(fname);
|
||||
}
|
||||
|
||||
void SessionConfigWindow::setRestart()
|
||||
{
|
||||
m_restart = true;
|
||||
}
|
||||
|
||||
void SessionConfigWindow::clearRestart()
|
||||
{
|
||||
m_restart = false;
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
/* BEGIN_COMMON_COPYRIGHT_HEADER
|
||||
* (c)LGPL2+
|
||||
*
|
||||
* LxQt - a lightweight, Qt based, desktop toolset
|
||||
* http://razor-qt.org, http://lxde.org/
|
||||
*
|
||||
* Copyright: 2010-2011 LxQt team
|
||||
* Authors:
|
||||
* Petr Vanek <petr@scribus.info>
|
||||
*
|
||||
* This program or library is free software; you can redistribute it
|
||||
* and/or modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU Lesser General
|
||||
* Public License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*
|
||||
* END_COMMON_COPYRIGHT_HEADER */
|
||||
|
||||
#ifndef SESSIONCONFIGWINDOW_H
|
||||
#define SESSIONCONFIGWINDOW_H
|
||||
|
||||
#include <QComboBox>
|
||||
#include <LXQt/ConfigDialog>
|
||||
|
||||
|
||||
class SessionConfigWindow : public LxQt::ConfigDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SessionConfigWindow();
|
||||
~SessionConfigWindow();
|
||||
|
||||
static void handleCfgComboBox(QComboBox * cb,
|
||||
const QStringList &availableValues,
|
||||
const QString &value
|
||||
);
|
||||
|
||||
static void updateCfgComboBox(QComboBox * cb, const QString &prompt);
|
||||
|
||||
void closeEvent(QCloseEvent * event);
|
||||
|
||||
public slots:
|
||||
void setRestart();
|
||||
|
||||
private:
|
||||
// display restart warning
|
||||
bool m_restart;
|
||||
|
||||
private slots:
|
||||
void clearRestart();
|
||||
};
|
||||
|
||||
#endif
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[ar]=تهيئة وحدة جلسة ريزركيوت
|
||||
GenericName[ar]=أداة تهيئة جلسة ريزر
|
||||
Name[ar]=أداة تهيئة جلسة ريزر
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ca">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[cs]=Nastavit modul sezení LxQt-Qt
|
||||
GenericName[cs]=Nastavení sezení LxQt-Qt
|
||||
Name[cs]=Nastavení sezení LxQt-Qt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="cs">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Upravit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Název:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Příkaz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Počkat na oznamovací oblast panelu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Vybrat program</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Celkové automatické spuštění</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Automatické spuštění LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Umístění: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Zruší: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Smazat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Přidat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Upravit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Automatické spuštění programu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Soubor '%1' již existuje!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Správce oken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Základní nastavení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Moduly LxQtu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Spustit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Zastavit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Vybrat správce oken</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Vybrat emulátor terminálu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Vybrat prohlížeč internetu</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Výchozí programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulace terminálu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Prohlížeč internetu:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Přidat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Smazat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Proměnné prostředí (pokročilé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Název proměnné</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Hodnota</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Běží</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Nastavení sezení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Základní nastavení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Výchozí programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automatické spuštění</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Prostředí (pokročilé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Požadováno opětovné spuštění sezení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Je třeba spustit sezení plochy znovu (lxqt-session) pro znovunahrání nastavení. Použijte odhlášení v hlavní nabídce.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[cs_CZ]=Nastavit modul sezení LxQtu
|
||||
GenericName[cs_CZ]=Nastavení sezení LxQtu
|
||||
Name[cs_CZ]=Nastavení sezení LxQtu
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="cs_CZ">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Upravit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Název:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Příkaz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Počkat na oznamovací oblast panelu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Vybrat program</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Celkové automatické spuštění</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Automatické spuštění LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Umístění: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Zruší: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Smazat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Přidat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Upravit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Automatické spuštění programu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Chyba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Soubor '%1' již existuje!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Správce oken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Základní nastavení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Moduly LxQtu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Spustit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Zastavit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Vybrat správce oken</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Vybrat emulátor terminálu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Vybrat prohlížeč internetu</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Výchozí programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulace terminálu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Hledat...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Prohlížeč internetu:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Přidat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Smazat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Proměnné prostředí (pokročilé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Název proměnné</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Hodnota</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Běží</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Nastavení sezení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Základní nastavení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Výchozí programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automatické spuštění</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Prostředí (pokročilé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Požadováno opětovné spuštění sezení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Je třeba spustit sezení plochy znovu kvůli znovunahrání nastavení. Použijte odhlášení v hlavní nabídce.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[da]=Indstil LxQt-Qt Sessionsmodul
|
||||
GenericName[da]=Indstilling af LxQt-sessioner
|
||||
Name[da]=Indstilling af LxQt-sessioner
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="da">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[da_DK]=Indstilling af LxQt-Qt sessionsmodul
|
||||
GenericName[da_DK]=Indstilling af LxQt Session
|
||||
Name[da_DK]=Indstilling af LxQt Session
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="da_DK">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Rediger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Navn:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Søg...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Kommando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Vent på system bakke</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Vælg program</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Global Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Placering:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Tilsidesætter: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Slet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Tilføj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Rediger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Program Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Fejl</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Fil '%1' eksisterer allerede!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Window Manager</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Søg...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Basale Indstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt Moduler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Start</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Stop</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Vælg en window manager</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Vælg en terminal emulator</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Vælg en web browser</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standardprogrammer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminal Emulation:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Søg...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Web Browser:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Tilføj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Slet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Miljøvariabler (Advanceret)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Variabelnavn</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Værdi</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Kører</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt Sessionsindstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Basale Indstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standardprogrammer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Miljø (Advanceret)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Genstart Af Session Er Påkrævet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>For at genindlæse indstillinger skal skrivebordssessionen genstartes. Brug log Ud fra hovedmenuen.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[de]=Konfiguriere die LxQt-Qt Sitzungsmodule
|
||||
GenericName[de]=LxQt Sitzungskonfiguration
|
||||
Name[de]=LxQt Sitzungskonfiguration
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[de_DE]=LxQt-Qt Sitzungsmodul konfigurieren
|
||||
GenericName[de_DE]=LxQt Sitzungskonfigurator
|
||||
Name[de_DE]=LxQt Sitzungskonfigurator
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="de_DE">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Name:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Suche...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Befehl:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Warte auf System Tray</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Anwendung auswählen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Globaler Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Ort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Überschreibung: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Bearbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Anwendung-Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Datei '%1' existiert bereits!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Fenstermanager</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Suchen...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Grundeinstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt-Module</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Start</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Stopp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Fenstermanager auswählen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Terminal-Emulator auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Web Browser auswählen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standardanwendungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminal-Emulator:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Suche...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Web Browser:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Umgebungsvariablen (Erweitert)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Variablenname</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Wert</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Läuft</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt Sitzungs-Konfiguration</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Grundeinstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standardanwendungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Umgebung (Erweitert)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Erneute Anmeldung erforderlich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Sie müssen sich erneut anmelden (lxqt-session), damit Ihre Änderungen aktiv werden. Klicken Sie dafür auf "Abmelden" im Hauptmenü.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[el_GR]=Άρθρωμα διαμόρφωσης συνεδρίας LxQt-Qt
|
||||
GenericName[el_GR]=Διαμόρφωση συνεδρίας LxQt
|
||||
Name[el_GR]=Διαμόρφωση συνεδρίας LxQt
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[eo]=Agordi modulon de seanco de LxQt-Qt
|
||||
GenericName[eo]=Agordilo de seanco de LxQt
|
||||
Name[eo]=Agordilo de seanco de LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="eo">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Redakti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nomo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Serĉi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Komando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Atendado de sistempleto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Elektu aplikaĵon</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Ĉiea aŭtomata starto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Aŭtomata starto de LxQto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Loko: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Ĝi anstataŭigas: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Forigi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Aldoni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Redakti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Aŭtomata startigo de aplikaĵoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Eraro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Dosiero '%1' jam ekzistas!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Fenestra mastrumilo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Serĉi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Bazaj agordoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Moduloj de LxQto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Elektu fenestran mastrumilon</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Elektu simulilon de terminalo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Elektu retumilon</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aprioraj aplikaĵoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Simulilo de terminalo:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Serĉi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Retumilo:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Aldoni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Forigi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Ĉirkaŭaĵaj variabloj (progresinta)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nomo de variablo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valoro</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Agordoj de seanco de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Bazaj agordoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aprioraj aplikaĵoj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Aŭtomata startigo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ĉirkaŭaĵo (progresinta)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Postulata restartigo de seanco</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Vi devas restartigi la seancon de labortablo (lxqt-session) por reŝargi agordojn. Uzu ensaluton en la ĉefa menuo.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[es]=Configura el módulo de sesiones de LxQt-Qt
|
||||
GenericName[es]=Configuración de sesiones LxQt
|
||||
Name[es]=Configuración de sesiones LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nombre:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Espere al área de notificaciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Seleccionar aplicación</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Autoinicio global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Autoinicio de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Lugar: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Sobreescrito: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Eliminar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Añadir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Aplicaciones de inicio automático</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>!Archivo '%1' actualmente existe¡</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gestor de ventanas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configuración básica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Módulos de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Iniciar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Detener</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Seleccione un gestor de ventanas</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Seleccione un emulador de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Seleccione un navegador web</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicaciones predeterminadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulación de terminal:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navegador web:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Añadir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Eliminar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variables de entorno (avanzado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nombre de la variable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valor</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Ejecutandose</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configuración de la sesión de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configuración básica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicaciones predeterminadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Inicio automático</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Entorno (avanzado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Se requiere un reinicio de sesión</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Necesita reiniciar la sesión de escritorio (lxqt-session) para recargar la configuración. Cierre la sesión desde el menú principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es_UY">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[es_VE]=Configuracion de modulo de LxQt-Qt
|
||||
GenericName[es_VE]=Configuracion de sesion de LxQt
|
||||
Name[es_VE]=Configuracion de sesion de LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="es_VE">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nombre:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Esperar aparezca la barra tray</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Seleccionar programa</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Autoarranque Global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Autoarranque en LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Localización %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Sobreescribe %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Borrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Agregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Autoejecutar aplicacion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Archivo %1 ya existe!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Manejador de Ventanas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configuracion Basica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Modulos lxqt a habilitar en el inicio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Arrancar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Detener</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Seleccione un manejador de ventanas</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Seleccione un emulador de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Seleccione un navegador web</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicaciones por defecto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulador de terminal:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Buscar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navegador web:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Agregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Borrar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Entorno de variables (Avanzado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nombre de variable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valor</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Corriendo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configuracion de sesion de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configuraciones básicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicaciones por defecto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autoinicio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Entorno (Avanzado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Reinicio de sesion es requerido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Tu necesitas reiniciar la sesion (lxqt-session) para recargar los ajustes. Usa el formulario de salida desde el menu principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[eu]=Konfiguratu LxQt-Qt saioaren modulua
|
||||
GenericName[eu]=LxQt saioaren konfiguratzailea
|
||||
Name[eu]=LxQt saioaren konfiguratzailea
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="eu">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Izena:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Bilatu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Komandoa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Itxaron ataza-barrari</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Hautatu aplikazioa</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Autoabio globala</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt autoabioa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Kokalekua: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Indargabetu: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Ezabatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Gehitu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Aplikazioaren autoabioa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Errorea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>'%1' fitxategia dagoeneko existitzen da!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Leiho-kudeatzailea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Bilatu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Oinarrizko ezarpenak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt moduluak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Abiatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Gelditu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Hautatu leiho-kudeatzaile bat</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Hautatu terminal-emuladore bat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Hautatu web-arakatzaile bat</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplikazio lehenetsiak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminal emulazioa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Bilatu...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Web-arakatzailea:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Gehitu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Ezabatu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Ingurune-aldagaiak (aurreratua)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Aldagaiaren izena</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Balioa</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Martxan</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt saioaren konfigurazioa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Oinarrizko ezarpenak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplikazio lehenetsiak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autoabioa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ingurunea (aurreratua)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Saioa berrabiarazi behar da</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Mahaigaineko saioa (lxqt saioa) berrabiarazi behar duzu ezarpenak birkargatzeko. Erabili menu nagusiko 'Amaitu saioa' aukera.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[fi]=Hallinnoi LxQt-Qt:n istuntomoduulia
|
||||
GenericName[fi]=LxQtin istunnonhallinta
|
||||
Name[fi]=LxQtin istunnonhallinta
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="fi">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Muokkaa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nimi:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Etsi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Komento:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Valitse sovellus</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Yleinen automaattikäynnistys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQtin automaattikäynnistys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Sijainti: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Poista</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Lisää</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Muokkaa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Sovellusten automaattikäynnistys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Virhe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Tiedosto "%1" on jo olemassa!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Ikkunahallinta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Etsi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Perusasetukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt-moduulit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Käynnistä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Pysäytä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Valitse ikkunahallinta</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Valitse pääte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Valitse nettiselain</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Oletussovellukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Pääte:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Etsi...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Nettiselain:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Lisää</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Poista</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Ympäristömuuttujat (lisäasetukset)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Muuttujan nimi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Arvo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Käynnissä</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQtin istuntohallinta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Perusasetukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Oletussovellukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automaattikäynnistys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ympäristö (lisäasetukset)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Istunnon uudelleenkäynnistys vaaditaan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Asetusten voimaantulo vaatii työpöytäistunnon (lxqt-session) uudelleenkäynnistyksen. Kirjaudu ulos päävalikkoa käyttäen.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[fr_FR]=Configurer le module 'session' de LxQt-Qt
|
||||
GenericName[fr_FR]=Paramétreur de session LxQt
|
||||
Name[fr_FR]=Paramétreur de session LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="fr_FR">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Éditer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nom :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Chercher...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Commande :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>En attente de la boîte à miniatures</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Choisir l'application</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Lancement automatique global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Lancement automatique de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Emplacement : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Ignorer : %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Supprimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Ajouter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Éditer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Lancement automatique de l'application</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Erreur</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Le fichier '%1' existe déjà !</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gestionnaire de fenêtres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Chercher...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Paramètres de base</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Modules de LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Démarrer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Arrêter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Choisir un gestionnaire de fenêtres</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Choisir un émulateur de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Choisir un navigateur de bureau</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Applications par défaut</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Émulateur de terminal :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Chercher...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navigateur web :</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Ajouter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Supprimer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variables d'environnement (avancé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nom de la variable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valeur</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Lancé</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configuration de la session LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Paramètres de base</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Applications par défaut</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Lancement automatique</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Environnement (avancé)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Redémarrage de session requis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Vous devez redémarrer votre session de bureau (lxqt-session) pour recharger les paramètres. Déconnectez-vous depuis le menu principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[hu]=A LxQt-Qt munkamenetmodul beállítása
|
||||
GenericName[hu]=LxQt munkamenetbeállíó
|
||||
Name[hu]=LxQt munkamenetbeállíó
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="hu">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Szerkesztés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Név:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Keresés…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Parancs:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Várakozás a paneltálcára</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Alkalmazás kiválasztása</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Automatikus indítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt automatikus indítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Hely: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Felülbírálások: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Törlés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Hozzáadás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Szerkesztés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Alkalmazás automatikus indítása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Hiba</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>A(z) „%1” fájl már létezik.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Ablakkezelő</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Keresés…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Alapbeállítások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt modulok</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Indítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Leállítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Ablakkezelő választása</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Terminálemulátor választása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Webböngésző választása</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Alapértelmezett alkalmazások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminálemuláció:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Keresés…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Webböngésző:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Hozzáadás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Törlés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Környezeti változók (speciális)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Változónév</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Érték</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Futó</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt munkamenet-beállítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Alapbeállítások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Alapértelmezett alkalmazások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automatikus indítás</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Környezet (speciális)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>A munkamenet újraindítása szükséges</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Újra kell indítania a munkamenetet (lxqt-session) a beállítások újratöltéséhez. Használja a főmenü kijelentkezés pontját.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="hu_HU">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1 @@
|
||||
# Translations
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ia">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[id_ID]=Konfigurasi modul sesi LxQt-Qt
|
||||
GenericName[id_ID]=Konfigurator Sesi LxQt
|
||||
Name[id_ID]=Konfigurator Sesi LxQt
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="id_ID">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[it]=Configura la sessione LxQt
|
||||
GenericName[it]=Impostazioni della sessione LxQt
|
||||
Name[it]=Impostazioni della sessione LxQt
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[it_IT]=Configura il modulo sessione di LxQt-Qt
|
||||
GenericName[it_IT]=Strumento di configurazione della sessione di LxQt
|
||||
Name[it_IT]=Strumento di configurazione della sessione di LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="it_IT">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Modifica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nome:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Cerca...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Attendi il vassoio di sistema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Seleziona applicazione</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Avvio automatico globale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Avvio automatico di LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Posizione: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Sostituisce: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Cancella</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Aggiungi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Modifica</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Avvio automatico delle applicazioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Errore</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Il file '%1' esiste già!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gestore delle finestre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Cerca...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Impostazioni di base</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Moduli di LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Avvia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Ferma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Seleziona un gestore delle finestre</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Seleziona un emulatore di terminale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Seleziona un browser web</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Applicazioni predefinite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulatore di terminale:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Cerca...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Browser web:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Aggiungi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Cancella</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variabili dell'ambiente (avanzato)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nome variabile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valore</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>In esecuzione</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configurazione della sessione di LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Impostazioni di base</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Applicazioni predefinite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Avvio automatico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ambiente (avanzato)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Necessario riavvio della sessione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Devi riavviare la sessione desktop (lxqt-session) per ricaricare le impostazioni. Termina la sessione tramite il menu principale.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[ja]=LxQt-Qtセッションもジュールを設定
|
||||
GenericName[ja]=LxQtセッションの設定
|
||||
Name[ja]=LxQtセッションの設定
|
@ -0,0 +1,260 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>編集</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>名称:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>検索...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>コマンド:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>システムトレイを待つ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>アプリケーションの選択</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>全体的な自動起動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt自動起動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>位置:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>上書き:%1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>削除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>追加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>編集</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>アプリケーション自動起動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>エラー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>File'%1'は既にあります!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>ウィンドウマネージャ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>検索...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>基本的な設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>ウィンドウマネージャの選択</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>ターミナルエミュレータの選択</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>ウェブブラウザの選択</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>既定のアプリケーション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>ターミネルのエミュレーション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>検索...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>ウェブブラウザ:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>追加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>削除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>環境変数(詳細)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>変数名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>値</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQtセッションの設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>基本設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>既定のアプリケーション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>自動起動</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>環境(詳細)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>セッション再起動の要求</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>デスクトップセッション(lxqt-session)を再起動する必要があります。メインメニューからログアウトしてください。</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ja_JP">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1 @@
|
||||
# Translations
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ko">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[lt]=Konfigūruoti LxQt-Qt sesijų modulį
|
||||
GenericName[lt]=LxQt sesijų konfigūravimas
|
||||
Name[lt]=LxQt sesijų konfigūravimas
|
@ -0,0 +1,260 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="lt">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Keisti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Pavadinimas:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Ieškoti...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Komanda:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Laukti sistemos dėklo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Pasirinkite programą</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Nuo aplinkos nepriklausomas programų paleidimas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt automatinis programų paleidimas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Vieta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Nustelbia: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Šalinti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Pridėti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Keisti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Automatinis programų paleidimas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Klaida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Failas „%1“ jau yra!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Langų tvarkyklė</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Ieškoti...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Pagrindinės nuostatos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Pasirinkite langų tvarkyklę</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Pasirinkite terminalo emuliatorių</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Pasirinkite saityno naršyklę</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Numatytosios programos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminalo emuliatorius:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Ieškoti...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Saityno naršyklė:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Pridėti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Šalinti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Aplinkos kintamieji (sudėtingiau)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Kintamasis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Reikšmė</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt sesijų konfigūravimas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Pagrindinės nuostatos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Numatytosios programos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automatinis paleidimas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Aplinka (sudėtingiau)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Reikia iš naujo paleisti sesiją</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Tam, kad įsigaliotų pakeitimai, iš naujo paleiskite darbalaukio sesiją (lxqt-session). Atsijungti galite naudodamiesi pagrindiniu meniu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[nl]=Configureer LxQt-Qt sessie module
|
||||
GenericName[nl]=LxQt sessie Configurator
|
||||
Name[nl]=LxQt sessie Configurator
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="nl">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Bewerken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Naam:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Zoek...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Uitvoeren:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Wacht op systeemvak.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Selecteer Programma</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Algemene Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Locatie: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Overschrijvingen: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Verwijder</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Toevoegen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Bewerken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Autostart Programma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Bestand '%1' bestaat al!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Venster Beheer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Zoek...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Basis Instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">LxQt Modules</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Selecteer een window manager</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Selecteer een terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Selecteer een web browser</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standaard Programma's</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Terminal emulatie:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Zoek...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Web Browser:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Toevoegen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Verwijder</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Omgevings Variabelen (geavanceerd)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Variabele Naam</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Waarde</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">LxQt Sessie Configuratie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Basis Instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Standaard Programma's</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Omgeving (geavanceerd)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Sessie herstart vereist</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>U moet de Sessie herstarten (LxQt-sessie) om de instellingen op te slaan. Gebruik hiervoor "uitloggen" vanuit het hoofd menu.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[pl]=Ustawienia sesji LxQt-Qt
|
||||
GenericName[pl]=Ustawienia sesji LxQt
|
||||
Name[pl]=Ustawienia sesji LxQt
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[pl_PL]=Konfiguruj moduł sesji LxQt
|
||||
GenericName[pl_PL]=Konfigurator sesji LxQt
|
||||
Name[pl_PL]=Konfigurator sesji LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pl_PL">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Edytuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nazwa:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Szukaj...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Polecenie:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Czekaj na systemowy tray</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Wybierz program</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Ogólne</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Położenie:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Usuń</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Dodaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Edytuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Automatyczne uruchamianie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Błąd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Plik'%1' już istnieje!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Menedżer okien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Szukaj...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Ogólne</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Moduły LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Start</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Stop</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Wybierz menedżer okien</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Wybór emulatora terminala</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Wybór przedlądarki internetowej</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Domyślne programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulator terminala:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Szukaj...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Przeglądarka internetowa:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Dodaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Usuń</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Zmienne środowiskowe (zaawansowane)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nazwa zmiennej</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Wartość</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Uruchomiony</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Konfiguracja sesji LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Ogólne</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Domyślne programy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Automatyczne uruchamianie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Środowisko (zaawansowane)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Wymagane ponowne uruchomienie sesji</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Należy ponownie uruchomić sesję (lxqt-session), aby wprowadzić zmiany. W tym celu proszę wylogować i ponownie zalogować użytkownika.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,5 @@
|
||||
# Translations
|
||||
Name[pt]=Definições da sessão
|
||||
GenericName[pt]=Definições da sessão LxQt
|
||||
Comment[pt]=Configuração das sessões do LxQt
|
||||
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="pt">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nome:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Procurar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Esperar pela bandeja do sistema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Escolha a aplicação</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Arranque automático global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation>Arranque automático do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation>Arranque automático do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Localização: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Substitui: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Eliminar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Adicionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Aplicações com arranque automático</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Erro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>O ficheiro "%1" já existe!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gestor de janelas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Procurar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation>Módulos do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation>Sair da sessão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation>Confirmar ao sair da sessão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Definições básicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation>Módulos do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Iniciar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Parar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Escolha um gestor de janelas</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Escolha o emulador de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Escolha o navegador web</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicações pré-definidas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulador de terminal:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Procurar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navegador web:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Adicionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Eliminar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variáveis de ambiente (avançado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nome da variável</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valor</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Em execução</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation>Configuração da sessão LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation>Definições da sessão LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Definições básicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicações pré-definidas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Arranque automático</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ambiente (avançado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Tem que reiniciar a sessão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Tem que reiniciar a sessão (lxqt-session) para carregar as novas definições. Utilize "Terminar sessão" no menu principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[pt_BR]=Módulo de configurador de sessão do LxQt-Qt
|
||||
GenericName[pt_BR]=Configurador de sessão do LxQt
|
||||
Name[pt_BR]=Configurador de sessão do LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt_BR">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nome:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Pesquisar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comando:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Esperar pela área de notificação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Selecionar aplicativo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Iniciar automaticamente global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Iniciar automaticamente do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Localização: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Sobrescreve: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Excluir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Adicionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Início automático dos aplicativos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Erro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>O arquivo '%1' já existe!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gerenciador de janelas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Pesquisar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configurações básicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Módulos do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Iniciar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Parar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Selecionar um gerenciador de janelas</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Selecionar um emulador de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Selecionar um navegador de internet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicativos padrão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulador de terminal:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Pesquisar...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navegador de internet:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Adicionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Excluir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variáveis de ambiente (avançado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nome da variável</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valor</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Em execução</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configuração da sessão do LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Configurações básicas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicativos padrão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Iniciar automaticamente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Ambiente (avançado)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Reinício de sessão necessário</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Você precisa reiniciar a sessão da área de trabalho (lxqt-session) para recarregar as configurações. Use encerrar sessão a partir do menu principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[ro_RO]=Configurează modulul sesiune LxQt-Qt
|
||||
GenericName[ro_RO]=Configurare sesiune LxQt
|
||||
Name[ro_RO]=Configurare sesiune LxQt
|
@ -0,0 +1,264 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="ro_RO">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editează</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Nume:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Se caută...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Comandă:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Așteaptă după tava sistem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Selectează aplicația</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Autostart global</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Autostart LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Locație: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Înlocuiri: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Șterge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Adaugă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Editează</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Autostart aplicație</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Eroare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Fișierul '%1' există deja!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Gestiune ferestre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Se caută...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Setări de bază</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Modules</source>
|
||||
<translation type="vanished">Module LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation>Pornire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation>Oprire</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Selectați un administrator de ferestre</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Selectați un emulator de terminal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Selectați un navigator web</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicații implicite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Emulatoare de terminal:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Se caută...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Navigator web:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Adaugă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Șterge</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Variabile de mediu (mod avansat)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Nume variabilă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Valoare</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation>Rulează</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Configurare sesiune LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Setări de bază</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Aplicații implicite</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Autostart</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Mediu (mod avansat)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Se necesită repornirea sesiunii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Trebuie să reporniți sesiunea (lxqt-session) pentru a reîncărca setările. Utilizați opțiunea de ieșire din meniul principal.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[ru]=Настройка для сеансов LXQt
|
||||
GenericName[ru]=Настройка сеанса LXQt
|
||||
Name[ru]=Настройка сеанса
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[ru_RU]=Настройка для сеансов LXQt
|
||||
GenericName[ru_RU]=Настройка сеанса LXQt
|
||||
Name[ru_RU]=Настройка сеанса
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[sk]=Nastavenie relácie prostredia LxQt-Qt
|
||||
GenericName[sk]=Nastavenie relácie prostredia LxQt
|
||||
Name[sk]=Nastavenie relácie
|
@ -0,0 +1,252 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sk_SK">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[sl]=Nastavite modul seje za LxQt
|
||||
GenericName[sl]=Nastavitev seje
|
||||
Name[sl]=Nastavitev seje
|
@ -0,0 +1,260 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="sl">
|
||||
<context>
|
||||
<name>AutoStartEdit</name>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="14"/>
|
||||
<source>Edit</source>
|
||||
<translation>Urejanje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="20"/>
|
||||
<source>Name:</source>
|
||||
<translation>Ime:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="27"/>
|
||||
<source>Search...</source>
|
||||
<translation>Iskanje ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="47"/>
|
||||
<source>Command:</source>
|
||||
<translation>Ukaz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.ui" line="57"/>
|
||||
<source>Wait for system tray</source>
|
||||
<translation>Počakaj na sistemsko vrstico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartedit.cpp" line="59"/>
|
||||
<source>Select Application</source>
|
||||
<translation>Izberite program</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartItemModel</name>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="177"/>
|
||||
<source>Global Autostart</source>
|
||||
<translation>Globalni samodejni zagon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LxQt Autostart</source>
|
||||
<translation type="vanished">Samodejni zagon za lxqt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="179"/>
|
||||
<source>LXQt Autostart</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="197"/>
|
||||
<source>Location: %1</source>
|
||||
<translation>Lokacija: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartmodel.cpp" line="199"/>
|
||||
<source>Overrides: %1</source>
|
||||
<translation>Povozi: %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AutoStartPage</name>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="17"/>
|
||||
<source>Delete</source>
|
||||
<translation>Izbriši</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="24"/>
|
||||
<source>Add</source>
|
||||
<translation>Dodaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="31"/>
|
||||
<source>Edit</source>
|
||||
<translation>Urejanje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.ui" line="44"/>
|
||||
<source>Application Autostart</source>
|
||||
<translation>Samodejni zagon programa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>Error</source>
|
||||
<translation>Napaka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../autostartpage.cpp" line="82"/>
|
||||
<source>File '%1' already exists!</source>
|
||||
<translation>Datoteka »%1« že obstaja.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>BasicSettings</name>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="30"/>
|
||||
<source>Window Manager</source>
|
||||
<translation>Upravljalnik oken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="49"/>
|
||||
<source>Search...</source>
|
||||
<translation>Iskanje ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="59"/>
|
||||
<source>LXQt Modules</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="111"/>
|
||||
<source>Leave Session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="117"/>
|
||||
<source>Ask confirmation to leave session</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="23"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Osnovne nastavitve</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="65"/>
|
||||
<source>Start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.ui" line="72"/>
|
||||
<source>Stop</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../basicsettings.cpp" line="84"/>
|
||||
<source>Select a window manager</source>
|
||||
<translation>Izberite upravljalnika oken</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultApps</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="72"/>
|
||||
<source>Select a terminal emulator</source>
|
||||
<translation>Izberite posnemovalnika terminala</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.cpp" line="77"/>
|
||||
<source>Select a web browser</source>
|
||||
<translation>Izberite spletni brskalnik</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DefaultAppsPage</name>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="23"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Privzeti programi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="32"/>
|
||||
<source>Terminal Emulation:</source>
|
||||
<translation>Posnemovalnik termina:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="52"/>
|
||||
<location filename="../defaultappspage.ui" line="79"/>
|
||||
<source>Search...</source>
|
||||
<translation>Iskanje ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../defaultappspage.ui" line="59"/>
|
||||
<source>Web Browser:</source>
|
||||
<translation>Spletni brskalnik:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>EnvironmentPage</name>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="30"/>
|
||||
<source>Add</source>
|
||||
<translation>Dodaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="37"/>
|
||||
<source>Delete</source>
|
||||
<translation>Izbriši</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="63"/>
|
||||
<source>Environment Variables (Advanced)</source>
|
||||
<translation>Okoljske spremenljivke (napredno)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="74"/>
|
||||
<source>Variable Name</source>
|
||||
<translation>Ime spremenljivke</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../environmentpage.ui" line="79"/>
|
||||
<source>Value</source>
|
||||
<translation>Vrednost</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ModuleModel</name>
|
||||
<message>
|
||||
<location filename="../modulemodel.cpp" line="85"/>
|
||||
<source>Running</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SessionConfigWindow</name>
|
||||
<message>
|
||||
<source>LxQt Session Configuration</source>
|
||||
<translation type="vanished">Nastavitve seje LxQt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="43"/>
|
||||
<source>LXQt Session Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="46"/>
|
||||
<source>Basic Settings</source>
|
||||
<translation>Osnovne nastavitve</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="52"/>
|
||||
<source>Default Applications</source>
|
||||
<translation>Privzeti programi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="55"/>
|
||||
<source>Autostart</source>
|
||||
<translation>Samodejni zagon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="60"/>
|
||||
<source>Environment (Advanced)</source>
|
||||
<translation>Okolje (napredno)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="84"/>
|
||||
<source>Session Restart Required</source>
|
||||
<translation>Potreben je ponoven zagon seje</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sessionconfigwindow.cpp" line="85"/>
|
||||
<source>You need to restart desktop session (lxqt-session) to reload settings. Use logout from the main menu.</source>
|
||||
<translation>Za ponovno naložitev nastavitev morate znova zagnati sejo namizja (lxqt-session). Iz glavnega menija izberite Odjavi.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
@ -0,0 +1,4 @@
|
||||
# Translations
|
||||
Comment[sr]=Подесите Рејзоров модул сесије
|
||||
GenericName[sr]=Подешавање сесије
|
||||
Name[sr]=Подешавање сесије Рејзора
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue